﻿2025-08-20T21:06:24.5365709Z Current runner version: '2.328.0'
2025-08-20T21:06:24.5387432Z ##[group]Runner Image Provisioner
2025-08-20T21:06:24.5388297Z Hosted Compute Agent
2025-08-20T21:06:24.5389373Z Version: 20250818.377
2025-08-20T21:06:24.5390049Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:06:24.5390837Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:06:24.5391579Z ##[endgroup]
2025-08-20T21:06:24.5392188Z ##[group]Operating System
2025-08-20T21:06:24.5392861Z Ubuntu
2025-08-20T21:06:24.5393664Z 24.04.2
2025-08-20T21:06:24.5394201Z LTS
2025-08-20T21:06:24.5394808Z ##[endgroup]
2025-08-20T21:06:24.5395440Z ##[group]Runner Image
2025-08-20T21:06:24.5396123Z Image: ubuntu-24.04
2025-08-20T21:06:24.5396787Z Version: 20250818.1.0
2025-08-20T21:06:24.5397908Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:06:24.5399581Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:06:24.5400749Z ##[endgroup]
2025-08-20T21:06:24.5402222Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:06:24.5404433Z Attestations: write
2025-08-20T21:06:24.5405149Z Contents: write
2025-08-20T21:06:24.5405761Z Metadata: read
2025-08-20T21:06:24.5406376Z Packages: write
2025-08-20T21:06:24.5407048Z ##[endgroup]
2025-08-20T21:06:24.5409117Z Secret source: Actions
2025-08-20T21:06:24.5409868Z Prepare workflow directory
2025-08-20T21:06:24.5776017Z Prepare all required actions
2025-08-20T21:06:24.5819249Z Getting action download info
2025-08-20T21:06:25.0478701Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:06:26.0367926Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:06:27.0444772Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:06:27.1520447Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:06:28.0029580Z Getting action download info
2025-08-20T21:06:28.2134093Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:06:29.0081357Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:06:29.8649857Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/iroh/official)
2025-08-20T21:06:29.9176256Z ##[group]Run ##Presets
2025-08-20T21:06:29.9176583Z [36;1m##Presets[0m
2025-08-20T21:06:29.9176797Z [36;1mset +x ; set +e[0m
2025-08-20T21:06:29.9177014Z [36;1m#-------------#[0m
2025-08-20T21:06:29.9177312Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:06:29.9177681Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:06:29.9178026Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9178334Z [36;1m  fi[0m
2025-08-20T21:06:29.9178593Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:06:29.9178963Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:06:29.9179304Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9179575Z [36;1m  fi[0m
2025-08-20T21:06:29.9179817Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:06:29.9180196Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:06:29.9180520Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9180783Z [36;1m  fi[0m
2025-08-20T21:06:29.9181124Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:06:29.9181465Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:06:29.9182025Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:06:29.9182314Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:06:29.9182625Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9182900Z [36;1m     else[0m
2025-08-20T21:06:29.9183375Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9183650Z [36;1m     fi[0m
2025-08-20T21:06:29.9183831Z [36;1m  fi[0m
2025-08-20T21:06:29.9184004Z [36;1mfi[0m
2025-08-20T21:06:29.9249124Z shell: /usr/bin/bash -e {0}
2025-08-20T21:06:29.9249639Z env:
2025-08-20T21:06:29.9250077Z   GH_TOKEN: ***
2025-08-20T21:06:29.9250314Z ##[endgroup]
2025-08-20T21:06:29.9529381Z ##[group]Run ##Presets
2025-08-20T21:06:29.9529930Z [36;1m##Presets[0m
2025-08-20T21:06:29.9530370Z [36;1mset +x ; set +e[0m
2025-08-20T21:06:29.9530690Z [36;1m#-------------#[0m
2025-08-20T21:06:29.9531108Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:06:29.9531709Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:06:29.9532288Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:06:29.9532891Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:06:29.9533638Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:06:29.9534193Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:06:29.9534647Z [36;1m  exit 1[0m
2025-08-20T21:06:29.9534947Z [36;1mfi[0m
2025-08-20T21:06:29.9570086Z shell: /usr/bin/bash -e {0}
2025-08-20T21:06:29.9570541Z env:
2025-08-20T21:06:29.9570985Z   RO_GHTOKEN: ***
2025-08-20T21:06:29.9571422Z   RO_GLTOKEN: ***
2025-08-20T21:06:29.9572728Z   MINISIGN_KEY: ***
2025-08-20T21:06:29.9573176Z ##[endgroup]
2025-08-20T21:06:29.9764529Z ##[group]Run ##Presets
2025-08-20T21:06:29.9764882Z [36;1m##Presets[0m
2025-08-20T21:06:29.9765083Z [36;1mset +x ; set +e[0m
2025-08-20T21:06:29.9765298Z [36;1m#-------------#[0m
2025-08-20T21:06:29.9765507Z [36;1m##Host Triplet[0m
2025-08-20T21:06:29.9765783Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:06:29.9766111Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:06:29.9766419Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:06:29.9766721Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:06:29.9767005Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:06:29.9767331Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:06:29.9767652Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:06:29.9767967Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:06:29.9768226Z [36;1m   fi[0m
2025-08-20T21:06:29.9768514Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:06:29.9768841Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:06:29.9769128Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:06:29.9769467Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:06:29.9769759Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:06:29.9769983Z [36;1m fi[0m
2025-08-20T21:06:29.9770258Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9770645Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9771010Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9771351Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9771617Z [36;1m##Debug[0m
2025-08-20T21:06:29.9771820Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:06:29.9772075Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:06:29.9772298Z [36;1m else[0m
2025-08-20T21:06:29.9772489Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:06:29.9772868Z [36;1m fi[0m
2025-08-20T21:06:29.9773357Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9773637Z [36;1m##Docker Platform[0m
2025-08-20T21:06:29.9773910Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:06:29.9774229Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:06:29.9774556Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:06:29.9774895Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:06:29.9775213Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:06:29.9775534Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:06:29.9775847Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:06:29.9776158Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:06:29.9776398Z [36;1m fi[0m
2025-08-20T21:06:29.9776675Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9777091Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9777406Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:06:29.9777863Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/iroh/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:06:29.9778363Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:06:29.9778667Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9778976Z [36;1m##Logs[0m
2025-08-20T21:06:29.9779243Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:06:29.9779508Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:06:29.9779739Z [36;1m else[0m
2025-08-20T21:06:29.9779935Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:06:29.9780188Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:06:29.9780427Z [36;1m fi[0m
2025-08-20T21:06:29.9780837Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9781210Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9781551Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:06:29.9781896Z [36;1m PKG_FAMILY_LOCAL="$(echo "iroh" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:06:29.9782275Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:06:29.9782594Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9782906Z [36;1m##Rebuild[0m
2025-08-20T21:06:29.9783310Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:06:29.9783582Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:06:29.9783824Z [36;1m else[0m
2025-08-20T21:06:29.9784023Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:06:29.9784259Z [36;1m fi[0m
2025-08-20T21:06:29.9784508Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9784815Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:06:29.9785213Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:06:29.9785746Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:06:29.9786541Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:06:29.9787236Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:06:29.9787591Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:06:29.9788022Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:06:29.9788434Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:06:29.9788798Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9789077Z [36;1m    exit 1[0m
2025-08-20T21:06:29.9789275Z [36;1m   else[0m
2025-08-20T21:06:29.9789468Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:06:29.9789919Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9790241Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:06:29.9790563Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:06:29.9790897Z [36;1m      #check if supported[0m
2025-08-20T21:06:29.9791265Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:06:29.9791770Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:06:29.9792176Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:06:29.9792487Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9792769Z [36;1m         exit 1[0m
2025-08-20T21:06:29.9793116Z [36;1m       fi[0m
2025-08-20T21:06:29.9793329Z [36;1m      #get build system[0m
2025-08-20T21:06:29.9793688Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:06:29.9794059Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:06:29.9794328Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9794668Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:06:29.9794987Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9795292Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9795613Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:06:29.9795938Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9796250Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:29.9796519Z [36;1m       fi[0m
2025-08-20T21:06:29.9796835Z [36;1m     fi[0m
2025-08-20T21:06:29.9797021Z [36;1m   fi[0m
2025-08-20T21:06:29.9797235Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:06:29.9831700Z shell: /usr/bin/bash -e {0}
2025-08-20T21:06:29.9831955Z ##[endgroup]
2025-08-20T21:06:30.6958201Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:06:30.6958832Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:06:30.6959119Z 
2025-08-20T21:06:30.8649493Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:06:30.8650632Z 100  5734  100  5734    0     0  33626      0 --:--:-- --:--:-- --:--:-- 33729
2025-08-20T21:06:30.8662492Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:06:30.8881731Z ##[group]Run ##Presets
2025-08-20T21:06:30.8882042Z [36;1m##Presets[0m
2025-08-20T21:06:30.8882268Z [36;1mset +x ; set +e[0m
2025-08-20T21:06:30.8882500Z [36;1m#-------------#[0m
2025-08-20T21:06:30.8882728Z [36;1m##Debug?[0m
2025-08-20T21:06:30.8883462Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:06:30.8883795Z [36;1m  set -x[0m
2025-08-20T21:06:30.8883995Z [36;1mfi[0m
2025-08-20T21:06:30.8884195Z [36;1m#-------------#[0m
2025-08-20T21:06:30.8884423Z [36;1m##CoreUtils[0m
2025-08-20T21:06:30.8884656Z [36;1msudo apt update -y[0m
2025-08-20T21:06:30.8885032Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:06:30.8886072Z [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-20T21:06:30.8887012Z [36;1m##tmp[0m
2025-08-20T21:06:30.8887314Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:06:30.8887688Z [36;1m#GH ENV[0m
2025-08-20T21:06:30.8887941Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:30.8888464Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:30.8888750Z [36;1m#-------------#[0m
2025-08-20T21:06:30.8888991Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:06:30.8889250Z [36;1msudo apt update -y[0m
2025-08-20T21:06:30.8889516Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:06:30.8889791Z [36;1m##Setup Minisign[0m
2025-08-20T21:06:30.8890054Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:06:30.8890503Z [36;1mecho "***[0m
2025-08-20T21:06:30.8891757Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:06:30.8892068Z [36;1m##User-Agent[0m
2025-08-20T21:06:30.8892816Z [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-20T21:06:30.8893856Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:30.8933544Z shell: /usr/bin/bash -e {0}
2025-08-20T21:06:30.8933822Z env:
2025-08-20T21:06:30.8934023Z   CROSS_COMPILING: NO
2025-08-20T21:06:30.8934257Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:06:30.8934535Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:06:30.8934781Z   ON_QEMU: NO
2025-08-20T21:06:30.8934987Z   DEBUG: 0
2025-08-20T21:06:30.8935195Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:06:30.8935457Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:06:30.8935768Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:06:30.8936086Z   KEEP_LOGS: YES
2025-08-20T21:06:30.8936300Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:06:30.8936531Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:06:30.8936757Z   SBUILD_REBUILD: false
2025-08-20T21:06:30.8937314Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:06:30.8937890Z   BUILD_SYS: docker://rust
2025-08-20T21:06:30.8938132Z   BUILD_ON_HOST: FALSE
2025-08-20T21:06:30.8938352Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:06:30.8938566Z ##[endgroup]
2025-08-20T21:06:30.9162727Z 
2025-08-20T21:06:30.9163351Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:06:30.9163779Z 
2025-08-20T21:06:30.9681344Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:06:30.9928643Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:06:30.9951608Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:06:30.9962311Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:06:30.9978530Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:06:31.0538783Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:06:31.0763965Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:06:31.1066198Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:06:31.1231568Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:06:31.1237175Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:06:31.1256402Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:06:31.1344459Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:06:31.1360076Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:06:31.1387013Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:06:31.1474696Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:06:31.1500438Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:06:31.1507504Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:06:31.2094967Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:06:31.2106897Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:06:31.2111518Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:06:31.2134108Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:06:31.2195975Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:06:31.2273220Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:06:31.2283294Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:06:31.2294591Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:06:31.2350990Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:06:31.2363764Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:06:31.2382330Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:06:31.2539374Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:06:31.2566468Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:06:31.2599411Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:06:31.3442618Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:06:31.3557445Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:06:31.3787291Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:06:37.8751235Z Fetched 10.6 MB in 1s (8715 kB/s)
2025-08-20T21:06:38.5472350Z Reading package lists...
2025-08-20T21:06:38.6863613Z Building dependency tree...
2025-08-20T21:06:38.6870240Z Reading state information...
2025-08-20T21:06:38.6998372Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:06:38.7112853Z 
2025-08-20T21:06:38.7113644Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:06:38.7114288Z 
2025-08-20T21:06:38.7246179Z Reading package lists...
2025-08-20T21:06:38.8635064Z Building dependency tree...
2025-08-20T21:06:38.8642566Z Reading state information...
2025-08-20T21:06:38.9994988Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:06:38.9995883Z bc set to manually installed.
2025-08-20T21:06:38.9996526Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:06:38.9997456Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:06:38.9998543Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:06:38.9999629Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:06:39.0000716Z The following additional packages will be installed:
2025-08-20T21:06:39.0001620Z   libtime-duration-perl
2025-08-20T21:06:39.0251806Z The following NEW packages will be installed:
2025-08-20T21:06:39.0257124Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:06:39.0405197Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:06:39.0626900Z Need to get 616 kB of archives.
2025-08-20T21:06:39.0627847Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:06:39.0628837Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:06:39.1420287Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:06:39.2393197Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:06:39.3093557Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:06:39.4116236Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:06:39.8406209Z Fetched 616 kB in 1s (1132 kB/s)
2025-08-20T21:06:39.8634683Z Selecting previously unselected package fdupes.
2025-08-20T21:06:39.8834296Z (Reading database ... 
2025-08-20T21:06:39.8834696Z (Reading database ... 5%
2025-08-20T21:06:39.8835114Z (Reading database ... 10%
2025-08-20T21:06:39.8835518Z (Reading database ... 15%
2025-08-20T21:06:39.8835866Z (Reading database ... 20%
2025-08-20T21:06:39.8836122Z (Reading database ... 25%
2025-08-20T21:06:39.8836374Z (Reading database ... 30%
2025-08-20T21:06:39.8836622Z (Reading database ... 35%
2025-08-20T21:06:39.8836921Z (Reading database ... 40%
2025-08-20T21:06:39.8837321Z (Reading database ... 45%
2025-08-20T21:06:39.8837729Z (Reading database ... 50%
2025-08-20T21:06:39.8936621Z (Reading database ... 55%
2025-08-20T21:06:39.9212284Z (Reading database ... 60%
2025-08-20T21:06:39.9393802Z (Reading database ... 65%
2025-08-20T21:06:39.9572449Z (Reading database ... 70%
2025-08-20T21:06:39.9737219Z (Reading database ... 75%
2025-08-20T21:06:39.9980823Z (Reading database ... 80%
2025-08-20T21:06:40.0394342Z (Reading database ... 85%
2025-08-20T21:06:40.0768857Z (Reading database ... 90%
2025-08-20T21:06:40.1276101Z (Reading database ... 95%
2025-08-20T21:06:40.1276770Z (Reading database ... 100%
2025-08-20T21:06:40.1277585Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:06:40.1318820Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:06:40.1370582Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:06:40.1610388Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:06:40.1740291Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:06:40.1753425Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:06:40.1985017Z Selecting previously unselected package moreutils.
2025-08-20T21:06:40.2113216Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:06:40.2123847Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:06:40.2473507Z Selecting previously unselected package dos2unix.
2025-08-20T21:06:40.2599488Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:06:40.2609980Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:06:40.4362678Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:06:40.4395295Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:06:40.4425214Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:06:40.4454943Z Setting up moreutils (0.69-1) ...
2025-08-20T21:06:40.4488233Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:06:48.7087666Z 
2025-08-20T21:06:48.7088305Z Running kernel seems to be up-to-date.
2025-08-20T21:06:48.7088758Z 
2025-08-20T21:06:48.7088926Z Restarting services...
2025-08-20T21:06:48.7156042Z 
2025-08-20T21:06:48.7156503Z Service restarts being deferred:
2025-08-20T21:06:48.7157489Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:06:48.7157950Z 
2025-08-20T21:06:48.7158171Z No containers need to be restarted.
2025-08-20T21:06:48.7158512Z 
2025-08-20T21:06:48.7158751Z No user sessions are running outdated binaries.
2025-08-20T21:06:48.7159137Z 
2025-08-20T21:06:48.7159510Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:06:49.5403330Z Reading package lists...
2025-08-20T21:06:49.7062698Z Building dependency tree...
2025-08-20T21:06:49.7070881Z Reading state information...
2025-08-20T21:06:49.8493147Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:06:49.8493844Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:06:49.8494375Z apt-utils set to manually installed.
2025-08-20T21:06:49.8495063Z ca-certificates is already the newest version (20240203).
2025-08-20T21:06:49.8496287Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:06:49.8497000Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:06:49.8497573Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:06:49.8498161Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:06:49.8498731Z moreutils is already the newest version (0.69-1).
2025-08-20T21:06:49.8499291Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:06:49.8499883Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:06:49.8500389Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:06:49.8500958Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:06:49.8501395Z tmux set to manually installed.
2025-08-20T21:06:49.8501860Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:06:49.8502440Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:06:49.8503184Z The following additional packages will be installed:
2025-08-20T21:06:49.8503708Z   python3-software-properties
2025-08-20T21:06:49.8504102Z Recommended packages:
2025-08-20T21:06:49.8504461Z   unattended-upgrades
2025-08-20T21:06:49.8803758Z The following NEW packages will be installed:
2025-08-20T21:06:49.8804279Z   rename
2025-08-20T21:06:49.8811362Z The following packages will be upgraded:
2025-08-20T21:06:49.8812090Z   python3-software-properties software-properties-common
2025-08-20T21:06:49.8958133Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:06:49.9176655Z Need to get 64.7 kB of archives.
2025-08-20T21:06:49.9177579Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:06:49.9178569Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:06:49.9959669Z 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-20T21:06:50.0595902Z 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-20T21:06:50.1249057Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:06:50.3733905Z Fetched 64.7 kB in 0s (297 kB/s)
2025-08-20T21:06:50.3984481Z (Reading database ... 
2025-08-20T21:06:50.3985288Z (Reading database ... 5%
2025-08-20T21:06:50.3985884Z (Reading database ... 10%
2025-08-20T21:06:50.3986459Z (Reading database ... 15%
2025-08-20T21:06:50.3987030Z (Reading database ... 20%
2025-08-20T21:06:50.3987484Z (Reading database ... 25%
2025-08-20T21:06:50.3987816Z (Reading database ... 30%
2025-08-20T21:06:50.3988373Z (Reading database ... 35%
2025-08-20T21:06:50.3988716Z (Reading database ... 40%
2025-08-20T21:06:50.3989053Z (Reading database ... 45%
2025-08-20T21:06:50.3989376Z (Reading database ... 50%
2025-08-20T21:06:50.4065717Z (Reading database ... 55%
2025-08-20T21:06:50.4097840Z (Reading database ... 60%
2025-08-20T21:06:50.4118556Z (Reading database ... 65%
2025-08-20T21:06:50.4150636Z (Reading database ... 70%
2025-08-20T21:06:50.4174374Z (Reading database ... 75%
2025-08-20T21:06:50.4202593Z (Reading database ... 80%
2025-08-20T21:06:50.4335179Z (Reading database ... 85%
2025-08-20T21:06:50.4423478Z (Reading database ... 90%
2025-08-20T21:06:50.4673796Z (Reading database ... 95%
2025-08-20T21:06:50.4674199Z (Reading database ... 100%
2025-08-20T21:06:50.4674652Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:06:50.4714381Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:06:50.5673713Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:06:50.6399563Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:06:50.7221319Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:06:50.7524031Z Selecting previously unselected package rename.
2025-08-20T21:06:50.7663466Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:06:50.7676240Z Unpacking rename (2.02-1) ...
2025-08-20T21:06:50.8075062Z Setting up rename (2.02-1) ...
2025-08-20T21:06:50.8139072Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:06:50.8161805Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:06:50.9569494Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:06:51.0580729Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:06:55.1305582Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:06:56.6435156Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:06:56.6753505Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:06:56.6814186Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:06:56.6821077Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:06:56.6823342Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:06:56.7644665Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:06:56.7863346Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:06:57.8030435Z Reading package lists...
2025-08-20T21:06:57.9773483Z Building dependency tree...
2025-08-20T21:06:57.9780663Z Reading state information...
2025-08-20T21:06:57.9956339Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:06:58.0104551Z 
2025-08-20T21:06:58.0105055Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:06:58.0105587Z 
2025-08-20T21:06:58.0810824Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:06:58.1096301Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:06:58.1109789Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:06:58.1115686Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:06:58.1120128Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:06:58.3712287Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:06:58.4031559Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:06:59.2806341Z Reading package lists...
2025-08-20T21:06:59.4281456Z Building dependency tree...
2025-08-20T21:06:59.4287839Z Reading state information...
2025-08-20T21:06:59.4423823Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:06:59.4534165Z 
2025-08-20T21:06:59.4535258Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:06:59.4535676Z 
2025-08-20T21:06:59.4663345Z Reading package lists...
2025-08-20T21:06:59.6309641Z Building dependency tree...
2025-08-20T21:06:59.6317960Z Reading state information...
2025-08-20T21:06:59.7800124Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:06:59.8170848Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:06:59.8447890Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:06:59.9157241Z ##[group]Run ##Presets
2025-08-20T21:06:59.9157519Z [36;1m##Presets[0m
2025-08-20T21:06:59.9157730Z [36;1mset +x ; set +e[0m
2025-08-20T21:06:59.9157950Z [36;1m#-------------#[0m
2025-08-20T21:06:59.9158164Z [36;1m##Debug?[0m
2025-08-20T21:06:59.9158414Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:06:59.9158724Z [36;1m  set -x[0m
2025-08-20T21:06:59.9158917Z [36;1mfi[0m
2025-08-20T21:06:59.9159100Z [36;1m#-------------#[0m
2025-08-20T21:06:59.9159576Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:06:59.9160208Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:06:59.9160805Z [36;1msudo service procps restart[0m
2025-08-20T21:06:59.9161083Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:06:59.9201670Z shell: /usr/bin/bash -e {0}
2025-08-20T21:06:59.9201906Z env:
2025-08-20T21:06:59.9202126Z   CROSS_COMPILING: NO
2025-08-20T21:06:59.9202346Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:06:59.9202588Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:06:59.9202810Z   ON_QEMU: NO
2025-08-20T21:06:59.9203245Z   DEBUG: 0
2025-08-20T21:06:59.9203439Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:06:59.9224461Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:06:59.9224944Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:06:59.9225411Z   KEEP_LOGS: YES
2025-08-20T21:06:59.9225706Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:06:59.9226051Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:06:59.9226426Z   SBUILD_REBUILD: false
2025-08-20T21:06:59.9227246Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:06:59.9228162Z   BUILD_SYS: docker://rust
2025-08-20T21:06:59.9228535Z   BUILD_ON_HOST: FALSE
2025-08-20T21:06:59.9228867Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:06:59.9229192Z   SYSTMP: /tmp
2025-08-20T21:06:59.9229513Z   GHA_MODE: MATRIX
2025-08-20T21:06:59.9230291Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:06:59.9231097Z ##[endgroup]
2025-08-20T21:06:59.9365813Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:06:59.9439480Z 0
2025-08-20T21:06:59.9765409Z vm.max_map_count = 262144
2025-08-20T21:06:59.9765873Z fs.inotify.max_user_watches = 655360
2025-08-20T21:06:59.9766264Z fs.inotify.max_user_instances = 1280
2025-08-20T21:06:59.9766543Z vm.mmap_rnd_bits = 28
2025-08-20T21:06:59.9837419Z ##[group]Run ##Presets
2025-08-20T21:06:59.9837731Z [36;1m##Presets[0m
2025-08-20T21:06:59.9837934Z [36;1mset +x ; set +e[0m
2025-08-20T21:06:59.9838142Z [36;1m#-------------#[0m
2025-08-20T21:06:59.9838353Z [36;1m##Debug?[0m
2025-08-20T21:06:59.9838595Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:06:59.9838880Z [36;1m  set -x[0m
2025-08-20T21:06:59.9839060Z [36;1mfi[0m
2025-08-20T21:06:59.9839237Z [36;1m#-------------#[0m
2025-08-20T21:06:59.9839436Z [36;1m##Main[0m
2025-08-20T21:06:59.9839795Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:06:59.9840440Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:06:59.9841187Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:06:59.9841566Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:06:59.9841841Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:06:59.9842093Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:06:59.9842392Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:06:59.9842709Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:06:59.9843259Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:06:59.9843733Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:06:59.9844033Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:06:59.9844358Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:06:59.9844725Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:06:59.9845001Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:06:59.9845267Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:06:59.9845548Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:06:59.9845828Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:06:59.9846109Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:06:59.9846379Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:06:59.9846668Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:06:59.9847192Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:06:59.9847489Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:06:59.9847799Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:06:59.9848099Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:06:59.9848393Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:06:59.9848687Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:06:59.9848958Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:06:59.9849295Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:06:59.9849745Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:06:59.9850209Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:06:59.9850664Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:06:59.9851010Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:06:59.9851347Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:06:59.9851970Z [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-20T21:06:59.9852750Z [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-20T21:06:59.9853458Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:06:59.9853726Z [36;1m else[0m
2025-08-20T21:06:59.9854207Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:06:59.9854567Z [36;1m fi[0m
2025-08-20T21:06:59.9854808Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:06:59.9855199Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:06:59.9855613Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:06:59.9855995Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:06:59.9856374Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:06:59.9856765Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:06:59.9857167Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:06:59.9857566Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:06:59.9857977Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:06:59.9858387Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:06:59.9858694Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:06:59.9897962Z shell: /usr/bin/bash -e {0}
2025-08-20T21:06:59.9898194Z env:
2025-08-20T21:06:59.9898375Z   CROSS_COMPILING: NO
2025-08-20T21:06:59.9898592Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:06:59.9898824Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:06:59.9899055Z   ON_QEMU: NO
2025-08-20T21:06:59.9899232Z   DEBUG: 0
2025-08-20T21:06:59.9899416Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:06:59.9899646Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:06:59.9899963Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:06:59.9900254Z   KEEP_LOGS: YES
2025-08-20T21:06:59.9900444Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:06:59.9900644Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:06:59.9900845Z   SBUILD_REBUILD: false
2025-08-20T21:06:59.9901391Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:06:59.9901948Z   BUILD_SYS: docker://rust
2025-08-20T21:06:59.9902161Z   BUILD_ON_HOST: FALSE
2025-08-20T21:06:59.9902518Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:06:59.9902709Z   SYSTMP: /tmp
2025-08-20T21:06:59.9902886Z   GHA_MODE: MATRIX
2025-08-20T21:06:59.9903515Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:06:59.9904388Z   GHCR_TOKEN: ***
2025-08-20T21:06:59.9904673Z   GITHUB_TOKEN: ***
2025-08-20T21:06:59.9904947Z   GITLAB_TOKEN: ***
2025-08-20T21:06:59.9906042Z   MINISIGN_KEY: ***
2025-08-20T21:06:59.9906227Z ##[endgroup]
2025-08-20T21:07:00.0558853Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:07:00.1479943Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:07:00.1480799Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:07:00.1481256Z 
2025-08-20T21:07:00.1897627Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:07:00.1898249Z 100  5734  100  5734    0     0   133k      0 --:--:-- --:--:-- --:--:--  136k
2025-08-20T21:07:00.1909703Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:07:00.1992905Z 
2025-08-20T21:07:00.1993353Z [+] Building [/tmp/tmp.o6BIz2rRul/SBUILD_INPUT] Locally
2025-08-20T21:07:00.1993783Z 
2025-08-20T21:07:00.2007072Z '/tmp/tmp.o6BIz2rRul/SBUILD_INPUT' -> '/tmp/pkgforge/AXxqXKbbE_build.yaml'
2025-08-20T21:07:00.2907627Z 
2025-08-20T21:07:00.2907893Z [+] Passwordless sudo is Configured
2025-08-20T21:07:00.3646390Z 
2025-08-20T21:07:00.3659320Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:07:00.3659642Z 
2025-08-20T21:07:00.4126198Z 
2025-08-20T21:07:00.4127355Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:07:00.4127978Z 
2025-08-20T21:07:00.4127985Z 
2025-08-20T21:07:00.4128266Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:07:00.4128636Z 
2025-08-20T21:07:00.4340262Z [+] Installing: 7z -> 7z
2025-08-20T21:07:00.5968617Z [+] Installing: actionlint -> actionlint
2025-08-20T21:07:01.1447100Z [+] Installing: anew -> anew
2025-08-20T21:07:01.3545038Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:07:01.8823385Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:07:02.4007228Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:07:02.5202004Z [+] Installing: archey -> archey
2025-08-20T21:07:03.1035269Z [+] Installing: aria2 -> aria2c
2025-08-20T21:07:03.6989628Z [+] Installing: askalono -> askalono
2025-08-20T21:07:03.8667117Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:07:04.0511885Z [+] Installing: b3sum -> b3sum
2025-08-20T21:07:04.5776602Z [+] Installing: bita -> bita
2025-08-20T21:07:04.7790680Z [+] Installing: btop -> btop
2025-08-20T21:07:05.3186993Z [+] Installing: chafa -> chafa
2025-08-20T21:07:05.5181585Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:07:06.1935645Z [+] Installing: croc -> croc
2025-08-20T21:07:06.7554951Z [+] Installing: csvtk -> csvtk
2025-08-20T21:07:07.0466454Z [+] Installing: cutlines -> cutlines
2025-08-20T21:07:07.6696765Z curl: (22) The requested URL returned error: 404
2025-08-20T21:07:07.6736956Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:07:07.6737841Z [+] Installing: dbin -> dbin
2025-08-20T21:07:07.8726747Z [+] Installing: dasel -> dasel
2025-08-20T21:07:08.4402420Z [+] Installing: delta -> delta
2025-08-20T21:07:08.9891956Z [+] Installing: ds -> ds
2025-08-20T21:07:09.5600330Z curl: (22) The requested URL returned error: 404
2025-08-20T21:07:09.5643491Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:07:09.5644564Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:07:09.6930742Z [+] Installing: duf -> duf
2025-08-20T21:07:10.2352414Z [+] Installing: duplicut -> duplicut
2025-08-20T21:07:10.7517819Z [+] Installing: dust -> dust
2025-08-20T21:07:11.3058901Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:07:11.8564418Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:07:12.4655001Z [+] Installing: dysk -> dysk
2025-08-20T21:07:13.0516440Z [+] Installing: eget -> eget
2025-08-20T21:07:13.5999325Z [+] Installing: epoch -> epoch
2025-08-20T21:07:14.1230968Z [+] Installing: faketty -> faketty
2025-08-20T21:07:14.6485984Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:07:15.1971473Z [+] Installing: freeze -> freeze
2025-08-20T21:07:15.7887629Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:07:16.3008719Z [+] Installing: gdu -> gdu
2025-08-20T21:07:16.5118358Z [+] Installing: gh -> gh
2025-08-20T21:07:17.2316483Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:07:17.8120744Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:07:17.9763383Z [+] Installing: glab -> glab
2025-08-20T21:07:18.2992772Z [+] Installing: glow -> glow
2025-08-20T21:07:18.8918195Z [+] Installing: httpx -> httpx
2025-08-20T21:07:19.2094686Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:07:19.8737746Z [+] Installing: husarnet -> husarnet
2025-08-20T21:07:20.4569413Z curl: (22) The requested URL returned error: 404
2025-08-20T21:07:20.4613139Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:07:20.4614602Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:07:21.0532639Z curl: (22) The requested URL returned error: 404
2025-08-20T21:07:21.0574893Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:07:21.0576213Z [+] Installing: imgcat -> imgcat
2025-08-20T21:07:21.6098451Z [+] Installing: jc -> jc
2025-08-20T21:07:21.8438782Z [+] Installing: jq -> jq
2025-08-20T21:07:22.3553932Z [+] Installing: logdy -> logdy
2025-08-20T21:07:23.0291213Z [+] Installing: micro -> micro
2025-08-20T21:07:23.6070455Z [+] Installing: miniserve -> miniserve
2025-08-20T21:07:24.1694202Z [+] Installing: minisign -> minisign
2025-08-20T21:07:24.6871470Z [+] Installing: ncdu -> ncdu
2025-08-20T21:07:25.1882384Z [+] Installing: notify -> notify
2025-08-20T21:07:25.4114641Z [+] Installing: ouch -> ouch
2025-08-20T21:07:25.5809865Z [+] Installing: oras -> oras
2025-08-20T21:07:26.1351471Z [+] Installing: pipetty -> pipetty
2025-08-20T21:07:26.6396009Z [+] Installing: pixterm -> pixterm
2025-08-20T21:07:26.8129271Z [+] Installing: qsv -> qsv
2025-08-20T21:07:27.4084485Z [+] Installing: rclone -> rclone
2025-08-20T21:07:29.0446952Z [+] Installing: ripgrep -> rg
2025-08-20T21:07:29.6019175Z [+] Installing: rga -> rga
2025-08-20T21:07:30.1568441Z [+] Installing: rsync -> rsync
2025-08-20T21:07:30.7249304Z [+] Installing: script -> script
2025-08-20T21:07:31.2243683Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:07:31.8046531Z [+] Installing: soar -> soar
2025-08-20T21:07:32.4419612Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:07:33.0206423Z [+] Installing: sstrip -> sstrip
2025-08-20T21:07:33.4956599Z [+] Installing: strace -> strace
2025-08-20T21:07:33.6495841Z [+] Installing: sttr -> sttr
2025-08-20T21:07:34.2038172Z [+] Installing: tailscale -> tailscale
2025-08-20T21:07:34.4499168Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:07:35.0925289Z [+] Installing: taplo -> taplo
2025-08-20T21:07:35.6502435Z [+] Installing: tldr -> tldr
2025-08-20T21:07:36.2174178Z [+] Installing: tldr -> tealdeer
2025-08-20T21:07:36.8205126Z [+] Installing: tmux -> tmux
2025-08-20T21:07:37.3338604Z [+] Installing: tok -> tok
2025-08-20T21:07:37.8503429Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:07:38.5320912Z [+] Installing: trurl -> trurl
2025-08-20T21:07:39.0833808Z [+] Installing: tss -> tss
2025-08-20T21:07:39.2241773Z [+] Installing: ulexec -> ulexec
2025-08-20T21:07:39.4016589Z [+] Installing: unfurl -> unfurl
2025-08-20T21:07:39.9415654Z [+] Installing: upx -> upx
2025-08-20T21:07:40.4724393Z [+] Installing: validtoml -> validtoml
2025-08-20T21:07:41.0179147Z [+] Installing: wget -> wget
2025-08-20T21:07:41.5546476Z [+] Installing: wget2 -> wget2
2025-08-20T21:07:41.7396154Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:07:41.9237043Z [+] Installing: xq -> xq
2025-08-20T21:07:42.1037331Z [+] Installing: xz -> xz
2025-08-20T21:07:42.6286233Z [+] Installing: unxz -> unxz
2025-08-20T21:07:42.7674594Z [+] Installing: yq -> yq
2025-08-20T21:07:42.9733698Z [+] Installing: yj -> yj
2025-08-20T21:07:43.5262205Z [+] Installing: zapper -> zapper
2025-08-20T21:07:44.0523905Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:07:44.5622387Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:07:45.1495215Z curl: (22) The requested URL returned error: 404
2025-08-20T21:07:45.1533609Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:07:45.1534966Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:07:45.7570232Z curl: (22) The requested URL returned error: 404
2025-08-20T21:07:45.7614751Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:07:45.7615721Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:07:46.3852503Z curl: (22) The requested URL returned error: 404
2025-08-20T21:07:46.3893392Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:07:46.3894854Z [+] Installing: zstd -> zstd
2025-08-20T21:07:46.9169082Z [+] Creating symlinks...
2025-08-20T21:07:46.9257890Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:07:46.9352422Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:07:46.9447839Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:07:46.9544302Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:07:46.9641490Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:07:46.9737018Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:07:46.9832850Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:07:46.9928369Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:07:47.0024783Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:07:47.0121024Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:07:47.0216104Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:07:47.0311141Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:07:47.0407212Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:07:47.0501322Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:07:47.0597197Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:07:47.0691890Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:07:47.0786643Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:07:47.0822828Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:07:47.0908991Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:07:47.1004342Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:07:47.1098822Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:07:47.1135624Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:07:47.1224269Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:07:47.1318694Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:07:47.1413286Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:07:47.1508223Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:07:47.1603862Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:07:47.1698401Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:07:47.1792771Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:07:47.1887740Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:07:47.1985021Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:07:47.2079079Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:07:47.2175631Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:07:47.2270788Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:07:47.2365624Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:07:47.2461114Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:07:47.2557403Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:07:47.2652385Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:07:47.2749406Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:07:47.2843769Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:07:47.2938606Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:07:47.3034276Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:07:47.3128487Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:07:47.3224067Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:07:47.3260723Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:07:47.3287979Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:07:47.3373602Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:07:47.3468414Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:07:47.3564561Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:07:47.3662373Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:07:47.3758012Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:07:47.3855098Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:07:47.3953461Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:07:47.4049735Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:07:47.4149782Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:07:47.4246567Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:07:47.4343259Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:07:47.4438931Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:07:47.4535433Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:07:47.4632378Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:07:47.4729546Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:07:47.4825714Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:07:47.4921454Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:07:47.5017700Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:07:47.5113226Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:07:47.5211889Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:07:47.5309845Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:07:47.5407566Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:07:47.5504083Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:07:47.5601645Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:07:47.5697540Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:07:47.5791719Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:07:47.5887488Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:07:47.5983814Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:07:47.6080302Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:07:47.6176678Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:07:47.6274577Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:07:47.6372160Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:07:47.6468573Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:07:47.6565871Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:07:47.6661489Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:07:47.6760626Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:07:47.6857210Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:07:47.6954132Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:07:47.7050353Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:07:47.7147001Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:07:47.7242521Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:07:47.7340130Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:07:47.7435923Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:07:47.7531220Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:07:47.7629390Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:07:47.7725683Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:07:47.7821438Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:07:47.7919360Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:07:47.8016522Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:07:47.8054295Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:07:47.8084021Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:07:47.8111450Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:07:47.8199818Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:07:47.8226498Z 
2025-08-20T21:07:47.8227103Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:07:47.8227838Z 
2025-08-20T21:07:47.8241389Z 
2025-08-20T21:07:47.8336726Z 
2025-08-20T21:07:47.8337276Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:07:47.8337681Z 
2025-08-20T21:07:47.8337816Z [+] Installation completed!
2025-08-20T21:07:47.8409842Z 
2025-08-20T21:07:47.8410236Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:07:48.3262478Z github.com
2025-08-20T21:07:48.3264985Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:07:48.3265653Z   - Active account: true
2025-08-20T21:07:48.3265990Z   - Git operations protocol: https
2025-08-20T21:07:48.3266383Z   - Token: ghp_************************************
2025-08-20T21:07:48.3267386Z   - 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-20T21:07:48.3268412Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:07:48.3268961Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:07:48.5776821Z Limit: 5000, Remaining: 4224, Reset: 2025-08-20 21:25:35 +0000 UTC (17m46s)
2025-08-20T21:07:48.5786435Z 
2025-08-20T21:07:48.5786769Z [+] GHCR_TOKEN is Exported
2025-08-20T21:07:48.5817628Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:07:48.9397751Z Login Succeeded
2025-08-20T21:07:48.9410687Z 
2025-08-20T21:07:48.9410908Z [+] GITLAB is Exported
2025-08-20T21:07:48.9701658Z [git remote -v]
2025-08-20T21:07:49.2848484Z gitlab.com
2025-08-20T21:07:49.2849965Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:07:49.2851229Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:07:49.2852140Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:07:49.2852891Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:07:49.2853884Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:07:49.2854632Z   ✓ Token found: **************************
2025-08-20T21:07:49.2855063Z 
2025-08-20T21:07:49.2855864Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:07:49.2856950Z [git remote -v]
2025-08-20T21:07:49.2886135Z 2025/08/20 21:07:49 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:07:49.2887060Z git: exit status 128]
2025-08-20T21:07:49.6916030Z 
2025-08-20T21:07:49.6916045Z 
2025-08-20T21:07:49.6917050Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:07:49 PM)
2025-08-20T21:07:49.6917654Z 
2025-08-20T21:07:49.6917659Z 
2025-08-20T21:07:49.6917761Z [+] USER = runner
2025-08-20T21:07:49.6918010Z [+] HOME = /home/runner
2025-08-20T21:07:49.6920694Z [+] 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-20T21:07:49.6924073Z 
2025-08-20T21:07:49.7497896Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:07:49.7997092Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:07:49.8036155Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:07:49.8046023Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:07:49.8046892Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:07:49.9051029Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:07:49.9341695Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:07:50.9727544Z Reading package lists...
2025-08-20T21:07:51.0046085Z Reading package lists...
2025-08-20T21:07:51.1763310Z Building dependency tree...
2025-08-20T21:07:51.1770686Z Reading state information...
2025-08-20T21:07:51.3459860Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:07:51.3460436Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:07:51.3460942Z ca-certificates is already the newest version (20240203).
2025-08-20T21:07:51.3461472Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:07:51.3461990Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:07:51.3462484Z moreutils is already the newest version (0.69-1).
2025-08-20T21:07:51.3463388Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:07:51.3464027Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:07:51.3464840Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:07:51.4032182Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:07:51.4318152Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:07:51.4332411Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:07:51.4337162Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:07:51.4357705Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:07:51.6261834Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:07:51.7251450Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:07:52.5758001Z Reading package lists...
2025-08-20T21:07:52.6070045Z Reading package lists...
2025-08-20T21:07:52.7556878Z Building dependency tree...
2025-08-20T21:07:52.7563942Z Reading state information...
2025-08-20T21:07:52.9041397Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:07:52.9042409Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:07:52.9043727Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:07:52.9044656Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:07:52.9045732Z ca-certificates is already the newest version (20240203).
2025-08-20T21:07:52.9046794Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:07:52.9047781Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:07:52.9048686Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:07:52.9049403Z gawk set to manually installed.
2025-08-20T21:07:52.9049795Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:07:52.9050269Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:07:52.9050770Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:07:52.9051241Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:07:52.9051784Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:07:52.9052349Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:07:52.9052836Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:07:52.9054058Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:07:52.9054567Z The following additional packages will be installed:
2025-08-20T21:07:52.9055171Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:07:52.9055866Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:07:52.9056572Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:07:52.9057237Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:07:52.9057942Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:07:52.9067632Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:07:52.9068119Z Suggested packages:
2025-08-20T21:07:52.9068591Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:07:52.9069297Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:07:52.9070116Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:07:52.9070910Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:07:52.9071686Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:07:52.9072430Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:07:52.9073287Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:07:52.9296255Z The following NEW packages will be installed:
2025-08-20T21:07:52.9297268Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:07:52.9298553Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:07:52.9300091Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:07:52.9300871Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:07:52.9301841Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:07:52.9302867Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:07:52.9303812Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:07:52.9480190Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:07:52.9480785Z Need to get 27.5 MB of archives.
2025-08-20T21:07:52.9481167Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:07:52.9481613Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:07:53.0320645Z 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-20T21:07:53.3125593Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:07:53.8406876Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:07:53.9675597Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:07:54.0319657Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:07:54.0963202Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:07:54.2264069Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:07:54.3545417Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:07:54.4861513Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:07:54.5509918Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:07:55.1778644Z 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-20T21:07:55.2445070Z 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-20T21:07:55.3721938Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:07:55.4361332Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:07:55.5000090Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:07:55.5649195Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:07:55.6307948Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:07:55.9693422Z 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-20T21:07:56.0334357Z 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-20T21:07:56.0999576Z 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-20T21:07:56.1641006Z 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-20T21:07:56.2292372Z 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-20T21:07:56.3640892Z 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-20T21:07:56.4290160Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:07:56.4946768Z 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-20T21:07:56.5617500Z 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-20T21:07:56.6949719Z 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-20T21:07:56.7585030Z 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-20T21:07:56.8221235Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:07:56.8859189Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:07:56.9491851Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:07:57.0128262Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:07:57.0773882Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:07:57.3256623Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:07:57.3911375Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:07:57.5177657Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:07:57.7617276Z Preconfiguring packages ...
2025-08-20T21:07:57.8173580Z Fetched 27.5 MB in 5s (5998 kB/s)
2025-08-20T21:07:57.8381645Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:07:57.8435818Z (Reading database ... 
2025-08-20T21:07:57.8436454Z (Reading database ... 5%
2025-08-20T21:07:57.8437030Z (Reading database ... 10%
2025-08-20T21:07:57.8437595Z (Reading database ... 15%
2025-08-20T21:07:57.8438145Z (Reading database ... 20%
2025-08-20T21:07:57.8438957Z (Reading database ... 25%
2025-08-20T21:07:57.8439514Z (Reading database ... 30%
2025-08-20T21:07:57.8440065Z (Reading database ... 35%
2025-08-20T21:07:57.8440533Z (Reading database ... 40%
2025-08-20T21:07:57.8440862Z (Reading database ... 45%
2025-08-20T21:07:57.8441191Z (Reading database ... 50%
2025-08-20T21:07:57.8461635Z (Reading database ... 55%
2025-08-20T21:07:57.8561845Z (Reading database ... 60%
2025-08-20T21:07:57.8584400Z (Reading database ... 65%
2025-08-20T21:07:57.8619210Z (Reading database ... 70%
2025-08-20T21:07:57.8643997Z (Reading database ... 75%
2025-08-20T21:07:57.8673374Z (Reading database ... 80%
2025-08-20T21:07:57.8806073Z (Reading database ... 85%
2025-08-20T21:07:57.8892233Z (Reading database ... 90%
2025-08-20T21:07:57.9147855Z (Reading database ... 95%
2025-08-20T21:07:57.9148324Z (Reading database ... 100%
2025-08-20T21:07:57.9148877Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:07:57.9187897Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:07:57.9387761Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:07:58.0864533Z Selecting previously unselected package poppler-data.
2025-08-20T21:07:58.1000882Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:07:58.1011247Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:07:58.2307548Z Selecting previously unselected package b3sum.
2025-08-20T21:07:58.2443196Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:07:58.2454625Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:07:58.2722677Z Selecting previously unselected package build-essential.
2025-08-20T21:07:58.2856724Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:07:58.2867930Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:07:58.3082182Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:07:58.3214498Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:07:58.3236401Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:07:58.3459525Z Selecting previously unselected package ccache.
2025-08-20T21:07:58.3588200Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:07:58.3603322Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:07:58.3965744Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:07:58.4095901Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:07:58.4105455Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:07:58.4382652Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:07:58.4513289Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:07:58.4522900Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:07:58.4867832Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:07:58.4998765Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:07:58.5009036Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:07:58.5496734Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:07:58.5629845Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:07:58.6267433Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:07:58.7239460Z Selecting previously unselected package libgs-common.
2025-08-20T21:07:58.7374504Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:07:58.7385631Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:07:58.7651241Z Selecting previously unselected package libgs10-common.
2025-08-20T21:07:58.7784600Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:07:58.7796809Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:07:58.8480063Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:07:58.8622657Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:07:58.8633481Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:07:58.8862194Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:07:58.8994045Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:07:58.9004873Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:07:58.9238896Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:07:58.9372470Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:07:58.9383957Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:07:58.9646076Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:07:58.9776898Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:07:58.9788666Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:07:59.0032838Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:07:59.0162849Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:07:59.0174101Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:07:59.1247759Z Selecting previously unselected package ghostscript.
2025-08-20T21:07:59.1383724Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:07:59.1398102Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:07:59.1711716Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:07:59.1843893Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:07:59.1856033Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:07:59.3563409Z Selecting previously unselected package imagemagick.
2025-08-20T21:07:59.3698314Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:07:59.3711314Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:07:59.3916653Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:07:59.4046411Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:07:59.4056139Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:07:59.4308972Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:07:59.4438615Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:07:59.4449412Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:07:59.4756395Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:07:59.4886927Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:07:59.4897737Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:07:59.5126878Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:07:59.5257024Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:07:59.5267869Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:07:59.5503651Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:07:59.5634540Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:07:59.5643827Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:07:59.5895307Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:07:59.6027094Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:07:59.6036215Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:07:59.6427445Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:07:59.6562286Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:07:59.6571509Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:07:59.6797236Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:07:59.6932746Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:07:59.6942011Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:07:59.7596093Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:07:59.7751982Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:07:59.8098965Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:07:59.8328778Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:07:59.8463555Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:07:59.8471362Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:07:59.8679692Z Selecting previously unselected package libtool-bin.
2025-08-20T21:07:59.8814111Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:07:59.8822164Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:07:59.9066613Z Selecting previously unselected package lzip.
2025-08-20T21:07:59.9202919Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:07:59.9213572Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:07:59.9449703Z Selecting previously unselected package netpbm.
2025-08-20T21:07:59.9585082Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:07:59.9593662Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:08:00.1250971Z Selecting previously unselected package musl:amd64.
2025-08-20T21:08:00.1389258Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:08:00.1398531Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:08:00.1707905Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:08:00.1848805Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:08:00.1857324Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:08:00.2495870Z Selecting previously unselected package musl-tools.
2025-08-20T21:08:00.2632793Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:08:00.2643801Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:08:00.3053199Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:08:00.4429462Z 
2025-08-20T21:08:00.4430153Z Creating config file /etc/papersize with new version
2025-08-20T21:08:00.5062772Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:08:00.5087506Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:08:00.5130480Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:08:00.5154115Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:08:00.5175971Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:08:00.5197999Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:08:00.5219248Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:08:00.5239788Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:08:00.5342288Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:08:00.5364154Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:08:00.5384659Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:08:00.5443267Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:08:00.5489418Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:08:00.5535287Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:08:00.5557478Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:08:00.5580185Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:08:00.5607483Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:08:00.5629321Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:08:00.5653841Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:08:00.5723148Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:08:00.5767492Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:08:00.5825489Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:08:00.5870869Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:08:00.5927502Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:08:00.5972322Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:08:00.6028448Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:08:00.6073573Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:08:00.6133751Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:08:00.6179638Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:08:00.6236060Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:08:00.6282186Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:08:00.6338877Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:08:00.6388678Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:08:00.6444668Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:08:00.6491253Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:08:00.6549427Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:08:00.6597473Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:08:00.6654715Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:08:00.6702138Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:08:00.6760496Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:08:00.6808265Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:08:00.6826756Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:08:00.6848644Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:08:00.6902117Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:08:00.6925861Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:08:00.7127970Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:08:00.7150986Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:08:00.7175613Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:08:00.7200031Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:08:00.7223283Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:08:00.7659133Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:08:00.7687416Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:08:00.7731656Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:08:00.7764589Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:08:00.7787419Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:08:00.7807787Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:08:00.7828804Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:08:00.9604228Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:08:00.9636725Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:08:00.9658752Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:08:00.9679720Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:08:00.9748154Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:08:01.0680777Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:08:01.2349883Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:08:01.6052782Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:08:01.7669871Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:08:08.6959502Z Reading package lists...
2025-08-20T21:08:08.8445212Z Building dependency tree...
2025-08-20T21:08:08.8452589Z Reading state information...
2025-08-20T21:08:08.9894423Z autoconf is already the newest version (2.71-3).
2025-08-20T21:08:08.9895134Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:08:08.9895801Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:08:08.9896442Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:08:08.9897118Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:08:08.9897787Z ca-certificates is already the newest version (20240203).
2025-08-20T21:08:08.9898389Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:08:08.9898957Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:08:08.9899845Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:08:08.9900495Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:08:08.9901096Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:08:08.9901626Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:08:08.9902046Z patch set to manually installed.
2025-08-20T21:08:08.9902462Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:08:08.9903175Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:08:08.9903665Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:08:08.9904125Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:08:08.9904529Z Suggested packages:
2025-08-20T21:08:08.9904793Z   scons-doc
2025-08-20T21:08:09.0026897Z The following NEW packages will be installed:
2025-08-20T21:08:09.0032876Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:08:09.0194276Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:08:09.0194909Z Need to get 15.8 MB of archives.
2025-08-20T21:08:09.0195510Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:08:09.0196297Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:08:09.1068711Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:08:09.2405135Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:08:09.3038709Z 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-20T21:08:10.0258115Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:08:10.1552250Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:08:10.4056028Z Fetched 15.8 MB in 1s (13.7 MB/s)
2025-08-20T21:08:10.4238511Z Selecting previously unselected package autopoint.
2025-08-20T21:08:10.4292750Z (Reading database ... 
2025-08-20T21:08:10.4293485Z (Reading database ... 5%
2025-08-20T21:08:10.4294077Z (Reading database ... 10%
2025-08-20T21:08:10.4294793Z (Reading database ... 15%
2025-08-20T21:08:10.4295130Z (Reading database ... 20%
2025-08-20T21:08:10.4295457Z (Reading database ... 25%
2025-08-20T21:08:10.4295781Z (Reading database ... 30%
2025-08-20T21:08:10.4296104Z (Reading database ... 35%
2025-08-20T21:08:10.4296429Z (Reading database ... 40%
2025-08-20T21:08:10.4296756Z (Reading database ... 45%
2025-08-20T21:08:10.4297077Z (Reading database ... 50%
2025-08-20T21:08:10.4316408Z (Reading database ... 55%
2025-08-20T21:08:10.4407877Z (Reading database ... 60%
2025-08-20T21:08:10.4428556Z (Reading database ... 65%
2025-08-20T21:08:10.4461202Z (Reading database ... 70%
2025-08-20T21:08:10.4485138Z (Reading database ... 75%
2025-08-20T21:08:10.4512851Z (Reading database ... 80%
2025-08-20T21:08:10.4652445Z (Reading database ... 85%
2025-08-20T21:08:10.4738365Z (Reading database ... 90%
2025-08-20T21:08:10.4996158Z (Reading database ... 95%
2025-08-20T21:08:10.4996916Z (Reading database ... 100%
2025-08-20T21:08:10.4997734Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:08:10.5039745Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:08:10.5048697Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:08:10.5294444Z Selecting previously unselected package clang.
2025-08-20T21:08:10.5430967Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:08:10.5441106Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:08:10.5652079Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:08:10.5787793Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:08:10.5797173Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:08:11.0296995Z Selecting previously unselected package scons.
2025-08-20T21:08:11.0436289Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:08:11.0445601Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:08:11.1120408Z Selecting previously unselected package byacc.
2025-08-20T21:08:11.1256880Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:08:11.1265321Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:08:11.1660005Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:08:11.1707849Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:08:11.1785176Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:08:11.2000416Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:08:11.5979621Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:08:11.6044217Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:08:15.6416477Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:08:17.0355887Z Reading package lists...
2025-08-20T21:08:17.1864136Z Building dependency tree...
2025-08-20T21:08:17.1871735Z Reading state information...
2025-08-20T21:08:17.3331805Z The following additional packages will be installed:
2025-08-20T21:08:17.3332914Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:08:17.3336608Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:08:17.3337852Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:08:17.3338917Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:08:17.3339762Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:08:17.3340414Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:08:17.3340977Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:08:17.3341485Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:08:17.3341964Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:08:17.3346801Z Suggested packages:
2025-08-20T21:08:17.3347291Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:08:17.3347769Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:08:17.3348542Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:08:17.3350796Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:08:17.3351521Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:08:17.3352247Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:08:17.3353241Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:08:17.3354092Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:08:17.3354697Z   wdiff-doc
2025-08-20T21:08:17.3355005Z Recommended packages:
2025-08-20T21:08:17.3355532Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:08:17.3356299Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:08:17.3357098Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:08:17.3357891Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:08:17.3528010Z The following NEW packages will be installed:
2025-08-20T21:08:17.3528871Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:08:17.3529650Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:08:17.3530494Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:08:17.3531521Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:08:17.3532429Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:08:17.3533528Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:08:17.3534717Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:08:17.3535565Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:08:17.3536364Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:08:17.3711810Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:08:17.3712435Z Need to get 2417 kB of archives.
2025-08-20T21:08:17.3713179Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:08:17.3713916Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:08:17.4509397Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:08:17.5144669Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:08:17.5782516Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:08:17.6428248Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:08:17.7063397Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:08:17.7723759Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:08:17.8365551Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:08:17.8997261Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:08:17.9644235Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:08:18.0285052Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:08:18.0931826Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:08:18.1572536Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:08:18.2214202Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:08:18.2859493Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:08:18.3511850Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:08:18.4205663Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:08:18.4847299Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:08:18.6142857Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:08:18.6779740Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:08:18.7410757Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:08:18.8039035Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:08:18.8699441Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:08:18.9343897Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:08:18.9977566Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:08:19.0619956Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:08:19.1248309Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:08:19.1885939Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:08:19.2526541Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:08:19.3161788Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:08:19.3812141Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:08:19.7532100Z Fetched 2417 kB in 2s (1128 kB/s)
2025-08-20T21:08:19.7718942Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:08:19.7774478Z (Reading database ... 
2025-08-20T21:08:19.7775073Z (Reading database ... 5%
2025-08-20T21:08:19.7775452Z (Reading database ... 10%
2025-08-20T21:08:19.7775800Z (Reading database ... 15%
2025-08-20T21:08:19.7776127Z (Reading database ... 20%
2025-08-20T21:08:19.7776460Z (Reading database ... 25%
2025-08-20T21:08:19.7776816Z (Reading database ... 30%
2025-08-20T21:08:19.7777147Z (Reading database ... 35%
2025-08-20T21:08:19.7777477Z (Reading database ... 40%
2025-08-20T21:08:19.7777801Z (Reading database ... 45%
2025-08-20T21:08:19.7778135Z (Reading database ... 50%
2025-08-20T21:08:19.7798757Z (Reading database ... 55%
2025-08-20T21:08:19.7889973Z (Reading database ... 60%
2025-08-20T21:08:19.7911508Z (Reading database ... 65%
2025-08-20T21:08:19.7944611Z (Reading database ... 70%
2025-08-20T21:08:19.7969009Z (Reading database ... 75%
2025-08-20T21:08:19.7997671Z (Reading database ... 80%
2025-08-20T21:08:19.8135589Z (Reading database ... 85%
2025-08-20T21:08:19.8218892Z (Reading database ... 90%
2025-08-20T21:08:19.8468757Z (Reading database ... 95%
2025-08-20T21:08:19.8469262Z (Reading database ... 100%
2025-08-20T21:08:19.8469756Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:08:19.8509078Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:08:19.8518523Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:08:19.8733200Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:08:19.8864100Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:08:19.8872421Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:08:19.9078043Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:08:19.9208810Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:08:19.9217310Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:08:19.9461001Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:08:19.9591901Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:08:19.9599853Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:08:19.9813147Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:08:19.9943505Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:08:19.9955684Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:08:20.0155938Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:08:20.0283773Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:08:20.0291561Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:08:20.0509180Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:08:20.0639570Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:08:20.0648294Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:08:20.0866591Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:08:20.0996592Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:08:20.1006208Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:08:20.1209606Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:08:20.1339255Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:08:20.1348061Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:08:20.1554924Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:08:20.1684663Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:08:20.1693412Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:08:20.1906220Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:08:20.2036794Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:08:20.2045662Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:08:20.2249258Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:08:20.2379765Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:08:20.2387794Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:08:20.2585449Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:08:20.2716668Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:08:20.2725582Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:08:20.2948111Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:08:20.3079622Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:08:20.3092012Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:08:20.3307789Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:08:20.3438379Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:08:20.3446384Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:08:20.3674794Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:08:20.3802385Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:08:20.3810505Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:08:20.4006462Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:08:20.4133711Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:08:20.4141466Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:08:20.4656112Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:08:20.4785115Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:08:20.4794636Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:08:20.5007273Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:08:20.5134018Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:08:20.5144427Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:08:20.5345703Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:08:20.5472877Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:08:20.5482598Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:08:20.5696635Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:08:20.5825395Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:08:20.5833211Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:08:20.6257919Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:08:20.6388449Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:08:20.6397968Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:08:20.6674363Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:08:20.6804782Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:08:20.6814526Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:08:20.7023578Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:08:20.7152721Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:08:20.7160676Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:08:20.7365389Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:08:20.7493692Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:08:20.7502618Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:08:20.7707241Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:08:20.7836205Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:08:20.7844551Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:08:20.8058224Z Selecting previously unselected package libwww-perl.
2025-08-20T21:08:20.8185881Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:08:20.8195615Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:08:20.8494917Z Selecting previously unselected package patchutils.
2025-08-20T21:08:20.8625572Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:08:20.8635095Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:08:20.8907476Z Selecting previously unselected package wdiff.
2025-08-20T21:08:20.9037388Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:08:20.9048790Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:08:20.9289476Z Selecting previously unselected package devscripts.
2025-08-20T21:08:20.9417664Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:08:20.9610264Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:08:21.0811443Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:08:21.0836704Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:08:21.0860314Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:08:21.0888090Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:08:21.0912171Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:08:21.0939110Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:08:21.0975575Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:08:21.1004900Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:08:21.1031931Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:08:21.1055792Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:08:21.1081395Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:08:21.1103285Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:08:21.1130486Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:08:21.1153371Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:08:21.1176239Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:08:21.1199100Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:08:21.1224193Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:08:21.1247263Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:08:21.1273353Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:08:21.1296913Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:08:21.1320448Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:08:21.1345002Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:08:21.1369255Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:08:21.1400133Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:08:21.1425034Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:08:21.1453919Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:08:21.1478100Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:08:21.1511336Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:08:21.1542214Z Setting up devscripts (2.23.7) ...
2025-08-20T21:08:21.2746384Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:08:21.2774421Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:08:26.0920953Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:08:27.6142862Z Reading package lists...
2025-08-20T21:08:27.7791638Z Building dependency tree...
2025-08-20T21:08:27.7799988Z Reading state information...
2025-08-20T21:08:27.9330416Z The following additional packages will be installed:
2025-08-20T21:08:27.9338167Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:08:27.9344101Z Suggested packages:
2025-08-20T21:08:27.9344380Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:08:27.9476535Z The following NEW packages will be installed:
2025-08-20T21:08:27.9483730Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:08:27.9653511Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:08:27.9653908Z Need to get 13.6 MB of archives.
2025-08-20T21:08:27.9654250Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:08:27.9654633Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:08:28.0606839Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:08:28.1245206Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:08:28.1954416Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:08:28.4626303Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:08:29.0922080Z Fetched 13.6 MB in 1s (15.2 MB/s)
2025-08-20T21:08:29.1116885Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:08:29.1172275Z (Reading database ... 
2025-08-20T21:08:29.1173138Z (Reading database ... 5%
2025-08-20T21:08:29.1173626Z (Reading database ... 10%
2025-08-20T21:08:29.1174095Z (Reading database ... 15%
2025-08-20T21:08:29.1174551Z (Reading database ... 20%
2025-08-20T21:08:29.1174998Z (Reading database ... 25%
2025-08-20T21:08:29.1175452Z (Reading database ... 30%
2025-08-20T21:08:29.1175899Z (Reading database ... 35%
2025-08-20T21:08:29.1176381Z (Reading database ... 40%
2025-08-20T21:08:29.1176827Z (Reading database ... 45%
2025-08-20T21:08:29.1177273Z (Reading database ... 50%
2025-08-20T21:08:29.1197807Z (Reading database ... 55%
2025-08-20T21:08:29.1290160Z (Reading database ... 60%
2025-08-20T21:08:29.1311552Z (Reading database ... 65%
2025-08-20T21:08:29.1346009Z (Reading database ... 70%
2025-08-20T21:08:29.1370127Z (Reading database ... 75%
2025-08-20T21:08:29.1399002Z (Reading database ... 80%
2025-08-20T21:08:29.1537129Z (Reading database ... 85%
2025-08-20T21:08:29.1622367Z (Reading database ... 90%
2025-08-20T21:08:29.1873429Z (Reading database ... 95%
2025-08-20T21:08:29.1874096Z (Reading database ... 100%
2025-08-20T21:08:29.1874847Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:08:29.1913609Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:08:29.1929917Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:08:29.2160201Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:08:29.2290317Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:08:29.2299071Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:08:29.2535073Z Selecting previously unselected package cmake-data.
2025-08-20T21:08:29.2668680Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:08:29.2733788Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:08:29.8157888Z Selecting previously unselected package cmake.
2025-08-20T21:08:29.8309128Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:08:29.8318495Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:08:30.0290440Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:08:30.0314602Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:08:30.0342781Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:08:30.0406427Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:08:30.0429588Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:08:34.2907919Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:08:34.8534955Z 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-20T21:08:34.8536355Z Running kernel seems to be up-to-date.
2025-08-20T21:08:34.8536612Z 
2025-08-20T21:08:34.8536719Z Restarting services...
2025-08-20T21:08:34.8596795Z 
2025-08-20T21:08:34.8597226Z Service restarts being deferred:
2025-08-20T21:08:34.8597758Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:08:34.8598112Z 
2025-08-20T21:08:34.8598296Z No containers need to be restarted.
2025-08-20T21:08:34.8598538Z 
2025-08-20T21:08:34.8598669Z No user sessions are running outdated binaries.
2025-08-20T21:08:34.8598878Z 
2025-08-20T21:08:34.8599078Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:08:35.7526169Z Reading package lists...
2025-08-20T21:08:35.9134546Z Building dependency tree...
2025-08-20T21:08:35.9141917Z Reading state information...
2025-08-20T21:08:36.0810596Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:08:36.0811373Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:08:36.0812059Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:08:36.0812700Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:08:36.0813575Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:08:36.0823848Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:08:36.0824523Z ca-certificates is already the newest version (20240203).
2025-08-20T21:08:36.0825156Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:08:36.0825698Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:08:36.0826320Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:08:36.0826892Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:08:36.0827413Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:08:36.0828082Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:08:36.0829032Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:08:36.0829568Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:08:36.0830100Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:08:36.0830495Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:08:36.0830869Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:08:36.0831201Z musl is already the newest version (1.2.4-2).
2025-08-20T21:08:36.0831509Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:08:36.0831830Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:08:36.0832216Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:08:36.0832622Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:08:36.0833160Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:08:36.0833503Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:08:36.0833877Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:08:36.1054484Z Reading package lists...
2025-08-20T21:08:36.2682275Z Building dependency tree...
2025-08-20T21:08:36.2690341Z Reading state information...
2025-08-20T21:08:36.4358178Z autoconf is already the newest version (2.71-3).
2025-08-20T21:08:36.4359062Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:08:36.4359631Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:08:36.4360153Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:08:36.4360668Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:08:36.4361206Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:08:36.4361960Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:08:36.4362459Z ca-certificates is already the newest version (20240203).
2025-08-20T21:08:36.4363132Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:08:36.4363621Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:08:36.4364100Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:08:36.4364735Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:08:36.4365409Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:08:36.4366141Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:08:36.4366843Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:08:36.4367543Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:08:36.4368129Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:08:36.4368785Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:08:36.4369430Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:08:36.4369957Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:08:36.4370492Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:08:36.4371065Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:08:36.4597682Z Reading package lists...
2025-08-20T21:08:36.6074450Z Building dependency tree...
2025-08-20T21:08:36.6082265Z Reading state information...
2025-08-20T21:08:36.7703614Z devscripts is already the newest version (2.23.7).
2025-08-20T21:08:36.7704275Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:08:36.7937703Z Reading package lists...
2025-08-20T21:08:36.9354536Z Building dependency tree...
2025-08-20T21:08:36.9361689Z Reading state information...
2025-08-20T21:08:37.0959470Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:08:37.0960382Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:08:37.1194889Z Reading package lists...
2025-08-20T21:08:37.2632037Z Building dependency tree...
2025-08-20T21:08:37.2639976Z Reading state information...
2025-08-20T21:08:37.4052308Z Suggested packages:
2025-08-20T21:08:37.4052734Z   binutils-doc
2025-08-20T21:08:37.4282803Z The following NEW packages will be installed:
2025-08-20T21:08:37.4288796Z   binutils-aarch64-linux-gnu
2025-08-20T21:08:37.4445286Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:08:37.4667230Z Need to get 3711 kB of archives.
2025-08-20T21:08:37.4668123Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:08:37.4668822Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:08:37.5558711Z 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-20T21:08:38.0738546Z Fetched 3711 kB in 0s (10.1 MB/s)
2025-08-20T21:08:38.0929572Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:08:38.0986051Z (Reading database ... 
2025-08-20T21:08:38.0986796Z (Reading database ... 5%
2025-08-20T21:08:38.0987365Z (Reading database ... 10%
2025-08-20T21:08:38.0987972Z (Reading database ... 15%
2025-08-20T21:08:38.0988496Z (Reading database ... 20%
2025-08-20T21:08:38.0988852Z (Reading database ... 25%
2025-08-20T21:08:38.0989184Z (Reading database ... 30%
2025-08-20T21:08:38.0989508Z (Reading database ... 35%
2025-08-20T21:08:38.0989834Z (Reading database ... 40%
2025-08-20T21:08:38.0990171Z (Reading database ... 45%
2025-08-20T21:08:38.0990498Z (Reading database ... 50%
2025-08-20T21:08:38.1010362Z (Reading database ... 55%
2025-08-20T21:08:38.1101096Z (Reading database ... 60%
2025-08-20T21:08:38.1122203Z (Reading database ... 65%
2025-08-20T21:08:38.1155450Z (Reading database ... 70%
2025-08-20T21:08:38.1178876Z (Reading database ... 75%
2025-08-20T21:08:38.1208287Z (Reading database ... 80%
2025-08-20T21:08:38.1351594Z (Reading database ... 85%
2025-08-20T21:08:38.1435532Z (Reading database ... 90%
2025-08-20T21:08:38.1681908Z (Reading database ... 95%
2025-08-20T21:08:38.1682558Z (Reading database ... 100%
2025-08-20T21:08:38.1683649Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:08:38.1722887Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:08:38.1742302Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:08:38.3322520Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:08:38.3353997Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:08:38.3494921Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:08:43.7922049Z Reading package lists...
2025-08-20T21:08:43.9440921Z Building dependency tree...
2025-08-20T21:08:43.9448391Z Reading state information...
2025-08-20T21:08:44.0911513Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:08:44.0912557Z The following additional packages will be installed:
2025-08-20T21:08:44.0913677Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:08:44.0914695Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:08:44.0915809Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:08:44.0916863Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:08:44.0917797Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:08:44.0918602Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:08:44.0919565Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:08:44.0920831Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:08:44.0921980Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:08:44.0923119Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:08:44.0923871Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:08:44.0924682Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:08:44.0925971Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:08:44.0926739Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:08:44.0927486Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:08:44.0928182Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:08:44.0928891Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:08:44.0929578Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:08:44.0930253Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:08:44.0930950Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:08:44.0931478Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:08:44.0931914Z   linux-libc-dev-armhf-cross
2025-08-20T21:08:44.0932171Z Suggested packages:
2025-08-20T21:08:44.0932509Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:08:44.0933199Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:08:44.1471188Z The following NEW packages will be installed:
2025-08-20T21:08:44.1471910Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:08:44.1472735Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:08:44.1473862Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:08:44.1474759Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:08:44.1475679Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:08:44.1476866Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:08:44.1477652Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:08:44.1478462Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:08:44.1479497Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:08:44.1480342Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:08:44.1482613Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:08:44.1483520Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:08:44.1484339Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:08:44.1485200Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:08:44.1486030Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:08:44.1486802Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:08:44.1487557Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:08:44.1488295Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:08:44.1489025Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:08:44.1489736Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:08:44.1490566Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:08:44.1491461Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:08:44.1492190Z   linux-libc-dev-armhf-cross
2025-08-20T21:08:44.1677668Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:08:44.1678297Z Need to get 171 MB of archives.
2025-08-20T21:08:44.1678871Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:08:44.1679582Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:08:44.2464097Z 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-20T21:08:44.3133765Z 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-20T21:08:44.7089680Z 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-20T21:08:44.7727627Z 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-20T21:08:45.2118207Z 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-20T21:08:45.2752502Z 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-20T21:08:45.8423338Z 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-20T21:08:45.9052678Z 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-20T21:08:45.9716681Z 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-20T21:08:46.0350517Z 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-20T21:08:46.0985547Z 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-20T21:08:46.1644440Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:08:46.3530335Z 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-20T21:08:46.4166224Z 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-20T21:08:46.4806028Z 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-20T21:08:46.5445222Z 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-20T21:08:46.6077989Z 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-20T21:08:46.7330050Z 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-20T21:08:46.7973750Z 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-20T21:08:46.9217103Z 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-20T21:08:47.0479582Z 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-20T21:08:47.1144200Z 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-20T21:08:47.1839597Z 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-20T21:08:47.4381713Z 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-20T21:08:48.1787584Z 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-20T21:08:48.3639800Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:08:48.5565993Z 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-20T21:08:48.7565433Z 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-20T21:08:49.2790966Z 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-20T21:08:49.5337074Z 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-20T21:08:49.5978664Z 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-20T21:08:49.6613812Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:08:49.7925530Z 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-20T21:08:49.8566746Z 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-20T21:08:49.9205816Z 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-20T21:08:49.9841539Z 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-20T21:08:50.2394471Z 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-20T21:08:50.3655158Z 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-20T21:08:50.5516684Z 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-20T21:08:50.6797212Z 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-20T21:08:51.3681131Z 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-20T21:08:51.6260701Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:08:51.8293309Z 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-20T21:08:52.0888374Z 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-20T21:08:52.6698974Z 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-20T21:08:52.9853372Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:08:53.1797593Z 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-20T21:08:53.2435676Z 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-20T21:08:53.3080122Z 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-20T21:08:53.3726106Z 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-20T21:08:53.6825369Z 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-20T21:08:53.8122063Z 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-20T21:08:53.9431666Z 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-20T21:08:54.0716780Z 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-20T21:08:55.2039801Z 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-20T21:08:55.3916561Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:08:55.5984698Z 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-20T21:08:55.8582218Z 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-20T21:08:56.4328460Z 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-20T21:08:56.4963586Z 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-20T21:08:56.5611278Z 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-20T21:08:56.6245436Z 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-20T21:08:56.6877720Z 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-20T21:08:56.7509035Z 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-20T21:08:57.0617827Z Fetched 171 MB in 13s (13.5 MB/s)
2025-08-20T21:08:57.0817834Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:08:57.0875114Z (Reading database ... 
2025-08-20T21:08:57.0875601Z (Reading database ... 5%
2025-08-20T21:08:57.0876081Z (Reading database ... 10%
2025-08-20T21:08:57.0876590Z (Reading database ... 15%
2025-08-20T21:08:57.0877037Z (Reading database ... 20%
2025-08-20T21:08:57.0877329Z (Reading database ... 25%
2025-08-20T21:08:57.0877619Z (Reading database ... 30%
2025-08-20T21:08:57.0877901Z (Reading database ... 35%
2025-08-20T21:08:57.0878190Z (Reading database ... 40%
2025-08-20T21:08:57.0878478Z (Reading database ... 45%
2025-08-20T21:08:57.0878767Z (Reading database ... 50%
2025-08-20T21:08:57.0899088Z (Reading database ... 55%
2025-08-20T21:08:57.1001400Z (Reading database ... 60%
2025-08-20T21:08:57.1024886Z (Reading database ... 65%
2025-08-20T21:08:57.1062248Z (Reading database ... 70%
2025-08-20T21:08:57.1086900Z (Reading database ... 75%
2025-08-20T21:08:57.1117878Z (Reading database ... 80%
2025-08-20T21:08:57.1265005Z (Reading database ... 85%
2025-08-20T21:08:57.1350864Z (Reading database ... 90%
2025-08-20T21:08:57.1603592Z (Reading database ... 95%
2025-08-20T21:08:57.1604242Z (Reading database ... 100%
2025-08-20T21:08:57.1605014Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:08:57.1645488Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:08:57.1657674Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:57.1879813Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:08:57.2016503Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:08:57.2046612Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:57.3508411Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:08:57.3648278Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:08:57.3657587Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:57.3877937Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:08:57.4016411Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:08:57.4048093Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:57.5429792Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:08:57.5569163Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:08:57.5577964Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:57.5787092Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:08:57.5926990Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:08:57.5956724Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:57.7292554Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:08:57.7432023Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:08:57.7440170Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:08:57.7642004Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:08:57.7780032Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:08:57.7790642Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:08:57.7988523Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:08:57.8126909Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:08:57.8134930Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:08:57.8332301Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:08:57.8469345Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:57.8477339Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:57.8678698Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:08:57.8816821Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:57.8825153Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:57.9075389Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:08:57.9211851Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:08:57.9221665Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:08:57.9601565Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:08:57.9739683Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:57.9748215Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:57.9956672Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:08:58.0093990Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:58.0103480Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.0330943Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:08:58.0468408Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:58.0477349Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.0688851Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:08:58.0826865Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:58.0835171Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.1046681Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:08:58.1184688Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:58.1195251Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.1519509Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:08:58.1656660Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:58.1666100Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.1917469Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:08:58.2054437Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:58.2064103Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.2369080Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:08:58.2506652Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:58.2514562Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.2858150Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:08:58.2995638Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:58.3005694Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.3250500Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:08:58.3388708Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:58.3399441Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.3665850Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:08:58.3802298Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:58.3810823Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.4812347Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:08:58.4951655Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:08:58.4985101Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:58.7664591Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:08:58.7803431Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:08:58.7812168Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:08:58.9824435Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:08:58.9967959Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:08:58.9975742Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:08:59.1240038Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:08:59.1380436Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:59.1389266Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:59.3688712Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:08:59.3831160Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:08:59.3865035Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:59.5421840Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:08:59.5563682Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:08:59.5580517Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:08:59.6468736Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:08:59.6608660Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:59.6620350Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:08:59.6828680Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:08:59.6969327Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:59.6981751Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:59.7197285Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:08:59.7335496Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:08:59.7345806Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:08:59.7695554Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:08:59.7835754Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:59.7844320Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:59.8057960Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:08:59.8199126Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:59.8207722Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:59.8431928Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:08:59.8572232Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:59.8580343Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:59.8785902Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:08:59.8927153Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:59.8935950Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:08:59.9584603Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:08:59.9725198Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:08:59.9734560Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:00.0040391Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:09:00.0182660Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:00.0190103Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:00.0551667Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:09:00.0694083Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:00.0701832Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:00.1242377Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:09:00.1383731Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:09:00.1414950Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:00.3937093Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:09:00.4077547Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:09:00.4087432Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:09:00.6064264Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:09:00.6207773Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:09:00.6216421Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:09:00.7377224Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:09:00.7519907Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:00.7530954Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:00.9508185Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:09:00.9654452Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:09:00.9686706Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:01.1167744Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:09:01.1310284Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:09:01.1319284Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:09:01.2248339Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:09:01.2390986Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:09:01.2399735Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:09:01.2753169Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:09:01.2894921Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:01.2902678Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:01.3114249Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:09:01.3257304Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:01.3266429Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:01.3491588Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:09:01.3632754Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:01.3641830Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:01.3854369Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:09:01.3997791Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:01.4007107Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:01.4629881Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:09:01.4773876Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:01.4782454Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:01.5081282Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:09:01.5225729Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:01.5234775Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:01.5595263Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:09:01.5737471Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:01.5746958Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:01.6279784Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:09:01.6422055Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:09:01.6455202Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:01.8962377Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:09:01.9104955Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:09:01.9114667Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:09:02.1037779Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:09:02.1183922Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:09:02.1191603Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:09:02.2378677Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:09:02.2524800Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:09:02.2534944Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.4516486Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:09:02.4663366Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:09:02.4696409Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.6109566Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:09:02.6252070Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:09:02.6261070Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:09:02.6466349Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:09:02.6607835Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:09:02.6617522Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:09:02.6810291Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:09:02.6948095Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:09:02.6956234Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:09:02.7222443Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:09:02.7358417Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:09:02.7367318Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:09:02.7561529Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:09:02.7697039Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:09:02.7707640Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:09:02.7912712Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:09:02.8047599Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:09:02.8055282Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:09:02.8529354Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:09:02.8567085Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:09:02.8593900Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.8617943Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.8639192Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.8680196Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:09:02.8707988Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.8732603Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:09:02.8756848Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:09:02.8781907Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.8804644Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:09:02.8837652Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:09:02.8861122Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.8883328Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.8905634Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.8927993Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:09:02.8953687Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:09:02.8977939Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9004374Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9028392Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9052698Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9079229Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9102774Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9127084Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9153884Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9176459Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9199855Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9226489Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9249437Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9272438Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:09:02.9296573Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9325398Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:09:02.9350579Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9372101Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9398166Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9425637Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:09:02.9452255Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:09:02.9478296Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9500785Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9525128Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9550305Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9574840Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9597275Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:09:02.9618817Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9646151Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9670753Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9695338Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9717689Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9742237Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9767666Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9805355Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9834185Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:09:02.9867065Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9895232Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9921303Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9946751Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:02.9975522Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:03.0001398Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:09:03.0029239Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:09:03.0057180Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:03.0081122Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:09:03.0113176Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:09:03.0143470Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:09:03.0167992Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:09:03.0198699Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:09:03.0215465Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:09:03.0328134Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:09:07.3642206Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:09:08.7351415Z Reading package lists...
2025-08-20T21:09:08.8802714Z Building dependency tree...
2025-08-20T21:09:08.8810918Z Reading state information...
2025-08-20T21:09:09.0233433Z The following additional packages will be installed:
2025-08-20T21:09:09.0234396Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:09:09.0237530Z   libpcap0.8-dev
2025-08-20T21:09:09.0503531Z The following NEW packages will be installed:
2025-08-20T21:09:09.0504569Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:09:09.0508746Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:09:09.0663916Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:09:09.0887335Z Need to get 1613 kB of archives.
2025-08-20T21:09:09.0887948Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:09:09.0888588Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:09:09.1727611Z 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-20T21:09:09.2383576Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:09:09.3027847Z 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-20T21:09:09.3671660Z 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-20T21:09:09.4342589Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:09:09.5646610Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:09:09.6432731Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:09:09.7077789Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:09:09.9591900Z Fetched 1613 kB in 1s (2559 kB/s)
2025-08-20T21:09:09.9796362Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:09:09.9855252Z (Reading database ... 
2025-08-20T21:09:09.9856030Z (Reading database ... 5%
2025-08-20T21:09:09.9856556Z (Reading database ... 10%
2025-08-20T21:09:09.9856886Z (Reading database ... 15%
2025-08-20T21:09:09.9857202Z (Reading database ... 20%
2025-08-20T21:09:09.9857519Z (Reading database ... 25%
2025-08-20T21:09:09.9857828Z (Reading database ... 30%
2025-08-20T21:09:09.9858133Z (Reading database ... 35%
2025-08-20T21:09:09.9858444Z (Reading database ... 40%
2025-08-20T21:09:09.9858751Z (Reading database ... 45%
2025-08-20T21:09:09.9859059Z (Reading database ... 50%
2025-08-20T21:09:09.9953648Z (Reading database ... 55%
2025-08-20T21:09:09.9973055Z (Reading database ... 60%
2025-08-20T21:09:09.9994357Z (Reading database ... 65%
2025-08-20T21:09:10.0033337Z (Reading database ... 70%
2025-08-20T21:09:10.0055799Z (Reading database ... 75%
2025-08-20T21:09:10.0091906Z (Reading database ... 80%
2025-08-20T21:09:10.0248388Z (Reading database ... 85%
2025-08-20T21:09:10.0337010Z (Reading database ... 90%
2025-08-20T21:09:10.0590785Z (Reading database ... 95%
2025-08-20T21:09:10.0591469Z (Reading database ... 100%
2025-08-20T21:09:10.0592235Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:09:10.0632483Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:09:10.0642315Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:09:10.0973382Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:09:10.1112613Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:09:10.1128640Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:09:10.1345176Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:09:10.1483783Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:09:10.1491837Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:09:10.1923299Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:09:10.2063466Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:09:10.2072283Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:09:10.2335022Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:09:10.2472654Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:09:10.2479802Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:09:10.3170561Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:09:10.3311790Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:09:10.3346362Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:09:10.3743134Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:09:10.3883949Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:09:10.3894958Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:09:10.4118277Z Selecting previously unselected package pcaputils.
2025-08-20T21:09:10.4255409Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:09:10.4288821Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:09:10.4730494Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:09:10.4756300Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:09:10.6104567Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:09:10.6124462Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:09:10.6228588Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:09:10.9296158Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:09:10.9316540Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:09:10.9370249Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:09:10.9511706Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:09:15.6193292Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:09:15.6300323Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:09:15.6325243Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:09:16.9917342Z Reading package lists...
2025-08-20T21:09:17.1318391Z Building dependency tree...
2025-08-20T21:09:17.1326944Z Reading state information...
2025-08-20T21:09:17.1714325Z Reading package lists...
2025-08-20T21:09:17.3142449Z Building dependency tree...
2025-08-20T21:09:17.3151153Z Reading state information...
2025-08-20T21:09:17.4599060Z The following additional packages will be installed:
2025-08-20T21:09:17.4605247Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:09:17.4612754Z Suggested packages:
2025-08-20T21:09:17.4613521Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:09:17.4614199Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:09:17.4767495Z The following NEW packages will be installed:
2025-08-20T21:09:17.4768313Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:09:17.4772121Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:09:17.4937104Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:09:17.4937764Z Need to get 800 kB of archives.
2025-08-20T21:09:17.4938109Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:09:17.4938660Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:09:17.5836254Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:09:17.6476605Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:09:17.7105041Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:09:17.8363826Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:09:17.8997965Z 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-20T21:09:17.9633057Z 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-20T21:09:18.0291286Z 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-20T21:09:18.0925344Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:09:18.1561127Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:09:18.4099664Z Fetched 800 kB in 1s (1189 kB/s)
2025-08-20T21:09:18.4296447Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:09:18.4356402Z (Reading database ... 
2025-08-20T21:09:18.4356918Z (Reading database ... 5%
2025-08-20T21:09:18.4357428Z (Reading database ... 10%
2025-08-20T21:09:18.4357932Z (Reading database ... 15%
2025-08-20T21:09:18.4358684Z (Reading database ... 20%
2025-08-20T21:09:18.4359043Z (Reading database ... 25%
2025-08-20T21:09:18.4359359Z (Reading database ... 30%
2025-08-20T21:09:18.4359658Z (Reading database ... 35%
2025-08-20T21:09:18.4359959Z (Reading database ... 40%
2025-08-20T21:09:18.4371159Z (Reading database ... 45%
2025-08-20T21:09:18.4371852Z (Reading database ... 50%
2025-08-20T21:09:18.4466755Z (Reading database ... 55%
2025-08-20T21:09:18.4487829Z (Reading database ... 60%
2025-08-20T21:09:18.4510245Z (Reading database ... 65%
2025-08-20T21:09:18.4551954Z (Reading database ... 70%
2025-08-20T21:09:18.4575629Z (Reading database ... 75%
2025-08-20T21:09:18.4613641Z (Reading database ... 80%
2025-08-20T21:09:18.4773657Z (Reading database ... 85%
2025-08-20T21:09:18.4862920Z (Reading database ... 90%
2025-08-20T21:09:18.5116171Z (Reading database ... 95%
2025-08-20T21:09:18.5116598Z (Reading database ... 100%
2025-08-20T21:09:18.5117191Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:09:18.5158305Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:09:18.5176836Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:09:18.5394733Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:09:18.5533802Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:09:18.5541194Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:09:18.5766668Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:09:18.5904255Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:09:18.5913457Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:09:18.6704882Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:09:18.6846254Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:09:18.6856139Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:09:18.7107286Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:09:18.7246600Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:09:18.7255479Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:09:18.7485515Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:09:18.7624984Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:09:18.7635118Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:09:18.7936757Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:09:18.8075030Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:09:18.8085139Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:09:18.8303165Z Selecting previously unselected package lzma.
2025-08-20T21:09:18.8441699Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:09:18.8450000Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:09:18.8702624Z Selecting previously unselected package lzma-dev.
2025-08-20T21:09:18.8840459Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:09:18.8847754Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:09:18.9291939Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:09:18.9317319Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:09:18.9339412Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:09:18.9366745Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:09:18.9389307Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:09:18.9454334Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:09:18.9480094Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:09:18.9502205Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:09:18.9525740Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:09:18.9547091Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:09:18.9576269Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:09:18.9719349Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:09:23.3026478Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:09:23.9379011Z 
2025-08-20T21:09:23.9379505Z Running kernel seems to be up-to-date.
2025-08-20T21:09:23.9379958Z 
2025-08-20T21:09:23.9380155Z Restarting services...
2025-08-20T21:09:23.9439344Z 
2025-08-20T21:09:23.9439651Z Service restarts being deferred:
2025-08-20T21:09:23.9440222Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:09:23.9440579Z 
2025-08-20T21:09:23.9440751Z No containers need to be restarted.
2025-08-20T21:09:23.9441041Z 
2025-08-20T21:09:23.9441242Z No user sessions are running outdated binaries.
2025-08-20T21:09:23.9441571Z 
2025-08-20T21:09:23.9441856Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:09:24.7330343Z Reading package lists...
2025-08-20T21:09:24.8721677Z Building dependency tree...
2025-08-20T21:09:24.8730977Z Reading state information...
2025-08-20T21:09:25.0524385Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:09:25.0525196Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:09:25.0526008Z inetutils-telnet set to manually installed.
2025-08-20T21:09:25.0526609Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:09:25.0527349Z The following additional packages will be installed:
2025-08-20T21:09:25.0527862Z   tcpd update-inetd
2025-08-20T21:09:25.0672625Z The following packages will be REMOVED:
2025-08-20T21:09:25.0679364Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:09:25.0680494Z The following NEW packages will be installed:
2025-08-20T21:09:25.0681198Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:09:25.0682010Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:09:25.0687491Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:09:25.0850798Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:09:25.0851406Z Need to get 698 kB of archives.
2025-08-20T21:09:25.0851958Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:09:25.0853105Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:09:25.1637354Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:09:25.2286891Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:09:25.2921478Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:09:25.3557183Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:09:25.4190528Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:09:25.4827882Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:09:25.5468756Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:09:25.6105377Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:09:25.6745424Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:09:25.7386551Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:09:25.8025830Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:09:25.8712342Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:09:25.9360078Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:09:26.1575170Z Preconfiguring packages ...
2025-08-20T21:09:26.2583149Z Fetched 698 kB in 1s (811 kB/s)
2025-08-20T21:09:26.2768831Z (Reading database ... 
2025-08-20T21:09:26.2769298Z (Reading database ... 5%
2025-08-20T21:09:26.2769778Z (Reading database ... 10%
2025-08-20T21:09:26.2770197Z (Reading database ... 15%
2025-08-20T21:09:26.2770622Z (Reading database ... 20%
2025-08-20T21:09:26.2771030Z (Reading database ... 25%
2025-08-20T21:09:26.2771433Z (Reading database ... 30%
2025-08-20T21:09:26.2771844Z (Reading database ... 35%
2025-08-20T21:09:26.2772266Z (Reading database ... 40%
2025-08-20T21:09:26.2772673Z (Reading database ... 45%
2025-08-20T21:09:26.2773299Z (Reading database ... 50%
2025-08-20T21:09:26.2795359Z (Reading database ... 55%
2025-08-20T21:09:26.2886888Z (Reading database ... 60%
2025-08-20T21:09:26.2908424Z (Reading database ... 65%
2025-08-20T21:09:26.2947357Z (Reading database ... 70%
2025-08-20T21:09:26.2970181Z (Reading database ... 75%
2025-08-20T21:09:26.3005400Z (Reading database ... 80%
2025-08-20T21:09:26.3159050Z (Reading database ... 85%
2025-08-20T21:09:26.3244219Z (Reading database ... 90%
2025-08-20T21:09:26.3496025Z (Reading database ... 95%
2025-08-20T21:09:26.3496600Z (Reading database ... 100%
2025-08-20T21:09:26.3497343Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:09:26.3536805Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:09:26.3685373Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:09:26.3877969Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:09:26.7580275Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:09:26.7641082Z (Reading database ... 
2025-08-20T21:09:26.7641647Z (Reading database ... 5%
2025-08-20T21:09:26.7642230Z (Reading database ... 10%
2025-08-20T21:09:26.7642810Z (Reading database ... 15%
2025-08-20T21:09:26.7643417Z (Reading database ... 20%
2025-08-20T21:09:26.7643789Z (Reading database ... 25%
2025-08-20T21:09:26.7644082Z (Reading database ... 30%
2025-08-20T21:09:26.7644413Z (Reading database ... 35%
2025-08-20T21:09:26.7644708Z (Reading database ... 40%
2025-08-20T21:09:26.7645201Z (Reading database ... 45%
2025-08-20T21:09:26.7645491Z (Reading database ... 50%
2025-08-20T21:09:26.7667053Z (Reading database ... 55%
2025-08-20T21:09:26.7770043Z (Reading database ... 60%
2025-08-20T21:09:26.7793315Z (Reading database ... 65%
2025-08-20T21:09:26.7835426Z (Reading database ... 70%
2025-08-20T21:09:26.7858986Z (Reading database ... 75%
2025-08-20T21:09:26.7896548Z (Reading database ... 80%
2025-08-20T21:09:26.8055154Z (Reading database ... 85%
2025-08-20T21:09:26.8142203Z (Reading database ... 90%
2025-08-20T21:09:26.8399742Z (Reading database ... 95%
2025-08-20T21:09:26.8400106Z (Reading database ... 100%
2025-08-20T21:09:26.8400623Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:09:26.8441548Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:09:26.8479620Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:09:26.8711027Z Selecting previously unselected package tcpd.
2025-08-20T21:09:26.8847874Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:09:26.8855276Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:09:26.9084131Z Selecting previously unselected package update-inetd.
2025-08-20T21:09:26.9218968Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:09:26.9226412Z Unpacking update-inetd (4.53) ...
2025-08-20T21:09:26.9490962Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:09:26.9627178Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:09:26.9676061Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:09:26.9903640Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:09:27.0039741Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:09:27.0048440Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:09:27.0311845Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:09:27.0447929Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:09:27.0456498Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:09:27.0689599Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:09:27.0823968Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:09:27.0834703Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:09:27.1059982Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:09:27.1194277Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:09:27.1202613Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:09:27.1426593Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:09:27.1560477Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:09:27.1568898Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:09:27.1783572Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:09:27.1917196Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:09:27.1925533Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:09:27.2141220Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:09:27.2275473Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:09:27.2283675Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:09:27.2539838Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:09:27.2675874Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:09:27.2684972Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:09:27.2941280Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:09:27.3076126Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:09:27.3083989Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:09:27.3506164Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:09:27.3590078Z Setting up update-inetd (4.53) ...
2025-08-20T21:09:27.4474350Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:09:27.4535183Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:09:27.4555800Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:09:27.9053354Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:09:27.9054283Z 
2025-08-20T21:09:27.9054542Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:09:27.9054924Z 
2025-08-20T21:09:27.9055612Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:09:27.9056088Z 
2025-08-20T21:09:27.9056756Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:09:27.9057396Z 
2025-08-20T21:09:28.2140952Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:09:28.2222599Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:09:28.2284823Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:09:28.2304698Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:09:28.2337365Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:09:28.2360791Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:09:28.2382444Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:09:28.6316690Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:09:28.6317147Z 
2025-08-20T21:09:28.6317933Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:09:28.6318488Z 
2025-08-20T21:09:28.9293836Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:09:29.0549900Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:09:29.1349638Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:09:29.1964163Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:09:35.3359134Z Reading package lists...
2025-08-20T21:09:35.4900521Z Building dependency tree...
2025-08-20T21:09:35.4908426Z Reading state information...
2025-08-20T21:09:35.7001286Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:09:35.7002131Z iputils-tracepath set to manually installed.
2025-08-20T21:09:35.7002791Z The following packages will be REMOVED:
2025-08-20T21:09:35.7008666Z   inetutils-ping
2025-08-20T21:09:35.7009821Z The following NEW packages will be installed:
2025-08-20T21:09:35.7016242Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:09:35.7181917Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:09:35.7182376Z Need to get 71.5 kB of archives.
2025-08-20T21:09:35.7182741Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:09:35.7183313Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:09:35.8584279Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:09:36.0442781Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:09:36.1191193Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:09:36.3971767Z Fetched 71.5 kB in 0s (172 kB/s)
2025-08-20T21:09:36.4159981Z (Reading database ... 
2025-08-20T21:09:36.4160554Z (Reading database ... 5%
2025-08-20T21:09:36.4161123Z (Reading database ... 10%
2025-08-20T21:09:36.4161710Z (Reading database ... 15%
2025-08-20T21:09:36.4162273Z (Reading database ... 20%
2025-08-20T21:09:36.4162820Z (Reading database ... 25%
2025-08-20T21:09:36.4163551Z (Reading database ... 30%
2025-08-20T21:09:36.4164377Z (Reading database ... 35%
2025-08-20T21:09:36.4164708Z (Reading database ... 40%
2025-08-20T21:09:36.4165031Z (Reading database ... 45%
2025-08-20T21:09:36.4165360Z (Reading database ... 50%
2025-08-20T21:09:36.4248744Z (Reading database ... 55%
2025-08-20T21:09:36.4286740Z (Reading database ... 60%
2025-08-20T21:09:36.4310053Z (Reading database ... 65%
2025-08-20T21:09:36.4353320Z (Reading database ... 70%
2025-08-20T21:09:36.4382589Z (Reading database ... 75%
2025-08-20T21:09:36.4417113Z (Reading database ... 80%
2025-08-20T21:09:36.4583756Z (Reading database ... 85%
2025-08-20T21:09:36.4850297Z (Reading database ... 90%
2025-08-20T21:09:36.4925668Z (Reading database ... 95%
2025-08-20T21:09:36.4926039Z (Reading database ... 100%
2025-08-20T21:09:36.4926576Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:09:36.4966960Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:09:36.5407958Z Selecting previously unselected package iputils-ping.
2025-08-20T21:09:36.5468303Z (Reading database ... 
2025-08-20T21:09:36.5468763Z (Reading database ... 5%
2025-08-20T21:09:36.5469231Z (Reading database ... 10%
2025-08-20T21:09:36.5469686Z (Reading database ... 15%
2025-08-20T21:09:36.5470143Z (Reading database ... 20%
2025-08-20T21:09:36.5470592Z (Reading database ... 25%
2025-08-20T21:09:36.5471036Z (Reading database ... 30%
2025-08-20T21:09:36.5471487Z (Reading database ... 35%
2025-08-20T21:09:36.5471936Z (Reading database ... 40%
2025-08-20T21:09:36.5472384Z (Reading database ... 45%
2025-08-20T21:09:36.5472818Z (Reading database ... 50%
2025-08-20T21:09:36.5550973Z (Reading database ... 55%
2025-08-20T21:09:36.5585357Z (Reading database ... 60%
2025-08-20T21:09:36.5606920Z (Reading database ... 65%
2025-08-20T21:09:36.5645511Z (Reading database ... 70%
2025-08-20T21:09:36.5671497Z (Reading database ... 75%
2025-08-20T21:09:36.5702499Z (Reading database ... 80%
2025-08-20T21:09:36.5860731Z (Reading database ... 85%
2025-08-20T21:09:36.6126479Z (Reading database ... 90%
2025-08-20T21:09:36.6200029Z (Reading database ... 95%
2025-08-20T21:09:36.6200566Z (Reading database ... 100%
2025-08-20T21:09:36.6201231Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:09:36.6240943Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:09:36.6250418Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:09:36.6473407Z Selecting previously unselected package iputils-arping.
2025-08-20T21:09:36.6608153Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:09:36.6616176Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:09:36.6823357Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:09:36.6955137Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:09:36.6965285Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:09:36.7436014Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:09:36.7596072Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:09:36.7748214Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:09:36.7900456Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:09:42.6730981Z Reading package lists...
2025-08-20T21:09:42.8150087Z Building dependency tree...
2025-08-20T21:09:42.8158084Z Reading state information...
2025-08-20T21:09:42.9599602Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:09:42.9600317Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:09:42.9952896Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:09:44.5283441Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:09:44.9636376Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:09:46.0974010Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:09:46.3592405Z Collecting pip
2025-08-20T21:09:46.4124536Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:09:46.4270919Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:09:46.5711574Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 12.5 MB/s eta 0:00:00
2025-08-20T21:09:46.8258360Z Installing collected packages: pip
2025-08-20T21:09:47.5459875Z Successfully installed pip-25.2
2025-08-20T21:09:47.7667028Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:09:47.8082100Z Reading package lists...
2025-08-20T21:09:47.9506231Z Building dependency tree...
2025-08-20T21:09:47.9514027Z Reading state information...
2025-08-20T21:09:48.0966049Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:09:48.0967042Z pciutils set to manually installed.
2025-08-20T21:09:48.0967944Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:09:48.0968877Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:09:48.0969469Z python3-distro set to manually installed.
2025-08-20T21:09:48.0970096Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:09:48.0970743Z python3-netifaces set to manually installed.
2025-08-20T21:09:48.0971301Z The following additional packages will be installed:
2025-08-20T21:09:48.0971802Z   libsysfs2
2025-08-20T21:09:48.0972602Z Suggested packages:
2025-08-20T21:09:48.0973363Z   fancontrol read-edid i2c-tools
2025-08-20T21:09:48.1208057Z The following NEW packages will be installed:
2025-08-20T21:09:48.1210083Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:09:48.1360948Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:09:48.1580965Z Need to get 142 kB of archives.
2025-08-20T21:09:48.1582123Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:09:48.1582837Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:09:48.2457273Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:09:48.3095598Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:09:48.3740749Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:09:48.4429609Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:09:48.6938914Z Fetched 142 kB in 0s (479 kB/s)
2025-08-20T21:09:48.7142176Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:09:48.7204050Z (Reading database ... 
2025-08-20T21:09:48.7204649Z (Reading database ... 5%
2025-08-20T21:09:48.7205113Z (Reading database ... 10%
2025-08-20T21:09:48.7205485Z (Reading database ... 15%
2025-08-20T21:09:48.7205823Z (Reading database ... 20%
2025-08-20T21:09:48.7206154Z (Reading database ... 25%
2025-08-20T21:09:48.7206479Z (Reading database ... 30%
2025-08-20T21:09:48.7206810Z (Reading database ... 35%
2025-08-20T21:09:48.7207140Z (Reading database ... 40%
2025-08-20T21:09:48.7207467Z (Reading database ... 45%
2025-08-20T21:09:48.7207795Z (Reading database ... 50%
2025-08-20T21:09:48.7285907Z (Reading database ... 55%
2025-08-20T21:09:48.7320762Z (Reading database ... 60%
2025-08-20T21:09:48.7343174Z (Reading database ... 65%
2025-08-20T21:09:48.7383304Z (Reading database ... 70%
2025-08-20T21:09:48.7410766Z (Reading database ... 75%
2025-08-20T21:09:48.7443159Z (Reading database ... 80%
2025-08-20T21:09:48.7600285Z (Reading database ... 85%
2025-08-20T21:09:48.7862796Z (Reading database ... 90%
2025-08-20T21:09:48.7938565Z (Reading database ... 95%
2025-08-20T21:09:48.7938879Z (Reading database ... 100%
2025-08-20T21:09:48.7939328Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:09:48.7981768Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:09:48.7999115Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:09:48.8236082Z Selecting previously unselected package sysfsutils.
2025-08-20T21:09:48.8370353Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:09:48.8400506Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:09:48.8652441Z Selecting previously unselected package lm-sensors.
2025-08-20T21:09:48.8786795Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:09:48.8980335Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:09:48.9252303Z Selecting previously unselected package virt-what.
2025-08-20T21:09:48.9392855Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:09:48.9400786Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:09:48.9805474Z Setting up virt-what (1.25-2) ...
2025-08-20T21:09:48.9835192Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:09:48.9859115Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:09:49.3897194Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:09:49.3897668Z 
2025-08-20T21:09:49.3898212Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:09:49.3898964Z 
2025-08-20T21:09:49.7031403Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:09:50.0904594Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:09:50.0905725Z 
2025-08-20T21:09:50.0939944Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:09:54.7239831Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:09:56.1139240Z Reading package lists...
2025-08-20T21:09:56.2611753Z Building dependency tree...
2025-08-20T21:09:56.2620229Z Reading state information...
2025-08-20T21:09:56.4084889Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:09:56.4085582Z The following additional packages will be installed:
2025-08-20T21:09:56.4088369Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:09:56.4089026Z   xorg-sgml-doctools
2025-08-20T21:09:56.4093875Z Suggested packages:
2025-08-20T21:09:56.4094301Z   libxcb-doc
2025-08-20T21:09:56.4232809Z The following NEW packages will be installed:
2025-08-20T21:09:56.4234864Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:09:56.4237370Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:09:56.4237903Z   xcb xorg-sgml-doctools
2025-08-20T21:09:56.4403514Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:09:56.4404129Z Need to get 807 kB of archives.
2025-08-20T21:09:56.4404699Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:09:56.4405410Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:09:56.5178704Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:09:56.5809248Z 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-20T21:09:56.6444657Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:09:56.7734692Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:09:56.8366213Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:09:56.8995944Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:09:56.9636728Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:09:57.0304221Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:09:57.0938768Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:09:57.1566925Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:09:57.2193293Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:09:57.4738357Z Fetched 807 kB in 1s (1022 kB/s)
2025-08-20T21:09:57.4930111Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:09:57.4990854Z (Reading database ... 
2025-08-20T21:09:57.4991609Z (Reading database ... 5%
2025-08-20T21:09:57.4992139Z (Reading database ... 10%
2025-08-20T21:09:57.4992651Z (Reading database ... 15%
2025-08-20T21:09:57.4993307Z (Reading database ... 20%
2025-08-20T21:09:57.4993827Z (Reading database ... 25%
2025-08-20T21:09:57.4994357Z (Reading database ... 30%
2025-08-20T21:09:57.4994745Z (Reading database ... 35%
2025-08-20T21:09:57.4995044Z (Reading database ... 40%
2025-08-20T21:09:57.4995339Z (Reading database ... 45%
2025-08-20T21:09:57.4995644Z (Reading database ... 50%
2025-08-20T21:09:57.5097034Z (Reading database ... 55%
2025-08-20T21:09:57.5118795Z (Reading database ... 60%
2025-08-20T21:09:57.5141574Z (Reading database ... 65%
2025-08-20T21:09:57.5183127Z (Reading database ... 70%
2025-08-20T21:09:57.5212375Z (Reading database ... 75%
2025-08-20T21:09:57.5243530Z (Reading database ... 80%
2025-08-20T21:09:57.5409095Z (Reading database ... 85%
2025-08-20T21:09:57.5668689Z (Reading database ... 90%
2025-08-20T21:09:57.5742367Z (Reading database ... 95%
2025-08-20T21:09:57.5743130Z (Reading database ... 100%
2025-08-20T21:09:57.5743894Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:09:57.5784358Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:09:57.5793157Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:09:57.6005393Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:09:57.6142497Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:09:57.6152477Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:09:57.6393137Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:09:57.6527797Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:09:57.6535788Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:09:57.7111248Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:09:57.7250759Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:09:57.7260101Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:09:57.7488519Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:09:57.7625867Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:09:57.7633368Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:09:57.7841695Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:09:57.7977851Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:09:57.7987627Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:09:57.8250767Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:09:57.8387129Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:09:57.8396374Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:09:57.8623480Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:09:57.8758696Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:09:57.8779984Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:09:57.8988153Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:09:57.9122071Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:09:57.9130355Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:09:57.9343665Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:09:57.9477879Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:09:57.9485644Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:09:57.9701057Z Selecting previously unselected package xcb.
2025-08-20T21:09:57.9834666Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:09:57.9843607Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:09:58.0265142Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:09:58.0289358Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:09:58.0329249Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:09:58.0373781Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:09:58.0424890Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:09:58.0568920Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:10:02.5558378Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:10:02.5648457Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:10:02.5674013Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:10:02.5696627Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:10:02.5728422Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:10:02.5751997Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:10:02.5777774Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:10:02.5803518Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:10:04.1607473Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:10:04.8027323Z Collecting build
2025-08-20T21:10:04.8545188Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:10:04.9727141Z Collecting cffi
2025-08-20T21:10:04.9823817Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:10:05.0030943Z Collecting scons
2025-08-20T21:10:05.0130616Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:10:05.0339505Z Collecting scuba
2025-08-20T21:10:05.0437853Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:10:05.0905421Z Collecting pytest
2025-08-20T21:10:05.1005792Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:10:05.1251542Z Collecting packaging>=19.1 (from build)
2025-08-20T21:10:05.1347717Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:10:05.1500442Z Collecting pyproject_hooks (from build)
2025-08-20T21:10:05.1596710Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:10:05.1776837Z Collecting pycparser (from cffi)
2025-08-20T21:10:05.1871225Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:10:05.2233755Z Collecting PyYAML (from scuba)
2025-08-20T21:10:05.2332672Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:10:05.2499777Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:10:05.2596897Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:10:05.2822074Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:10:05.2916413Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:10:05.3169720Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:10:05.3276263Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:10:05.3430067Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:10:05.3576797Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:10:05.3971088Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:10:05.4316287Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 124.2 MB/s  0:00:00
2025-08-20T21:10:05.4420283Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:10:05.4547368Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:10:05.4677923Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:10:05.4791584Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:10:05.4905747Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:10:05.5024871Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:10:05.5109847Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 150.5 MB/s  0:00:00
2025-08-20T21:10:05.5205654Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:10:05.5321328Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:10:05.5436328Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:10:05.5525022Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 76.9 MB/s  0:00:00
2025-08-20T21:10:05.6644612Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:10:07.3504396Z 
2025-08-20T21:10:07.3522176Z 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-20T21:10:07.6548830Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:10:08.2961343Z Collecting ansi2txt
2025-08-20T21:10:08.3495160Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:10:08.3788739Z Collecting pipx
2025-08-20T21:10:08.3896032Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:10:08.4193491Z Collecting scons
2025-08-20T21:10:08.4208721Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:10:08.4344365Z Collecting py2static
2025-08-20T21:10:08.4448536Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:10:08.4682100Z Collecting typer
2025-08-20T21:10:08.4781478Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:10:08.5118489Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:10:08.5217936Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:10:08.5455951Z Collecting packaging>=20 (from pipx)
2025-08-20T21:10:08.5466336Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:10:08.5693332Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:10:08.5794884Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:10:08.6003581Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:10:08.6107498Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:10:08.6646698Z Collecting pyinstaller (from py2static)
2025-08-20T21:10:08.6772099Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:10:08.6974620Z Collecting staticx (from py2static)
2025-08-20T21:10:08.7079833Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:10:08.7309433Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:10:08.7409017Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:10:08.7729102Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:10:08.7829931Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:10:08.8031952Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:10:08.8130338Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:10:08.8557409Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:10:08.8658243Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:10:08.8905725Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:10:08.9005000Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:10:08.9271515Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:10:08.9281723Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:10:08.9428553Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:10:08.9527004Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:10:09.0744195Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:10:09.0874483Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:10:09.1111317Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:10:09.1216637Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:10:09.1460244Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:10:09.1570571Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:10:09.1917641Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:10:09.2025427Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:10:09.2173380Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:10:09.2299118Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:10:09.2427436Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:10:09.2587463Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:10:09.2704851Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:10:09.2829165Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:10:09.2953197Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:10:09.3006581Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:10:09.3108755Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:10:09.3221855Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:10:09.3333517Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:10:09.3452889Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:10:09.3571157Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:10:09.3692652Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:10:09.3806499Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:10:09.3923612Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:10:09.4044592Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:10:09.4181147Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 46.0 MB/s  0:00:00
2025-08-20T21:10:09.4288463Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:10:09.4421061Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:10:09.4557147Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 82.0 MB/s  0:00:00
2025-08-20T21:10:09.4658391Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:10:09.4785218Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:10:09.4908159Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:10:09.6383602Z 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-20T21:10:10.4786831Z   Attempting uninstall: scons
2025-08-20T21:10:10.4871824Z     Found existing installation: SCons 4.9.1
2025-08-20T21:10:10.5253568Z     Uninstalling SCons-4.9.1:
2025-08-20T21:10:10.5325645Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:10:11.1378862Z   Attempting uninstall: pygments
2025-08-20T21:10:11.1461574Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:10:11.1692503Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:10:11.1719138Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:10:11.7786716Z   Attempting uninstall: packaging
2025-08-20T21:10:11.7870872Z     Found existing installation: packaging 25.0
2025-08-20T21:10:11.7895822Z     Uninstalling packaging-25.0:
2025-08-20T21:10:11.7904186Z       Successfully uninstalled packaging-25.0
2025-08-20T21:10:12.7746724Z 
2025-08-20T21:10:12.7777351Z 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-20T21:10:13.0849803Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:10:13.5180349Z Collecting build
2025-08-20T21:10:13.5191301Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:10:13.6111409Z Collecting cffi
2025-08-20T21:10:13.6122669Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:10:13.6300744Z Collecting scons
2025-08-20T21:10:13.6310674Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:10:13.6476828Z Collecting scuba
2025-08-20T21:10:13.6486906Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:10:13.6962616Z Collecting pytest
2025-08-20T21:10:13.6972620Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:10:13.7185398Z Collecting packaging>=19.1 (from build)
2025-08-20T21:10:13.7195350Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:10:13.7327668Z Collecting pyproject_hooks (from build)
2025-08-20T21:10:13.7337715Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:10:13.7479252Z Collecting pycparser (from cffi)
2025-08-20T21:10:13.7489448Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:10:13.7826525Z Collecting PyYAML (from scuba)
2025-08-20T21:10:13.7837509Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:10:13.7974014Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:10:13.7984016Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:10:13.8177501Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:10:13.8187476Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:10:13.8409171Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:10:13.8419385Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:10:13.8475807Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:10:13.8486063Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:10:13.8498879Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:10:13.8540448Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:10:13.8551975Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:10:13.8564166Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:10:13.8573613Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:10:13.8583085Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:10:13.8592685Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:10:13.8611579Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:10:13.8621845Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:10:13.8631442Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:10:13.9860015Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:10:13.9882695Z   Attempting uninstall: scons
2025-08-20T21:10:13.9948393Z     Found existing installation: SCons 4.9.1
2025-08-20T21:10:14.0322723Z     Uninstalling SCons-4.9.1:
2025-08-20T21:10:14.0395395Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:10:14.6473432Z   Attempting uninstall: PyYAML
2025-08-20T21:10:14.6558228Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:10:14.6583400Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:10:14.6603833Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:10:14.7118374Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:10:14.7201230Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:10:14.7217602Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:10:14.7224090Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:10:14.7310797Z   Attempting uninstall: pygments
2025-08-20T21:10:14.7388450Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:10:14.7611813Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:10:14.7637677Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:10:15.3588269Z   Attempting uninstall: pycparser
2025-08-20T21:10:15.3675996Z     Found existing installation: pycparser 2.22
2025-08-20T21:10:15.3699884Z     Uninstalling pycparser-2.22:
2025-08-20T21:10:15.3709000Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:10:15.4882218Z   Attempting uninstall: pluggy
2025-08-20T21:10:15.4968578Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:10:15.4987908Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:10:15.4994572Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:10:15.5154247Z   Attempting uninstall: packaging
2025-08-20T21:10:15.5235419Z     Found existing installation: packaging 25.0
2025-08-20T21:10:15.5259199Z     Uninstalling packaging-25.0:
2025-08-20T21:10:15.5266633Z       Successfully uninstalled packaging-25.0
2025-08-20T21:10:15.5642293Z   Attempting uninstall: iniconfig
2025-08-20T21:10:15.5725965Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:10:15.5741970Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:10:15.5748557Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:10:15.5819450Z   Attempting uninstall: scuba
2025-08-20T21:10:15.5898492Z     Found existing installation: scuba 2.14.1
2025-08-20T21:10:15.5919761Z     Uninstalling scuba-2.14.1:
2025-08-20T21:10:15.5928767Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:10:15.6115241Z   Attempting uninstall: pytest
2025-08-20T21:10:15.6197315Z     Found existing installation: pytest 8.4.1
2025-08-20T21:10:15.6260892Z     Uninstalling pytest-8.4.1:
2025-08-20T21:10:15.6518712Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:10:15.8587863Z   Attempting uninstall: cffi
2025-08-20T21:10:15.8667075Z     Found existing installation: cffi 1.17.1
2025-08-20T21:10:15.8692211Z     Uninstalling cffi-1.17.1:
2025-08-20T21:10:15.8928149Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:10:15.9581300Z   Attempting uninstall: build
2025-08-20T21:10:15.9659603Z     Found existing installation: build 1.3.0
2025-08-20T21:10:15.9683595Z     Uninstalling build-1.3.0:
2025-08-20T21:10:15.9692594Z       Successfully uninstalled build-1.3.0
2025-08-20T21:10:15.9868234Z 
2025-08-20T21:10:15.9896183Z 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-20T21:10:16.2954885Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:10:16.4767857Z Collecting ansi2txt
2025-08-20T21:10:16.4779118Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:10:16.5011519Z Collecting pipx
2025-08-20T21:10:16.5022063Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:10:16.5223906Z Collecting scons
2025-08-20T21:10:16.5239248Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:10:16.5387673Z Collecting py2static
2025-08-20T21:10:16.5397942Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:10:16.5599765Z Collecting typer
2025-08-20T21:10:16.5610280Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:10:16.5887569Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:10:16.5898127Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:10:16.6105227Z Collecting packaging>=20 (from pipx)
2025-08-20T21:10:16.6115323Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:10:16.6328034Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:10:16.6338332Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:10:16.6516703Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:10:16.6527079Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:10:16.6952086Z Collecting pyinstaller (from py2static)
2025-08-20T21:10:16.6962506Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:10:16.7170640Z Collecting staticx (from py2static)
2025-08-20T21:10:16.7180740Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:10:16.7384603Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:10:16.7394746Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:10:16.7711150Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:10:16.7721592Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:10:16.7884709Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:10:16.7894793Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:10:16.8290775Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:10:16.8300883Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:10:16.8519231Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:10:16.8529948Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:10:16.8787214Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:10:16.8797006Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:10:16.8943721Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:10:16.8953595Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:10:17.0088130Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:10:17.0098603Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:10:17.0320149Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:10:17.0330284Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:10:17.0551002Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:10:17.0561094Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:10:17.0770606Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:10:17.0780899Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:10:17.0818432Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:10:17.0828109Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:10:17.0838381Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:10:17.0878457Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:10:17.0888147Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:10:17.0898324Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:10:17.0908579Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:10:17.0919472Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:10:17.0929928Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:10:17.0939976Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:10:17.0951508Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:10:17.0970781Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:10:17.0981401Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:10:17.0991336Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:10:17.1001654Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:10:17.1012117Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:10:17.1022271Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:10:17.1037820Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:10:17.1050814Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:10:17.1069215Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:10:17.1079368Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:10:17.1090342Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:10:17.2575774Z 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-20T21:10:17.2579597Z   Attempting uninstall: pyelftools
2025-08-20T21:10:17.2658899Z     Found existing installation: pyelftools 0.32
2025-08-20T21:10:17.2709275Z     Uninstalling pyelftools-0.32:
2025-08-20T21:10:17.2724513Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:10:17.3805518Z   Attempting uninstall: altgraph
2025-08-20T21:10:17.3891702Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:10:17.3910021Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:10:17.3916794Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:10:17.4049886Z   Attempting uninstall: typing-extensions
2025-08-20T21:10:17.4136092Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:10:17.4150424Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:10:17.4389884Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:10:17.4623963Z   Attempting uninstall: staticx
2025-08-20T21:10:17.4709614Z     Found existing installation: staticx 0.14.1
2025-08-20T21:10:17.4735382Z     Uninstalling staticx-0.14.1:
2025-08-20T21:10:17.4745866Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:10:17.4945823Z   Attempting uninstall: shellingham
2025-08-20T21:10:17.5028490Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:10:17.5046925Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:10:17.5053764Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:10:17.5142111Z   Attempting uninstall: setuptools
2025-08-20T21:10:17.5228376Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:10:17.5508366Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:10:17.5786460Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:10:18.2275448Z   Attempting uninstall: scons
2025-08-20T21:10:18.2375150Z     Found existing installation: SCons 4.9.1
2025-08-20T21:10:18.2762905Z     Uninstalling SCons-4.9.1:
2025-08-20T21:10:18.2832331Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:10:18.8863510Z   Attempting uninstall: pygments
2025-08-20T21:10:18.8941998Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:10:18.9172491Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:10:18.9199604Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:10:19.5190511Z   Attempting uninstall: platformdirs
2025-08-20T21:10:19.5275893Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:10:19.5301959Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:10:19.5309231Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:10:19.5458941Z   Attempting uninstall: packaging
2025-08-20T21:10:19.5538584Z     Found existing installation: packaging 25.0
2025-08-20T21:10:19.5563664Z     Uninstalling packaging-25.0:
2025-08-20T21:10:19.5571154Z       Successfully uninstalled packaging-25.0
2025-08-20T21:10:19.5949304Z   Attempting uninstall: mdurl
2025-08-20T21:10:19.6030208Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:10:19.6047224Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:10:19.6053727Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:10:19.6135227Z   Attempting uninstall: click
2025-08-20T21:10:19.6217874Z     Found existing installation: click 8.2.1
2025-08-20T21:10:19.6241109Z     Uninstalling click-8.2.1:
2025-08-20T21:10:19.6248482Z       Successfully uninstalled click-8.2.1
2025-08-20T21:10:19.6817208Z   Attempting uninstall: argcomplete
2025-08-20T21:10:19.6901204Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:10:19.6930255Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:10:19.6941706Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:10:19.7164523Z   Attempting uninstall: ansi2txt
2025-08-20T21:10:19.7244481Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:10:19.7259784Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:10:19.7503805Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:10:19.7556290Z   Attempting uninstall: userpath
2025-08-20T21:10:19.7637907Z     Found existing installation: userpath 1.9.2
2025-08-20T21:10:19.7657269Z     Uninstalling userpath-1.9.2:
2025-08-20T21:10:19.7666339Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:10:19.7766423Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:10:19.7847426Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:10:19.8281284Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:10:19.8323816Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:10:20.1080568Z   Attempting uninstall: markdown-it-py
2025-08-20T21:10:20.1175409Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:10:20.1238952Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:10:20.1253714Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:10:20.1866192Z   Attempting uninstall: rich
2025-08-20T21:10:20.1951819Z     Found existing installation: rich 14.1.0
2025-08-20T21:10:20.2013383Z     Uninstalling rich-14.1.0:
2025-08-20T21:10:20.2023124Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:10:20.3589498Z   Attempting uninstall: pyinstaller
2025-08-20T21:10:20.3670173Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:10:20.4021015Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:10:20.4064528Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:10:20.7326205Z   Attempting uninstall: pipx
2025-08-20T21:10:20.7412807Z     Found existing installation: pipx 1.7.1
2025-08-20T21:10:20.7455552Z     Uninstalling pipx-1.7.1:
2025-08-20T21:10:20.7466012Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:10:20.7972472Z   Attempting uninstall: typer
2025-08-20T21:10:20.8061539Z     Found existing installation: typer 0.16.1
2025-08-20T21:10:20.8088306Z     Uninstalling typer-0.16.1:
2025-08-20T21:10:20.8097796Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:10:20.8433769Z   Attempting uninstall: py2static
2025-08-20T21:10:20.8512875Z     Found existing installation: py2static 0.0.1
2025-08-20T21:10:20.8532569Z     Uninstalling py2static-0.0.1:
2025-08-20T21:10:20.8543324Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:10:20.8616420Z 
2025-08-20T21:10:20.8645705Z 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-20T21:10:21.1746426Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:10:21.2938686Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:10:21.2943378Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-ikqp1gu5
2025-08-20T21:10:21.2963739Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-ikqp1gu5
2025-08-20T21:10:23.3916751Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:10:23.3957227Z   Installing build dependencies: started
2025-08-20T21:10:24.1212635Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:10:24.1222263Z   Getting requirements to build wheel: started
2025-08-20T21:10:24.4040140Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:10:24.4052126Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:10:24.5992645Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:10:24.7706594Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:10:24.7718196Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:10:24.7943730Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:10:24.7953706Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:10:24.8179514Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:10:24.8189922Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:10:24.8396373Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:10:24.8407025Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:10:24.8450664Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:10:24.8461313Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:10:24.8475237Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:10:24.8493904Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:10:24.8613221Z Building wheels for collected packages: pyinstaller
2025-08-20T21:10:24.8621044Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:10:25.5122743Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:10:25.5148403Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=fda710f79f50adac3bbcfb64f864c200ee92f36ceab0478329b7882bfd779f33
2025-08-20T21:10:25.5150078Z   Stored in directory: /tmp/pip-ephem-wheel-cache-9kl606ez/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:10:25.5191336Z Successfully built pyinstaller
2025-08-20T21:10:25.6111889Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:10:25.6117512Z   Attempting uninstall: altgraph
2025-08-20T21:10:25.6201441Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:10:25.6221548Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:10:25.6228665Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:10:25.6392408Z   Attempting uninstall: setuptools
2025-08-20T21:10:25.6479664Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:10:25.6762615Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:10:25.7044242Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:10:26.3628739Z   Attempting uninstall: packaging
2025-08-20T21:10:26.3712603Z     Found existing installation: packaging 25.0
2025-08-20T21:10:26.3740413Z     Uninstalling packaging-25.0:
2025-08-20T21:10:26.3748210Z       Successfully uninstalled packaging-25.0
2025-08-20T21:10:26.4138024Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:10:26.4218986Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:10:26.4640143Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:10:26.4682248Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:10:26.7445692Z   Attempting uninstall: pyinstaller
2025-08-20T21:10:26.7533822Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:10:26.7882702Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:10:26.7927133Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:10:27.1301418Z 
2025-08-20T21:10:27.1330370Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:10:27.4512529Z 6.15.0
2025-08-20T21:10:27.8143092Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:10:27.8152098Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:10:27.8152572Z 
2025-08-20T21:10:27.8153054Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:10:27.8153936Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:10:27.8154577Z installation.
2025-08-20T21:10:27.8154734Z 
2025-08-20T21:10:27.8154965Z If you installed the current Docker package using this script and are using it
2025-08-20T21:10:27.8155509Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:10:27.8156040Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:10:27.8156476Z files to match the parameters passed to the script.
2025-08-20T21:10:27.8156723Z 
2025-08-20T21:10:27.8156850Z You may press Ctrl+C now to abort this script.
2025-08-20T21:10:27.8320153Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:10:29.0450513Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:10:29.3764948Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:10:29.3792199Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:10:29.4319187Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:10:29.4335333Z + 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-20T21:10:29.4342761Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:10:30.6945751Z + 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-20T21:10:41.9609318Z 
2025-08-20T21:10:41.9609828Z Running kernel seems to be up-to-date.
2025-08-20T21:10:41.9610317Z 
2025-08-20T21:10:41.9610457Z Restarting services...
2025-08-20T21:10:41.9677472Z 
2025-08-20T21:10:41.9677859Z Service restarts being deferred:
2025-08-20T21:10:41.9678487Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:10:41.9678936Z 
2025-08-20T21:10:41.9679139Z No containers need to be restarted.
2025-08-20T21:10:41.9679483Z 
2025-08-20T21:10:41.9679712Z No user sessions are running outdated binaries.
2025-08-20T21:10:41.9679996Z 
2025-08-20T21:10:41.9680245Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:10:42.7466283Z + sh -c 'docker version'
2025-08-20T21:10:42.7644236Z Client: Docker Engine - Community
2025-08-20T21:10:42.7644746Z  Version:           28.3.3
2025-08-20T21:10:42.7645148Z  API version:       1.51
2025-08-20T21:10:42.7645579Z  Go version:        go1.24.5
2025-08-20T21:10:42.7645977Z  Git commit:        980b856
2025-08-20T21:10:42.7646385Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:10:42.7646852Z  OS/Arch:           linux/amd64
2025-08-20T21:10:42.7647250Z  Context:           default
2025-08-20T21:10:42.7647411Z 
2025-08-20T21:10:42.7647516Z Server: Docker Engine - Community
2025-08-20T21:10:42.7647770Z  Engine:
2025-08-20T21:10:42.7647950Z   Version:          28.3.3
2025-08-20T21:10:42.7648194Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:10:42.7648464Z   Go version:       go1.24.5
2025-08-20T21:10:42.7648687Z   Git commit:       bea959c
2025-08-20T21:10:42.7648916Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:10:42.7649164Z   OS/Arch:          linux/amd64
2025-08-20T21:10:42.7649405Z   Experimental:     false
2025-08-20T21:10:42.7649614Z  containerd:
2025-08-20T21:10:42.7649795Z   Version:          1.7.27
2025-08-20T21:10:42.7650055Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:10:42.7650602Z  runc:
2025-08-20T21:10:42.7650793Z   Version:          1.2.5
2025-08-20T21:10:42.7651013Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:10:42.7651272Z  docker-init:
2025-08-20T21:10:42.7651456Z   Version:          0.19.0
2025-08-20T21:10:42.7651666Z   GitCommit:        de40ad0
2025-08-20T21:10:42.7662782Z 
2025-08-20T21:10:42.7663160Z ================================================================================
2025-08-20T21:10:42.7663534Z 
2025-08-20T21:10:42.7663812Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:10:42.7664411Z Docker daemon in rootless mode for your user:
2025-08-20T21:10:42.7664741Z 
2025-08-20T21:10:42.7664916Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:10:42.7665244Z 
2025-08-20T21:10:42.7665487Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:10:42.7665798Z 
2025-08-20T21:10:42.7665802Z 
2025-08-20T21:10:42.7665995Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:10:42.7666457Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:10:42.7666714Z 
2025-08-20T21:10:42.7666902Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:10:42.7667345Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:10:42.7667799Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:10:42.7668131Z 
2025-08-20T21:10:42.7668280Z ================================================================================
2025-08-20T21:10:42.7668591Z 
2025-08-20T21:10:53.4715228Z ● docker.service - Docker Application Container Engine
2025-08-20T21:10:53.4716734Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:10:53.4718040Z      Active: active (running) since Wed 2025-08-20 21:10:43 UTC; 10s ago
2025-08-20T21:10:53.4719112Z TriggeredBy: ● docker.socket
2025-08-20T21:10:53.4719791Z        Docs: https://docs.docker.com
2025-08-20T21:10:53.4720499Z    Main PID: 19770 (dockerd)
2025-08-20T21:10:53.4721098Z       Tasks: 10
2025-08-20T21:10:53.4721620Z      Memory: 21.8M (peak: 25.9M)
2025-08-20T21:10:53.4722242Z         CPU: 316ms
2025-08-20T21:10:53.4722784Z      CGroup: /system.slice/docker.service
2025-08-20T21:10:53.4726181Z              └─19770 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:10:53.4727097Z 
2025-08-20T21:10:53.4728062Z Aug 20 21:10:42 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:42.902706961Z" level=info msg="Loading containers: start."
2025-08-20T21:10:53.4730601Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.387903448Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count c40c9857ed51ce0745719ee9825b41235d30e9a33b6811d8a054dc34ca5c31db], retrying...."
2025-08-20T21:10:53.4732111Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.419041081Z" level=info msg="Loading containers: done."
2025-08-20T21:10:53.4733548Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.428826584Z" 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-20T21:10:53.4735017Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.428885484Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:10:53.4735992Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.428913406Z" level=info msg="Initializing buildkit"
2025-08-20T21:10:53.4736752Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.447913635Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:10:53.4737556Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.451667629Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:10:53.4738571Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.451719365Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:10:53.4739286Z Aug 20 21:10:43 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:10:53.4834420Z ● docker.service - Docker Application Container Engine
2025-08-20T21:10:53.4835234Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:10:53.4836052Z      Active: active (running) since Wed 2025-08-20 21:10:43 UTC; 10s ago
2025-08-20T21:10:53.4836770Z TriggeredBy: ● docker.socket
2025-08-20T21:10:53.4837213Z        Docs: https://docs.docker.com
2025-08-20T21:10:53.4837649Z    Main PID: 19770 (dockerd)
2025-08-20T21:10:53.4838057Z       Tasks: 10
2025-08-20T21:10:53.4838380Z      Memory: 21.8M (peak: 25.9M)
2025-08-20T21:10:53.4838767Z         CPU: 316ms
2025-08-20T21:10:53.4839065Z      CGroup: /system.slice/docker.service
2025-08-20T21:10:53.4839556Z              └─19770 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:10:53.4839857Z 
2025-08-20T21:10:53.4840179Z Aug 20 21:10:42 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:42.902706961Z" level=info msg="Loading containers: start."
2025-08-20T21:10:53.4841371Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.387903448Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count c40c9857ed51ce0745719ee9825b41235d30e9a33b6811d8a054dc34ca5c31db], retrying...."
2025-08-20T21:10:53.4842709Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.419041081Z" level=info msg="Loading containers: done."
2025-08-20T21:10:53.4844183Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.428826584Z" 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-20T21:10:53.4845879Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.428885484Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:10:53.4847496Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.428913406Z" level=info msg="Initializing buildkit"
2025-08-20T21:10:53.4848752Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.447913635Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:10:53.4849533Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.451667629Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:10:53.4850292Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.451719365Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:10:53.4850976Z Aug 20 21:10:43 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:10:53.5043737Z ● docker.service - Docker Application Container Engine
2025-08-20T21:10:53.5044606Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:10:53.5045351Z      Active: active (running) since Wed 2025-08-20 21:10:43 UTC; 10s ago
2025-08-20T21:10:53.5045811Z TriggeredBy: ● docker.socket
2025-08-20T21:10:53.5046104Z        Docs: https://docs.docker.com
2025-08-20T21:10:53.5046403Z    Main PID: 19770 (dockerd)
2025-08-20T21:10:53.5046655Z       Tasks: 10
2025-08-20T21:10:53.5046934Z      Memory: 21.8M (peak: 25.9M)
2025-08-20T21:10:53.5047354Z         CPU: 316ms
2025-08-20T21:10:53.5047788Z      CGroup: /system.slice/docker.service
2025-08-20T21:10:53.5048721Z              └─19770 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:10:53.5049286Z 
2025-08-20T21:10:53.5050157Z Aug 20 21:10:42 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:42.902706961Z" level=info msg="Loading containers: start."
2025-08-20T21:10:53.5052656Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.387903448Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count c40c9857ed51ce0745719ee9825b41235d30e9a33b6811d8a054dc34ca5c31db], retrying...."
2025-08-20T21:10:53.5055525Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.419041081Z" level=info msg="Loading containers: done."
2025-08-20T21:10:53.5057571Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.428826584Z" 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-20T21:10:53.5059260Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.428885484Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:10:53.5060376Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.428913406Z" level=info msg="Initializing buildkit"
2025-08-20T21:10:53.5061244Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.447913635Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:10:53.5062093Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.451667629Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:10:53.5062838Z Aug 20 21:10:43 pkrvmqc4gcfdwos dockerd[19770]: time="2025-08-20T21:10:43.451719365Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:10:53.5064263Z Aug 20 21:10:43 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:10:53.5165086Z Docker version 28.3.3, build 980b856
2025-08-20T21:10:53.5351638Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:10:54.4472457Z latest: Pulling from library/hello-world
2025-08-20T21:10:54.8646855Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:10:55.4582635Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T21:10:55.4583588Z 17eec7bbc9d7: Download complete
2025-08-20T21:10:55.4670331Z 17eec7bbc9d7: Pull complete
2025-08-20T21:10:55.4740192Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:10:55.4759401Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:10:55.6390752Z 
2025-08-20T21:10:55.6397961Z Hello from Docker!
2025-08-20T21:10:55.6403608Z This message shows that your installation appears to be working correctly.
2025-08-20T21:10:55.6404370Z 
2025-08-20T21:10:55.6404710Z To generate this message, Docker took the following steps:
2025-08-20T21:10:55.6405374Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:10:55.6406032Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:10:55.6406454Z     (amd64)
2025-08-20T21:10:55.6406872Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:10:55.6407361Z     executable that produces the output you are currently reading.
2025-08-20T21:10:55.6407913Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:10:55.6408300Z     to your terminal.
2025-08-20T21:10:55.6408535Z 
2025-08-20T21:10:55.6408820Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:10:55.6409359Z  $ docker run -it ubuntu bash
2025-08-20T21:10:55.6409631Z 
2025-08-20T21:10:55.6409886Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:10:55.6410257Z  https://hub.docker.com/
2025-08-20T21:10:55.6410483Z 
2025-08-20T21:10:55.6410616Z For more examples and ideas, visit:
2025-08-20T21:10:55.6410901Z  https://docs.docker.com/get-started/
2025-08-20T21:10:55.6411157Z 
2025-08-20T21:10:55.7413428Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:10:55.7414507Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:10:55.7415215Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:10:55.7415950Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:10:55.7416746Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:10:55.7417428Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:10:55.7418090Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:10:55.7418735Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:10:55.7419372Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:10:55.7420006Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:10:55.7420702Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:10:55.7421412Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:10:55.7422152Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:10:55.7422916Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:10:55.7423861Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:10:55.7424642Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:10:55.7425456Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:10:55.7426180Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:10:55.7426918Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:10:55.7427802Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:10:55.7428846Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:10:55.7429513Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:10:55.7430001Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:10:55.7430468Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:10:55.7430871Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:10:55.7431316Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:10:55.7431812Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:10:55.7432278Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:10:55.7432733Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:10:55.7433435Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:10:55.7434225Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:10:55.7434971Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:10:55.7435720Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:10:55.7436477Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:10:55.7437435Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:10:55.7438362Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:10:55.7439113Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:10:55.7439839Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:10:55.7440565Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:10:55.7441324Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:10:55.7442058Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:10:55.7442795Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:10:55.7444061Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:10:55.7444904Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:10:55.7445767Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:10:55.7446599Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:10:55.7447473Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:10:55.7448266Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:10:55.7449029Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:10:55.7449800Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:10:55.7450560Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:10:55.7451305Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:10:55.7452038Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:10:55.7452700Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:10:55.7453531Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:10:55.7454198Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:10:55.7454772Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:10:55.7455389Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:10:55.7456113Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:10:55.7456793Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:10:55.7457720Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:10:55.7458526Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:10:55.7459297Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:10:55.7460028Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:10:55.7460794Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:10:55.7461561Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:10:55.7462282Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:10:55.7463139Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:10:55.7463894Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:10:55.7464738Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:10:55.7465610Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:10:55.7466443Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:10:55.7467194Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:10:55.7467888Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:10:55.7468578Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:10:55.7469288Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:10:55.7470066Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:10:55.7470941Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:10:55.7471829Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:10:55.7472711Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:10:55.7473668Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:10:55.7474554Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:10:55.7475002Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:10:55.7475418Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:10:55.7475814Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:10:55.7476208Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:10:55.7476632Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:10:55.7477052Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:10:55.7477438Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:10:55.7477821Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:10:55.7478241Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:10:55.7478665Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:10:55.7479038Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:10:55.7479403Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:10:55.7479798Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:10:55.7480186Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:10:55.7480536Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:10:55.7480911Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:10:55.7481282Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:10:55.7481781Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:10:55.7482168Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:10:55.7482526Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:10:55.7482890Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:10:55.7483610Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:10:55.7483999Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:10:55.7484392Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:10:55.7484775Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:10:55.7485143Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:10:55.7485512Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:10:55.7485901Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:10:55.7486304Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:10:55.7486644Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:10:55.7486967Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:10:55.7487327Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:10:55.7487676Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:10:55.7488030Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:10:55.7488388Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:10:55.7488732Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:10:55.7489183Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:10:55.7489572Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:10:55.7490004Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:10:55.7490450Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:10:55.7490851Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:10:55.7491385Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:10:55.7491780Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:10:55.7492170Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:10:55.7492574Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:10:55.7493164Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:10:55.7493620Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:10:55.7494004Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:10:55.7494482Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:10:55.7494964Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:10:55.7495392Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:10:55.7495781Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:10:55.7496168Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:10:55.7496573Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:10:55.7496978Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:10:55.7497372Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:10:55.7497755Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:10:55.7498147Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:10:55.7498548Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:10:55.7499049Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:10:55.7499415Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:10:55.7499731Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:10:55.7500053Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:10:55.7500545Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:10:55.7500940Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:10:55.7501328Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:10:55.7501698Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:10:55.7502061Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:10:55.7502436Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:10:55.7502775Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:10:55.7504560Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:10:55.7505004Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:10:55.7505462Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:10:55.7505868Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:10:55.7506248Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:10:55.7506641Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:10:55.7507057Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:10:55.7507476Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:10:55.7507892Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:10:55.7508250Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:10:55.7508619Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:10:55.7509044Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:10:55.7509615Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:10:55.7510024Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:10:55.7510389Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:10:55.7510734Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:10:55.7511124Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:10:55.7511509Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:10:55.7511927Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:10:55.7512400Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:10:55.7512821Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:10:55.7513542Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:10:55.7514019Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:10:55.7514390Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:10:55.7514839Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:10:55.7515347Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:10:55.7515790Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:10:55.7516166Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:10:55.7516630Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:10:55.7517168Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:10:55.7517795Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:10:55.7518238Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:10:55.7518604Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:10:55.7518984Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:10:55.7519390Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:10:55.7519803Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:10:55.7520200Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:10:55.7520573Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:10:55.7520947Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:10:55.7521336Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:10:55.7521741Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:10:55.7522133Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:10:55.7522528Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:10:55.7522914Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:10:55.7523592Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:10:55.7524014Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:10:55.7524466Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:10:55.7524890Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:10:55.7525254Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:10:55.7525619Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:10:55.7526019Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:10:55.7526400Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:10:55.7526775Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:10:55.7527283Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:10:55.7527673Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:10:55.7528092Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:10:55.7528558Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:10:55.7529000Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:10:55.7529399Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:10:55.7529784Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:10:55.7530164Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:10:55.7530535Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:10:55.7530899Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:10:55.7531284Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:10:55.7531661Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:10:55.7532108Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:10:55.7532596Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:10:55.7533299Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:10:55.7533827Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:10:55.7534339Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:10:55.7534949Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:10:55.7542532Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:10:55.7543390Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:10:55.7543817Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:10:55.7544215Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:10:55.7544606Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:10:55.7544999Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:10:55.7545369Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:10:55.7545751Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:10:55.7546134Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:10:55.7546532Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:10:55.7546921Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:10:55.7547310Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:10:55.7547712Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:10:55.7548110Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:10:55.7548527Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:10:55.7548967Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:10:55.7549355Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:10:55.7549729Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:10:55.7550140Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:10:55.7550517Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:10:55.7550875Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:10:55.7551227Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:10:55.7551768Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:10:55.7552156Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:10:55.7552528Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:10:55.7552916Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:10:55.7553503Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:10:55.7553822Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:10:55.7554290Z 	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-20T21:10:55.7554820Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:10:55.7555189Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:10:55.7555568Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:10:55.7555954Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:10:55.7556365Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:10:55.7556814Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:10:55.7557246Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:10:55.7557679Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:10:55.7558088Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:10:55.7558491Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:10:55.7559031Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:10:55.7559448Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:10:55.7559840Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:10:55.7560276Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:10:55.7560775Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:10:55.7561277Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:10:55.7561725Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:10:55.7562133Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:10:55.7562534Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:10:55.7563120Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:10:55.7563612Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:10:55.7564018Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:10:55.7564455Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:10:55.7564906Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:10:55.7565314Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:10:55.7565682Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:10:55.7566045Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:10:55.7566452Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:10:55.7566842Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:10:55.7567220Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:10:55.7567595Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:10:55.7567986Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:10:55.7568370Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:10:55.7568855Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:10:55.7569621Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:10:55.7570068Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:10:55.7570464Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:10:55.7570851Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:10:55.7571215Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:10:55.7571572Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:10:55.7571925Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:10:55.7572294Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:10:55.7572666Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:10:55.7573228Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:10:55.7573617Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:10:55.7574000Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:10:55.7574355Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:10:55.7574722Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:10:55.7575154Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:10:55.7575560Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:10:55.7575924Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:10:55.7576466Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:10:55.7576899Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:10:55.7577295Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:10:55.7577660Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:10:55.7578023Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:10:55.7578384Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:10:55.7578687Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:10:55.7578993Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:10:55.7579348Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:10:55.7579703Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:10:55.7580071Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:10:55.7580433Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:10:55.7580784Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:10:55.7581122Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:10:55.7581511Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:10:55.7581923Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:10:55.7582323Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:10:55.7582714Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:10:55.7583312Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:10:55.7583732Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:10:55.7584241Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:10:55.7584902Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:10:55.7585550Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:10:55.7586242Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:10:55.7586724Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:10:55.7587263Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:10:55.7587798Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:10:55.7588425Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:10:55.7589004Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:10:55.7589507Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:10:55.7589970Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:10:55.7590344Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:10:55.7590728Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:10:55.7591103Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:10:55.7591485Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:10:55.7591876Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:10:55.7592260Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:10:55.7592640Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:10:55.7593248Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:10:55.7593654Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:10:55.7594155Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:10:55.7594535Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:10:55.7594907Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:10:55.7595308Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:10:55.7595701Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:10:55.7596120Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:10:55.7596535Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:10:55.7596899Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:10:55.7597293Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:10:55.7597706Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:10:55.7598126Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:10:55.7598567Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:10:55.7599005Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:10:55.7599383Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:10:55.7599761Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:10:55.7600143Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:10:55.7600509Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:10:55.7600893Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:10:55.7601282Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:10:55.7601661Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:10:55.7602055Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:10:55.7602425Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:10:55.7602788Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:10:55.7603571Z 	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-20T21:10:55.7604286Z 	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-20T21:10:55.7604968Z 	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-20T21:10:55.7605625Z 	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-20T21:10:55.7606146Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:10:55.7606529Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:10:55.7606908Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:10:55.7607284Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:10:55.7607662Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:10:55.7608024Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:10:55.7608398Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:10:55.7608782Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:10:55.7609157Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:10:55.7609530Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:10:55.7609910Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:10:55.7610282Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:10:55.7610782Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:10:55.7611199Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:10:55.7611600Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:10:55.7611999Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:10:55.7612414Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:10:55.7612809Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:10:55.7613419Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:10:55.7613814Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:10:55.7614188Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:10:55.7614571Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:10:55.7614981Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:10:55.7615375Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:10:55.7615769Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:10:55.7616173Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:10:55.7616561Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:10:55.7616985Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:10:55.7617422Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:10:55.7617820Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:10:55.7618256Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:10:55.7618720Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:10:55.7619130Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:10:55.7619500Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:10:55.7619881Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:10:55.7620404Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:10:55.7620814Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:10:55.7621216Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:10:55.7621598Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:10:55.7621987Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:10:55.7622457Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:10:55.7623140Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:10:55.7623621Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:10:55.7624030Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:10:55.7624495Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:10:55.7624938Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:10:55.7625411Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:10:55.7625898Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:10:55.7626340Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:10:55.7626777Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:10:55.7627183Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:10:55.7627703Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:10:55.7628136Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:10:55.7628520Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:10:55.7628907Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:10:55.7629316Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:10:55.7629721Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:10:55.7630122Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:10:55.7630540Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:10:55.7630931Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:10:55.7631306Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:10:55.7631674Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:10:55.7632039Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:10:55.7632429Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:10:55.7632856Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:10:55.7633556Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:10:55.7634024Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:10:55.7634434Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:10:55.7634872Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:10:55.7635303Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:10:55.7635715Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:10:55.7636135Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:10:55.7636498Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:10:55.7636865Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:10:55.7637381Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:10:55.7637779Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:10:55.7638149Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:10:55.7638516Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:10:55.7638834Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:10:55.7639194Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:10:55.7639703Z 	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-20T21:10:55.7640222Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:10:55.7640610Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:10:55.7640984Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:10:55.7641383Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:10:55.7641798Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:10:55.7642206Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:10:55.7642608Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:10:55.7643127Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:10:55.7643542Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:10:55.7643913Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:10:55.7644286Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:10:55.7644761Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:10:55.7645138Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:10:55.7645565Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:10:55.7646003Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:10:55.7646401Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:10:55.7646823Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:10:55.7647263Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:10:55.7647656Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:10:55.7648021Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:10:55.7648375Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:10:55.7648738Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:10:55.7649116Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:10:55.7649494Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:10:55.7649900Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:10:55.7650312Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:10:55.7650771Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:10:55.7651210Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:10:55.7651591Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:10:55.7651978Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:10:55.7652360Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:10:55.7652752Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:10:55.7653343Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:10:55.7653712Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:10:55.7654290Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:10:55.7654782Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:10:55.7655206Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:10:55.7655578Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:10:55.7655950Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:10:55.7656351Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:10:55.7656746Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:10:55.7657127Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:10:55.7657528Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:10:55.7657910Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:10:55.7658271Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:10:55.7658628Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:10:55.7659025Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:10:55.7659450Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:10:55.7659828Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:10:55.7660218Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:10:55.7660662Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:10:55.7661200Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:10:55.7661628Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:10:55.7662016Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:10:55.7662543Z 	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-20T21:10:55.7663215Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:10:55.7663530Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:10:55.7663878Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:10:55.7664289Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:10:55.7664716Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:10:55.7665241Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:10:55.7665834Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:10:55.7666448Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:10:55.7667102Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:10:55.7667748Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:10:55.7668373Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:10:55.7669001Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:10:55.7669734Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:10:55.7670226Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:10:55.7670682Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:10:55.7671122Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:10:55.7671712Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:10:55.7672182Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:10:55.7672616Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:10:55.7673226Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:10:55.7673636Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:10:55.7674015Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:10:55.7674387Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:10:55.7674798Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:10:55.7675221Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:10:55.7675588Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:10:55.7675989Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:10:55.7676453Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:10:55.7676943Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:10:55.7677429Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:10:55.7677914Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:10:55.7678397Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:10:55.7678879Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:10:55.7679445Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:10:55.7679868Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:10:55.7680282Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:10:55.7680700Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:10:55.7681114Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:10:55.7681525Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:10:55.7681958Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:10:55.7682389Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:10:55.7682777Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:10:55.7683389Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:10:55.7683771Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:10:55.7684149Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:10:55.7684585Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:10:55.7685032Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:10:55.7685432Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:10:55.7685843Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:10:55.7686266Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:10:55.7686718Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:10:55.7687165Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:10:55.7687600Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:10:55.7688226Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:10:55.7688683Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:10:55.7689213Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:10:55.7689589Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:10:55.7689966Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:10:55.7690367Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:10:55.7690766Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:10:55.7691196Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:10:55.7691668Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:10:55.7692091Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:10:55.7692503Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:10:55.7692899Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:10:55.7693471Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:10:55.7693794Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:10:55.7694180Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:10:55.7694574Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:10:55.7694961Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:10:55.7695356Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:10:55.7695778Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:10:55.7696222Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:10:55.7696765Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:10:55.7697158Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:10:55.7697560Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:10:55.7698114Z 	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-20T21:10:55.7698694Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:10:55.7699149Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:10:55.7699588Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:10:55.7700026Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:10:55.7700448Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:10:55.7700851Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:10:55.7701247Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:10:55.7701633Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:10:55.7702038Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:10:55.7702436Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:10:55.7702812Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:10:55.7703457Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:10:55.7703863Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:10:55.7704236Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:10:55.7704646Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:10:55.7705116Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:10:55.7705534Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:10:55.7705912Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:10:55.7706414Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:10:55.7706799Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:10:55.7707173Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:10:55.7707542Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:10:55.7707969Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:10:55.7708416Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:10:55.7708820Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:10:55.7709219Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:10:55.7709615Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:10:55.7709996Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:10:55.7710376Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:10:55.7710758Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:10:55.7711156Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:10:55.7711603Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:10:55.7712053Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:10:55.7712477Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:10:55.7712882Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:10:55.7713645Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:10:55.7714081Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:10:55.7714476Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:10:55.7714841Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:10:55.7715167Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:10:55.7715469Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:10:55.7715842Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:10:55.7716212Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:10:55.7716565Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:10:55.7716938Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:10:55.7717340Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:10:55.7717733Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:10:55.7718091Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:10:55.7718442Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:10:55.7718823Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:10:55.7719221Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:10:55.7719600Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:10:55.7719965Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:10:55.7720324Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:10:55.7720709Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:10:55.7721095Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:10:55.7721446Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:10:55.7721829Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:10:55.7722219Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:10:55.7722711Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:10:55.7723196Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:10:55.7723568Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:10:55.7723951Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:10:55.7724351Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:10:55.7724777Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:10:55.7725181Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:10:55.7725540Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:10:55.7725907Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:10:55.7726255Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:10:55.7726681Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:10:55.7727190Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:10:55.7727682Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:10:55.7728164Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:10:55.7728661Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:10:55.7729093Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:10:55.7729483Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:10:55.7729877Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:10:55.7730376Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:10:55.7730767Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:10:55.7731154Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:10:55.7731536Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:10:55.7731910Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:10:55.7732303Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:10:55.7732743Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:10:55.7733406Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:10:55.7733791Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:10:55.7734197Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:10:55.7734627Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:10:55.7735009Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:10:55.7735371Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:10:55.7735765Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:10:55.7736220Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:10:55.7736655Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:10:55.7737070Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:10:55.7737471Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:10:55.7737798Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:10:55.7738075Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:10:55.7738466Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:10:55.7738952Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:10:55.7948557Z [+] Installing Go for linux-amd64...
2025-08-20T21:10:56.7474411Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:10:56.7475285Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:10:56.7476266Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:10:59.2056556Z [+] Downloading Go go1.25.0...
2025-08-20T21:10:59.2105588Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:10:59.2106360Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:10:59.2106766Z 
2025-08-20T21:10:59.3109751Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:10:59.3110765Z 100    80  100    80    0     0    795      0 --:--:-- --:--:-- --:--:--   800
2025-08-20T21:10:59.4707522Z 
2025-08-20T21:10:59.4708447Z 100    75  100    75    0     0    288      0 --:--:-- --:--:-- --:--:--   288
2025-08-20T21:10:59.6535181Z 
2025-08-20T21:11:00.1109881Z   0 56.8M    0  5503    0     0  12419      0  1:20:03 --:--:--  1:20:03 12419
2025-08-20T21:11:00.1110792Z 100 56.8M  100 56.8M    0     0  63.1M      0 --:--:-- --:--:-- --:--:--  124M
2025-08-20T21:11:00.1146702Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:11:01.5165678Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:11:01.5166245Z [+] GOROOT: /home/runner/.go
2025-08-20T21:11:01.5166644Z [+] GOPATH: /home/runner/go
2025-08-20T21:11:01.5167047Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:11:01.5314887Z go version go1.25.0 linux/amd64
2025-08-20T21:11:01.5681815Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:11:01.5682702Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:11:01.5684314Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:11:01.5684743Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:11:01.5685249Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:11:01.5685943Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:11:01.5686617Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:11:01.5687282Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:11:01.5687920Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:11:01.5688493Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:11:01.5689018Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:11:01.5689661Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:11:01.5690134Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:11:01.5690843Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:11:01.5691468Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:11:01.5692192Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:11:01.5693120Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:11:01.5693698Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:11:01.5694330Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:11:01.5695050Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:11:01.5695752Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:11:01.5696383Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:11:01.5697100Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:11:01.5697527Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:11:01.5697888Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:11:01.5698279Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:11:01.5698933Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:11:01.5699347Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:11:01.5699753Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:11:01.5700166Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:11:01.5700584Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:11:01.5701014Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:11:01.5701435Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:11:01.5701860Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:11:01.5702309Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:11:01.5702833Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:11:01.5703569Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:11:01.5703965Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:11:01.5704367Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:11:01.5704787Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:11:01.5705205Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:11:01.5705606Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:11:01.5705999Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:11:01.5706585Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:11:01.5707064Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:11:01.5707536Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:11:01.5708042Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:11:01.5708501Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:11:01.5708926Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:11:01.5709345Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:11:01.5709754Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:11:01.5710172Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:11:01.5710574Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:11:01.5710945Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:11:01.5711309Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:11:01.5711681Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:11:01.5712006Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:11:01.5712352Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:11:01.5712762Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:11:01.5713382Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:11:01.5713807Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:11:01.5714255Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:11:01.5714679Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:11:01.5715101Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:11:01.5715530Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:11:01.5716091Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:11:01.5716497Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:11:01.5716901Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:11:01.5717325Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:11:01.5717793Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:11:01.5718295Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:11:01.5718772Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:11:01.5719193Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:11:01.5719585Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:11:01.5719976Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:11:01.5720380Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:11:01.5720820Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:11:01.5721319Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:11:01.5721821Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:11:01.5722316Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:11:01.5722750Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:11:01.5723470Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:11:01.5724037Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:11:01.5724454Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:11:01.5724860Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:11:01.5725247Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:11:01.5725668Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:11:01.5726091Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:11:01.5726478Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:11:01.5726851Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:11:01.5727261Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:11:01.5727662Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:11:01.5728043Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:11:01.5728411Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:11:01.5728802Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:11:01.5729194Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:11:01.5729544Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:11:01.5729921Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:11:01.5730292Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:11:01.5730649Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:11:01.5731035Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:11:01.5731399Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:11:01.5731763Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:11:01.5732153Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:11:01.5732545Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:11:01.5733280Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:11:01.5733683Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:11:01.5734058Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:11:01.5734434Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:11:01.5734828Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:11:01.5735230Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:11:01.5735571Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:11:01.5735900Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:11:01.5736285Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:11:01.5736637Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:11:01.5736993Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:11:01.5737357Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:11:01.5737700Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:11:01.5738077Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:11:01.5738473Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:11:01.5738909Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:11:01.5739360Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:11:01.5739760Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:11:01.5740373Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:11:01.5740908Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:11:01.5741306Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:11:01.5741717Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:11:01.5742128Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:11:01.5742516Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:11:01.5742909Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:11:01.5743542Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:11:01.5743983Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:11:01.5744413Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:11:01.5744802Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:11:01.5745417Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:11:01.5745846Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:11:01.5746265Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:11:01.5746661Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:11:01.5747058Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:11:01.5747462Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:11:01.5747873Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:11:01.5748258Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:11:01.5748624Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:11:01.5748933Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:11:01.5749263Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:11:01.5749660Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:11:01.5750062Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:11:01.5750619Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:11:01.5750994Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:11:01.5751374Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:11:01.5751753Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:11:01.5752102Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:11:01.5752442Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:11:01.5752865Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:11:01.5753427Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:11:01.5753834Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:11:01.5754202Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:11:01.5754596Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:11:01.5755008Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:11:01.5755428Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:11:01.5755844Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:11:01.5756206Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:11:01.5756564Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:11:01.5756985Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:11:01.5757415Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:11:01.5757933Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:11:01.5758298Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:11:01.5758642Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:11:01.5759035Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:11:01.5759429Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:11:01.5760059Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:11:01.5760539Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:11:01.5760954Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:11:01.5761322Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:11:01.5761672Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:11:01.5762030Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:11:01.5762480Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:11:01.5763113Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:11:01.5763567Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:11:01.5770267Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:11:01.5770842Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:11:01.5771416Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:11:01.5771937Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:11:01.5772389Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:11:01.5772772Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:11:01.5773331Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:11:01.5773758Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:11:01.5774354Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:11:01.5774764Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:11:01.5775148Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:11:01.5775530Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:11:01.5775933Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:11:01.5776337Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:11:01.5776734Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:11:01.5777131Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:11:01.5777533Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:11:01.5777931Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:11:01.5778363Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:11:01.5778830Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:11:01.5779290Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:11:01.5779674Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:11:01.5780058Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:11:01.5780475Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:11:01.5780890Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:11:01.5781285Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:11:01.5781798Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:11:01.5782209Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:11:01.5782636Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:11:01.5783354Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:11:01.5783841Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:11:01.5784256Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:11:01.5784649Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:11:01.5785039Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:11:01.5785415Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:11:01.5785790Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:11:01.5786188Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:11:01.5786579Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:11:01.5787036Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:11:01.5787529Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:11:01.5787995Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:11:01.5788515Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:11:01.5789027Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:11:01.5789531Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:11:01.5790032Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:11:01.5790475Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:11:01.5790848Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:11:01.5791218Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:11:01.5791783Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:11:01.5792165Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:11:01.5792529Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:11:01.5792909Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:11:01.5793413Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:11:01.5793805Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:11:01.5794190Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:11:01.5794566Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:11:01.5794975Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:11:01.5795368Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:11:01.5795793Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:11:01.5796246Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:11:01.5796642Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:11:01.5797023Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:11:01.5797437Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:11:01.5797814Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:11:01.5798180Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:11:01.5798535Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:11:01.5799018Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:11:01.5799418Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:11:01.5799800Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:11:01.5800205Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:11:01.5800578Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:11:01.5800899Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:11:01.5801359Z 	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-20T21:11:01.5801883Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:11:01.5802256Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:11:01.5802636Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:11:01.5803130Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:11:01.5803549Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:11:01.5803991Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:11:01.5804428Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:11:01.5804863Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:11:01.5805274Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:11:01.5805677Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:11:01.5806097Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:11:01.5806518Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:11:01.5806913Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:11:01.5807349Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:11:01.5807849Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:11:01.5808355Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:11:01.5808930Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:11:01.5809348Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:11:01.5809754Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:11:01.5810246Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:11:01.5810732Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:11:01.5811139Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:11:01.5811576Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:11:01.5812037Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:11:01.5812447Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:11:01.5812823Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:11:01.5813300Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:11:01.5813684Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:11:01.5814073Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:11:01.5814444Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:11:01.5814810Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:11:01.5815199Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:11:01.5815584Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:11:01.5815948Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:11:01.5816437Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:11:01.5816804Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:11:01.5817191Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:11:01.5817582Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:11:01.5817946Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:11:01.5818311Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:11:01.5818672Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:11:01.5819045Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:11:01.5819421Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:11:01.5819788Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:11:01.5820154Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:11:01.5820535Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:11:01.5820894Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:11:01.5821272Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:11:01.5821712Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:11:01.5822127Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:11:01.5822497Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:11:01.5822883Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:11:01.5823527Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:11:01.5823958Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:11:01.5824329Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:11:01.5824708Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:11:01.5825071Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:11:01.5825503Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:11:01.5825811Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:11:01.5826165Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:11:01.5826525Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:11:01.5826896Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:11:01.5827265Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:11:01.5827619Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:11:01.5827968Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:11:01.5828355Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:11:01.5828774Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:11:01.5829180Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:11:01.5829597Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:11:01.5829988Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:11:01.5830409Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:11:01.5830917Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:11:01.5831548Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:11:01.5832185Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:11:01.5832735Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:11:01.5833441Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:11:01.5833905Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:11:01.5834439Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:11:01.5835063Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:11:01.5835629Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:11:01.5836131Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:11:01.5836586Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:11:01.5836964Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:11:01.5837348Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:11:01.5837735Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:11:01.5838126Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:11:01.5838528Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:11:01.5838919Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:11:01.5839311Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:11:01.5839695Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:11:01.5840077Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:11:01.5840458Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:11:01.5840830Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:11:01.5841206Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:11:01.5841612Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:11:01.5842011Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:11:01.5842431Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:11:01.5843074Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:11:01.5843449Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:11:01.5843844Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:11:01.5844261Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:11:01.5844675Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:11:01.5845120Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:11:01.5845556Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:11:01.5845938Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:11:01.5846319Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:11:01.5846708Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:11:01.5847082Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:11:01.5847473Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:11:01.5847867Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:11:01.5848253Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:11:01.5848643Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:11:01.5849006Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:11:01.5849371Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:11:01.5850040Z 	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-20T21:11:01.5850770Z 	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-20T21:11:01.5851462Z 	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-20T21:11:01.5852125Z 	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-20T21:11:01.5852652Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:11:01.5853152Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:11:01.5853539Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:11:01.5853926Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:11:01.5854305Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:11:01.5854675Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:11:01.5855052Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:11:01.5855451Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:11:01.5855833Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:11:01.5856213Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:11:01.5856597Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:11:01.5856972Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:11:01.5857364Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:11:01.5857784Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:11:01.5858187Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:11:01.5858593Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:11:01.5858993Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:11:01.5859392Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:11:01.5859901Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:11:01.5860290Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:11:01.5860670Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:11:01.5861058Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:11:01.5861469Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:11:01.5861868Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:11:01.5862267Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:11:01.5862671Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:11:01.5863282Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:11:01.5863721Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:11:01.5864168Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:11:01.5864573Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:11:01.5865011Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:11:01.5865477Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:11:01.5865894Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:11:01.5866263Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:11:01.5866644Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:11:01.5867163Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:11:01.5867577Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:11:01.5867984Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:11:01.5868375Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:11:01.5868767Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:11:01.5869244Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:11:01.5869723Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:11:01.5870123Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:11:01.5870534Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:11:01.5870994Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:11:01.5871450Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:11:01.5871927Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:11:01.5872426Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:11:01.5872871Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:11:01.5873433Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:11:01.5873837Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:11:01.5874241Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:11:01.5874664Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:11:01.5875063Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:11:01.5875453Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:11:01.5875870Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:11:01.5876283Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:11:01.5876801Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:11:01.5877228Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:11:01.5877625Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:11:01.5878007Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:11:01.5878379Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:11:01.5878741Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:11:01.5879138Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:11:01.5879561Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:11:01.5880025Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:11:01.5880483Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:11:01.5880893Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:11:01.5881335Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:11:01.5881767Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:11:01.5882180Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:11:01.5882594Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:11:01.5883064Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:11:01.5883439Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:11:01.5883835Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:11:01.5884348Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:11:01.5884728Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:11:01.5885067Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:11:01.5885378Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:11:01.5885736Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:11:01.5886244Z 	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-20T21:11:01.5886764Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:11:01.5887149Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:11:01.5887523Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:11:01.5887923Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:11:01.5888344Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:11:01.5888758Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:11:01.5889167Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:11:01.5889582Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:11:01.5889996Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:11:01.5890370Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:11:01.5890743Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:11:01.5891108Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:11:01.5891489Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:11:01.5891921Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:11:01.5892362Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:11:01.5892760Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:11:01.5893297Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:11:01.5893864Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:11:01.5894264Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:11:01.5894634Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:11:01.5894992Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:11:01.5895361Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:11:01.5895739Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:11:01.5896119Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:11:01.5896530Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:11:01.5896949Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:11:01.5897412Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:11:01.5897862Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:11:01.5898246Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:11:01.5898635Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:11:01.5899025Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:11:01.5899417Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:11:01.5899802Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:11:01.5900179Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:11:01.5900736Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:11:01.5901235Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:11:01.5901657Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:11:01.5902038Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:11:01.5902416Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:11:01.5902825Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:11:01.5903424Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:11:01.5903802Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:11:01.5904203Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:11:01.5904587Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:11:01.5904937Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:11:01.5905300Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:11:01.5905704Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:11:01.5906135Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:11:01.5906520Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:11:01.5906912Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:11:01.5907358Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:11:01.5907796Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:11:01.5908220Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:11:01.5908624Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:11:01.5909152Z 	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-20T21:11:01.5909670Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:11:01.5909985Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:11:01.5910492Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:11:01.5910911Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:11:01.5911346Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:11:01.5911877Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:11:01.5912471Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:11:01.5913197Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:11:01.5913855Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:11:01.5914506Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:11:01.5915146Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:11:01.5915775Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:11:01.5916359Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:11:01.5916850Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:11:01.5917306Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:11:01.5917747Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:11:01.5918178Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:11:01.5918798Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:11:01.5919242Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:11:01.5919637Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:11:01.5920009Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:11:01.5920387Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:11:01.5920767Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:11:01.5921180Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:11:01.5921600Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:11:01.5921963Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:11:01.5922360Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:11:01.5922834Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:11:01.5923640Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:11:01.5924176Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:11:01.5924667Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:11:01.5925153Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:11:01.5925638Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:11:01.5926090Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:11:01.5926510Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:11:01.5926927Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:11:01.5927346Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:11:01.5927761Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:11:01.5928177Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:11:01.5928750Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:11:01.5929183Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:11:01.5929579Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:11:01.5929967Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:11:01.5930347Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:11:01.5930725Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:11:01.5931166Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:11:01.5931615Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:11:01.5932022Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:11:01.5932435Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:11:01.5932869Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:11:01.5933527Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:11:01.5933976Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:11:01.5934412Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:11:01.5934812Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:11:01.5935192Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:11:01.5935586Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:11:01.5936079Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:11:01.5936466Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:11:01.5936872Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:11:01.5937286Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:11:01.5937719Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:11:01.5938190Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:11:01.5938615Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:11:01.5939027Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:11:01.5939425Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:11:01.5939731Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:11:01.5940065Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:11:01.5940456Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:11:01.5940856Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:11:01.5941256Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:11:01.5941653Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:11:01.5942086Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:11:01.5942536Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:11:01.5943129Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:11:01.5943577Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:11:01.5943980Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:11:01.5944534Z 	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-20T21:11:01.5945122Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:11:01.5945703Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:11:01.5946147Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:11:01.5946587Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:11:01.5947011Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:11:01.5947414Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:11:01.5947806Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:11:01.5948192Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:11:01.5948595Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:11:01.5949000Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:11:01.5949383Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:11:01.5949784Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:11:01.5950193Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:11:01.5950571Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:11:01.5950986Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:11:01.5951448Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:11:01.5951875Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:11:01.5952255Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:11:01.5952762Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:11:01.5953276Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:11:01.5953651Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:11:01.5954032Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:11:01.5954464Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:11:01.5954913Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:11:01.5955320Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:11:01.5955722Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:11:01.5956120Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:11:01.5956506Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:11:01.5956883Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:11:01.5957280Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:11:01.5957689Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:11:01.5958143Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:11:01.5958595Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:11:01.5959026Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:11:01.5959437Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:11:01.5959846Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:11:01.5960272Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:11:01.5960667Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:11:01.5961034Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:11:01.5961355Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:11:01.5961657Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:11:01.5962035Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:11:01.5962532Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:11:01.5962890Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:11:01.5963558Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:11:01.5963965Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:11:01.5964357Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:11:01.5964723Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:11:01.5965081Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:11:01.5965469Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:11:01.5965873Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:11:01.5966254Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:11:01.5966627Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:11:01.5966992Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:11:01.5967380Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:11:01.5967771Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:11:01.5968128Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:11:01.5968506Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:11:01.5968901Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:11:01.5969285Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:11:01.5969786Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:11:01.5970171Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:11:01.5970562Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:11:01.5970972Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:11:01.5971400Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:11:01.5971805Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:11:01.5972165Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:11:01.5972522Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:11:01.5972875Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:11:01.5973421Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:11:01.5973932Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:11:01.5974405Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:11:01.5974884Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:11:01.5975389Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:11:01.5975826Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:11:01.5976214Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:11:01.5976611Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:11:01.5977003Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:11:01.5977390Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:11:01.5977778Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:11:01.5978170Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:11:01.5978549Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:11:01.5979062Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:11:01.5979503Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:11:01.5979943Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:11:01.5980324Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:11:01.5980729Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:11:01.5981153Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:11:01.5981536Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:11:01.5981894Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:11:01.5982294Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:11:01.5982753Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:11:01.5983408Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:11:01.5983823Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:11:01.5984228Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:11:01.5984555Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:11:01.5984835Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:11:01.5985190Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:11:01.5985674Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:11:01.8161209Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:11:02.0031000Z Collecting meson
2025-08-20T21:11:02.0699961Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:11:02.1105993Z Collecting ninja
2025-08-20T21:11:02.1205593Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:11:02.1510269Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:11:02.1949770Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 40.9 MB/s  0:00:00
2025-08-20T21:11:02.2045623Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:11:02.2936801Z Installing collected packages: ninja, meson
2025-08-20T21:11:02.9999885Z 
2025-08-20T21:11:03.0028977Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:11:03.2857375Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:11:03.3916116Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:11:03.4729073Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:11:03.8475376Z 1.8.4
2025-08-20T21:11:03.8717388Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:11:03.8970960Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:11:03.8971909Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:11:03.8972871Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:11:03.8973779Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:11:03.8974336Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:11:03.8975068Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:11:03.8975613Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:11:03.8976137Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:11:03.8976662Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:11:03.8977178Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:11:03.8977632Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:11:03.8978043Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:11:03.8978717Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:11:03.8979160Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:11:03.8979586Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:11:03.8980008Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:11:03.8980461Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:11:03.8980851Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:11:03.8981267Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:11:03.8981850Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:11:03.8982623Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:11:03.8983661Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:11:03.8984439Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:11:03.8985173Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:11:03.8985797Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:11:03.8986507Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:11:03.8987286Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:11:03.8987887Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:11:03.8988319Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:11:03.8988947Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:11:03.8989401Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:11:03.8989851Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:11:03.8990327Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:11:03.8990808Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:11:03.8991298Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:11:03.8991765Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:11:03.8992201Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:11:03.8992631Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:11:03.8993335Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:11:03.8993793Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:11:03.8994214Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:11:03.8994619Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:11:03.8995016Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:11:03.8995473Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:11:03.8995950Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:11:03.8996415Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:11:03.8996908Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:11:03.8997351Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:11:03.8997772Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:11:03.8998201Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:11:03.8998606Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:11:03.8999149Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:11:03.8999544Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:11:03.8999913Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:11:03.9000272Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:11:03.9000640Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:11:03.9000966Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:11:03.9001310Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:11:03.9001711Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:11:03.9002091Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:11:03.9002501Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:11:03.9003248Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:11:03.9003737Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:11:03.9004157Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:11:03.9004582Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:11:03.9005010Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:11:03.9005418Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:11:03.9005824Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:11:03.9006250Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:11:03.9006844Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:11:03.9007356Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:11:03.9007835Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:11:03.9008252Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:11:03.9008639Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:11:03.9009031Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:11:03.9009431Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:11:03.9009864Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:11:03.9010358Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:11:03.9010862Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:11:03.9011357Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:11:03.9011796Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:11:03.9012199Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:11:03.9012587Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:11:03.9013186Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:11:03.9013661Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:11:03.9014046Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:11:03.9014463Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:11:03.9014884Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:11:03.9015271Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:11:03.9015647Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:11:03.9016049Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:11:03.9016679Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:11:03.9017056Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:11:03.9017422Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:11:03.9017817Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:11:03.9018206Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:11:03.9018553Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:11:03.9018951Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:11:03.9019325Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:11:03.9019691Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:11:03.9020079Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:11:03.9020450Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:11:03.9020811Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:11:03.9021184Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:11:03.9021571Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:11:03.9021971Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:11:03.9022361Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:11:03.9022734Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:11:03.9023372Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:11:03.9023891Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:11:03.9024295Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:11:03.9024637Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:11:03.9024969Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:11:03.9025327Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:11:03.9025676Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:11:03.9026023Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:11:03.9026389Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:11:03.9026737Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:11:03.9027112Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:11:03.9027502Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:11:03.9027939Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:11:03.9028382Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:11:03.9028781Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:11:03.9029163Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:11:03.9029549Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:11:03.9029936Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:11:03.9030334Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:11:03.9030744Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:11:03.9031116Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:11:03.9031503Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:11:03.9031914Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:11:03.9032352Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:11:03.9032780Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:11:03.9033562Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:11:03.9033949Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:11:03.9034357Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:11:03.9034758Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:11:03.9035155Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:11:03.9035539Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:11:03.9035932Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:11:03.9036340Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:11:03.9036718Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:11:03.9037076Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:11:03.9037391Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:11:03.9044390Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:11:03.9044918Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:11:03.9045372Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:11:03.9045807Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:11:03.9046201Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:11:03.9046589Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:11:03.9046980Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:11:03.9047500Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:11:03.9047858Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:11:03.9048286Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:11:03.9048739Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:11:03.9049143Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:11:03.9049518Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:11:03.9049903Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:11:03.9050314Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:11:03.9050885Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:11:03.9051312Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:11:03.9051676Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:11:03.9052039Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:11:03.9052462Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:11:03.9052897Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:11:03.9053480Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:11:03.9053849Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:11:03.9054185Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:11:03.9054571Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:11:03.9054950Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:11:03.9055376Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:11:03.9055852Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:11:03.9056273Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:11:03.9056645Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:11:03.9057119Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:11:03.9057474Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:11:03.9057921Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:11:03.9058427Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:11:03.9058868Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:11:03.9059241Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:11:03.9059707Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:11:03.9060250Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:11:03.9060749Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:11:03.9061189Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:11:03.9061549Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:11:03.9061933Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:11:03.9062342Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:11:03.9062750Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:11:03.9063408Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:11:03.9063796Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:11:03.9064172Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:11:03.9064702Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:11:03.9065114Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:11:03.9065512Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:11:03.9065912Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:11:03.9066298Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:11:03.9066687Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:11:03.9067115Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:11:03.9067575Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:11:03.9068002Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:11:03.9068371Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:11:03.9068758Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:11:03.9069169Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:11:03.9069553Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:11:03.9069944Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:11:03.9070330Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:11:03.9070716Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:11:03.9071135Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:11:03.9071609Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:11:03.9072059Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:11:03.9072464Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:11:03.9072857Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:11:03.9073474Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:11:03.9073854Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:11:03.9074350Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:11:03.9074741Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:11:03.9075128Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:11:03.9075581Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:11:03.9076066Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:11:03.9076528Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:11:03.9077046Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:11:03.9077560Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:11:03.9078056Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:11:03.9078555Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:11:03.9078990Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:11:03.9079355Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:11:03.9079716Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:11:03.9080087Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:11:03.9080468Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:11:03.9080827Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:11:03.9081203Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:11:03.9081686Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:11:03.9082071Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:11:03.9082460Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:11:03.9082835Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:11:03.9083451Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:11:03.9083844Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:11:03.9084257Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:11:03.9084755Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:11:03.9085146Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:11:03.9085518Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:11:03.9085936Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:11:03.9086312Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:11:03.9086669Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:11:03.9087024Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:11:03.9087387Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:11:03.9087771Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:11:03.9088142Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:11:03.9088532Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:11:03.9088896Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:11:03.9089211Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:11:03.9089676Z 	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-20T21:11:03.9090197Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:11:03.9090590Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:11:03.9091096Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:11:03.9091466Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:11:03.9091869Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:11:03.9092315Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:11:03.9092742Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:11:03.9093387Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:11:03.9093807Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:11:03.9094206Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:11:03.9094629Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:11:03.9095041Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:11:03.9095435Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:11:03.9095863Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:11:03.9096355Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:11:03.9096853Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:11:03.9097303Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:11:03.9097709Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:11:03.9098109Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:11:03.9098700Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:11:03.9099191Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:11:03.9099597Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:11:03.9100029Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:11:03.9100487Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:11:03.9100895Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:11:03.9101260Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:11:03.9101621Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:11:03.9102003Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:11:03.9102379Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:11:03.9102751Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:11:03.9103220Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:11:03.9103611Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:11:03.9104000Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:11:03.9104364Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:11:03.9104734Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:11:03.9105083Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:11:03.9105458Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:11:03.9105846Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:11:03.9106205Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:11:03.9106564Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:11:03.9106925Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:11:03.9107291Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:11:03.9107660Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:11:03.9108136Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:11:03.9108495Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:11:03.9108867Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:11:03.9109214Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:11:03.9109582Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:11:03.9110015Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:11:03.9110419Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:11:03.9110778Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:11:03.9111160Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:11:03.9111579Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:11:03.9111977Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:11:03.9112336Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:11:03.9112701Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:11:03.9113263Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:11:03.9113572Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:11:03.9113873Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:11:03.9114222Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:11:03.9114575Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:11:03.9114939Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:11:03.9115412Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:11:03.9115767Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:11:03.9116100Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:11:03.9116485Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:11:03.9116894Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:11:03.9117290Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:11:03.9117686Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:11:03.9118070Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:11:03.9118483Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:11:03.9118991Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:11:03.9119622Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:11:03.9120248Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:11:03.9120796Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:11:03.9121268Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:11:03.9121723Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:11:03.9122243Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:11:03.9122864Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:11:03.9123526Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:11:03.9124025Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:11:03.9124472Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:11:03.9124988Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:11:03.9125360Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:11:03.9125725Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:11:03.9126107Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:11:03.9126498Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:11:03.9126875Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:11:03.9127257Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:11:03.9127637Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:11:03.9128021Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:11:03.9128389Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:11:03.9128763Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:11:03.9129133Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:11:03.9129520Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:11:03.9129912Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:11:03.9130326Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:11:03.9130747Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:11:03.9131106Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:11:03.9131493Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:11:03.9132014Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:11:03.9132427Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:11:03.9132866Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:11:03.9133538Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:11:03.9133921Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:11:03.9134302Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:11:03.9134689Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:11:03.9135052Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:11:03.9135445Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:11:03.9135833Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:11:03.9136219Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:11:03.9136606Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:11:03.9136967Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:11:03.9137337Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:11:03.9137891Z 	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-20T21:11:03.9138608Z 	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-20T21:11:03.9139291Z 	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-20T21:11:03.9139951Z 	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-20T21:11:03.9140475Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:11:03.9140860Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:11:03.9141230Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:11:03.9141732Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:11:03.9142155Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:11:03.9142544Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:11:03.9143022Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:11:03.9143419Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:11:03.9143807Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:11:03.9144189Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:11:03.9144566Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:11:03.9144937Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:11:03.9145327Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:11:03.9145738Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:11:03.9146143Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:11:03.9146541Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:11:03.9146947Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:11:03.9147342Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:11:03.9147722Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:11:03.9148103Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:11:03.9148475Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:11:03.9148968Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:11:03.9149374Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:11:03.9149768Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:11:03.9150164Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:11:03.9150559Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:11:03.9150941Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:11:03.9151368Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:11:03.9151807Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:11:03.9152207Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:11:03.9152640Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:11:03.9153315Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:11:03.9153727Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:11:03.9154095Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:11:03.9154472Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:11:03.9154867Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:11:03.9155270Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:11:03.9155666Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:11:03.9156043Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:11:03.9156431Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:11:03.9156902Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:11:03.9157382Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:11:03.9157779Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:11:03.9158210Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:11:03.9158776Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:11:03.9159225Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:11:03.9159699Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:11:03.9160188Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:11:03.9160627Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:11:03.9161063Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:11:03.9161461Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:11:03.9161859Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:11:03.9162277Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:11:03.9162662Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:11:03.9163145Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:11:03.9163552Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:11:03.9163955Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:11:03.9164359Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:11:03.9164777Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:11:03.9165195Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:11:03.9165577Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:11:03.9166056Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:11:03.9166433Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:11:03.9166830Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:11:03.9167254Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:11:03.9167714Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:11:03.9168165Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:11:03.9168569Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:11:03.9169009Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:11:03.9169432Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:11:03.9169837Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:11:03.9170247Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:11:03.9170609Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:11:03.9170977Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:11:03.9171369Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:11:03.9171764Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:11:03.9172136Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:11:03.9172464Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:11:03.9172778Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:11:03.9173341Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:11:03.9173862Z 	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-20T21:11:03.9174389Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:11:03.9174775Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:11:03.9175152Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:11:03.9175671Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:11:03.9176089Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:11:03.9176497Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:11:03.9176900Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:11:03.9177316Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:11:03.9177725Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:11:03.9178099Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:11:03.9178475Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:11:03.9178841Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:11:03.9179218Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:11:03.9179653Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:11:03.9180083Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:11:03.9180479Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:11:03.9180899Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:11:03.9181342Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:11:03.9181735Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:11:03.9182103Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:11:03.9182564Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:11:03.9183031Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:11:03.9183406Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:11:03.9183795Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:11:03.9184197Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:11:03.9184608Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:11:03.9185070Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:11:03.9185512Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:11:03.9185887Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:11:03.9186275Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:11:03.9186659Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:11:03.9187041Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:11:03.9187421Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:11:03.9187797Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:11:03.9188245Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:11:03.9188738Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:11:03.9189153Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:11:03.9189524Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:11:03.9189909Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:11:03.9190312Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:11:03.9190703Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:11:03.9191077Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:11:03.9191473Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:11:03.9191973Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:11:03.9192324Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:11:03.9192677Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:11:03.9193267Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:11:03.9193692Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:11:03.9194072Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:11:03.9194462Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:11:03.9194907Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:11:03.9195344Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:11:03.9195766Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:11:03.9196166Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:11:03.9196688Z 	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-20T21:11:03.9197196Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:11:03.9197506Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:11:03.9197853Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:11:03.9198264Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:11:03.9198692Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:11:03.9199330Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:11:03.9199918Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:11:03.9200522Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:11:03.9201171Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:11:03.9201811Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:11:03.9202436Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:11:03.9203303Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:11:03.9203891Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:11:03.9204375Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:11:03.9204816Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:11:03.9205251Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:11:03.9205677Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:11:03.9206142Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:11:03.9206579Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:11:03.9206965Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:11:03.9207331Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:11:03.9207707Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:11:03.9208085Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:11:03.9208497Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:11:03.9208909Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:11:03.9209271Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:11:03.9209782Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:11:03.9210248Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:11:03.9210734Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:11:03.9211213Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:11:03.9211697Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:11:03.9212176Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:11:03.9212660Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:11:03.9213210Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:11:03.9213620Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:11:03.9214032Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:11:03.9214441Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:11:03.9214845Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:11:03.9215253Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:11:03.9215685Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:11:03.9216114Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:11:03.9216498Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:11:03.9216992Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:11:03.9217379Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:11:03.9217753Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:11:03.9218193Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:11:03.9218627Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:11:03.9219028Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:11:03.9219437Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:11:03.9219858Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:11:03.9220302Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:11:03.9220747Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:11:03.9221184Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:11:03.9221578Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:11:03.9221953Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:11:03.9222346Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:11:03.9222718Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:11:03.9223198Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:11:03.9223598Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:11:03.9223992Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:11:03.9224417Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:11:03.9224880Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:11:03.9225302Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:11:03.9225708Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:11:03.9226102Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:11:03.9226517Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:11:03.9226834Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:11:03.9227218Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:11:03.9227613Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:11:03.9228033Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:11:03.9228426Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:11:03.9228854Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:11:03.9229302Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:11:03.9229720Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:11:03.9230100Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:11:03.9230500Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:11:03.9231044Z 	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-20T21:11:03.9231621Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:11:03.9232068Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:11:03.9232505Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:11:03.9233039Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:11:03.9233462Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:11:03.9233969Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:11:03.9234361Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:11:03.9234745Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:11:03.9235141Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:11:03.9235532Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:11:03.9235913Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:11:03.9236297Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:11:03.9236691Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:11:03.9237063Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:11:03.9237467Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:11:03.9237930Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:11:03.9238350Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:11:03.9238728Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:11:03.9239129Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:11:03.9239516Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:11:03.9239890Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:11:03.9240257Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:11:03.9240683Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:11:03.9241133Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:11:03.9241536Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:11:03.9241930Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:11:03.9242357Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:11:03.9242854Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:11:03.9243322Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:11:03.9243699Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:11:03.9244095Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:11:03.9244543Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:11:03.9244990Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:11:03.9245409Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:11:03.9245803Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:11:03.9246204Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:11:03.9246626Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:11:03.9247016Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:11:03.9247372Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:11:03.9247686Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:11:03.9247982Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:11:03.9248347Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:11:03.9248721Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:11:03.9249085Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:11:03.9249454Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:11:03.9249992Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:11:03.9250382Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:11:03.9250741Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:11:03.9251091Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:11:03.9251468Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:11:03.9251861Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:11:03.9252233Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:11:03.9252595Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:11:03.9253041Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:11:03.9253429Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:11:03.9253812Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:11:03.9254162Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:11:03.9254535Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:11:03.9254921Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:11:03.9255301Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:11:03.9255670Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:11:03.9256039Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:11:03.9256418Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:11:03.9256815Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:11:03.9257238Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:11:03.9257639Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:11:03.9257991Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:11:03.9258344Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:11:03.9258684Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:11:03.9259226Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:11:03.9259720Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:11:03.9260185Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:11:03.9260653Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:11:03.9261144Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:11:03.9261577Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:11:03.9261958Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:11:03.9262346Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:11:03.9262732Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:11:03.9263217Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:11:03.9263601Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:11:03.9263981Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:11:03.9264351Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:11:03.9264740Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:11:03.9265179Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:11:03.9265609Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:11:03.9265986Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:11:03.9266498Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:11:03.9266924Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:11:03.9267307Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:11:03.9267656Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:11:03.9268048Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:11:03.9268496Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:11:03.9268927Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:11:03.9269333Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:11:03.9269741Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:11:03.9270068Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:11:03.9270350Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:11:03.9270706Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:11:03.9271194Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:11:04.0694906Z info: downloading installer
2025-08-20T21:11:04.3132027Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:11:04.3132740Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:11:04.3133488Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:11:04.3134140Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:11:04.3298540Z info: profile set to 'default'
2025-08-20T21:11:04.3299297Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:11:04.3299945Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:11:04.3970117Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:11:04.4330792Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:11:04.4331423Z 
2025-08-20T21:11:04.4422016Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:11:04.4422851Z 
2025-08-20T21:11:04.4422870Z 
2025-08-20T21:11:04.4423200Z Rust is installed now. Great!
2025-08-20T21:11:04.4423469Z 
2025-08-20T21:11:04.4423797Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:11:04.4424525Z environment variable. This has not been done automatically.
2025-08-20T21:11:04.4424931Z 
2025-08-20T21:11:04.4425147Z To configure your current shell, you need to source
2025-08-20T21:11:04.4425488Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:11:04.4425684Z 
2025-08-20T21:11:04.4425875Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:11:04.4426436Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:11:04.4426790Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:11:04.4427100Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:11:04.4723202Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:11:04.5051445Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:11:04.5052035Z 
2025-08-20T21:11:04.5145248Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:11:04.5145832Z 
2025-08-20T21:11:04.5629171Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:11:05.3808683Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:11:05.4209971Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:11:05.4210572Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:11:05.4211196Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:11:05.4211855Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:11:05.4212524Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:11:05.4213693Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:11:05.4214392Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:11:05.4215067Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:11:05.4215694Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:11:05.4216292Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:11:05.4216924Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:11:05.4217632Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:11:05.4218331Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:11:05.4219062Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:11:05.4219778Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:11:05.4220523Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:11:05.4221230Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:11:05.4221871Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:11:05.4222551Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:11:05.4223579Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:11:05.4224357Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:11:05.4225035Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:11:05.4225775Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:11:05.4226445Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:11:05.4226851Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:11:05.4227247Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:11:05.4227677Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:11:05.4228104Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:11:05.4228710Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:11:05.4229136Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:11:05.4229570Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:11:05.4229997Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:11:05.4230508Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:11:05.4230921Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:11:05.4231364Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:11:05.4231801Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:11:05.4232202Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:11:05.4232597Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:11:05.4233249Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:11:05.4233732Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:11:05.4234160Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:11:05.4234561Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:11:05.4234943Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:11:05.4235391Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:11:05.4235862Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:11:05.4236459Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:11:05.4236957Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:11:05.4237406Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:11:05.4237826Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:11:05.4238244Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:11:05.4238648Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:11:05.4239056Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:11:05.4239450Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:11:05.4239814Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:11:05.4240170Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:11:05.4240541Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:11:05.4240862Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:11:05.4241202Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:11:05.4241718Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:11:05.4242099Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:11:05.4242506Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:11:05.4243103Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:11:05.4243633Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:11:05.4244249Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:11:05.4244688Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:11:05.4245132Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:11:05.4245540Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:11:05.4245937Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:11:05.4246504Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:11:05.4246968Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:11:05.4247465Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:11:05.4247941Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:11:05.4248359Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:11:05.4248748Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:11:05.4249146Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:11:05.4249551Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:11:05.4249994Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:11:05.4250495Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:11:05.4250996Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:11:05.4251487Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:11:05.4251923Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:11:05.4252325Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:11:05.4252712Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:11:05.4253348Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:11:05.4253868Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:11:05.4254256Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:11:05.4254672Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:11:05.4255096Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:11:05.4255478Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:11:05.4255853Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:11:05.4256257Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:11:05.4256657Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:11:05.4257027Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:11:05.4257394Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:11:05.4257790Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:11:05.4258175Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:11:05.4258528Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:11:05.4258908Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:11:05.4259278Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:11:05.4259642Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:11:05.4266751Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:11:05.4267485Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:11:05.4268126Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:11:05.4268534Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:11:05.4268951Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:11:05.4269370Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:11:05.4269768Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:11:05.4270144Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:11:05.4270685Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:11:05.4271080Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:11:05.4271487Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:11:05.4271831Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:11:05.4272169Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:11:05.4272545Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:11:05.4272906Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:11:05.4273550Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:11:05.4273917Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:11:05.4274265Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:11:05.4274648Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:11:05.4275042Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:11:05.4275480Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:11:05.4275925Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:11:05.4276322Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:11:05.4276709Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:11:05.4277094Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:11:05.4277483Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:11:05.4278011Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:11:05.4278421Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:11:05.4278798Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:11:05.4279192Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:11:05.4279597Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:11:05.4280038Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:11:05.4280464Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:11:05.4280844Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:11:05.4281229Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:11:05.4281633Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:11:05.4282037Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:11:05.4282437Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:11:05.4282817Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:11:05.4283565Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:11:05.4283970Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:11:05.4284356Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:11:05.4284715Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:11:05.4285022Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:11:05.4285354Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:11:05.4285768Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:11:05.4286174Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:11:05.4286571Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:11:05.4286939Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:11:05.4287450Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:11:05.4287831Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:11:05.4288182Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:11:05.4288520Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:11:05.4288941Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:11:05.4289540Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:11:05.4290043Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:11:05.4290417Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:11:05.4290809Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:11:05.4291222Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:11:05.4291647Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:11:05.4292069Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:11:05.4292429Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:11:05.4292785Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:11:05.4293396Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:11:05.4293852Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:11:05.4294265Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:11:05.4294629Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:11:05.4295108Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:11:05.4295504Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:11:05.4295887Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:11:05.4296318Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:11:05.4296821Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:11:05.4297241Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:11:05.4297609Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:11:05.4297950Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:11:05.4298308Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:11:05.4298755Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:11:05.4299267Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:11:05.4299705Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:11:05.4300079Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:11:05.4300549Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:11:05.4301092Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:11:05.4301591Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:11:05.4302020Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:11:05.4302386Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:11:05.4302766Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:11:05.4303427Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:11:05.4303843Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:11:05.4304246Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:11:05.4304625Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:11:05.4305135Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:11:05.4305540Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:11:05.4305942Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:11:05.4306336Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:11:05.4306725Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:11:05.4307112Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:11:05.4307505Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:11:05.4307936Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:11:05.4308393Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:11:05.4308820Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:11:05.4309194Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:11:05.4309566Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:11:05.4309958Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:11:05.4310331Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:11:05.4310706Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:11:05.4311080Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:11:05.4311460Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:11:05.4312035Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:11:05.4312509Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:11:05.4313118Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:11:05.4313532Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:11:05.4313916Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:11:05.4314291Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:11:05.4314759Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:11:05.4315359Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:11:05.4315965Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:11:05.4316350Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:11:05.4316802Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:11:05.4317277Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:11:05.4317734Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:11:05.4318254Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:11:05.4318758Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:11:05.4319258Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:11:05.4319745Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:11:05.4320179Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:11:05.4320538Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:11:05.4320895Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:11:05.4321270Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:11:05.4321660Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:11:05.4322172Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:11:05.4322556Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:11:05.4323107Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:11:05.4323622Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:11:05.4324013Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:11:05.4324396Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:11:05.4324793Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:11:05.4325176Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:11:05.4325599Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:11:05.4326038Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:11:05.4326425Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:11:05.4326803Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:11:05.4327214Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:11:05.4327584Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:11:05.4327941Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:11:05.4328291Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:11:05.4328653Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:11:05.4329036Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:11:05.4329405Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:11:05.4329929Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:11:05.4330301Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:11:05.4330621Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:11:05.4331085Z 	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-20T21:11:05.4331602Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:11:05.4331972Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:11:05.4332347Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:11:05.4332717Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:11:05.4333342Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:11:05.4333782Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:11:05.4334218Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:11:05.4334644Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:11:05.4335052Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:11:05.4335446Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:11:05.4335864Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:11:05.4336271Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:11:05.4336661Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:11:05.4337088Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:11:05.4337577Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:11:05.4338071Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:11:05.4338517Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:11:05.4338922Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:11:05.4339453Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:11:05.4339926Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:11:05.4340407Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:11:05.4340811Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:11:05.4341237Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:11:05.4341685Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:11:05.4342242Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:11:05.4342627Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:11:05.4343190Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:11:05.4343583Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:11:05.4343978Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:11:05.4344344Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:11:05.4344710Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:11:05.4345093Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:11:05.4345471Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:11:05.4345838Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:11:05.4346202Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:11:05.4346556Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:11:05.4347064Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:11:05.4347456Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:11:05.4347817Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:11:05.4348179Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:11:05.4348531Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:11:05.4348895Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:11:05.4349266Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:11:05.4349624Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:11:05.4349977Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:11:05.4350352Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:11:05.4350704Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:11:05.4351076Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:11:05.4351509Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:11:05.4351921Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:11:05.4352280Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:11:05.4352661Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:11:05.4353266Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:11:05.4353718Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:11:05.4354076Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:11:05.4354443Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:11:05.4354800Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:11:05.4355103Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:11:05.4355402Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:11:05.4355749Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:11:05.4356226Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:11:05.4356588Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:11:05.4356945Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:11:05.4357288Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:11:05.4357624Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:11:05.4358007Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:11:05.4358412Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:11:05.4358803Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:11:05.4359203Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:11:05.4359591Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:11:05.4359999Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:11:05.4360500Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:11:05.4361117Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:11:05.4361740Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:11:05.4362279Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:11:05.4362752Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:11:05.4363424Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:11:05.4364061Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:11:05.4364688Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:11:05.4365255Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:11:05.4365746Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:11:05.4366192Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:11:05.4366556Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:11:05.4366926Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:11:05.4367293Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:11:05.4367674Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:11:05.4368067Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:11:05.4368449Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:11:05.4368829Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:11:05.4369210Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:11:05.4369588Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:11:05.4369955Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:11:05.4370325Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:11:05.4370692Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:11:05.4371075Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:11:05.4371468Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:11:05.4371883Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:11:05.4372293Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:11:05.4372651Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:11:05.4373469Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:11:05.4374135Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:11:05.4374839Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:11:05.4375628Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:11:05.4376409Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:11:05.4376947Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:11:05.4377327Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:11:05.4377719Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:11:05.4378089Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:11:05.4378477Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:11:05.4378869Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:11:05.4379249Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:11:05.4379631Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:11:05.4380037Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:11:05.4380443Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:11:05.4380992Z 	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-20T21:11:05.4381701Z 	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-20T21:11:05.4382536Z 	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-20T21:11:05.4383339Z 	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-20T21:11:05.4383864Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:11:05.4384245Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:11:05.4384613Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:11:05.4384985Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:11:05.4385357Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:11:05.4385716Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:11:05.4386083Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:11:05.4386467Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:11:05.4386838Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:11:05.4387209Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:11:05.4387592Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:11:05.4387964Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:11:05.4388350Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:11:05.4388756Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:11:05.4389149Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:11:05.4389541Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:11:05.4389936Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:11:05.4390329Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:11:05.4390719Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:11:05.4391100Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:11:05.4391618Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:11:05.4392004Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:11:05.4392414Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:11:05.4392810Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:11:05.4393432Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:11:05.4393828Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:11:05.4394212Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:11:05.4394639Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:11:05.4395071Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:11:05.4395469Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:11:05.4395908Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:11:05.4396367Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:11:05.4396806Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:11:05.4397175Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:11:05.4397551Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:11:05.4397945Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:11:05.4398346Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:11:05.4398873Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:11:05.4399253Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:11:05.4399635Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:11:05.4400108Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:11:05.4400578Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:11:05.4400975Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:11:05.4401377Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:11:05.4401831Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:11:05.4402272Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:11:05.4402745Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:11:05.4403475Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:11:05.4403917Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:11:05.4404359Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:11:05.4404758Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:11:05.4405157Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:11:05.4405572Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:11:05.4405957Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:11:05.4406331Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:11:05.4406740Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:11:05.4407145Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:11:05.4407550Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:11:05.4407968Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:11:05.4408479Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:11:05.4408848Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:11:05.4409213Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:11:05.4409569Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:11:05.4409962Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:11:05.4410374Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:11:05.4410827Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:11:05.4411272Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:11:05.4411678Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:11:05.4412110Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:11:05.4412536Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:11:05.4413040Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:11:05.4413445Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:11:05.4413804Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:11:05.4414169Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:11:05.4414556Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:11:05.4414944Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:11:05.4415310Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:11:05.4415753Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:11:05.4416072Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:11:05.4416424Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:11:05.4416928Z 	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-20T21:11:05.4417446Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:11:05.4417818Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:11:05.4418188Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:11:05.4418576Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:11:05.4418983Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:11:05.4419394Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:11:05.4419801Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:11:05.4420212Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:11:05.4420611Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:11:05.4420984Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:11:05.4421350Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:11:05.4421709Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:11:05.4422086Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:11:05.4422511Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:11:05.4423038Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:11:05.4423434Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:11:05.4423854Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:11:05.4424290Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:11:05.4424681Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:11:05.4425161Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:11:05.4425513Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:11:05.4425869Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:11:05.4426238Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:11:05.4426612Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:11:05.4427005Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:11:05.4427415Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:11:05.4427880Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:11:05.4428311Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:11:05.4428685Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:11:05.4429068Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:11:05.4429448Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:11:05.4429830Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:11:05.4430200Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:11:05.4430570Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:11:05.4431014Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:11:05.4431503Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:11:05.4432030Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:11:05.4432400Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:11:05.4432768Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:11:05.4433407Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:11:05.4433801Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:11:05.4434170Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:11:05.4434561Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:11:05.4434936Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:11:05.4435283Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:11:05.4435634Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:11:05.4436028Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:11:05.4436447Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:11:05.4436827Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:11:05.4437217Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:11:05.4437657Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:11:05.4438084Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:11:05.4438499Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:11:05.4438885Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:11:05.4439400Z 	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-20T21:11:05.4439907Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:11:05.4440217Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:11:05.4440563Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:11:05.4440970Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:11:05.4441567Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:11:05.4442090Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:11:05.4442680Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:11:05.4443490Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:11:05.4444132Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:11:05.4444771Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:11:05.4445397Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:11:05.4446018Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:11:05.4446599Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:11:05.4447078Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:11:05.4447518Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:11:05.4447945Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:11:05.4448363Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:11:05.4448831Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:11:05.4449260Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:11:05.4449760Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:11:05.4450133Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:11:05.4450506Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:11:05.4450888Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:11:05.4451296Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:11:05.4451707Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:11:05.4452065Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:11:05.4452461Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:11:05.4453035Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:11:05.4453527Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:11:05.4454023Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:11:05.4454508Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:11:05.4454990Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:11:05.4455473Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:11:05.4455925Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:11:05.4456336Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:11:05.4456747Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:11:05.4457157Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:11:05.4457565Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:11:05.4457981Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:11:05.4458412Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:11:05.4458842Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:11:05.4459352Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:11:05.4459728Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:11:05.4460099Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:11:05.4460470Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:11:05.4460906Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:11:05.4461344Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:11:05.4461742Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:11:05.4462233Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:11:05.4462654Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:11:05.4463200Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:11:05.4463647Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:11:05.4464073Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:11:05.4464466Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:11:05.4464841Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:11:05.4465228Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:11:05.4465591Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:11:05.4465956Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:11:05.4466474Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:11:05.4466874Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:11:05.4467297Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:11:05.4467766Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:11:05.4468179Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:11:05.4468582Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:11:05.4468971Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:11:05.4469271Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:11:05.4469589Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:11:05.4469971Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:11:05.4470370Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:11:05.4470762Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:11:05.4471161Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:11:05.4471586Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:11:05.4472031Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:11:05.4472444Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:11:05.4472825Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:11:05.4473448Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:11:05.4473998Z 	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-20T21:11:05.4474579Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:11:05.4475025Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:11:05.4475461Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:11:05.4476017Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:11:05.4476436Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:11:05.4476832Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:11:05.4477292Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:11:05.4477673Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:11:05.4478063Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:11:05.4478456Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:11:05.4478826Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:11:05.4479215Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:11:05.4479613Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:11:05.4479987Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:11:05.4480394Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:11:05.4480850Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:11:05.4481268Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:11:05.4481639Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:11:05.4482012Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:11:05.4482392Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:11:05.4482764Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:11:05.4483458Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:11:05.4483887Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:11:05.4484336Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:11:05.4484736Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:11:05.4485127Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:11:05.4485515Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:11:05.4485889Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:11:05.4486256Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:11:05.4486633Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:11:05.4487028Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:11:05.4487478Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:11:05.4487925Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:11:05.4488352Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:11:05.4488752Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:11:05.4489155Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:11:05.4489575Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:11:05.4489960Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:11:05.4490315Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:11:05.4490628Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:11:05.4490930Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:11:05.4491300Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:11:05.4491671Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:11:05.4492020Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:11:05.4492509Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:11:05.4492903Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:11:05.4493389Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:11:05.4493744Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:11:05.4494091Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:11:05.4494465Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:11:05.4494857Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:11:05.4495228Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:11:05.4495593Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:11:05.4495948Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:11:05.4496331Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:11:05.4496713Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:11:05.4497089Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:11:05.4497464Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:11:05.4497851Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:11:05.4498221Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:11:05.4498590Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:11:05.4498958Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:11:05.4499452Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:11:05.4499851Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:11:05.4500269Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:11:05.4500672Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:11:05.4501020Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:11:05.4501369Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:11:05.4501707Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:11:05.4502126Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:11:05.4502619Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:11:05.4503189Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:11:05.4503666Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:11:05.4504155Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:11:05.4504588Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:11:05.4504964Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:11:05.4505346Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:11:05.4505729Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:11:05.4506109Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:11:05.4506491Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:11:05.4506864Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:11:05.4507233Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:11:05.4507627Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:11:05.4508064Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:11:05.4508610Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:11:05.4508985Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:11:05.4509384Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:11:05.4509805Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:11:05.4510180Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:11:05.4510531Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:11:05.4510919Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:11:05.4511370Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:11:05.4511798Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:11:05.4512207Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:11:05.4512614Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:11:05.4513042Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:11:05.4513437Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:11:05.4513792Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:11:05.4514266Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:11:05.4514586Z 
2025-08-20T21:11:05.4514590Z 
2025-08-20T21:11:05.4514956Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:11:05 PM)
2025-08-20T21:11:05.4515330Z 
2025-08-20T21:11:05.4515333Z 
2025-08-20T21:11:05.4515336Z 
2025-08-20T21:11:05.4515417Z [+] Continue : YES
2025-08-20T21:11:05.4515532Z 
2025-08-20T21:11:05.4515899Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:11:05.5012810Z 
2025-08-20T21:11:05.5013337Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:11:05 PM) UTC
2025-08-20T21:11:05.5013651Z 
2025-08-20T21:11:05.5030967Z 
2025-08-20T21:11:05.5031185Z [+] Total RECIPES :: 1
2025-08-20T21:11:05.5031391Z 
2025-08-20T21:11:05.5107440Z 
2025-08-20T21:11:05.5108071Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml (1/1)
2025-08-20T21:11:05.5108626Z 
2025-08-20T21:11:05.5602181Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:11:05.5613320Z mode of '/tmp/pkgforge/AXxqXKbbE_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:11:05.5659791Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/iroh/official [Provided]
2025-08-20T21:11:05.5660238Z [+] Setting '.pkg_family' --> iroh [Provided]
2025-08-20T21:11:05.5673468Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:11:05.5679001Z [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-20T21:11:05.5709394Z [00:00:00.003]➜  
2025-08-20T21:11:05.5710176Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:11:05.5710668Z [00:00:00.003]➜  
2025-08-20T21:11:05.5751528Z [00:00:00.007]➜  
2025-08-20T21:11:05.5752288Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:11:05.5752769Z [00:00:00.007]➜  
2025-08-20T21:11:05.5830691Z [00:00:00.015]➜  
2025-08-20T21:11:05.5832205Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/iroh/static.official.source.yaml) --> /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:11:05 PM) UTC]
2025-08-20T21:11:05.5833576Z [00:00:00.015]➜  
2025-08-20T21:11:05.5833829Z [00:00:00.015]➜  
2025-08-20T21:11:05.5834061Z [00:00:00.015]➜  
2025-08-20T21:11:05.5834624Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:11:05.5841908Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:11:05.5844392Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:11:05.5845813Z [00:00:00.016]➜  _disabled: false
2025-08-20T21:11:05.5846333Z [00:00:00.016]➜  
2025-08-20T21:11:05.5846791Z [00:00:00.016]➜  pkg: "iroh"
2025-08-20T21:11:05.5847479Z [00:00:00.016]➜  pkg_id: "github.com.n0-computer.iroh.source"
2025-08-20T21:11:05.5848192Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T21:11:05.5848719Z [00:00:00.016]➜  category:
2025-08-20T21:11:05.5849520Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T21:11:05.5850038Z [00:00:00.016]➜    - "Utility"
2025-08-20T21:11:05.5850495Z [00:00:00.016]➜  description: 
2025-08-20T21:11:05.5851046Z [00:00:00.016]➜    _default: "peer-2-peer that just works"
2025-08-20T21:11:05.5851979Z [00:00:00.016]➜    iroh-bulk: "Multi CMD Toolkit for Iroh, peer-2-peer that just works"
2025-08-20T21:11:05.5852895Z [00:00:00.016]➜    iroh-dns-server: "Pkarr relay and DNS server for Iroh"
2025-08-20T21:11:05.5853746Z [00:00:00.016]➜  distro_pkg:
2025-08-20T21:11:05.5854192Z [00:00:00.016]➜    archlinux:
2025-08-20T21:11:05.5854630Z [00:00:00.016]➜      aur:
2025-08-20T21:11:05.5855066Z [00:00:00.016]➜        - "iroh"
2025-08-20T21:11:05.5855540Z [00:00:00.017]➜        - "iroh-git"
2025-08-20T21:11:05.5856023Z [00:00:00.017]➜    nixpkgs:
2025-08-20T21:11:05.5856477Z [00:00:00.017]➜      - "iroh"
2025-08-20T21:11:05.5856930Z [00:00:00.017]➜  homepage:
2025-08-20T21:11:05.5857426Z [00:00:00.017]➜    - "https://iroh.computer"
2025-08-20T21:11:05.5858072Z [00:00:00.017]➜    - "https://github.com/n0-computer/iroh"
2025-08-20T21:11:05.5858879Z [00:00:00.017]➜  license:
2025-08-20T21:11:05.5859373Z [00:00:00.017]➜    - id: "MIT"
2025-08-20T21:11:05.5860363Z [00:00:00.017]➜      url: "https://github.com/n0-computer/iroh/raw/906250bb28244ad62c23399c9b10494226610c5a/LICENSE-MIT"  
2025-08-20T21:11:05.5861288Z [00:00:00.017]➜  maintainer:
2025-08-20T21:11:05.5861944Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:11:05.5862517Z [00:00:00.017]➜  note:
2025-08-20T21:11:05.5863222Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:11:05.5864153Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/n0-computer/iroh"
2025-08-20T21:11:05.5864640Z [00:00:00.017]➜  provides:
2025-08-20T21:11:05.5864899Z [00:00:00.017]➜    - "iroh-bulk"
2025-08-20T21:11:05.5865170Z [00:00:00.017]➜    - "iroh-dns-server"
2025-08-20T21:11:05.5865444Z [00:00:00.017]➜  repology:
2025-08-20T21:11:05.5865679Z [00:00:00.017]➜    - "iroh"
2025-08-20T21:11:05.5865934Z [00:00:00.017]➜  src_url:
2025-08-20T21:11:05.5866234Z [00:00:00.017]➜    - "https://github.com/n0-computer/iroh"
2025-08-20T21:11:05.5866548Z [00:00:00.017]➜  tag:
2025-08-20T21:11:05.5866788Z [00:00:00.017]➜    - "Utility"
2025-08-20T21:11:05.5867026Z [00:00:00.017]➜  x_exec:
2025-08-20T21:11:05.5867282Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T21:11:05.5867551Z [00:00:00.017]➜    host:
2025-08-20T21:11:05.5867794Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T21:11:05.5868070Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:11:05.5868327Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:11:05.5868577Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:11:05.5868869Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:11:05.5869600Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/n0-computer/iroh" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:11:05.5870506Z [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-20T21:11:05.5871182Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:11:05.5871978Z [00:00:00.017]➜    run: |
2025-08-20T21:11:05.5872381Z [00:00:00.017]➜      #Build
2025-08-20T21:11:05.5873670Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:11:05.5875044Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:11:05.5876074Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:11:05.5876941Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:11:05.5877686Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:11:05.5878351Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:11:05.5878813Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:11:05.5879490Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:11:05.5880332Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:11:05.5881137Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T21:11:05.5882297Z [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-20T21:11:05.5883575Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:11:05.5884223Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T21:11:05.5884745Z [00:00:00.017]➜           else
2025-08-20T21:11:05.5885244Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T21:11:05.5885970Z [00:00:00.017]➜           fi
2025-08-20T21:11:05.5886434Z [00:00:00.017]➜         else
2025-08-20T21:11:05.5887055Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T21:11:05.5887799Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T21:11:05.5888345Z [00:00:00.017]➜         fi
2025-08-20T21:11:05.5888791Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T21:11:05.5889406Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:11:05.5890159Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:11:05.5890954Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:11:05.5891713Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:11:05.5892289Z [00:00:00.017]➜         fi
2025-08-20T21:11:05.5892818Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:11:05.5893671Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:11:05.5894295Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:11:05.5894918Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:11:05.5904883Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:11:05.5905525Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:11:05.5906145Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:11:05.5906849Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:11:05.5907571Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:11:05.5908242Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:11:05.5908889Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:11:05.5909571Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:11:05.5910258Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:11:05.5910826Z [00:00:00.017]➜        #Build
2025-08-20T21:11:05.5911792Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/n0-computer/iroh" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:11:05.5913331Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:11:05.5914024Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:11:05.5915215Z [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-20T21:11:05.5916329Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T21:11:05.5917336Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T21:11:05.5918423Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:11:05.5919573Z [00:00:00.017]➜         mv -fv "./target/${RUST_TARGET}/release/bulk" "./target/${RUST_TARGET}/release/iroh-bulk" 2>/dev/null
2025-08-20T21:11:05.5920381Z [00:00:00.017]➜        #Copy 
2025-08-20T21:11:05.5922143Z [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-20T21:11:05.5925076Z [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-20T21:11:05.5926179Z [00:00:00.017]➜        #Strip 
2025-08-20T21:11:05.5927088Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:11:05.5928539Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:11:05.5929840Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:11:05.5930963Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:11:05.5931994Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:11:05.5932777Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:11:05.5933437Z [00:00:00.017]➜        '
2025-08-20T21:11:05.5933870Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:11:05.5934538Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:11:05.5935315Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:11:05.5936485Z [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-20T21:11:05.5937331Z [00:00:00.017]➜  
2025-08-20T21:11:05.5937536Z [00:00:00.017]➜  
2025-08-20T21:11:05.5937824Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:11:05.5938124Z [00:00:00.017]➜  
2025-08-20T21:11:05.5938318Z [00:00:00.017]➜  
2025-08-20T21:11:05.5938511Z [00:00:00.017]➜  
2025-08-20T21:11:05.5939006Z [00:00:00.018]➜  '/tmp/pkgforge/AXxqXKbbE_build.yaml' -> '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:11:07.1239593Z [00:00:01.556]➜  '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh.static.version' -> '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh.version'
2025-08-20T21:11:07.1295450Z [00:00:01.562]➜  [+] Version: HEAD-fb37550-250820T090352 ('.x_exec.pkgver') [/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh.static.version]
2025-08-20T21:11:07.1535347Z [00:00:01.586]➜  [+] Progs: iroh iroh-bulk iroh-dns-server
2025-08-20T21:11:08.4971729Z [00:00:02.929]➜  
2025-08-20T21:11:08.4972660Z [00:00:02.929]➜  [-] Missing packages. Found: 
2025-08-20T21:11:08.4973578Z [00:00:02.929]➜  [+] Expected: iroh iroh-bulk iroh-dns-server
2025-08-20T21:11:08.4974134Z [00:00:02.929]➜  [+] Continuing with build...
2025-08-20T21:11:08.4974418Z [00:00:02.929]➜  
2025-08-20T21:11:08.8624200Z [00:00:03.295]➜  
2025-08-20T21:11:08.8624507Z [00:00:03.295]➜  
2025-08-20T21:11:08.8717379Z [00:00:03.304]➜  + mkdir -pv /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:11:08.8742791Z [00:00:03.306]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=iroh -e PKG_ID=github.com.n0-computer.iroh.source -e PKG_TYPE=static -e PKG_VER=HEAD-fb37550-250820T090352 -e PKGVER=HEAD-fb37550-250820T090352 -e SBUILD_PKG=iroh.static -e SBUILD_PKGVER=HEAD-fb37550-250820T090352 --volume /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:11:08.8745967Z [00:00:03.306]➜    #Setup ENV
2025-08-20T21:11:08.8746596Z [00:00:03.306]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:11:08.8747378Z [00:00:03.306]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:11:08.8748073Z [00:00:03.306]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T21:11:08.8749122Z [00:00:03.306]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T21:11:08.8750053Z [00:00:03.306]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:11:08.8750608Z [00:00:03.306]➜         export RUST_TARGET
2025-08-20T21:11:08.8750953Z [00:00:03.306]➜       else
2025-08-20T21:11:08.8751459Z [00:00:03.306]➜         rustc -Vv ; exit 1
2025-08-20T21:11:08.8751767Z [00:00:03.306]➜       fi
2025-08-20T21:11:08.8752010Z [00:00:03.306]➜     else
2025-08-20T21:11:08.8752369Z [00:00:03.306]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T21:11:08.8752818Z [00:00:03.306]➜       rustup target add "${RUST_TARGET}"
2025-08-20T21:11:08.8753369Z [00:00:03.306]➜     fi
2025-08-20T21:11:08.8753625Z [00:00:03.306]➜     RUST_FLAGS=()
2025-08-20T21:11:08.8753988Z [00:00:03.306]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:11:08.8754444Z [00:00:03.306]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:11:08.8754920Z [00:00:03.306]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:11:08.8755373Z [00:00:03.306]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:11:08.8755712Z [00:00:03.306]➜     fi
2025-08-20T21:11:08.8756012Z [00:00:03.306]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:11:08.8756411Z [00:00:03.306]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:11:08.8756769Z [00:00:03.306]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:11:08.8757120Z [00:00:03.306]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:11:08.8757501Z [00:00:03.306]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:11:08.8757871Z [00:00:03.306]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:11:08.8758229Z [00:00:03.306]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:11:08.8758646Z [00:00:03.306]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:11:08.8759076Z [00:00:03.306]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:11:08.8759477Z [00:00:03.306]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:11:08.8759860Z [00:00:03.306]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:11:08.8760273Z [00:00:03.306]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:11:08.8760682Z [00:00:03.306]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:11:08.8761019Z [00:00:03.306]➜    #Build
2025-08-20T21:11:08.8761558Z [00:00:03.306]➜     git clone --filter "blob:none" --quiet "https://github.com/n0-computer/iroh" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:11:08.8762296Z [00:00:03.306]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:11:08.8762651Z [00:00:03.306]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:11:08.8763529Z [00:00:03.306]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T21:11:08.8764176Z [00:00:03.306]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T21:11:08.8764729Z [00:00:03.306]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T21:11:08.8765338Z [00:00:03.306]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:11:08.8765981Z [00:00:03.306]➜     mv -fv "./target/${RUST_TARGET}/release/bulk" "./target/${RUST_TARGET}/release/iroh-bulk" 2>/dev/null
2025-08-20T21:11:08.8766435Z [00:00:03.306]➜    #Copy 
2025-08-20T21:11:08.8767432Z [00:00:03.306]➜     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-20T21:11:08.8768761Z [00:00:03.306]➜     ( 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-20T21:11:08.8769353Z [00:00:03.306]➜    #Strip 
2025-08-20T21:11:08.8769861Z [00:00:03.306]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:11:08.8770582Z [00:00:03.306]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:11:08.8771397Z [00:00:03.306]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:11:08.8772001Z [00:00:03.306]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:11:08.8772574Z [00:00:03.306]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:11:08.8773198Z [00:00:03.306]➜     popd &>/dev/null
2025-08-20T21:11:08.8773487Z [00:00:03.306]➜    '
2025-08-20T21:11:09.7804166Z [00:00:04.213]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:11:10.0028827Z [00:00:04.435]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:11:10.0030120Z [00:00:04.435]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:11:10.0030814Z [00:00:04.435]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:11:10.0031431Z [00:00:04.435]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:11:10.0031903Z [00:00:04.435]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:11:10.0032375Z [00:00:04.435]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:11:10.0032809Z [00:00:04.435]➜  73d19b2d2e73: Waiting
2025-08-20T21:11:10.0033431Z [00:00:04.435]➜  eb4a15147d73: Waiting
2025-08-20T21:11:10.0033820Z [00:00:04.435]➜  1eff1cf6af24: Waiting
2025-08-20T21:11:10.2941379Z [00:00:04.726]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:11:10.2942238Z [00:00:04.726]➜  bffca73cb30c: Download complete
2025-08-20T21:11:10.5515510Z [00:00:04.984]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T21:11:10.6525386Z [00:00:04.984]➜  d62bb7eb03b5: Download complete
2025-08-20T21:11:10.6525824Z [00:00:05.085]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:11:10.6564102Z [00:00:05.089]➜  74f0d3ee81d8: Download complete
2025-08-20T21:11:10.9588435Z [00:00:05.391]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:11:10.9589322Z [00:00:05.391]➜  1eff1cf6af24: Download complete
2025-08-20T21:11:11.5146097Z [00:00:05.947]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:11:11.5638161Z [00:00:05.996]➜  bffca73cb30c: Pull complete
2025-08-20T21:11:11.7900419Z [00:00:06.222]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:11:11.7901184Z [00:00:06.222]➜  eb4a15147d73: Download complete
2025-08-20T21:11:44.0021630Z [00:00:38.434]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T21:11:44.0022450Z [00:00:38.434]➜  73d19b2d2e73: Download complete
2025-08-20T21:12:57.9724748Z [00:01:52.405]➜  73d19b2d2e73: Pull complete
2025-08-20T21:13:03.1283853Z [00:01:57.560]➜  eb4a15147d73: Pull complete
2025-08-20T21:13:03.1401049Z [00:01:57.572]➜  1eff1cf6af24: Pull complete
2025-08-20T21:13:03.1444139Z [00:01:57.577]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:13:03.1463371Z [00:01:57.578]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:13:03.3387170Z [00:01:57.771]➜  + mkdir -p /build-bins
2025-08-20T21:13:03.3405023Z [00:01:57.773]➜  ++ mktemp -d
2025-08-20T21:13:03.3421356Z [00:01:57.774]➜  + pushd /tmp/tmp.ujZ8STPuKX
2025-08-20T21:13:03.3424170Z [00:01:57.774]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T21:13:03.3424809Z [00:01:57.774]➜  + source /root/.cargo/env
2025-08-20T21:13:03.3425366Z [00:01:57.774]➜  ++ case ":${PATH}:" in
2025-08-20T21:13:03.3428290Z [00:01:57.775]➜  ++ uname -m
2025-08-20T21:13:03.3445892Z [00:01:57.777]➜  ++ tr -d '[:space:]'
2025-08-20T21:13:03.3450649Z [00:01:57.777]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T21:13:03.3453781Z [00:01:57.778]➜  ++ uname -m
2025-08-20T21:13:03.3468233Z [00:01:57.779]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:13:03.3468962Z [00:01:57.779]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:13:03.3469650Z [00:01:57.779]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T21:13:03.5678573Z [00:01:58.000]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T21:13:03.5704278Z [00:01:58.003]➜  + RUST_FLAGS=()
2025-08-20T21:13:03.5705321Z [00:01:58.003]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:13:03.5706526Z [00:01:58.003]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:13:03.5708670Z [00:01:58.003]➜  + echo x86_64-unknown-linux-musl
2025-08-20T21:13:03.5709417Z [00:01:58.003]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T21:13:03.5719330Z [00:01:58.004]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:13:03.5720096Z [00:01:58.004]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:13:03.5720724Z [00:01:58.004]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:13:03.5721295Z [00:01:58.004]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:13:03.5721885Z [00:01:58.004]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:13:03.5722516Z [00:01:58.004]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:13:03.5723355Z [00:01:58.004]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:13:03.5723977Z [00:01:58.004]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:13:03.5724691Z [00:01:58.004]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:13:03.5725276Z [00:01:58.005]➜  ++ which mold
2025-08-20T21:13:03.5750694Z [00:01:58.007]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:13:03.5751500Z [00:01:58.007]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:13:03.5752377Z [00:01:58.007]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:13:03.5753153Z [00:01:58.007]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:13:03.5755698Z [00:01:58.007]➜  + 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-20T21:13:03.5758710Z [00:01:58.007]➜  + 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-20T21:13:03.5760349Z [00:01:58.007]➜  + git clone --filter blob:none --quiet https://github.com/n0-computer/iroh ./TEMPREPO
2025-08-20T21:13:06.1690501Z [00:02:00.601]➜  + cd ./TEMPREPO/
2025-08-20T21:13:06.1691209Z [00:02:00.601]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T21:13:06.1694115Z [00:02:00.601]➜  + 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-20T21:13:06.1696344Z [00:02:00.601]➜  + 
2025-08-20T21:13:06.1696882Z [00:02:00.601]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T21:13:06.1699825Z [00:02:00.601]➜  [+] 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-20T21:13:06.1702075Z [00:02:00.601]➜  
2025-08-20T21:13:06.1702676Z [00:02:00.601]➜  sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T21:13:06.1705737Z [00:02:00.603]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T21:13:06.1707838Z [00:02:00.603]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T21:13:06.1723830Z [00:02:00.605]➜  removed './.cargo/config.toml'
2025-08-20T21:13:06.1724463Z [00:02:00.605]➜  removed directory './.cargo'
2025-08-20T21:13:06.1730297Z [00:02:00.605]➜  ++ nproc
2025-08-20T21:13:06.1746869Z [00:02:00.607]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T21:13:06.5306477Z [00:02:00.963]➜      Updating crates.io index
2025-08-20T21:13:08.3318118Z [00:02:02.764]➜   Downloading crates ...
2025-08-20T21:13:08.5299083Z [00:02:02.962]➜    Downloaded adler2 v2.0.1
2025-08-20T21:13:08.5434033Z [00:02:02.976]➜    Downloaded anstyle-query v1.1.3
2025-08-20T21:13:08.5484624Z [00:02:02.981]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T21:13:08.5516950Z [00:02:02.984]➜    Downloaded anstream v0.6.19
2025-08-20T21:13:08.5560792Z [00:02:02.988]➜    Downloaded forwarded-header-value v0.1.1
2025-08-20T21:13:08.5584780Z [00:02:02.991]➜    Downloaded allocator-api2 v0.2.21
2025-08-20T21:13:08.5624345Z [00:02:02.995]➜    Downloaded aho-corasick v1.1.3
2025-08-20T21:13:08.5701460Z [00:02:03.002]➜    Downloaded ahash v0.8.12
2025-08-20T21:13:08.5743557Z [00:02:03.007]➜    Downloaded num_threads v0.1.7
2025-08-20T21:13:08.5765185Z [00:02:03.009]➜    Downloaded addr2line v0.24.2
2025-08-20T21:13:08.5799673Z [00:02:03.012]➜    Downloaded opaque-debug v0.3.1
2025-08-20T21:13:08.5819313Z [00:02:03.014]➜    Downloaded anyhow v1.0.98
2025-08-20T21:13:08.5907048Z [00:02:03.023]➜    Downloaded parking v2.2.1
2025-08-20T21:13:08.5942510Z [00:02:03.026]➜    Downloaded openssl-probe v0.1.6
2025-08-20T21:13:08.6003347Z [00:02:03.033]➜    Downloaded pem v3.0.5
2025-08-20T21:13:08.6057756Z [00:02:03.038]➜    Downloaded parking_lot v0.12.4
2025-08-20T21:13:08.6145408Z [00:02:03.047]➜    Downloaded ntimestamp v1.0.0
2025-08-20T21:13:08.6211400Z [00:02:03.053]➜    Downloaded zerofrom v0.1.6
2025-08-20T21:13:08.6264028Z [00:02:03.059]➜    Downloaded hash32 v0.2.1
2025-08-20T21:13:08.6304335Z [00:02:03.063]➜    Downloaded simdutf8 v0.1.5
2025-08-20T21:13:08.6363616Z [00:02:03.069]➜    Downloaded sharded-slab v0.1.7
2025-08-20T21:13:08.6432466Z [00:02:03.075]➜    Downloaded simple-dns v0.9.3
2025-08-20T21:13:08.6564368Z [00:02:03.089]➜    Downloaded shlex v1.3.0
2025-08-20T21:13:08.6603704Z [00:02:03.093]➜    Downloaded signal-hook-registry v1.4.5
2025-08-20T21:13:08.6642512Z [00:02:03.096]➜    Downloaded slab v0.4.11
2025-08-20T21:13:08.6716914Z [00:02:03.104]➜    Downloaded smallvec v1.15.1
2025-08-20T21:13:08.6831487Z [00:02:03.115]➜    Downloaded snafu v0.8.6
2025-08-20T21:13:08.6980255Z [00:02:03.130]➜    Downloaded tokio-stream v0.1.17
2025-08-20T21:13:08.7094053Z [00:02:03.142]➜    Downloaded igd-next v0.16.1
2025-08-20T21:13:08.7177422Z [00:02:03.150]➜    Downloaded z32 v1.3.0
2025-08-20T21:13:08.7235899Z [00:02:03.156]➜    Downloaded hmac v0.12.1
2025-08-20T21:13:08.7338453Z [00:02:03.166]➜    Downloaded time-macros v0.2.22
2025-08-20T21:13:08.7411639Z [00:02:03.173]➜    Downloaded ipnet v2.11.0
2025-08-20T21:13:08.7463248Z [00:02:03.179]➜    Downloaded iroh-metrics v0.35.0
2025-08-20T21:13:08.7522785Z [00:02:03.184]➜    Downloaded n0-watcher v0.3.0
2025-08-20T21:13:08.7568245Z [00:02:03.189]➜    Downloaded spin v0.9.8
2025-08-20T21:13:08.7610934Z [00:02:03.193]➜    Downloaded iroh-metrics-derive v0.2.0
2025-08-20T21:13:08.7624680Z [00:02:03.195]➜    Downloaded syn v1.0.109
2025-08-20T21:13:08.7754391Z [00:02:03.208]➜    Downloaded iri-string v0.7.8
2025-08-20T21:13:08.7850420Z [00:02:03.217]➜    Downloaded tokio-util v0.7.15
2025-08-20T21:13:08.7945408Z [00:02:03.227]➜    Downloaded surge-ping v0.8.2
2025-08-20T21:13:08.7969713Z [00:02:03.229]➜    Downloaded moka v0.12.10
2025-08-20T21:13:08.8100037Z [00:02:03.242]➜    Downloaded typenum v1.18.0
2025-08-20T21:13:08.8143140Z [00:02:03.246]➜    Downloaded nom v7.1.3
2025-08-20T21:13:08.8212591Z [00:02:03.253]➜    Downloaded tokio-websockets v0.12.0
2025-08-20T21:13:08.8315175Z [00:02:03.264]➜    Downloaded time v0.3.41
2025-08-20T21:13:08.8423744Z [00:02:03.275]➜    Downloaded mio v1.0.4
2025-08-20T21:13:08.8505213Z [00:02:03.283]➜    Downloaded miniz_oxide v0.8.9
2025-08-20T21:13:08.8539601Z [00:02:03.286]➜    Downloaded tracing-subscriber v0.3.19
2025-08-20T21:13:08.8648260Z [00:02:03.297]➜    Downloaded minimal-lexical v0.2.1
2025-08-20T21:13:08.8710232Z [00:02:03.303]➜    Downloaded x509-parser v0.16.0
2025-08-20T21:13:08.8781921Z [00:02:03.310]➜    Downloaded tokio v1.46.1
2025-08-20T21:13:08.9327303Z [00:02:03.365]➜    Downloaded iroh-quinn v0.14.0
2025-08-20T21:13:08.9370769Z [00:02:03.369]➜    Downloaded winnow v0.7.12
2025-08-20T21:13:08.9491067Z [00:02:03.381]➜    Downloaded memchr v2.7.5
2025-08-20T21:13:08.9562282Z [00:02:03.388]➜    Downloaded mainline v5.4.0
2025-08-20T21:13:08.9604504Z [00:02:03.393]➜    Downloaded iroh-quinn-proto v0.13.0
2025-08-20T21:13:08.9686236Z [00:02:03.401]➜    Downloaded webpki-roots v1.0.1
2025-08-20T21:13:08.9724236Z [00:02:03.405]➜    Downloaded n0-snafu v0.2.1
2025-08-20T21:13:08.9750300Z [00:02:03.407]➜    Downloaded n0-future v0.1.3
2025-08-20T21:13:08.9770373Z [00:02:03.409]➜    Downloaded spinning_top v0.3.0
2025-08-20T21:13:08.9791147Z [00:02:03.411]➜    Downloaded struct_iterable_derive v0.1.0
2025-08-20T21:13:08.9799863Z [00:02:03.412]➜    Downloaded url v2.5.4
2025-08-20T21:13:08.9832505Z [00:02:03.415]➜    Downloaded unicode-normalization v0.1.24
2025-08-20T21:13:08.9874619Z [00:02:03.420]➜    Downloaded netwatch v0.8.0
2025-08-20T21:13:08.9911924Z [00:02:03.423]➜    Downloaded syn v2.0.104
2025-08-20T21:13:09.0046636Z [00:02:03.437]➜    Downloaded stun-rs v0.1.11
2025-08-20T21:13:09.0115258Z [00:02:03.444]➜    Downloaded struct_iterable_internal v0.1.1
2025-08-20T21:13:09.0123190Z [00:02:03.444]➜    Downloaded hyper v1.6.0
2025-08-20T21:13:09.0208177Z [00:02:03.453]➜    Downloaded hdrhistogram v7.5.4
2025-08-20T21:13:09.0299034Z [00:02:03.462]➜    Downloaded zerotrie v0.2.2
2025-08-20T21:13:09.0347772Z [00:02:03.467]➜    Downloaded strum v0.26.3
2025-08-20T21:13:09.0359148Z [00:02:03.468]➜    Downloaded indexmap v2.10.0
2025-08-20T21:13:09.0412831Z [00:02:03.473]➜    Downloaded writeable v0.6.1
2025-08-20T21:13:09.0437624Z [00:02:03.476]➜    Downloaded tokio-rustls-acme v0.7.1
2025-08-20T21:13:09.0474635Z [00:02:03.480]➜    Downloaded tokio-rustls v0.26.2
2025-08-20T21:13:09.0502491Z [00:02:03.482]➜    Downloaded tinyvec_macros v0.1.1
2025-08-20T21:13:09.0513353Z [00:02:03.484]➜    Downloaded synstructure v0.13.2
2025-08-20T21:13:09.0527214Z [00:02:03.485]➜    Downloaded hickory-server v0.25.2
2025-08-20T21:13:09.0580309Z [00:02:03.490]➜    Downloaded hickory-proto v0.25.2
2025-08-20T21:13:09.0786867Z [00:02:03.511]➜    Downloaded hashbrown v0.14.5
2025-08-20T21:13:09.0849735Z [00:02:03.517]➜    Downloaded web-time v1.1.0
2025-08-20T21:13:09.0874780Z [00:02:03.520]➜    Downloaded unicode-ident v1.0.18
2025-08-20T21:13:09.0911076Z [00:02:03.523]➜    Downloaded ucd-trie v0.1.7
2025-08-20T21:13:09.0928507Z [00:02:03.525]➜    Downloaded ucd-parse v0.1.13
2025-08-20T21:13:09.0968862Z [00:02:03.529]➜    Downloaded ttl_cache v0.5.1
2025-08-20T21:13:09.0982678Z [00:02:03.530]➜    Downloaded no-std-net v0.6.0
2025-08-20T21:13:09.1007196Z [00:02:03.533]➜    Downloaded tokio-macros v2.5.0
2025-08-20T21:13:09.1020084Z [00:02:03.534]➜    Downloaded thiserror v1.0.69
2025-08-20T21:13:09.1099006Z [00:02:03.542]➜    Downloaded termcolor v1.4.1
2025-08-20T21:13:09.1115492Z [00:02:03.544]➜    Downloaded tagptr v0.2.0
2025-08-20T21:13:09.1132380Z [00:02:03.545]➜    Downloaded md5 v0.7.0
2025-08-20T21:13:09.1145673Z [00:02:03.547]➜    Downloaded matchit v0.8.4
2025-08-20T21:13:09.1175143Z [00:02:03.550]➜    Downloaded lru-slab v0.1.2
2025-08-20T21:13:09.1186662Z [00:02:03.551]➜    Downloaded lazy_static v1.5.0
2025-08-20T21:13:09.1211261Z [00:02:03.553]➜    Downloaded itoa v1.0.15
2025-08-20T21:13:09.1230114Z [00:02:03.555]➜    Downloaded iroh-quinn-udp v0.5.7
2025-08-20T21:13:09.1253142Z [00:02:03.557]➜    Downloaded utf8_iter v1.0.4
2025-08-20T21:13:09.1267652Z [00:02:03.559]➜    Downloaded untrusted v0.9.0
2025-08-20T21:13:09.1289953Z [00:02:03.561]➜    Downloaded idna v1.0.3
2025-08-20T21:13:09.1332775Z [00:02:03.565]➜    Downloaded icu_properties_data v2.0.1
2025-08-20T21:13:09.1461344Z [00:02:03.578]➜    Downloaded http v1.3.1
2025-08-20T21:13:09.1509364Z [00:02:03.583]➜    Downloaded http v0.2.12
2025-08-20T21:13:09.1556861Z [00:02:03.588]➜    Downloaded heapless v0.7.17
2025-08-20T21:13:09.1605721Z [00:02:03.593]➜    Downloaded futures-util v0.3.31
2025-08-20T21:13:09.1781116Z [00:02:03.610]➜    Downloaded webpki-roots v0.26.11
2025-08-20T21:13:09.1799985Z [00:02:03.612]➜    Downloaded try-lock v0.2.5
2025-08-20T21:13:09.1812387Z [00:02:03.613]➜    Downloaded tracing-log v0.2.0
2025-08-20T21:13:09.1831207Z [00:02:03.615]➜    Downloaded tinyvec v1.9.0
2025-08-20T21:13:09.1869920Z [00:02:03.619]➜    Downloaded tinystr v0.8.1
2025-08-20T21:13:09.1897157Z [00:02:03.622]➜    Downloaded nu-ansi-term v0.46.0
2025-08-20T21:13:09.1925269Z [00:02:03.625]➜    Downloaded nonzero_ext v0.3.0
2025-08-20T21:13:09.1986736Z [00:02:03.631]➜    Downloaded nonempty v0.7.0
2025-08-20T21:13:09.1998802Z [00:02:03.632]➜    Downloaded netlink-sys v0.8.7
2025-08-20T21:13:09.2027965Z [00:02:03.635]➜    Downloaded netlink-proto v0.11.5
2025-08-20T21:13:09.2057614Z [00:02:03.638]➜    Downloaded nested_enum_utils v0.2.2
2025-08-20T21:13:09.2082140Z [00:02:03.640]➜    Downloaded stable_deref_trait v1.2.0
2025-08-20T21:13:09.2093485Z [00:02:03.642]➜    Downloaded zerocopy v0.8.26
2025-08-20T21:13:09.2440482Z [00:02:03.676]➜    Downloaded mime v0.3.17
2025-08-20T21:13:09.2457938Z [00:02:03.678]➜    Downloaded matchers v0.1.0
2025-08-20T21:13:09.2471875Z [00:02:03.679]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T21:13:09.2485314Z [00:02:03.681]➜    Downloaded want v0.3.1
2025-08-20T21:13:09.2498254Z [00:02:03.682]➜    Downloaded version_check v0.9.5
2025-08-20T21:13:09.2515143Z [00:02:03.684]➜    Downloaded uuid v1.17.0
2025-08-20T21:13:09.2554846Z [00:02:03.688]➜    Downloaded utf8parse v0.2.2
2025-08-20T21:13:09.2568507Z [00:02:03.689]➜    Downloaded universal-hash v0.5.1
2025-08-20T21:13:09.2580805Z [00:02:03.690]➜    Downloaded unicode-xid v0.2.6
2025-08-20T21:13:09.2598105Z [00:02:03.692]➜    Downloaded humantime v2.2.0
2025-08-20T21:13:09.2618386Z [00:02:03.694]➜    Downloaded httpdate v1.0.3
2025-08-20T21:13:09.2638689Z [00:02:03.696]➜    Downloaded hmac-sha256 v1.1.12
2025-08-20T21:13:09.2652708Z [00:02:03.697]➜    Downloaded hashbrown v0.15.4
2025-08-20T21:13:09.2718227Z [00:02:03.704]➜    Downloaded gimli v0.31.1
2025-08-20T21:13:09.2801804Z [00:02:03.712]➜    Downloaded futures-channel v0.3.31
2025-08-20T21:13:09.2827115Z [00:02:03.715]➜    Downloaded futures-buffered v0.2.11
2025-08-20T21:13:09.2861313Z [00:02:03.718]➜    Downloaded futures v0.3.31
2025-08-20T21:13:09.2928445Z [00:02:03.725]➜    Downloaded zeroize v1.8.1
2025-08-20T21:13:09.2945079Z [00:02:03.727]➜    Downloaded tracing v0.1.41
2025-08-20T21:13:09.2999554Z [00:02:03.732]➜    Downloaded time-core v0.1.4
2025-08-20T21:13:09.3015303Z [00:02:03.734]➜    Downloaded thread_local v1.1.9
2025-08-20T21:13:09.3035449Z [00:02:03.736]➜    Downloaded struct_iterable v0.1.1
2025-08-20T21:13:09.3049814Z [00:02:03.737]➜    Downloaded strsim v0.11.1
2025-08-20T21:13:09.3067026Z [00:02:03.739]➜    Downloaded spki v0.7.3
2025-08-20T21:13:09.3091810Z [00:02:03.741]➜    Downloaded no-std-compat v0.4.1
2025-08-20T21:13:09.3105184Z [00:02:03.743]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T21:13:09.3124569Z [00:02:03.745]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T21:13:09.3141891Z [00:02:03.746]➜    Downloaded thiserror v2.0.12
2025-08-20T21:13:09.3230261Z [00:02:03.755]➜    Downloaded sync_wrapper v1.0.2
2025-08-20T21:13:09.3241347Z [00:02:03.756]➜    Downloaded subtle v2.6.1
2025-08-20T21:13:09.3257017Z [00:02:03.758]➜    Downloaded strum_macros v0.27.1
2025-08-20T21:13:09.3288790Z [00:02:03.761]➜    Downloaded strum_macros v0.26.4
2025-08-20T21:13:09.3320812Z [00:02:03.764]➜    Downloaded strum v0.27.1
2025-08-20T21:13:09.3332491Z [00:02:03.765]➜    Downloaded inout v0.1.4
2025-08-20T21:13:09.3347332Z [00:02:03.767]➜    Downloaded yoke-derive v0.8.0
2025-08-20T21:13:09.3360354Z [00:02:03.768]➜    Downloaded yasna v0.5.2
2025-08-20T21:13:09.3387579Z [00:02:03.771]➜    Downloaded xmltree v0.10.3
2025-08-20T21:13:09.3408605Z [00:02:03.773]➜    Downloaded xml-rs v0.8.27
2025-08-20T21:13:09.3448496Z [00:02:03.777]➜    Downloaded idna_adapter v1.2.1
2025-08-20T21:13:09.3460742Z [00:02:03.778]➜    Downloaded icu_provider v2.0.0
2025-08-20T21:13:09.3495380Z [00:02:03.782]➜    Downloaded humantime-serde v1.1.1
2025-08-20T21:13:09.3509185Z [00:02:03.783]➜    Downloaded http-body v1.0.1
2025-08-20T21:13:09.3522102Z [00:02:03.784]➜    Downloaded hmac-sha1 v0.2.2
2025-08-20T21:13:09.3532263Z [00:02:03.785]➜    Downloaded heck v0.5.0
2025-08-20T21:13:09.3557859Z [00:02:03.788]➜    Downloaded futures-timer v3.0.3
2025-08-20T21:13:09.3582185Z [00:02:03.790]➜    Downloaded futures-io v0.3.31
2025-08-20T21:13:09.3593293Z [00:02:03.792]➜    Downloaded tower v0.5.2
2025-08-20T21:13:09.3732402Z [00:02:03.805]➜    Downloaded ring v0.17.14
2025-08-20T21:13:09.4302284Z [00:02:03.862]➜    Downloaded hex v0.4.3
2025-08-20T21:13:09.4325114Z [00:02:03.865]➜    Downloaded getrandom v0.3.3
2025-08-20T21:13:09.4373949Z [00:02:03.870]➜    Downloaded futures-lite v2.6.0
2025-08-20T21:13:09.4396030Z [00:02:03.872]➜    Downloaded zerofrom-derive v0.1.6
2025-08-20T21:13:09.4409754Z [00:02:03.873]➜    Downloaded tower_governor v0.7.0
2025-08-20T21:13:09.4429176Z [00:02:03.875]➜    Downloaded tower-http v0.6.6
2025-08-20T21:13:09.4551569Z [00:02:03.887]➜    Downloaded toml_edit v0.22.27
2025-08-20T21:13:09.4610667Z [00:02:03.893]➜    Downloaded toml_datetime v0.7.0
2025-08-20T21:13:09.4628108Z [00:02:03.895]➜    Downloaded netlink-packet-route v0.24.0
2025-08-20T21:13:09.4860501Z [00:02:03.918]➜    Downloaded regex-automata v0.4.9
2025-08-20T21:13:09.5047887Z [00:02:03.937]➜    Downloaded precis-core v0.1.11
2025-08-20T21:13:09.5135047Z [00:02:03.946]➜    Downloaded yoke v0.8.0
2025-08-20T21:13:09.5158171Z [00:02:03.948]➜    Downloaded http-body-util v0.1.3
2025-08-20T21:13:09.5182745Z [00:02:03.950]➜    Downloaded glob v0.3.2
2025-08-20T21:13:09.5202665Z [00:02:03.952]➜    Downloaded getrandom v0.2.16
2025-08-20T21:13:09.5243270Z [00:02:03.956]➜    Downloaded generic-array v0.14.7
2025-08-20T21:13:09.5261762Z [00:02:03.958]➜    Downloaded futures-executor v0.3.31
2025-08-20T21:13:09.5280322Z [00:02:03.960]➜    Downloaded futures-core v0.3.31
2025-08-20T21:13:09.5297746Z [00:02:03.962]➜    Downloaded tracing-attributes v0.1.30
2025-08-20T21:13:09.5334069Z [00:02:03.966]➜    Downloaded toml_writer v1.0.2
2025-08-20T21:13:09.5352757Z [00:02:03.967]➜    Downloaded toml_datetime v0.6.11
2025-08-20T21:13:09.5368408Z [00:02:03.969]➜    Downloaded rustls v0.23.29
2025-08-20T21:13:09.5521627Z [00:02:03.984]➜    Downloaded regex-syntax v0.8.5
2025-08-20T21:13:09.5604119Z [00:02:03.993]➜    Downloaded regex-syntax v0.6.29
2025-08-20T21:13:09.5678241Z [00:02:04.000]➜    Downloaded regex v1.11.1
2025-08-20T21:13:09.5861152Z [00:02:04.018]➜    Downloaded quinn-proto v0.11.12
2025-08-20T21:13:09.5944786Z [00:02:04.027]➜    Downloaded precis-profiles v0.1.12
2025-08-20T21:13:09.6010112Z [00:02:04.033]➜    Downloaded tracing-core v0.1.34
2025-08-20T21:13:09.6046005Z [00:02:04.037]➜    Downloaded tower-service v0.3.3
2025-08-20T21:13:09.6057004Z [00:02:04.038]➜    Downloaded tower-layer v0.3.3
2025-08-20T21:13:09.6070126Z [00:02:04.039]➜    Downloaded toml v0.9.2
2025-08-20T21:13:09.6126508Z [00:02:04.045]➜    Downloaded icu_normalizer_data v2.0.0
2025-08-20T21:13:09.6153640Z [00:02:04.048]➜    Downloaded serde_json v1.0.140
2025-08-20T21:13:09.6251798Z [00:02:04.057]➜    Downloaded serde v1.0.219
2025-08-20T21:13:09.6291000Z [00:02:04.061]➜    Downloaded rustls-webpki v0.103.4
2025-08-20T21:13:09.6331170Z [00:02:04.065]➜    Downloaded reqwest v0.12.22
2025-08-20T21:13:09.6440238Z [00:02:04.076]➜    Downloaded regex-lite v0.1.6
2025-08-20T21:13:09.6475994Z [00:02:04.080]➜    Downloaded redb v2.4.0
2025-08-20T21:13:09.6570546Z [00:02:04.089]➜    Downloaded raw-cpuid v11.5.0
2025-08-20T21:13:09.6613715Z [00:02:04.094]➜    Downloaded portable-atomic v1.11.1
2025-08-20T21:13:09.6703882Z [00:02:04.103]➜    Downloaded tracing-error v0.2.1
2025-08-20T21:13:09.6720726Z [00:02:04.104]➜    Downloaded toml_parser v1.0.1
2025-08-20T21:13:09.6756389Z [00:02:04.108]➜    Downloaded socket2 v0.6.0
2025-08-20T21:13:09.6781652Z [00:02:04.110]➜    Downloaded socket2 v0.5.10
2025-08-20T21:13:09.6804561Z [00:02:04.113]➜    Downloaded snafu-derive v0.8.6
2025-08-20T21:13:09.6820818Z [00:02:04.114]➜    Downloaded netlink-packet-core v0.7.0
2025-08-20T21:13:09.6847453Z [00:02:04.117]➜    Downloaded log v0.4.27
2025-08-20T21:13:09.6877603Z [00:02:04.120]➜    Downloaded lock_api v0.4.13
2025-08-20T21:13:09.6894912Z [00:02:04.122]➜    Downloaded icu_properties v2.0.1
2025-08-20T21:13:09.6923839Z [00:02:04.125]➜    Downloaded httparse v1.10.1
2025-08-20T21:13:09.6957525Z [00:02:04.128]➜    Downloaded serde_derive v1.0.219
2025-08-20T21:13:09.6990251Z [00:02:04.131]➜    Downloaded self_cell v1.2.0
2025-08-20T21:13:09.7003431Z [00:02:04.133]➜    Downloaded ryu v1.0.20
2025-08-20T21:13:09.7046550Z [00:02:04.137]➜    Downloaded rustls-platform-verifier v0.5.3
2025-08-20T21:13:09.7103096Z [00:02:04.142]➜    Downloaded rustls-pki-types v1.12.0
2025-08-20T21:13:09.7166005Z [00:02:04.149]➜    Downloaded rustls-native-certs v0.8.1
2025-08-20T21:13:09.7199339Z [00:02:04.152]➜    Downloaded regex-automata v0.1.10
2025-08-20T21:13:09.7264542Z [00:02:04.159]➜    Downloaded rcgen v0.14.2
2025-08-20T21:13:09.7301827Z [00:02:04.162]➜    Downloaded rand v0.9.1
2025-08-20T21:13:09.7352894Z [00:02:04.167]➜    Downloaded rand v0.8.5
2025-08-20T21:13:09.7404606Z [00:02:04.173]➜    Downloaded quinn v0.11.8
2025-08-20T21:13:09.7447574Z [00:02:04.177]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T21:13:09.7481853Z [00:02:04.180]➜    Downloaded prefix-trie v0.7.0
2025-08-20T21:13:09.7524645Z [00:02:04.185]➜    Downloaded pest v2.8.1
2025-08-20T21:13:09.7582541Z [00:02:04.190]➜    Downloaded sha2 v0.10.9
2025-08-20T21:13:09.7617568Z [00:02:04.194]➜    Downloaded netlink-packet-utils v0.5.2
2025-08-20T21:13:09.7637155Z [00:02:04.196]➜    Downloaded lru v0.13.0
2025-08-20T21:13:09.7652685Z [00:02:04.197]➜    Downloaded hostname-validator v1.1.1
2025-08-20T21:13:09.7662650Z [00:02:04.198]➜    Downloaded futures-task v0.3.31
2025-08-20T21:13:09.7678817Z [00:02:04.200]➜    Downloaded serde_spanned v1.0.0
2025-08-20T21:13:09.7695022Z [00:02:04.202]➜    Downloaded serde_path_to_error v0.1.17
2025-08-20T21:13:09.7717317Z [00:02:04.204]➜    Downloaded serde_bencode v0.2.4
2025-08-20T21:13:09.7752047Z [00:02:04.207]➜    Downloaded semver v1.0.26
2025-08-20T21:13:09.7783519Z [00:02:04.211]➜    Downloaded scopeguard v1.2.0
2025-08-20T21:13:09.7800337Z [00:02:04.212]➜    Downloaded rustversion v1.0.21
2025-08-20T21:13:09.7839771Z [00:02:04.216]➜    Downloaded rustls-pemfile v2.2.0
2025-08-20T21:13:09.7872862Z [00:02:04.219]➜    Downloaded rustls-cert-reloadable-resolver v0.7.1
2025-08-20T21:13:09.7885330Z [00:02:04.221]➜    Downloaded rustls-cert-file-reader v0.4.1
2025-08-20T21:13:09.7897996Z [00:02:04.222]➜    Downloaded rusticata-macros v4.1.0
2025-08-20T21:13:09.7918395Z [00:02:04.224]➜    Downloaded rustc-demangle v0.1.25
2025-08-20T21:13:09.7940395Z [00:02:04.226]➜    Downloaded resolv-conf v0.7.4
2025-08-20T21:13:09.7964921Z [00:02:04.229]➜    Downloaded reloadable-core v0.1.0
2025-08-20T21:13:09.7973664Z [00:02:04.230]➜    Downloaded rcgen v0.13.2
2025-08-20T21:13:09.8011942Z [00:02:04.233]➜    Downloaded rand_chacha v0.9.0
2025-08-20T21:13:09.8029370Z [00:02:04.235]➜    Downloaded quote v1.0.40
2025-08-20T21:13:09.8065369Z [00:02:04.239]➜    Downloaded quinn-udp v0.5.13
2025-08-20T21:13:09.8088808Z [00:02:04.241]➜    Downloaded proc-macro-crate v3.3.0
2025-08-20T21:13:09.8107112Z [00:02:04.243]➜    Downloaded precis-tools v0.1.9
2025-08-20T21:13:09.8134842Z [00:02:04.246]➜    Downloaded potential_utf v0.1.2
2025-08-20T21:13:09.8148969Z [00:02:04.247]➜    Downloaded portmapper v0.8.0
2025-08-20T21:13:09.8178816Z [00:02:04.250]➜    Downloaded poly1305 v0.8.0
2025-08-20T21:13:09.8211322Z [00:02:04.253]➜    Downloaded pnet_base v0.34.0
2025-08-20T21:13:09.8223857Z [00:02:04.255]➜    Downloaded signature v2.2.0
2025-08-20T21:13:09.8244817Z [00:02:04.257]➜    Downloaded serde_bytes v0.11.17
2025-08-20T21:13:09.8266088Z [00:02:04.259]➜    Downloaded salsa20 v0.10.2
2025-08-20T21:13:09.8282788Z [00:02:04.260]➜    Downloaded rustls-cert-read v0.3.0
2025-08-20T21:13:09.8292077Z [00:02:04.261]➜    Downloaded rustc_version v0.4.1
2025-08-20T21:13:09.8309696Z [00:02:04.263]➜    Downloaded rustc-hash v2.1.1
2025-08-20T21:13:09.8327963Z [00:02:04.265]➜    Downloaded reloadable-state v0.1.0
2025-08-20T21:13:09.8337522Z [00:02:04.266]➜    Downloaded quoted-string-parser v0.1.0
2025-08-20T21:13:09.8348956Z [00:02:04.267]➜    Downloaded pnet_macros_support v0.34.0
2025-08-20T21:13:09.8362243Z [00:02:04.268]➜    Downloaded quanta v0.12.6
2025-08-20T21:13:09.8398718Z [00:02:04.272]➜    Downloaded sha1 v0.10.6
2025-08-20T21:13:09.8421794Z [00:02:04.274]➜    Downloaded serde_urlencoded v0.7.1
2025-08-20T21:13:09.8444510Z [00:02:04.277]➜    Downloaded rand_chacha v0.3.1
2025-08-20T21:13:09.8460322Z [00:02:04.278]➜    Downloaded ppv-lite86 v0.2.21
2025-08-20T21:13:09.8477800Z [00:02:04.280]➜    Downloaded pnet_packet v0.34.0
2025-08-20T21:13:09.8506815Z [00:02:04.283]➜    Downloaded pnet_macros v0.34.0
2025-08-20T21:13:09.8551922Z [00:02:04.287]➜    Downloaded pkcs8 v0.10.2
2025-08-20T21:13:09.8590915Z [00:02:04.291]➜    Downloaded pkarr v3.8.0
2025-08-20T21:13:09.8634237Z [00:02:04.296]➜    Downloaded pin-utils v0.1.0
2025-08-20T21:13:09.8651076Z [00:02:04.297]➜    Downloaded pest_generator v2.8.1
2025-08-20T21:13:09.8668190Z [00:02:04.299]➜    Downloaded pest_derive v2.8.1
2025-08-20T21:13:09.8700961Z [00:02:04.302]➜    Downloaded pem-rfc7468 v0.7.0
2025-08-20T21:13:09.8727838Z [00:02:04.305]➜    Downloaded paste v1.0.15
2025-08-20T21:13:09.8771854Z [00:02:04.309]➜    Downloaded parking_lot_core v0.9.11
2025-08-20T21:13:09.8800317Z [00:02:04.312]➜    Downloaded sha1_smol v1.0.1
2025-08-20T21:13:09.8817883Z [00:02:04.314]➜    Downloaded libc v0.2.174
2025-08-20T21:13:09.9149498Z [00:02:04.347]➜    Downloaded rand_core v0.9.3
2025-08-20T21:13:09.9167792Z [00:02:04.349]➜    Downloaded rand_core v0.6.4
2025-08-20T21:13:09.9185850Z [00:02:04.351]➜    Downloaded powerfmt v0.2.0
2025-08-20T21:13:09.9201577Z [00:02:04.352]➜    Downloaded postcard-derive v0.2.1
2025-08-20T21:13:09.9212467Z [00:02:04.353]➜    Downloaded pin-project-lite v0.2.16
2025-08-20T21:13:09.9292543Z [00:02:04.361]➜    Downloaded pin-project-internal v1.1.10
2025-08-20T21:13:09.9314774Z [00:02:04.364]➜    Downloaded pin-project v1.1.10
2025-08-20T21:13:09.9503860Z [00:02:04.383]➜    Downloaded pest_meta v2.8.1
2025-08-20T21:13:09.9530823Z [00:02:04.385]➜    Downloaded percent-encoding v2.3.1
2025-08-20T21:13:09.9542437Z [00:02:04.386]➜    Downloaded num-bigint v0.4.6
2025-08-20T21:13:09.9605992Z [00:02:04.393]➜    Downloaded icu_locale_core v2.0.0
2025-08-20T21:13:09.9702054Z [00:02:04.402]➜    Downloaded icu_collections v2.0.0
2025-08-20T21:13:09.9788372Z [00:02:04.411]➜    Downloaded hyper-util v0.1.15
2025-08-20T21:13:09.9865813Z [00:02:04.419]➜    Downloaded postcard v1.1.2
2025-08-20T21:13:09.9896052Z [00:02:04.422]➜    Downloaded num-conv v0.1.0
2025-08-20T21:13:09.9907673Z [00:02:04.423]➜    Downloaded netdev v0.36.0
2025-08-20T21:13:09.9953261Z [00:02:04.427]➜    Downloaded h2 v0.4.11
2025-08-20T21:13:10.0036883Z [00:02:04.436]➜    Downloaded serdect v0.2.0
2025-08-20T21:13:10.0056551Z [00:02:04.438]➜    Downloaded litrs v0.4.1
2025-08-20T21:13:10.0092836Z [00:02:04.441]➜    Downloaded litemap v0.8.0
2025-08-20T21:13:10.0123737Z [00:02:04.445]➜    Downloaded linked-hash-map v0.5.6
2025-08-20T21:13:10.0139062Z [00:02:04.446]➜    Downloaded icu_normalizer v2.0.0
2025-08-20T21:13:10.0184282Z [00:02:04.451]➜    Downloaded iana-time-zone v0.1.63
2025-08-20T21:13:10.0220845Z [00:02:04.454]➜    Downloaded hyper-rustls v0.27.7
2025-08-20T21:13:10.0253765Z [00:02:04.458]➜    Downloaded hickory-resolver v0.25.2
2025-08-20T21:13:10.0306789Z [00:02:04.463]➜    Downloaded governor v0.8.1
2025-08-20T21:13:10.0361752Z [00:02:04.468]➜    Downloaded zerovec v0.11.2
2025-08-20T21:13:10.0433994Z [00:02:04.476]➜    Downloaded curve25519-dalek v4.1.3
2025-08-20T21:13:10.0538164Z [00:02:04.486]➜    Downloaded clap_builder v4.5.41
2025-08-20T21:13:10.0619932Z [00:02:04.494]➜    Downloaded chrono v0.4.41
2025-08-20T21:13:10.0704734Z [00:02:04.503]➜    Downloaded axum v0.8.4
2025-08-20T21:13:10.0813132Z [00:02:04.513]➜    Downloaded futures-sink v0.3.31
2025-08-20T21:13:10.0824247Z [00:02:04.515]➜    Downloaded futures-macro v0.3.31
2025-08-20T21:13:10.0838208Z [00:02:04.516]➜    Downloaded fs-err v3.1.1
2025-08-20T21:13:10.0864625Z [00:02:04.519]➜    Downloaded zerovec-derive v0.11.1
2025-08-20T21:13:10.0884806Z [00:02:04.521]➜    Downloaded flume v0.11.1
2025-08-20T21:13:10.0930897Z [00:02:04.525]➜    Downloaded ed25519-dalek v2.2.0
2025-08-20T21:13:10.0972462Z [00:02:04.529]➜    Downloaded der-parser v9.0.0
2025-08-20T21:13:10.1021398Z [00:02:04.534]➜    Downloaded cc v1.2.29
2025-08-20T21:13:10.1066425Z [00:02:04.539]➜    Downloaded blake3 v1.8.2
2025-08-20T21:13:10.1167567Z [00:02:04.549]➜    Downloaded object v0.36.7
2025-08-20T21:13:10.1304023Z [00:02:04.563]➜    Downloaded form_urlencoded v1.2.1
2025-08-20T21:13:10.1314857Z [00:02:04.564]➜    Downloaded foldhash v0.1.5
2025-08-20T21:13:10.1331928Z [00:02:04.565]➜    Downloaded fastrand v2.3.0
2025-08-20T21:13:10.1349888Z [00:02:04.567]➜    Downloaded erased-serde v0.3.31
2025-08-20T21:13:10.1380416Z [00:02:04.570]➜    Downloaded equivalent v1.0.2
2025-08-20T21:13:10.1394118Z [00:02:04.572]➜    Downloaded enumflags2_derive v0.7.12
2025-08-20T21:13:10.1404882Z [00:02:04.573]➜    Downloaded enumflags2 v0.7.12
2025-08-20T21:13:10.1423136Z [00:02:04.574]➜    Downloaded embedded-io v0.6.1
2025-08-20T21:13:10.1439783Z [00:02:04.576]➜    Downloaded ed25519 v2.2.3
2025-08-20T21:13:10.1464213Z [00:02:04.579]➜    Downloaded dyn-clone v1.0.19
2025-08-20T21:13:10.1486932Z [00:02:04.581]➜    Downloaded document-features v0.2.11
2025-08-20T21:13:10.1503791Z [00:02:04.583]➜    Downloaded displaydoc v0.2.5
2025-08-20T21:13:10.1545314Z [00:02:04.587]➜    Downloaded dirs-sys-next v0.1.2
2025-08-20T21:13:10.1558603Z [00:02:04.588]➜    Downloaded digest v0.10.7
2025-08-20T21:13:10.1583145Z [00:02:04.590]➜    Downloaded diatomic-waker v0.2.3
2025-08-20T21:13:10.1603769Z [00:02:04.593]➜    Downloaded derive_more-impl v1.0.0
2025-08-20T21:13:10.1666523Z [00:02:04.599]➜    Downloaded derive_more v2.0.1
2025-08-20T21:13:10.1801113Z [00:02:04.612]➜    Downloaded derive_more v1.0.0
2025-08-20T21:13:10.1934340Z [00:02:04.626]➜    Downloaded deranged v0.4.0
2025-08-20T21:13:10.1954407Z [00:02:04.628]➜    Downloaded data-encoding v2.9.0
2025-08-20T21:13:10.1967524Z [00:02:04.629]➜    Downloaded crypto_secretbox v0.1.1
2025-08-20T21:13:10.1984213Z [00:02:04.631]➜    Downloaded crypto-common v0.1.6
2025-08-20T21:13:10.1997460Z [00:02:04.632]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T21:13:10.2034192Z [00:02:04.636]➜    Downloaded crossbeam-channel v0.5.15
2025-08-20T21:13:10.2089199Z [00:02:04.641]➜    Downloaded crc-catalog v2.4.0
2025-08-20T21:13:10.2105333Z [00:02:04.643]➜    Downloaded cobs v0.3.0
2025-08-20T21:13:10.2128301Z [00:02:04.645]➜    Downloaded clap_lex v0.7.5
2025-08-20T21:13:10.2145029Z [00:02:04.647]➜    Downloaded chacha20 v0.9.1
2025-08-20T21:13:10.2171636Z [00:02:04.649]➜    Downloaded bytes v1.10.1
2025-08-20T21:13:10.2227603Z [00:02:04.655]➜    Downloaded byteorder v1.5.0
2025-08-20T21:13:10.2248983Z [00:02:04.657]➜    Downloaded bounded-integer v0.5.8
2025-08-20T21:13:10.2269398Z [00:02:04.659]➜    Downloaded base64ct v1.8.0
2025-08-20T21:13:10.2303673Z [00:02:04.663]➜    Downloaded base64 v0.22.1
2025-08-20T21:13:10.2353648Z [00:02:04.668]➜    Downloaded backtrace v0.3.75
2025-08-20T21:13:10.2426193Z [00:02:04.675]➜    Downloaded axum-macros v0.5.0
2025-08-20T21:13:10.2581514Z [00:02:04.690]➜    Downloaded async-trait v0.1.88
2025-08-20T21:13:10.2631156Z [00:02:04.695]➜    Downloaded asn1-rs-derive v0.5.1
2025-08-20T21:13:10.2644441Z [00:02:04.697]➜    Downloaded arrayvec v0.7.6
2025-08-20T21:13:10.2673226Z [00:02:04.699]➜    Downloaded arc-swap v1.7.1
2025-08-20T21:13:10.2723917Z [00:02:04.705]➜    Downloaded fnv v1.0.7
2025-08-20T21:13:10.2736631Z [00:02:04.706]➜    Downloaded fallible-iterator v0.3.0
2025-08-20T21:13:10.2753926Z [00:02:04.708]➜    Downloaded enum-as-inner v0.6.1
2025-08-20T21:13:10.2776330Z [00:02:04.710]➜    Downloaded embedded-io v0.4.0
2025-08-20T21:13:10.2800648Z [00:02:04.712]➜    Downloaded dirs-next v2.0.0
2025-08-20T21:13:10.2816234Z [00:02:04.714]➜    Downloaded derive_more-impl v2.0.1
2025-08-20T21:13:10.2881013Z [00:02:04.720]➜    Downloaded der_derive v0.7.3
2025-08-20T21:13:10.2903181Z [00:02:04.723]➜    Downloaded der v0.7.10
2025-08-20T21:13:10.2974532Z [00:02:04.730]➜    Downloaded dashmap v6.1.0
2025-08-20T21:13:10.3009507Z [00:02:04.733]➜    Downloaded curve25519-dalek-derive v0.1.1
2025-08-20T21:13:10.3023612Z [00:02:04.735]➜    Downloaded constant_time_eq v0.3.1
2025-08-20T21:13:10.3042712Z [00:02:04.736]➜    Downloaded atomic-waker v1.1.2
2025-08-20T21:13:10.3059959Z [00:02:04.738]➜    Downloaded async-compat v0.2.4
2025-08-20T21:13:10.3078097Z [00:02:04.740]➜    Downloaded asn1-rs v0.6.2
2025-08-20T21:13:10.3168698Z [00:02:04.749]➜    Downloaded num-traits v0.2.19
2025-08-20T21:13:10.3203981Z [00:02:04.753]➜    Downloaded num-integer v0.1.46
2025-08-20T21:13:10.3226753Z [00:02:04.755]➜    Downloaded crypto_box v0.9.1
2025-08-20T21:13:10.3247709Z [00:02:04.757]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T21:13:10.3280180Z [00:02:04.760]➜    Downloaded critical-section v1.2.0
2025-08-20T21:13:10.3302261Z [00:02:04.762]➜    Downloaded crc v3.3.0
2025-08-20T21:13:10.3326334Z [00:02:04.765]➜    Downloaded cordyceps v0.3.4
2025-08-20T21:13:10.3358900Z [00:02:04.768]➜    Downloaded const-oid v0.9.6
2025-08-20T21:13:10.3384055Z [00:02:04.771]➜    Downloaded colorchoice v1.0.4
2025-08-20T21:13:10.3399651Z [00:02:04.772]➜    Downloaded clap_derive v4.5.41
2025-08-20T21:13:10.3429880Z [00:02:04.775]➜    Downloaded clap v4.5.41
2025-08-20T21:13:10.3558678Z [00:02:04.788]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T21:13:10.3572080Z [00:02:04.789]➜    Downloaded btparse v0.2.0
2025-08-20T21:13:10.3585687Z [00:02:04.791]➜    Downloaded base32 v0.5.1
2025-08-20T21:13:10.3601255Z [00:02:04.792]➜    Downloaded axum-core v0.5.2
2025-08-20T21:13:10.3632497Z [00:02:04.795]➜    Downloaded autocfg v1.5.0
2025-08-20T21:13:10.3659383Z [00:02:04.798]➜    Downloaded asn1-rs-impl v0.2.0
2025-08-20T21:13:10.3670012Z [00:02:04.799]➜    Downloaded arrayref v0.3.9
2025-08-20T21:13:10.3688204Z [00:02:04.801]➜    Downloaded overload v0.1.1
2025-08-20T21:13:10.3706397Z [00:02:04.803]➜    Downloaded once_cell v1.21.3
2025-08-20T21:13:10.3741502Z [00:02:04.806]➜    Downloaded base16ct v0.2.0
2025-08-20T21:13:10.3760861Z [00:02:04.808]➜    Downloaded num_enum_derive v0.7.4
2025-08-20T21:13:10.3778204Z [00:02:04.810]➜    Downloaded num_enum v0.7.4
2025-08-20T21:13:10.3858646Z [00:02:04.818]➜    Downloaded base64-url v3.0.0
2025-08-20T21:13:10.3872271Z [00:02:04.819]➜    Downloaded backon v1.5.1
2025-08-20T21:13:10.3911074Z [00:02:04.823]➜    Downloaded axum-server v0.7.2
2025-08-20T21:13:10.3956996Z [00:02:04.828]➜    Downloaded attohttpc v0.24.1
2025-08-20T21:13:10.4024767Z [00:02:04.835]➜    Downloaded oid-registry v0.7.1
2025-08-20T21:13:10.4043323Z [00:02:04.836]➜    Downloaded cpufeatures v0.2.17
2025-08-20T21:13:10.4063213Z [00:02:04.838]➜    Downloaded color-backtrace v0.7.0
2025-08-20T21:13:10.4087460Z [00:02:04.841]➜    Downloaded cipher v0.4.4
2025-08-20T21:13:10.4108486Z [00:02:04.843]➜    Downloaded cfg-if v1.0.1
2025-08-20T21:13:10.4126493Z [00:02:04.845]➜    Downloaded block-buffer v0.10.4
2025-08-20T21:13:10.4141580Z [00:02:04.846]➜    Downloaded bitflags v2.9.1
2025-08-20T21:13:10.4198705Z [00:02:04.852]➜    Downloaded anstyle v1.0.11
2025-08-20T21:13:10.4219677Z [00:02:04.854]➜    Downloaded aead v0.5.2
2025-08-20T21:13:10.5211150Z [00:02:04.953]➜   Downloading crates ...
2025-08-20T21:13:10.5448289Z [00:02:04.977]➜    Downloaded proptest v1.7.0
2025-08-20T21:13:10.5598021Z [00:02:04.992]➜   Downloading crates ...
2025-08-20T21:13:10.5755740Z [00:02:05.008]➜    Downloaded tracing-test v0.2.5
2025-08-20T21:13:10.5786274Z [00:02:05.011]➜   Downloading crates ...
2025-08-20T21:13:10.5941056Z [00:02:05.026]➜    Downloaded ws_stream_wasm v0.7.5
2025-08-20T21:13:10.7093899Z [00:02:05.141]➜     Compiling proc-macro2 v1.0.95
2025-08-20T21:13:10.7094968Z [00:02:05.141]➜     Compiling unicode-ident v1.0.18
2025-08-20T21:13:10.7095890Z [00:02:05.141]➜     Compiling libc v0.2.174
2025-08-20T21:13:10.7096650Z [00:02:05.141]➜     Compiling cfg-if v1.0.1
2025-08-20T21:13:10.7097391Z [00:02:05.141]➜     Compiling autocfg v1.5.0
2025-08-20T21:13:10.7103937Z [00:02:05.142]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=245e6a93f6b40ddf -C extra-filename=-2421a0f2da2ad232 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:10.7112345Z [00:02:05.142]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cecc13813391610d -C extra-filename=-8322841390b1e4cb --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:10.7167958Z [00:02:05.148]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=ceda98116b875d8a -C extra-filename=-47ad323aa7f376b3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:10.7201341Z [00:02:05.150]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:10.7213529Z [00:02:05.150]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f609182549ad2c -C extra-filename=-3ed48474b7f2b023 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:10.8667322Z [00:02:05.299]➜     Compiling memchr v2.7.5
2025-08-20T21:13:10.8725375Z [00:02:05.304]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=4d1a983b563980aa -C extra-filename=-78a2ed794e28c4e7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:10.9636471Z [00:02:05.396]➜     Compiling zeroize v1.8.1
2025-08-20T21:13:10.9663480Z [00:02:05.396]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:11.3724078Z [00:02:05.804]➜     Compiling pin-project-lite v0.2.16
2025-08-20T21:13:11.3822073Z [00:02:05.810]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:11.4275580Z [00:02:05.859]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build`
2025-08-20T21:13:11.4434570Z [00:02:05.875]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build`
2025-08-20T21:13:11.4820891Z [00:02:05.912]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:13:11.4896111Z [00:02:05.922]➜     Compiling smallvec v1.15.1
2025-08-20T21:13:11.4928754Z [00:02:05.924]➜       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"' --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=fb87dae01ca450af -C extra-filename=-d3a2c1d7d354fd84 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:11.5336402Z [00:02:05.966]➜     Compiling lock_api v0.4.13
2025-08-20T21:13:11.5344945Z [00:02:05.966]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ba3b7a245aa8d8ea -C extra-filename=-0e43305194759e54 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/lock_api-0e43305194759e54 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T21:13:11.6485281Z [00:02:06.080]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bfeaf4742d455960 -C extra-filename=-65ce8afc9976ae3d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T21:13:11.9842246Z [00:02:06.416]➜     Compiling scopeguard v1.2.0
2025-08-20T21:13:11.9852338Z [00:02:06.417]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:12.0017590Z [00:02:06.434]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build-script-build`
2025-08-20T21:13:12.1298452Z [00:02:06.562]➜     Compiling portable-atomic v1.11.1
2025-08-20T21:13:12.1321260Z [00:02:06.562]➜       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.11.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=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(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --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_feature,values("zacas"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="fallback"' --cfg 'feature="require-cas"' --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=02a0c39cbcbdd156 -C extra-filename=-7d7e7e480db8bb40 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/portable-atomic-7d7e7e480db8bb40 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:12.1417651Z [00:02:06.573]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=08f02194572ec0c3 -C extra-filename=-75d987cb38e79d6a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.ujZ8STPuKX/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 --check-cfg 'cfg(has_const_fn_trait_bound)'`
2025-08-20T21:13:12.6616950Z [00:02:07.092]➜     Compiling quote v1.0.40
2025-08-20T21:13:12.6625710Z [00:02:07.093]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=420231caaa680d4d -C extra-filename=-98dfd98fd01d9485 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --cap-lints allow`
2025-08-20T21:13:13.1756245Z [00:02:07.608]➜     Compiling syn v2.0.104
2025-08-20T21:13:13.1790137Z [00:02:07.610]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=c6e0f1fcfe3ca794 -C extra-filename=-94f40e26de0f9146 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern unicode_ident=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T21:13:13.2250610Z [00:02:07.657]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/portable-atomic-7d7e7e480db8bb40/build-script-build`
2025-08-20T21:13:13.2735251Z [00:02:07.704]➜     Compiling bytes v1.10.1
2025-08-20T21:13:13.2836938Z [00:02:07.715]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=19a0e78ded76b79b -C extra-filename=-d05aa5b0623c5582 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:13.2897095Z [00:02:07.718]➜       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.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 '--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(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --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_feature,values("zacas"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --cfg 'feature="require-cas"' --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=b11267be5f021aea -C extra-filename=-b0a30c79b1d8977c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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("lsfe","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_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_strict_provenance,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_pre_llvm_20,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","fast-serialization","load-store-on-cond","lse","lse128","lse2","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'`
2025-08-20T21:13:13.4896837Z [00:02:07.922]➜     Compiling getrandom v0.2.16
2025-08-20T21:13:13.4929761Z [00:02:07.924]➜       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.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 --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=58d816d949fae94b -C extra-filename=-0a2db152d85704c5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/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-20T21:13:13.5590845Z [00:02:07.991]➜     Compiling critical-section v1.2.0
2025-08-20T21:13:13.5600743Z [00:02:07.991]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:13.7263944Z [00:02:08.158]➜     Compiling serde v1.0.219
2025-08-20T21:13:13.7271988Z [00:02:08.159]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/serde-26122a162310513a -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:13.9112657Z [00:02:08.343]➜     Compiling itoa v1.0.15
2025-08-20T21:13:13.9124890Z [00:02:08.344]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=5627a781e9ed9318 -C extra-filename=-4225e20aae5b41a5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:14.1201340Z [00:02:08.552]➜     Compiling futures-core v0.3.31
2025-08-20T21:13:14.1215677Z [00:02:08.553]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:14.2888836Z [00:02:08.721]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-26122a162310513a/build-script-build`
2025-08-20T21:13:14.3512857Z [00:02:08.783]➜     Compiling log v0.4.27
2025-08-20T21:13:14.3550167Z [00:02:08.786]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=12099c58c206f84c -C extra-filename=-ffdcfa01f480f689 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:14.3629796Z [00:02:08.795]➜     Compiling parking_lot_core v0.9.11
2025-08-20T21:13:14.3652888Z [00:02:08.797]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=fef9c0222692e16a -C extra-filename=-80647824d1d46da3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:14.6739006Z [00:02:09.106]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build`
2025-08-20T21:13:14.6857015Z [00:02:09.118]➜     Compiling once_cell v1.21.3
2025-08-20T21:13:14.6873675Z [00:02:09.118]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=18837d56afaf34e1 -C extra-filename=-814b052032b77461 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern critical_section=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcritical_section-d933caa5110f5cd4.rmeta --extern portable_atomic=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-b0a30c79b1d8977c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:14.8962540Z [00:02:09.327]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=9d0494ac03c21d00 -C extra-filename=-e6154f994056b976 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern smallvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(tsan_enabled)'`
2025-08-20T21:13:15.0903792Z [00:02:09.522]➜     Compiling socket2 v0.5.10
2025-08-20T21:13:15.0916709Z [00:02:09.523]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=72ae9fdcbca8d510 -C extra-filename=-9e59165f20ecc914 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ujZ8STPuKX/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-20T21:13:15.1284703Z [00:02:09.560]➜     Compiling mio v1.0.4
2025-08-20T21:13:15.1298864Z [00:02:09.561]➜       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.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(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --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=5626f2a4e2e14ec9 -C extra-filename=-dfc87195b3f936a5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ujZ8STPuKX/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-20T21:13:15.5972619Z [00:02:10.029]➜     Compiling parking_lot v0.12.4
2025-08-20T21:13:15.5993555Z [00:02:10.030]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=abfa3c24a9614c0d -C extra-filename=-221e5a438611646b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-75d987cb38e79d6a.rmeta --extern parking_lot_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e6154f994056b976.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:15.7282344Z [00:02:10.160]➜     Compiling signal-hook-registry v1.4.5
2025-08-20T21:13:15.7317850Z [00:02:10.163]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13ac7e56f4c2729c -C extra-filename=-93b2bb5463fc457b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ujZ8STPuKX/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-20T21:13:16.9447561Z [00:02:11.377]➜     Compiling futures-io v0.3.31
2025-08-20T21:13:16.9461946Z [00:02:11.377]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:17.0135530Z [00:02:11.444]➜     Compiling futures-sink v0.3.31
2025-08-20T21:13:17.0147578Z [00:02:11.446]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:17.2024568Z [00:02:11.634]➜     Compiling slab v0.4.11
2025-08-20T21:13:17.2036359Z [00:02:11.635]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c46745978b0562e6 -C extra-filename=-c2d1492b5a7e2dc0 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:17.2279733Z [00:02:11.660]➜     Compiling tracing-core v0.1.34
2025-08-20T21:13:17.2292616Z [00:02:11.660]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=24f45b9a33599945 -C extra-filename=-ddd676e0475fe4d7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:17.2383748Z [00:02:11.670]➜     Compiling futures-channel v0.3.31
2025-08-20T21:13:17.2398289Z [00:02:11.671]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_sink=/tmp/tmp.ujZ8STPuKX/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-20T21:13:17.6124126Z [00:02:12.044]➜     Compiling subtle v2.6.1
2025-08-20T21:13:17.6155915Z [00:02:12.047]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:17.7175091Z [00:02:12.149]➜     Compiling futures-task v0.3.31
2025-08-20T21:13:17.7187114Z [00:02:12.150]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:17.7318445Z [00:02:12.164]➜     Compiling pin-utils v0.1.0
2025-08-20T21:13:17.7330777Z [00:02:12.164]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:17.8215368Z [00:02:12.253]➜     Compiling shlex v1.3.0
2025-08-20T21:13:17.8226414Z [00:02:12.254]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:17.8904497Z [00:02:12.322]➜     Compiling thiserror v2.0.12
2025-08-20T21:13:17.8938659Z [00:02:12.323]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:18.0786172Z [00:02:12.511]➜     Compiling cc v1.2.29
2025-08-20T21:13:18.0797341Z [00:02:12.511]➜       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.29/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=7847f09829dcaace -C extra-filename=-0688051f948a226e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta --cap-lints allow`
2025-08-20T21:13:18.1317135Z [00:02:12.564]➜     Compiling stable_deref_trait v1.2.0
2025-08-20T21:13:18.1338478Z [00:02:12.565]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:18.2209213Z [00:02:12.653]➜     Compiling typenum v1.18.0
2025-08-20T21:13:18.2222694Z [00:02:12.654]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=837c59055144195d -C extra-filename=-c623553def1a648c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/typenum-c623553def1a648c -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:18.6253399Z [00:02:13.057]➜     Compiling version_check v0.9.5
2025-08-20T21:13:18.6265188Z [00:02:13.058]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:18.8250761Z [00:02:13.257]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build`
2025-08-20T21:13:18.8995670Z [00:02:13.331]➜     Compiling rand_core v0.6.4
2025-08-20T21:13:18.9008840Z [00:02:13.332]➜       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=0ea0ad40da4dd524 -C extra-filename=-100ede5101d639fe --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0a2db152d85704c5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:19.4115424Z [00:02:13.844]➜     Compiling fnv v1.0.7
2025-08-20T21:13:19.4127479Z [00:02:13.844]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:19.4963293Z [00:02:13.928]➜     Compiling generic-array v0.14.7
2025-08-20T21:13:19.4972474Z [00:02:13.928]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/generic-array-c22483514f20c33d -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T21:13:19.5058333Z [00:02:13.937]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=96dce35082d93246 -C extra-filename=-13c7a68134b642c2 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:19.5245366Z [00:02:13.957]➜     Compiling rustls-pki-types v1.12.0
2025-08-20T21:13:19.5277617Z [00:02:13.959]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern zeroize=/tmp/tmp.ujZ8STPuKX/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-20T21:13:19.8132348Z [00:02:14.245]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build-script-build`
2025-08-20T21:13:19.8936752Z [00:02:14.326]➜     Compiling http v1.3.1
2025-08-20T21:13:19.8950368Z [00:02:14.326]➜       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.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c99ed0d10c15cb8c -C extra-filename=-b658eb0372a3d785 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern fnv=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rmeta --extern itoa=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:21.0751193Z [00:02:15.507]➜     Compiling cfg_aliases v0.2.1
2025-08-20T21:13:21.0762175Z [00:02:15.508]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:21.1856387Z [00:02:15.616]➜       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=f22a7628f546a680 -C extra-filename=-c5bdfea50a930cfb --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-13c7a68134b642c2.rmeta --extern zeroize=/tmp/tmp.ujZ8STPuKX/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-20T21:13:21.1940145Z [00:02:15.626]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build`
2025-08-20T21:13:21.4763254Z [00:02:15.908]➜     Compiling equivalent v1.0.2
2025-08-20T21:13:21.4774321Z [00:02:15.909]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:21.6289438Z [00:02:16.061]➜     Compiling allocator-api2 v0.2.21
2025-08-20T21:13:21.6301975Z [00:02:16.061]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:21.6759562Z [00:02:16.108]➜     Compiling ring v0.17.14
2025-08-20T21:13:21.6771319Z [00:02:16.108]➜       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.14/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"' --cfg 'feature="std"' --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=a23720ed6d2f3034 -C extra-filename=-fca5babb2b7effc7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/ring-fca5babb2b7effc7 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rlib --cap-lints allow`
2025-08-20T21:13:22.6888749Z [00:02:17.121]➜     Compiling synstructure v0.13.2
2025-08-20T21:13:22.6900916Z [00:02:17.122]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name synstructure --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=bdf21aa6cb172049 -C extra-filename=-c05609e66b0d03d2 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rmeta --cap-lints allow`
2025-08-20T21:13:22.7880140Z [00:02:17.220]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/ring-fca5babb2b7effc7/build-script-build`
2025-08-20T21:13:22.9369068Z [00:02:17.369]➜     Compiling foldhash v0.1.5
2025-08-20T21:13:22.9404357Z [00:02:17.372]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name foldhash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=355da3eddfced2d8 -C extra-filename=-345c4e657eef996d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:23.3352845Z [00:02:17.767]➜     Compiling untrusted v0.9.0
2025-08-20T21:13:23.3364331Z [00:02:17.768]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:23.4701434Z [00:02:17.902]➜     Compiling hashbrown v0.15.4
2025-08-20T21:13:23.4738803Z [00:02:17.903]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=8d2c706991ce6a99 -C extra-filename=-f03840213ff059c4 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern allocator_api2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-64a6040cba36e4e6.rmeta --extern equivalent=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-23685ebd8bdfb986.rmeta --extern foldhash=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-345c4e657eef996d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:24.2453790Z [00:02:18.677]➜     Compiling crypto-common v0.1.6
2025-08-20T21:13:24.2475960Z [00:02:18.678]➜       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=2fd53edfc00af49d -C extra-filename=-f72e527e54cb532e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-c5bdfea50a930cfb.rmeta --extern rand_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-100ede5101d639fe.rmeta --extern typenum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-13c7a68134b642c2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:24.3212802Z [00:02:18.753]➜     Compiling zerocopy v0.8.26
2025-08-20T21:13:24.3223549Z [00:02:18.754]➜       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.26/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=891298aab8dc49d1 -C extra-filename=-3cd47793a0d9e53a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:24.4012578Z [00:02:18.833]➜     Compiling heck v0.5.0
2025-08-20T21:13:24.4021264Z [00:02:18.834]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:24.7565669Z [00:02:19.188]➜     Compiling percent-encoding v2.3.1
2025-08-20T21:13:24.7578490Z [00:02:19.189]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:25.1199748Z [00:02:19.552]➜     Compiling thiserror v1.0.69
2025-08-20T21:13:25.1208094Z [00:02:19.552]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:25.1351607Z [00:02:19.567]➜     Compiling litemap v0.8.0
2025-08-20T21:13:25.1363473Z [00:02:19.568]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name litemap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=d2dadfb27a44e38d -C extra-filename=-4f92a5b30108e80c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:25.1877064Z [00:02:19.620]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build-script-build`
2025-08-20T21:13:25.2641054Z [00:02:19.696]➜     Compiling writeable v0.6.1
2025-08-20T21:13:25.2675999Z [00:02:19.699]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name writeable --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("either"))' -C metadata=04fe85b701198302 -C extra-filename=-564de66be398fb44 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:25.5923089Z [00:02:20.023]➜       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.26/src/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=e03a674ecdf63835 -C extra-filename=-a3defb0dfd42740c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("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-20T21:13:25.6075117Z [00:02:20.039]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build`
2025-08-20T21:13:25.7366812Z [00:02:20.169]➜     Compiling icu_normalizer_data v2.0.0
2025-08-20T21:13:25.7377365Z [00:02:20.169]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b03b13924162647 -C extra-filename=-666d147f7ba58189 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:26.0654417Z [00:02:20.497]➜     Compiling base64 v0.22.1
2025-08-20T21:13:26.0787846Z [00:02:20.510]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:26.1203659Z [00:02:20.552]➜     Compiling atomic-waker v1.1.2
2025-08-20T21:13:26.1215286Z [00:02:20.553]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:26.3745413Z [00:02:20.806]➜     Compiling time-core v0.1.4
2025-08-20T21:13:26.3769724Z [00:02:20.807]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=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::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f33bd41a92e5d14 -C extra-filename=-07024a0d881339a0 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:26.5269913Z [00:02:20.959]➜     Compiling semver v1.0.26
2025-08-20T21:13:26.5277807Z [00:02:20.960]➜       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.26/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=0fccd4296e0ff73b -C extra-filename=-d56e456135fd6ccf --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-d56e456135fd6ccf -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:26.9560433Z [00:02:21.387]➜     Compiling num-conv v0.1.0
2025-08-20T21:13:26.9569274Z [00:02:21.389]➜       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 embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e4083fc4e36d9e8 -C extra-filename=-a1b56b94ee2fb49a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:27.0540176Z [00:02:21.486]➜     Compiling serde_derive v1.0.219
2025-08-20T21:13:27.0551139Z [00:02:21.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=0e42fed22ba7fa0e -C extra-filename=-4dea58f2f780c793 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:27.1649663Z [00:02:21.597]➜     Compiling tokio-macros v2.5.0
2025-08-20T21:13:27.1661662Z [00:02:21.597]➜       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=7e0cd4283651e63b -C extra-filename=-5034364e461b0ed9 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:27.2776919Z [00:02:21.710]➜     Compiling tracing-attributes v0.1.30
2025-08-20T21:13:27.2789811Z [00:02:21.710]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_attributes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=1bf1db140c31cc48 -C extra-filename=-44edeccea3c38331 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:29.0663201Z [00:02:23.498]➜     Compiling tokio v1.46.1
2025-08-20T21:13:29.0699837Z [00:02:23.499]➜       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.46.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(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)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --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=4f5c9b8d6de68981 -C extra-filename=-64fc8e2d5b417427 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern mio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-dfc87195b3f936a5.rmeta --extern parking_lot=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-221e5a438611646b.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern signal_hook_registry=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-93b2bb5463fc457b.rmeta --extern socket2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9e59165f20ecc914.rmeta --extern tokio_macros=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtokio_macros-5034364e461b0ed9.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-20T21:13:30.0603742Z [00:02:24.492]➜     Compiling futures-macro v0.3.31
2025-08-20T21:13:30.0728173Z [00:02:24.504]➜       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=a91bda3697d8b57e -C extra-filename=-86b23cfc3abd83a4 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:30.8586874Z [00:02:25.291]➜     Compiling tracing v0.1.41
2025-08-20T21:13:30.8625176Z [00:02:25.293]➜       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=4e3eed9f8b84c824 -C extra-filename=-6f603e675326931a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern tracing_attributes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtracing_attributes-44edeccea3c38331.so --extern tracing_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-ddd676e0475fe4d7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:31.6318049Z [00:02:26.064]➜     Compiling zerofrom-derive v0.1.6
2025-08-20T21:13:31.6356335Z [00:02:26.067]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerofrom_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b98d167d98e060ec -C extra-filename=-050465dd4205e245 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern synstructure=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:32.0840883Z [00:02:26.516]➜     Compiling futures-util v0.3.31
2025-08-20T21:13:32.0890838Z [00:02:26.519]➜       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=7b6a5333351fd034 -C extra-filename=-d6cf716df83a2dec --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_io=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern futures_macro=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libfutures_macro-86b23cfc3abd83a4.so --extern futures_sink=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern futures_task=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rmeta --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern pin_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-e5b9b2ca0c59a677.rmeta --extern slab=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-c2d1492b5a7e2dc0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:35.3052910Z [00:02:29.736]➜       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=8a0828fc0ac11609 -C extra-filename=-d1532eacab8be3af --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T21:13:35.3690934Z [00:02:29.801]➜     Compiling thiserror-impl v2.0.12
2025-08-20T21:13:35.3700638Z [00:02:29.801]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=941b63271220a5f8 -C extra-filename=-09cbb1665cdfc628 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:38.6793279Z [00:02:33.111]➜     Compiling displaydoc v0.2.5
2025-08-20T21:13:38.6809191Z [00:02:33.112]➜       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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0fe62da3a98fad84 -C extra-filename=-7e3caaefad793fdd --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:40.1184152Z [00:02:34.550]➜     Compiling zerofrom v0.1.6
2025-08-20T21:13:40.1197467Z [00:02:34.551]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerofrom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=41406b3e9fb93439 -C extra-filename=-69fc3906116d7f31 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern zerofrom_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libzerofrom_derive-050465dd4205e245.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:40.3425762Z [00:02:34.774]➜     Compiling yoke-derive v0.8.0
2025-08-20T21:13:40.3436570Z [00:02:34.775]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name yoke_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e6952a26e246642 -C extra-filename=-e279ed62d1e1f54e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern synstructure=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:40.4526976Z [00:02:34.885]➜     Compiling zerovec-derive v0.11.1
2025-08-20T21:13:40.4575675Z [00:02:34.887]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerovec_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b8826daecefb0df -C extra-filename=-76a189f4ebdfaf72 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:41.1145106Z [00:02:35.546]➜     Compiling tokio-util v0.7.15
2025-08-20T21:13:41.1167782Z [00:02:35.547]➜       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="default"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --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=8e78d0d905a863c7 -C extra-filename=-4368839c51ba1920 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_sink=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:42.8049858Z [00:02:37.236]➜       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.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --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=c1f60a5c706eab2a -C extra-filename=-785b2dfc0ad97373 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern getrandom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0a2db152d85704c5.rmeta --extern untrusted=/tmp/tmp.ujZ8STPuKX/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
2025-08-20T21:13:43.0338088Z [00:02:37.466]➜     Compiling yoke v0.8.0
2025-08-20T21:13:43.0352803Z [00:02:37.466]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name yoke --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=94072eff9c0964d2 -C extra-filename=-295bab17eb0ed447 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern stable_deref_trait=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rmeta --extern yoke_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libyoke_derive-e279ed62d1e1f54e.so --extern zerofrom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-69fc3906116d7f31.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:43.4234913Z [00:02:37.854]➜       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=406083434a9bf1a3 -C extra-filename=-3f4f8f5c753037ba --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror_impl-09cbb1665cdfc628.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T21:13:43.6108470Z [00:02:38.043]➜     Compiling zerotrie v0.2.2
2025-08-20T21:13:43.6134317Z [00:02:38.045]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerotrie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=ab612eaed2c1d233 -C extra-filename=-62d6e788ced6dbd3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so --extern yoke=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-295bab17eb0ed447.rmeta --extern zerofrom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-69fc3906116d7f31.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:43.6307672Z [00:02:38.063]➜     Compiling zerovec v0.11.2
2025-08-20T21:13:43.6322120Z [00:02:38.063]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerovec --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=c36e8546fafeffc6 -C extra-filename=-1fcc1707793c3439 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern yoke=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-295bab17eb0ed447.rmeta --extern zerofrom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-69fc3906116d7f31.rmeta --extern zerovec_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libzerovec_derive-76a189f4ebdfaf72.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:44.5480236Z [00:02:38.980]➜     Compiling ipnet v2.11.0
2025-08-20T21:13:44.5498772Z [00:02:38.981]➜       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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=92486f2db56c890a -C extra-filename=-a334be260832c48b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:45.8978586Z [00:02:40.330]➜     Compiling thiserror-impl v1.0.69
2025-08-20T21:13:45.9014122Z [00:02:40.333]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a415d505164b8a7f -C extra-filename=-3cf295331814a8db --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:46.3530577Z [00:02:40.785]➜     Compiling tinystr v0.8.1
2025-08-20T21:13:46.3548479Z [00:02:40.786]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tinystr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=e978cf4a423a84fa -C extra-filename=-eddf530cce81f2e1 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so --extern zerovec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:46.9084124Z [00:02:41.340]➜     Compiling icu_locale_core v2.0.0
2025-08-20T21:13:46.9104917Z [00:02:41.341]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_locale_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=9b4ca44f6b4c2f4d -C extra-filename=-3c177f353e280ec1 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so --extern litemap=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-4f92a5b30108e80c.rmeta --extern tinystr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-eddf530cce81f2e1.rmeta --extern writeable=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-564de66be398fb44.rmeta --extern zerovec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:46.9183408Z [00:02:41.351]➜     Compiling potential_utf v0.1.2
2025-08-20T21:13:46.9198135Z [00:02:41.351]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name potential_utf --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "writeable", "zerovec"))' -C metadata=d66d852d9bfed945 -C extra-filename=-da2a1eb238c6ff9d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern zerovec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:47.2485594Z [00:02:41.681]➜     Compiling getrandom v0.3.3
2025-08-20T21:13:47.2502337Z [00:02:41.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/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"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=e05423d0778a7d4d -C extra-filename=-0acad16b08348785 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/getrandom-0acad16b08348785 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:47.7195565Z [00:02:42.152]➜     Compiling icu_properties_data v2.0.1
2025-08-20T21:13:47.7202770Z [00:02:42.152]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e242dbf6e01f5fa -C extra-filename=-89d3fda42f56463d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:47.9825752Z [00:02:42.415]➜     Compiling rustls v0.23.29
2025-08-20T21:13:47.9837456Z [00:02:42.415]➜       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.29/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=317c24e7f7b915e7 -C extra-filename=-7342a51518c1c288 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustls-7342a51518c1c288 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:48.2806010Z [00:02:42.713]➜     Compiling powerfmt v0.2.0
2025-08-20T21:13:48.2818834Z [00:02:42.713]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:48.9448207Z [00:02:43.377]➜     Compiling deranged v0.4.0
2025-08-20T21:13:48.9499372Z [00:02:43.377]➜       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.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 --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' '--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' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --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' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde", "std"))' -C metadata=9224fcf9dfc3ac65 -C extra-filename=-414779377bb4a7cc --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern powerfmt=/tmp/tmp.ujZ8STPuKX/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-20T21:13:48.9964842Z [00:02:43.428]➜       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=4289a32374932c3d -C extra-filename=-80799a78bcf7bc8f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror_impl-3cf295331814a8db.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2025-08-20T21:13:49.1286708Z [00:02:43.561]➜     Compiling icu_provider v2.0.0
2025-08-20T21:13:49.1317156Z [00:02:43.562]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_provider --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="baked"' --cfg 'feature="zerotrie"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=bef0e9c290b2f1e6 -C extra-filename=-e51a41140109962d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so --extern icu_locale_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-3c177f353e280ec1.rmeta --extern stable_deref_trait=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rmeta --extern tinystr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-eddf530cce81f2e1.rmeta --extern writeable=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-564de66be398fb44.rmeta --extern yoke=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-295bab17eb0ed447.rmeta --extern zerofrom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-69fc3906116d7f31.rmeta --extern zerotrie=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-62d6e788ced6dbd3.rmeta --extern zerovec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:50.0821837Z [00:02:44.514]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustls-7342a51518c1c288/build-script-build`
2025-08-20T21:13:50.1026324Z [00:02:44.535]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build-script-build`
2025-08-20T21:13:50.1266656Z [00:02:44.559]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/getrandom-0acad16b08348785/build-script-build`
2025-08-20T21:13:50.1417647Z [00:02:44.574]➜     Compiling icu_collections v2.0.0
2025-08-20T21:13:50.1452378Z [00:02:44.576]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_collections --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=ed9206317b38926a -C extra-filename=-72248de5e968cab2 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so --extern potential_utf=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-da2a1eb238c6ff9d.rmeta --extern yoke=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-295bab17eb0ed447.rmeta --extern zerofrom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-69fc3906116d7f31.rmeta --extern zerovec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:51.0613366Z [00:02:45.493]➜     Compiling rustls-webpki v0.103.4
2025-08-20T21:13:51.0627191Z [00:02:45.493]➜       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.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="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=ef108d4f1fbb7af3 -C extra-filename=-69e3e0c9d8fb3dc6 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern ring=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rmeta --extern pki_types=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern untrusted=/tmp/tmp.ujZ8STPuKX/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:13:51.2659984Z [00:02:45.698]➜     Compiling ppv-lite86 v0.2.21
2025-08-20T21:13:51.2678871Z [00:02:45.699]➜       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.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 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=5a73fb24634d93a9 -C extra-filename=-ae76558765f8051a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-a3defb0dfd42740c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:51.6804162Z [00:02:46.112]➜     Compiling time-macros v0.2.22
2025-08-20T21:13:51.6831235Z [00:02:46.113]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name time_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.22/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=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 '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C debug-assertions=off --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=4c3d57ba82cc54d3 -C extra-filename=-4c5a6d7411a19867 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern num_conv=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnum_conv-a1b56b94ee2fb49a.rlib --extern time_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtime_core-07024a0d881339a0.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:13:51.9199830Z [00:02:46.352]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-d56e456135fd6ccf/build-script-build`
2025-08-20T21:13:51.9998143Z [00:02:46.432]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build-script-build`
2025-08-20T21:13:52.0265049Z [00:02:46.459]➜     Compiling indexmap v2.10.0
2025-08-20T21:13:52.0279628Z [00:02:46.459]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=d7408a59dd5ded53 -C extra-filename=-3ffef8f52e10bb6b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-23685ebd8bdfb986.rmeta --extern hashbrown=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-f03840213ff059c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:52.2644128Z [00:02:46.692]➜       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.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=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::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7840017de78588da -C extra-filename=-4fe424f2226aa698 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:52.4445280Z [00:02:46.876]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=085f418ac9da773e -C extra-filename=-05ca04b75261ca49 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:53.9321005Z [00:02:48.364]➜     Compiling object v0.36.7
2025-08-20T21:13:53.9345360Z [00:02:48.366]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/object-b6fab1d66f076159 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:54.0514136Z [00:02:48.483]➜     Compiling num_threads v0.1.7
2025-08-20T21:13:54.0625689Z [00:02:48.494]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_threads --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-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())' -C metadata=4eb107478befa8fe -C extra-filename=-ed1f5cc285c756a1 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:54.3528798Z [00:02:48.784]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:54.5520250Z [00:02:48.984]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build`
2025-08-20T21:13:54.6175038Z [00:02:49.049]➜     Compiling h2 v0.4.11
2025-08-20T21:13:54.6203738Z [00:02:49.050]➜       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.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=c8ad1f87a1315dc8 -C extra-filename=-0f87a4f6008f8383 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern atomic_waker=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-ef9e1d9e2660075a.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern fnv=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_sink=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern indexmap=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-3ffef8f52e10bb6b.rmeta --extern slab=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-c2d1492b5a7e2dc0.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:54.6304786Z [00:02:49.061]➜       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.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 --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=34f3623eeeccdef9 -C extra-filename=-4ee141f6b64dd5db --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta --extern ring=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rmeta --extern pki_types=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern webpki=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-69e3e0c9d8fb3dc6.rmeta --extern subtle=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.ujZ8STPuKX/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:13:55.1352645Z [00:02:49.567]➜     Compiling time v0.3.41
2025-08-20T21:13:55.1428873Z [00:02:49.568]➜       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.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=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 '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=0aa582aa2bc67bec -C extra-filename=-8bf3d36d8f0618d7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern deranged=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-414779377bb4a7cc.rmeta --extern itoa=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern num_conv=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-c669c3d448cfbda6.rmeta --extern num_threads=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_threads-ed1f5cc285c756a1.rmeta --extern powerfmt=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-df48f36396c0b41a.rmeta --extern time_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-4fe424f2226aa698.rmeta --extern time_macros=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtime_macros-4c5a6d7411a19867.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-20T21:13:57.0541592Z [00:02:51.485]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_normalizer_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4e68af3370ec060 -C extra-filename=-98553ac9fa3f33c8 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(icu4c_enable_renaming)'`
2025-08-20T21:13:57.1748653Z [00:02:51.606]➜       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.26/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=3ae8eb2eb270f9ad -C extra-filename=-73fdc62d37bc63ac --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/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-20T21:13:57.1971488Z [00:02:51.628]➜       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"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=39625198ca167a0f -C extra-filename=-ce419289619bf748 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/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-20T21:13:57.6081100Z [00:02:52.039]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_properties_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cd2e5fd11b5f769 -C extra-filename=-26e5dc6af9f272bd --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(icu4c_enable_renaming)'`
2025-08-20T21:13:57.8152492Z [00:02:52.247]➜     Compiling form_urlencoded v1.2.1
2025-08-20T21:13:57.8165148Z [00:02:52.248]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern percent_encoding=/tmp/tmp.ujZ8STPuKX/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-20T21:13:57.9434398Z [00:02:52.375]➜     Compiling http-body v1.0.1
2025-08-20T21:13:57.9448450Z [00:02:52.376]➜       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=8e04505f6c48c6d9 -C extra-filename=-5278a82d10af6267 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:58.1792627Z [00:02:52.611]➜     Compiling adler2 v2.0.1
2025-08-20T21:13:58.1810217Z [00:02:52.612]➜       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.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("core", "default", "rustc-dep-of-std", "std"))' -C metadata=7c00116e2dbb29c7 -C extra-filename=-04e032851045267c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:58.2643453Z [00:02:52.696]➜     Compiling gimli v0.31.1
2025-08-20T21:13:58.2656377Z [00:02:52.697]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:13:58.4873611Z [00:02:52.919]➜     Compiling httparse v1.10.1
2025-08-20T21:13:58.4893818Z [00:02:52.921]➜       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.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(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=c8237f8956b0c02d -C extra-filename=-21f3052f47c7564f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/httparse-21f3052f47c7564f -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:13:59.3856052Z [00:02:53.818]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build-script-build`
2025-08-20T21:13:59.4600914Z [00:02:53.892]➜     Compiling miniz_oxide v0.8.9
2025-08-20T21:13:59.4613685Z [00:02:53.893]➜       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.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=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=b1d164d8940c5e01 -C extra-filename=-8f813d817ddda9c3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-04e032851045267c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:00.7816142Z [00:02:55.214]➜     Compiling icu_properties v2.0.1
2025-08-20T21:14:00.7844997Z [00:02:55.215]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_properties --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=b9deecb23c6fdb67 -C extra-filename=-dbd20dc53d8c5b93 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so --extern icu_collections=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-72248de5e968cab2.rmeta --extern icu_locale_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-3c177f353e280ec1.rmeta --extern icu_properties_data=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-26e5dc6af9f272bd.rmeta --extern icu_provider=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-e51a41140109962d.rmeta --extern potential_utf=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-da2a1eb238c6ff9d.rmeta --extern zerotrie=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-62d6e788ced6dbd3.rmeta --extern zerovec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:05.8561682Z [00:03:00.288]➜     Compiling addr2line v0.24.2
2025-08-20T21:14:05.8577653Z [00:03:00.289]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern gimli=/tmp/tmp.ujZ8STPuKX/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-20T21:14:05.9076458Z [00:03:00.340]➜     Compiling rustc_version v0.4.1
2025-08-20T21:14:05.9110299Z [00:03:00.343]➜       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=c4ff64e97bf94542 -C extra-filename=-6d95c4e7a4040f07 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern semver=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsemver-73fdc62d37bc63ac.rmeta --cap-lints allow`
2025-08-20T21:14:06.4805147Z [00:03:00.912]➜     Compiling icu_normalizer v2.0.0
2025-08-20T21:14:06.4830359Z [00:03:00.914]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_normalizer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=2b248ef9ae96da0b -C extra-filename=-d9676659b3049add --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so --extern icu_collections=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-72248de5e968cab2.rmeta --extern icu_normalizer_data=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-98553ac9fa3f33c8.rmeta --extern icu_provider=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-e51a41140109962d.rmeta --extern smallvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta --extern zerovec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:06.4949387Z [00:03:00.926]➜       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=dcb548a0542b170e -C extra-filename=-1b66133574378451 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:14:06.6246214Z [00:03:01.057]➜     Compiling rustc-demangle v0.1.25
2025-08-20T21:14:06.6276084Z [00:03:01.059]➜       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.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("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=bf6c35f3abe4f75e -C extra-filename=-3610075b05a4d6b5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:08.7702283Z [00:03:03.202]➜     Compiling tower-service v0.3.3
2025-08-20T21:14:08.7718924Z [00:03:03.203]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:08.9314560Z [00:03:03.363]➜     Compiling idna_adapter v1.2.1
2025-08-20T21:14:08.9334824Z [00:03:03.364]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name idna_adapter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=0e8f637fb16ce53e -C extra-filename=-e83780988e2dbfcf --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern icu_normalizer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-d9676659b3049add.rmeta --extern icu_properties=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-dbd20dc53d8c5b93.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:08.9453131Z [00:03:03.376]➜       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.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(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=c05ac67ef8328a2b -C extra-filename=-f1665d6af11c357b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:14:09.1219381Z [00:03:03.554]➜     Compiling try-lock v0.2.5
2025-08-20T21:14:09.1229434Z [00:03:03.554]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:09.2227302Z [00:03:03.655]➜     Compiling cpufeatures v0.2.17
2025-08-20T21:14:09.2238783Z [00:03:03.655]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:09.3117132Z [00:03:03.744]➜     Compiling byteorder v1.5.0
2025-08-20T21:14:09.3129790Z [00:03:03.744]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:09.8615898Z [00:03:04.294]➜     Compiling utf8_iter v1.0.4
2025-08-20T21:14:09.8654574Z [00:03:04.297]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:10.0747942Z [00:03:04.507]➜     Compiling bitflags v2.9.1
2025-08-20T21:14:10.0760346Z [00:03:04.507]➜       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 --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=56c97839a552aa38 -C extra-filename=-21edd56883f084c8 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:10.1753843Z [00:03:04.607]➜     Compiling httpdate v1.0.3
2025-08-20T21:14:10.1766518Z [00:03:04.608]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:10.8486120Z [00:03:05.281]➜     Compiling idna v1.0.3
2025-08-20T21:14:10.8504526Z [00:03:05.281]➜       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=1a3454425302ff9c -C extra-filename=-5ae59ed32c17bb7c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern idna_adapter=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-e83780988e2dbfcf.rmeta --extern smallvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta --extern utf8_iter=/tmp/tmp.ujZ8STPuKX/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-20T21:14:10.9080668Z [00:03:05.340]➜     Compiling want v0.3.1
2025-08-20T21:14:10.9091148Z [00:03:05.341]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern try_lock=/tmp/tmp.ujZ8STPuKX/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-20T21:14:11.3943671Z [00:03:05.826]➜     Compiling rand_core v0.9.3
2025-08-20T21:14:11.3955325Z [00:03:05.827]➜       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.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=fe995bb98e76c27b -C extra-filename=-9e3e844fa44a348b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-ce419289619bf748.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:11.9190124Z [00:03:06.351]➜     Compiling block-buffer v0.10.4
2025-08-20T21:14:11.9202772Z [00:03:06.351]➜       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=fb90078368096bfe -C extra-filename=-63c40da70f3fe75a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-c5bdfea50a930cfb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:12.1841593Z [00:03:06.616]➜     Compiling spin v0.9.8
2025-08-20T21:14:12.1856989Z [00:03:06.617]➜       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=00ed2327ea77790b -C extra-filename=-9667a3b66098ab5b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern lock_api_crate=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-75d987cb38e79d6a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:12.7082488Z [00:03:07.140]➜     Compiling digest v0.10.7
2025-08-20T21:14:12.7104164Z [00:03:07.141]➜       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=cacca36b8861e782 -C extra-filename=-e249bb45cb1d8f61 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-63c40da70f3fe75a.rmeta --extern crypto_common=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-f72e527e54cb532e.rmeta --extern subtle=/tmp/tmp.ujZ8STPuKX/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-20T21:14:13.1600525Z [00:03:07.592]➜     Compiling rand_chacha v0.9.0
2025-08-20T21:14:13.1615010Z [00:03:07.593]➜       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=5e3d8e4c30c8befd -C extra-filename=-12d15bc598f04d67 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-ae76558765f8051a.rmeta --extern rand_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-9e3e844fa44a348b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:14.6497592Z [00:03:09.082]➜     Compiling url v2.5.4
2025-08-20T21:14:14.6536672Z [00:03:09.085]➜       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=3865aaa16e5be92d -C extra-filename=-4f43cb9f1fd56197 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rmeta --extern idna=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-5ae59ed32c17bb7c.rmeta --extern percent_encoding=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:14.8043823Z [00:03:09.236]➜     Compiling hyper v1.6.0
2025-08-20T21:14:14.8151616Z [00:03:09.245]➜       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=51c16b570d72b2c6 -C extra-filename=-a120ce9a7ee20f78 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures_channel=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern h2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-0f87a4f6008f8383.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern http_body=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rmeta --extern httparse=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-f1665d6af11c357b.rmeta --extern httpdate=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttpdate-a71aa5e6768bb6a8.rmeta --extern itoa=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern smallvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern want=/tmp/tmp.ujZ8STPuKX/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-20T21:14:15.3007682Z [00:03:09.733]➜     Compiling tokio-rustls v0.26.2
2025-08-20T21:14:15.3040436Z [00:03:09.735]➜       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.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="early-data"' --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=6537e2f717bbd47b -C extra-filename=-44f114d24532b203 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:14:15.9229273Z [00:03:10.355]➜     Compiling backtrace v0.3.75
2025-08-20T21:14:15.9262267Z [00:03:10.357]➜       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.75/src/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", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=63a010f166d17494 -C extra-filename=-11bb0297d6ff75e0 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern addr2line=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-a3d1e497ac2c5b8f.rmeta --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern miniz_oxide=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-8f813d817ddda9c3.rmeta --extern object=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-1b66133574378451.rmeta --extern rustc_demangle=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-3610075b05a4d6b5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:16.8953469Z [00:03:11.327]➜     Compiling num-traits v0.2.19
2025-08-20T21:14:16.8969162Z [00:03:11.328]➜       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 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=5b75d3febaa269f8 -C extra-filename=-085a0421259d7e05 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/num-traits-085a0421259d7e05 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T21:14:17.1609175Z [00:03:11.593]➜     Compiling rustversion v1.0.21
2025-08-20T21:14:17.1618146Z [00:03:11.593]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.21/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1257da59cb326f9 -C extra-filename=-417d4a5bf3ade4c3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:17.6616796Z [00:03:12.094]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build-script-build`
2025-08-20T21:14:17.7007389Z [00:03:12.133]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/num-traits-085a0421259d7e05/build-script-build`
2025-08-20T21:14:17.9175964Z [00:03:12.349]➜     Compiling hyper-util v0.1.15
2025-08-20T21:14:17.9204429Z [00:03:12.350]➜       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.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=1846cdff0ef31b61 -C extra-filename=-306f8a8965e7ad5e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures_channel=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern http_body=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rmeta --extern hyper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rmeta --extern ipnet=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-a334be260832c48b.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern percent_encoding=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern socket2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9e59165f20ecc914.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tower_service=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:18.8801950Z [00:03:13.312]➜     Compiling rand v0.9.1
2025-08-20T21:14:18.8825079Z [00:03:13.313]➜       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.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="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=c9e11eee46388d36 -C extra-filename=-ea25c2792e490063 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern rand_chacha=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-12d15bc598f04d67.rmeta --extern rand_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-9e3e844fa44a348b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:20.7376097Z [00:03:15.170]➜     Compiling aho-corasick v1.1.3
2025-08-20T21:14:20.7387273Z [00:03:15.170]➜       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=ad9fd893edee2594 -C extra-filename=-10bb05023a6f79b6 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rmeta --cap-lints allow`
2025-08-20T21:14:22.4383976Z [00:03:16.870]➜     Compiling sync_wrapper v1.0.2
2025-08-20T21:14:22.4405235Z [00:03:16.872]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.ujZ8STPuKX/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-20T21:14:22.6407686Z [00:03:17.073]➜     Compiling anyhow v1.0.98
2025-08-20T21:14:22.6419061Z [00:03:17.074]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:23.3046585Z [00:03:17.737]➜     Compiling tower-layer v0.3.3
2025-08-20T21:14:23.3057226Z [00:03:17.737]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:23.7192698Z [00:03:18.151]➜     Compiling regex-syntax v0.8.5
2025-08-20T21:14:23.7210231Z [00:03:18.152]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:24.9333916Z [00:03:19.365]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T21:14:24.9377005Z [00:03:19.369]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:25.5307856Z [00:03:19.963]➜     Compiling tinyvec_macros v0.1.1
2025-08-20T21:14:25.5347807Z [00:03:19.966]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:25.5781256Z [00:03:20.010]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build`
2025-08-20T21:14:25.5931395Z [00:03:20.025]➜     Compiling tinyvec v1.9.0
2025-08-20T21:14:25.6058438Z [00:03:20.037]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tinyvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=e501521cd3c27080 -C extra-filename=-ceb38c9793a76648 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern tinyvec_macros=/tmp/tmp.ujZ8STPuKX/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-20T21:14:25.6078137Z [00:03:20.040]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build-script-build`
2025-08-20T21:14:25.6492509Z [00:03:20.080]➜       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 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7c2a0a955a5c520d -C extra-filename=-6f78ecb506554950 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:14:25.7947518Z [00:03:20.226]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustversion --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61a919cc7f30b2ca -C extra-filename=-a291dd095d8cbcc8 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
2025-08-20T21:14:27.0747458Z [00:03:21.507]➜     Compiling http-body-util v0.1.3
2025-08-20T21:14:27.0862485Z [00:03:21.517]➜       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.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("channel", "default", "full"))' -C metadata=27cffa06afd158de -C extra-filename=-f98fd5e36812db6c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern http_body=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/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-20T21:14:27.6486100Z [00:03:22.081]➜     Compiling unicode-xid v0.2.6
2025-08-20T21:14:27.6500503Z [00:03:22.082]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:27.6610102Z [00:03:22.093]➜     Compiling ryu v1.0.20
2025-08-20T21:14:27.6626574Z [00:03:22.094]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=ae9cdb10d837a808 -C extra-filename=-b35ff2d809c7a9bb --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:27.7707807Z [00:03:22.203]➜     Compiling serde_json v1.0.140
2025-08-20T21:14:27.7717597Z [00:03:22.203]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/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="raw_value"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=278bb1b1ae262e45 -C extra-filename=-bd97ea2f9e5b7434 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde_json-bd97ea2f9e5b7434 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:28.0670674Z [00:03:22.499]➜     Compiling lazy_static v1.5.0
2025-08-20T21:14:28.0687047Z [00:03:22.500]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:28.1287779Z [00:03:22.561]➜     Compiling base64ct v1.8.0
2025-08-20T21:14:28.1306517Z [00:03:22.562]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name base64ct --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=41e5cf19e1c8b2b9 -C extra-filename=-1e310fc94067b196 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:28.1658796Z [00:03:22.598]➜     Compiling regex-automata v0.4.9
2025-08-20T21:14:28.1677190Z [00:03:22.598]➜       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=90ba0d5ce51b1244 -C extra-filename=-d4d25f6b63e8714d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libaho_corasick-10bb05023a6f79b6.rmeta --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rmeta --extern regex_syntax=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta --cap-lints allow`
2025-08-20T21:14:28.1907446Z [00:03:22.623]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde_json-bd97ea2f9e5b7434/build-script-build`
2025-08-20T21:14:28.2001342Z [00:03:22.631]➜       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=26cce4f14480578a -C extra-filename=-50a1f384a5a694a5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-11bb0297d6ff75e0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:14:28.4620064Z [00:03:22.893]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:14:28.7097371Z [00:03:23.142]➜     Compiling pem-rfc7468 v0.7.0
2025-08-20T21:14:28.7119701Z [00:03:23.142]➜       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=722dbbb32e83336c -C extra-filename=-db0187e92056542e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern base64ct=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64ct-1e310fc94067b196.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:29.8129014Z [00:03:24.245]➜     Compiling tower v0.5.2
2025-08-20T21:14:29.8149480Z [00:03:24.245]➜       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="log"' --cfg 'feature="make"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --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=b9cf22c63dde59db -C extra-filename=-cf2d1af1b12de127 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern sync_wrapper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tower_layer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rmeta --extern tower_service=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:29.9723605Z [00:03:24.404]➜     Compiling der_derive v0.7.3
2025-08-20T21:14:29.9734090Z [00:03:24.404]➜       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=6a034abdb5c56684 -C extra-filename=-b2ebd3ee369dd857 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:14:30.0604506Z [00:03:24.492]➜     Compiling fastrand v2.3.0
2025-08-20T21:14:30.0614768Z [00:03:24.493]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:30.1507817Z [00:03:24.583]➜     Compiling const-oid v0.9.6
2025-08-20T21:14:30.1519407Z [00:03:24.583]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:30.5453682Z [00:03:24.976]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/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="raw_value"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=14561c2ee5533059 -C extra-filename=-9ea89ee71de6e700 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta --extern ryu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-b35ff2d809c7a9bb.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-20T21:14:30.7565711Z [00:03:25.188]➜     Compiling serde_urlencoded v0.7.1
2025-08-20T21:14:30.7577938Z [00:03:25.188]➜       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=4d2063bdee624783 -C extra-filename=-9463aad69c03bdb3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rmeta --extern itoa=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta --extern ryu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-b35ff2d809c7a9bb.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:31.0139496Z [00:03:25.446]➜     Compiling curve25519-dalek v4.1.3
2025-08-20T21:14:31.0153776Z [00:03:25.447]➜       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=59815b7aa5a1ef96 -C extra-filename=-d234037a90ad6b0d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/curve25519-dalek-d234037a90ad6b0d -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern rustc_version=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustc_version-6d95c4e7a4040f07.rlib --cap-lints allow`
2025-08-20T21:14:31.3777069Z [00:03:25.810]➜     Compiling snafu-derive v0.8.6
2025-08-20T21:14:31.3795376Z [00:03:25.811]➜       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=4416c105ea2eca6c -C extra-filename=-f23bbf43783207c7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:14:31.4199249Z [00:03:25.852]➜     Compiling webpki-roots v1.0.1
2025-08-20T21:14:31.4238433Z [00:03:25.855]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name webpki_roots --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-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=aba51ffbf096e1e5 -C extra-filename=-3c8e96ee757abcc0 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.ujZ8STPuKX/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-20T21:14:31.6107037Z [00:03:26.042]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:31.6980302Z [00:03:26.130]➜     Compiling parking v2.2.1
2025-08-20T21:14:31.7007417Z [00:03:26.132]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:32.0896442Z [00:03:26.521]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=76a613e8d0e39ba1 -C extra-filename=-e5949c13137400f5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:32.7528066Z [00:03:27.185]➜     Compiling der v0.7.10
2025-08-20T21:14:32.7542505Z [00:03:27.185]➜       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.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="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=4c0d4216bbfd9647 -C extra-filename=-3d8b07bc90578b2b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern const_oid=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconst_oid-d2cc2a0850b7a26a.rmeta --extern der_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libder_derive-b2ebd3ee369dd857.so --extern pem_rfc7468=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem_rfc7468-db0187e92056542e.rmeta --extern zeroize=/tmp/tmp.ujZ8STPuKX/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-20T21:14:33.5515908Z [00:03:27.984]➜     Compiling regex v1.11.1
2025-08-20T21:14:33.5558743Z [00:03:27.987]➜       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=be35c2d024fcf70a -C extra-filename=-813717a3c512d141 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libaho_corasick-10bb05023a6f79b6.rmeta --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rmeta --extern regex_automata=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_automata-d4d25f6b63e8714d.rmeta --extern regex_syntax=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta --cap-lints allow`
2025-08-20T21:14:34.6939273Z [00:03:29.125]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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", "serde", "std", "test_debug"))' -C metadata=bfdaff112b8b8aca -C extra-filename=-b4323f096d005774 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rmeta --extern hashbrown=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libhashbrown-e5949c13137400f5.rmeta --cap-lints allow`
2025-08-20T21:14:36.0819902Z [00:03:30.514]➜     Compiling snafu v0.8.6
2025-08-20T21:14:36.0833454Z [00:03:30.514]➜       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=a255d90c579d7d67 -C extra-filename=-2926c4ed3142019b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-11bb0297d6ff75e0.rmeta --extern snafu_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsnafu_derive-f23bbf43783207c7.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-20T21:14:36.2496551Z [00:03:30.682]➜     Compiling spki v0.7.3
2025-08-20T21:14:36.2516743Z [00:03:30.683]➜       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=86b5b31f34ca4393 -C extra-filename=-4953aaa4b0e024b6 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern der=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-3d8b07bc90578b2b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:36.4995713Z [00:03:30.932]➜     Compiling futures-lite v2.6.0
2025-08-20T21:14:36.5013175Z [00:03:30.932]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-bc2f378c135017cb.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_io=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern parking=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-b4deda449873f583.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/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-20T21:14:36.7710139Z [00:03:31.203]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/curve25519-dalek-d234037a90ad6b0d/build-script-build`
2025-08-20T21:14:36.7919313Z [00:03:31.224]➜     Compiling heapless v0.7.17
2025-08-20T21:14:36.7932141Z [00:03:31.225]➜       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=6917543d24693781 -C extra-filename=-a901313180159c8f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/heapless-a901313180159c8f -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern rustc_version=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustc_version-6d95c4e7a4040f07.rlib --cap-lints allow`
2025-08-20T21:14:36.8430059Z [00:03:31.275]➜     Compiling futures-executor v0.3.31
2025-08-20T21:14:36.8447634Z [00:03:31.276]➜       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=f87b3d364df015fa -C extra-filename=-2838f41305dc90fc --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_task=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:36.9334268Z [00:03:31.365]➜     Compiling curve25519-dalek-derive v0.1.1
2025-08-20T21:14:36.9348049Z [00:03:31.366]➜       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=d412093a01dbf780 -C extra-filename=-e9bc2fcea383d7d0 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:14:37.1773684Z [00:03:31.609]➜     Compiling async-trait v0.1.88
2025-08-20T21:14:37.1797427Z [00:03:31.611]➜       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.88/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=03289e5434c21f50 -C extra-filename=-1e21a360bcada2ae --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:14:37.5802470Z [00:03:32.011]➜       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 opt-level=3 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=c670a218df5546a0 -C extra-filename=-7304a325c91f702f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:38.4643907Z [00:03:32.896]➜     Compiling iri-string v0.7.8
2025-08-20T21:14:38.4658338Z [00:03:32.897]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iri_string --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=f8fe9e502f8f9f20 -C extra-filename=-22d684c798c72277 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:38.8547205Z [00:03:33.287]➜     Compiling winnow v0.7.12
2025-08-20T21:14:38.8584740Z [00:03:33.288]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --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=f2cd02f3221f263f -C extra-filename=-6bd2c9c6ba75e76d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:39.4460104Z [00:03:33.877]➜       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="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=fe483944f6bd0849 -C extra-filename=-94914e9337f6129c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:40.0866532Z [00:03:34.519]➜     Compiling paste v1.0.15
2025-08-20T21:14:40.0874216Z [00:03:34.519]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/paste-45b89b0c69ba843d -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:40.6705741Z [00:03:35.103]➜     Compiling regex-lite v0.1.6
2025-08-20T21:14:40.6717094Z [00:03:35.103]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:42.8741581Z [00:03:37.306]➜     Compiling toml_datetime v0.6.11
2025-08-20T21:14:42.8761898Z [00:03:37.307]➜       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.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--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=5018df18e10de9c6 -C extra-filename=-b0efca2709d16ed6 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:43.3620130Z [00:03:37.794]➜     Compiling cordyceps v0.3.4
2025-08-20T21:14:43.3633277Z [00:03:37.794]➜       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.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(loom)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "no-cache-pad", "std"))' -C metadata=af3a863b153cda96 -C extra-filename=-9b638b4fd9b20fa3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:43.6329525Z [00:03:38.065]➜     Compiling regex-syntax v0.6.29
2025-08-20T21:14:43.6369350Z [00:03:38.068]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:43.9295631Z [00:03:38.362]➜     Compiling diatomic-waker v0.2.3
2025-08-20T21:14:43.9305060Z [00:03:38.362]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:44.2114522Z [00:03:38.644]➜     Compiling data-encoding v2.9.0
2025-08-20T21:14:44.2132190Z [00:03:38.644]➜       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.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 --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=34696fbf2e18d28f -C extra-filename=-ecf3074339209513 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:44.6557678Z [00:03:39.088]➜     Compiling futures-buffered v0.2.11
2025-08-20T21:14:44.6580837Z [00:03:39.089]➜       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=f70b077003e9e1a6 -C extra-filename=-d8fd778839412d9d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cordyceps=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcordyceps-9b638b4fd9b20fa3.rmeta --extern diatomic_waker=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdiatomic_waker-d4f36cd08c9874f5.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern spin=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-9667a3b66098ab5b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:45.4208046Z [00:03:39.851]➜       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="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=6a0ee7a06d89a9b7 -C extra-filename=-1a4097d404d8edbb --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-7304a325c91f702f.rmeta --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta --extern regex_syntax=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-94914e9337f6129c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:48.3875317Z [00:03:42.820]➜     Compiling regex-automata v0.1.10
2025-08-20T21:14:48.3907547Z [00:03:42.822]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.ujZ8STPuKX/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-20T21:14:48.5909888Z [00:03:43.023]➜     Compiling toml_edit v0.22.27
2025-08-20T21:14:48.5944640Z [00:03:43.024]➜       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.27/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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--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="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=5c306aff2dc3e263 -C extra-filename=-1d0286da8289a3fa --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libindexmap-b4323f096d005774.rmeta --extern toml_datetime=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtoml_datetime-b0efca2709d16ed6.rmeta --extern winnow=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libwinnow-6bd2c9c6ba75e76d.rmeta --cap-lints allow`
2025-08-20T21:14:52.8154996Z [00:03:47.248]➜     Compiling tower-http v0.6.6
2025-08-20T21:14:52.8192881Z [00:03:47.249]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tower_http --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.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="cors"' --cfg 'feature="default"' --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --cfg 'feature="trace"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=761c88945803bb9d -C extra-filename=-b66af45db8a74961 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-21edd56883f084c8.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern http_body=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rmeta --extern iri_string=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiri_string-22d684c798c72277.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern tower=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-cf2d1af1b12de127.rmeta --extern tower_layer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rmeta --extern tower_service=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:54.4069441Z [00:03:48.839]➜     Compiling ucd-parse v0.1.13
2025-08-20T21:14:54.4086331Z [00:03:48.840]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern regex_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_lite-b2630d4d6aa364e7.rmeta --cap-lints allow`
2025-08-20T21:14:55.0474574Z [00:03:49.479]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build`
2025-08-20T21:14:55.0887866Z [00:03:49.519]➜       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=b923cb1504e631d0 -C extra-filename=-2cf11b7410935c69 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern cpufeatures=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta --extern curve25519_dalek_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcurve25519_dalek_derive-e9bc2fcea383d7d0.so --extern digest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-e249bb45cb1d8f61.rmeta --extern rand_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-100ede5101d639fe.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern subtle=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.ujZ8STPuKX/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-20T21:14:55.4376328Z [00:03:49.870]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/heapless-a901313180159c8f/build-script-build`
2025-08-20T21:14:55.4868893Z [00:03:49.919]➜     Compiling futures v0.3.31
2025-08-20T21:14:55.4895910Z [00:03:49.920]➜       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=3b8c85b56ea14668 -C extra-filename=-22c26254a8e8bf93 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_executor=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-2838f41305dc90fc.rmeta --extern futures_io=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern futures_sink=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern futures_task=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:55.5929439Z [00:03:50.025]➜     Compiling pkcs8 v0.10.2
2025-08-20T21:14:55.5950033Z [00:03:50.026]➜       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=16b4326b74998322 -C extra-filename=-ff6855f17f48dba5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern der=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-3d8b07bc90578b2b.rmeta --extern spki=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-4953aaa4b0e024b6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:56.0696411Z [00:03:50.502]➜     Compiling hyper-rustls v0.27.7
2025-08-20T21:14:56.0722389Z [00:03:50.502]➜       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.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="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=02ae0281881c45ce -C extra-filename=-3434f7cacc6619b7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern hyper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rmeta --extern hyper_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rmeta --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern pki_types=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rmeta --extern tower_service=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --extern webpki_roots=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3c8e96ee757abcc0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:14:56.9332040Z [00:03:51.365]➜     Compiling derive_more-impl v1.0.0
2025-08-20T21:14:56.9346313Z [00:03:51.366]➜       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"' --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=9671bd6a4cf9242b -C extra-filename=-29183fa3f633b355 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern unicode_xid=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:14:56.9989494Z [00:03:51.431]➜     Compiling hash32 v0.2.1
2025-08-20T21:14:57.0007596Z [00:03:51.432]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.ujZ8STPuKX/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-20T21:14:57.0185478Z [00:03:51.451]➜     Compiling n0-future v0.1.3
2025-08-20T21:14:57.0212620Z [00:03:51.453]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T21:14:57.4668902Z [00:03:51.899]➜     Compiling overload v0.1.1
2025-08-20T21:14:57.4677132Z [00:03:51.899]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:57.5187595Z [00:03:51.951]➜     Compiling signature v2.2.0
2025-08-20T21:14:57.5201754Z [00:03:51.951]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:14:57.5866958Z [00:03:52.018]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:14:57.6929870Z [00:03:52.125]➜     Compiling precis-tools v0.1.9
2025-08-20T21:14:57.6939431Z [00:03:52.126]➜       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=723caab0473b7bc3 -C extra-filename=-8cd4f865eee17601 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liblazy_static-386955e475fc3d57.rmeta --extern regex=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex-813717a3c512d141.rmeta --extern ucd_parse=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rmeta --cap-lints allow`
2025-08-20T21:14:57.7276995Z [00:03:52.160]➜     Compiling ed25519 v2.2.3
2025-08-20T21:14:57.7291479Z [00:03:52.160]➜       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=012c836725b58e9a -C extra-filename=-524b80e87b224db7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pkcs8=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkcs8-ff6855f17f48dba5.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern signature=/tmp/tmp.ujZ8STPuKX/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-20T21:14:58.7236709Z [00:03:53.156]➜     Compiling nu-ansi-term v0.46.0
2025-08-20T21:14:58.7250176Z [00:03:53.156]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern overload=/tmp/tmp.ujZ8STPuKX/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-20T21:14:59.1831252Z [00:03:53.615]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build-script-build`
2025-08-20T21:14:59.2066837Z [00:03:53.637]➜       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=6452f7b4f6638855 -C extra-filename=-f67a3b11c0c2d598 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern hash32=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-f6d59b34cbb205fd.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern spin=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-9667a3b66098ab5b.rmeta --extern stable_deref_trait=/tmp/tmp.ujZ8STPuKX/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-20T21:14:59.7916994Z [00:03:54.224]➜     Compiling reqwest v0.12.22
2025-08-20T21:14:59.7974004Z [00:03:54.224]➜       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.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="json"' --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", "system-proxy", "trust-dns", "zstd"))' -C metadata=0b03d326589fa2ee -C extra-filename=-03548c92e6823d63 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern http_body=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rmeta --extern http_body_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-f98fd5e36812db6c.rmeta --extern hyper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rmeta --extern hyper_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_rustls-3434f7cacc6619b7.rmeta --extern hyper_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rmeta --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta --extern percent_encoding=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern rustls_pki_types=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern serde_json=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-9ea89ee71de6e700.rmeta --extern serde_urlencoded=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-9463aad69c03bdb3.rmeta --extern sync_wrapper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rmeta --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta --extern tower=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-cf2d1af1b12de127.rmeta --extern tower_http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-b66af45db8a74961.rmeta --extern tower_service=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rmeta --extern webpki_roots=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3c8e96ee757abcc0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:15:00.4585153Z [00:03:54.890]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/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-20T21:15:00.6809799Z [00:03:55.113]➜     Compiling proc-macro-crate v3.3.0
2025-08-20T21:15:00.6819788Z [00:03:55.113]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c1f7d5166faa732 -C extra-filename=-510bfe316b6da67f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern toml_edit=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtoml_edit-1d0286da8289a3fa.rmeta --cap-lints allow`
2025-08-20T21:15:00.8652031Z [00:03:55.297]➜     Compiling derive_more v1.0.0
2025-08-20T21:15:00.8668086Z [00:03:55.298]➜       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="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=37413b5aaceb5d13 -C extra-filename=-f5e942a261ec3c41 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern derive_more_impl=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libderive_more_impl-29183fa3f633b355.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-20T21:15:01.1041260Z [00:03:55.532]➜       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="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=9fb59c8024369266 -C extra-filename=-1c6501fb005a3808 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-7304a325c91f702f.rmeta --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta --extern regex_automata=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-1a4097d404d8edbb.rmeta --extern regex_syntax=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-94914e9337f6129c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:01.5091262Z [00:03:55.941]➜     Compiling matchers v0.1.0
2025-08-20T21:15:01.5105821Z [00:03:55.942]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.ujZ8STPuKX/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-20T21:15:01.6888446Z [00:03:56.121]➜     Compiling sharded-slab v0.1.7
2025-08-20T21:15:01.6906756Z [00:03:56.122]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.ujZ8STPuKX/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-20T21:15:01.8896030Z [00:03:56.322]➜     Compiling sha2 v0.10.9
2025-08-20T21:15:01.8921005Z [00:03:56.323]➜       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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=eb23bfec29af2011 -C extra-filename=-0613dc12852cddf0 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern cpufeatures=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta --extern digest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-e249bb45cb1d8f61.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:03.3975535Z [00:03:57.829]➜     Compiling cobs v0.3.0
2025-08-20T21:15:03.4008374Z [00:03:57.831]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cobs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=38816d81bcbb222f -C extra-filename=-7bf11f2579779df2 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:03.4809099Z [00:03:57.913]➜     Compiling postcard-derive v0.2.1
2025-08-20T21:15:03.4822122Z [00:03:57.914]➜       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.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b5d732fd4e96e52 -C extra-filename=-5b34effe6681ad29 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:03.4959612Z [00:03:57.928]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build`
2025-08-20T21:15:03.6421104Z [00:03:58.074]➜     Compiling tracing-log v0.2.0
2025-08-20T21:15:03.6432424Z [00:03:58.074]➜       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=e2ef5dd9c84dabb1 -C extra-filename=-7d5e0eb37a8f3898 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta --extern tracing_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-ddd676e0475fe4d7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:03.8995588Z [00:03:58.332]➜     Compiling thread_local v1.1.9
2025-08-20T21:15:03.9005817Z [00:03:58.332]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thread_local --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d83b5d2b2aeb7b9d -C extra-filename=-71dc4a0545e132ae --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:04.3203951Z [00:03:58.752]➜     Compiling crc-catalog v2.4.0
2025-08-20T21:15:04.3216134Z [00:03:58.753]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:04.3602783Z [00:03:58.792]➜     Compiling syn v1.0.109
2025-08-20T21:15:04.3610956Z [00:03:58.792]➜       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"' --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=b352960d6d4c2705 -C extra-filename=-84c0709de8943111 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-84c0709de8943111 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:15:04.5196404Z [00:03:58.952]➜     Compiling litrs v0.4.1
2025-08-20T21:15:04.5203860Z [00:03:58.952]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:15:04.7281281Z [00:03:59.160]➜     Compiling postcard v1.1.2
2025-08-20T21:15:04.7305390Z [00:03:59.161]➜       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.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="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", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=e6329ab71c7b1c32 -C extra-filename=-287bc2134ca3f004 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cobs=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcobs-7bf11f2579779df2.rmeta --extern heapless=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-f67a3b11c0c2d598.rmeta --extern postcard_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpostcard_derive-5b34effe6681ad29.so --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:04.9651899Z [00:03:59.397]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build`
2025-08-20T21:15:05.0377754Z [00:03:59.470]➜     Compiling crc v3.3.0
2025-08-20T21:15:05.0415464Z [00:03:59.473]➜       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.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=7aae92cbf7e073ec -C extra-filename=-24fe2f4a89134b16 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern crc_catalog=/tmp/tmp.ujZ8STPuKX/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-20T21:15:05.6150173Z [00:04:00.047]➜     Compiling tracing-subscriber v0.3.19
2025-08-20T21:15:05.6208568Z [00:04:00.048]➜       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="local-time"' --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="time"' --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=2b3c8b5b9db19492 -C extra-filename=-d5d39313a1c80774 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern matchers=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-8c27b18df1bbab69.rmeta --extern nu_ansi_term=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-a33c3b82e8e4fa84.rmeta --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta --extern regex=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-1c6501fb005a3808.rmeta --extern sharded_slab=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-3dfc8f17529fe24d.rmeta --extern smallvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta --extern thread_local=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-71dc4a0545e132ae.rmeta --extern time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --extern tracing_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-ddd676e0475fe4d7.rmeta --extern tracing_log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-7d5e0eb37a8f3898.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:05.6321756Z [00:04:00.064]➜     Compiling document-features v0.2.11
2025-08-20T21:15:05.6336167Z [00:04:00.065]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern litrs=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:05.6755099Z [00:04:00.107]➜       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=916f5a2c43088bab -C extra-filename=-b26360a705e19153 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror_impl-09cbb1665cdfc628.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-20T21:15:05.8364961Z [00:04:00.269]➜     Compiling ed25519-dalek v2.2.0
2025-08-20T21:15:05.8386623Z [00:04:00.269]➜       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.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="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=a4ab3acb1dee712c -C extra-filename=-2f521e9c13e4f918 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern curve25519_dalek=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-2cf11b7410935c69.rmeta --extern ed25519=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519-524b80e87b224db7.rmeta --extern rand_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-100ede5101d639fe.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern sha2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-0613dc12852cddf0.rmeta --extern subtle=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.ujZ8STPuKX/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-20T21:15:05.8733977Z [00:04:00.304]➜       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=95f8a159e54cfff5 -C extra-filename=-f999888d2e91923d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern derive_more=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-f5e942a261ec3c41.rmeta --extern futures_buffered=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-d8fd778839412d9d.rmeta --extern futures_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:15:06.0087004Z [00:04:00.441]➜     Compiling derive_more-impl v2.0.1
2025-08-20T21:15:06.0098933Z [00:04:00.441]➜       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="display"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="into"' --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=d5186de4f3fa716a -C extra-filename=-4267fe1ef3be6f20 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern unicode_xid=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:06.7525165Z [00:04:01.182]➜     Compiling serde_bytes v0.11.17
2025-08-20T21:15:06.7535352Z [00:04:01.185]➜       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=cca5d06b2f672fa2 -C extra-filename=-2b80999cabeda839 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:06.9290404Z [00:04:01.361]➜     Compiling enum-as-inner v0.6.1
2025-08-20T21:15:06.9306019Z [00:04:01.362]➜       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=c85bd341acfc2d6e -C extra-filename=-e4c1a2da2d3fa205 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:07.2326560Z [00:04:01.665]➜     Compiling iroh-quinn-udp v0.5.7
2025-08-20T21:15:07.2338765Z [00:04:01.665]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T21:15:07.7634504Z [00:04:02.195]➜     Compiling ucd-trie v0.1.7
2025-08-20T21:15:07.7670597Z [00:04:02.199]➜       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.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:15:08.0586720Z [00:04:02.491]➜     Compiling btparse v0.2.0
2025-08-20T21:15:08.0595720Z [00:04:02.491]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:08.1779650Z [00:04:02.610]➜     Compiling minimal-lexical v0.2.1
2025-08-20T21:15:08.1789377Z [00:04:02.610]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name minimal_lexical --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=b74e90928c0af060 -C extra-filename=-af26c987b8632de0 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:08.7558021Z [00:04:03.188]➜     Compiling termcolor v1.4.1
2025-08-20T21:15:08.7667150Z [00:04:03.198]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:08.9410134Z [00:04:03.373]➜     Compiling nom v7.1.3
2025-08-20T21:15:08.9423500Z [00:04:03.373]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=b798e2e59abad794 -C extra-filename=-224a83edff42760e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta --extern minimal_lexical=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:09.7294669Z [00:04:04.161]➜     Compiling color-backtrace v0.7.0
2025-08-20T21:15:09.7321161Z [00:04:04.163]➜       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=022ade8a848eb93b -C extra-filename=-3ec6bd66974baafa --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-11bb0297d6ff75e0.rmeta --extern btparse=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbtparse-d025620c53cf48ce.rmeta --extern termcolor=/tmp/tmp.ujZ8STPuKX/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-20T21:15:12.5296809Z [00:04:06.962]➜     Compiling tracing-error v0.2.1
2025-08-20T21:15:12.5309908Z [00:04:06.962]➜       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=827c0a56d2ccf310 -C extra-filename=-14b94a560d20ed84 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --extern tracing_subscriber=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-d5d39313a1c80774.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:13.0027577Z [00:04:07.435]➜     Compiling hickory-proto v0.25.2
2025-08-20T21:15:13.0089089Z [00:04:07.436]➜       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="__https"' --cfg 'feature="__tls"' --cfg 'feature="futures-io"' --cfg 'feature="https-ring"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tls-ring"' --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=88dd50e9d90bbdd0 -C extra-filename=-489cf9526ba80302 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasync_trait-1e21a360bcada2ae.so --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern data_encoding=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-ecf3074339209513.rmeta --extern enum_as_inner=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libenum_as_inner-e4c1a2da2d3fa205.so --extern futures_channel=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta --extern futures_io=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern h2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-0f87a4f6008f8383.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern idna=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-5ae59ed32c17bb7c.rmeta --extern ipnet=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-a334be260832c48b.rmeta --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rmeta --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --extern tinyvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-ceb38c9793a76648.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:15:13.7911754Z [00:04:08.223]➜     Compiling pest v2.8.1
2025-08-20T21:15:13.7920272Z [00:04:08.223]➜       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.8.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="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=ca0f8d523a86ccfc -C extra-filename=-4c8334ab2c1afc42 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror-b26360a705e19153.rmeta --extern ucd_trie=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rmeta --cap-lints allow`
2025-08-20T21:15:14.8209282Z [00:04:09.253]➜     Compiling derive_more v2.0.1
2025-08-20T21:15:14.8249781Z [00:04:09.256]➜       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="display"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="into"' --cfg 'feature="std"' --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=3de2cbb8ccacfcf3 -C extra-filename=-0d4e05a30fbe3aad --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern derive_more_impl=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libderive_more_impl-4267fe1ef3be6f20.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-20T21:15:15.1521586Z [00:04:09.584]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build`
2025-08-20T21:15:15.1784746Z [00:04:09.610]➜     Compiling serde_bencode v0.2.4
2025-08-20T21:15:15.1797549Z [00:04:09.610]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_bencode --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bencode-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=09a6a9c2d4135a24 -C extra-filename=-85f798abc749bf00 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern serde_bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-2b80999cabeda839.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:16.3039780Z [00:04:10.735]➜       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"' --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=627cb34878e8cddc -C extra-filename=-823e917b4b842b0f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern unicode_ident=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
2025-08-20T21:15:17.1911256Z [00:04:11.623]➜     Compiling netlink-packet-utils v0.5.2
2025-08-20T21:15:17.2020835Z [00:04:11.633]➜       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=e69f2e4c3ba06fad -C extra-filename=-153b7d3ad072c2cd --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-50a1f384a5a694a5.rmeta --extern byteorder=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --extern paste=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-80799a78bcf7bc8f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:17.3701452Z [00:04:11.802]➜     Compiling flume v0.11.1
2025-08-20T21:15:17.3716296Z [00:04:11.802]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name flume --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-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 --cfg 'feature="async"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=c50577f7c630e2db -C extra-filename=-0ac510a99cd50cc1 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_sink=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern spin1=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-9667a3b66098ab5b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:17.9178135Z [00:04:12.350]➜     Compiling iroh-metrics-derive v0.2.0
2025-08-20T21:15:17.9182897Z [00:04:12.350]➜     Compiling pin-project-internal v1.1.10
2025-08-20T21:15:17.9197569Z [00:04:12.351]➜       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=a4f900810ffc31e7 -C extra-filename=-a969c70febf92089 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:17.9268949Z [00:04:12.357]➜       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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--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=8aca62a339544f56 -C extra-filename=-63b3b96270e7d8c2 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:18.9222598Z [00:04:13.354]➜     Compiling lru v0.13.0
2025-08-20T21:15:18.9235083Z [00:04:13.355]➜       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=78ffd9068383fee9 -C extra-filename=-67ed253cc1158d38 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-f03840213ff059c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:19.1923755Z [00:04:13.624]➜     Compiling inout v0.1.4
2025-08-20T21:15:19.1937658Z [00:04:13.625]➜       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.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("block-padding", "std"))' -C metadata=029e59516dd2e572 -C extra-filename=-77ce7efe53e8eb34 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-c5bdfea50a930cfb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:19.3551347Z [00:04:13.787]➜     Compiling pkarr v3.8.0
2025-08-20T21:15:19.3565509Z [00:04:13.788]➜       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.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="__client"' --cfg 'feature="dht"' --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=abc1e76aba831bde -C extra-filename=-7be97c0194deac7f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/pkarr-7be97c0194deac7f -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T21:15:19.7490733Z [00:04:14.181]➜     Compiling dyn-clone v1.0.19
2025-08-20T21:15:19.7504173Z [00:04:14.182]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:19.9702521Z [00:04:14.402]➜     Compiling utf8parse v0.2.2
2025-08-20T21:15:19.9711783Z [00:04:14.402]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:20.1045167Z [00:04:14.537]➜     Compiling base32 v0.5.1
2025-08-20T21:15:20.1060598Z [00:04:14.537]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:20.5154833Z [00:04:14.948]➜     Compiling openssl-probe v0.1.6
2025-08-20T21:15:20.5183931Z [00:04:14.950]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:20.8939549Z [00:04:15.326]➜     Compiling sha1_smol v1.0.1
2025-08-20T21:15:20.8950745Z [00:04:15.327]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:21.4277444Z [00:04:15.860]➜     Compiling pin-project v1.1.10
2025-08-20T21:15:21.4299441Z [00:04:15.860]➜       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.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=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=58aa7f607632004c -C extra-filename=-bdb67aaf8f78f70e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pin_project_internal=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpin_project_internal-63b3b96270e7d8c2.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-20T21:15:21.5502234Z [00:04:15.982]➜     Compiling mainline v5.4.0
2025-08-20T21:15:21.5525981Z [00:04:15.983]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mainline --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mainline-5.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="node"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "full", "node"))' -C metadata=7ba4885ea7414828 -C extra-filename=-2222c868613dab41 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern crc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-24fe2f4a89134b16.rmeta --extern document_features=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so --extern dyn_clone=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdyn_clone-c5f12c344393b349.rmeta --extern ed25519_dalek=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-2f521e9c13e4f918.rmeta --extern flume=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflume-0ac510a99cd50cc1.rmeta --extern futures_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta --extern getrandom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0a2db152d85704c5.rmeta --extern lru=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-67ed253cc1158d38.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern serde_bencode=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bencode-85f798abc749bf00.rmeta --extern serde_bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-2b80999cabeda839.rmeta --extern sha1_smol=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-a89d6c84df009796.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:21.5805833Z [00:04:16.013]➜     Compiling rustls-native-certs v0.8.1
2025-08-20T21:15:21.5829144Z [00:04:16.014]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern openssl_probe=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rmeta --extern pki_types=/tmp/tmp.ujZ8STPuKX/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-20T21:15:23.1244378Z [00:04:17.556]➜     Compiling ntimestamp v1.0.0
2025-08-20T21:15:23.1262580Z [00:04:17.557]➜       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=507ff18c7a0c8e3b -C extra-filename=-1047870679186adb --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern base32=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase32-70dbff10eaac799d.rmeta --extern document_features=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so --extern getrandom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0a2db152d85704c5.rmeta --extern httpdate=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttpdate-a71aa5e6768bb6a8.rmeta --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:23.5613577Z [00:04:17.993]➜     Compiling anstyle-parse v0.2.7
2025-08-20T21:15:23.5640284Z [00:04:17.994]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=54d932176d6126bf -C extra-filename=-b3d711e09c87a58c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.ujZ8STPuKX/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-20T21:15:24.0512125Z [00:04:18.483]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/pkarr-7be97c0194deac7f/build-script-build`
2025-08-20T21:15:24.0737547Z [00:04:18.506]➜     Compiling cipher v0.4.4
2025-08-20T21:15:24.0779956Z [00:04:18.509]➜       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=4867582029c5d4de -C extra-filename=-38bef5ef50eaa8a4 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern crypto_common=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-f72e527e54cb532e.rmeta --extern inout=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinout-77ce7efe53e8eb34.rmeta --extern zeroize=/tmp/tmp.ujZ8STPuKX/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-20T21:15:24.5917533Z [00:04:19.024]➜     Compiling iroh-metrics v0.35.0
2025-08-20T21:15:24.5942147Z [00:04:19.024]➜       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"' --cfg 'feature="service"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "metrics", "service", "static_core"))' -C metadata=bc1a8a91f7353596 -C extra-filename=-a94717bfa15bd397 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern http_body_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-f98fd5e36812db6c.rmeta --extern hyper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rmeta --extern hyper_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rmeta --extern iroh_metrics_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libiroh_metrics_derive-a969c70febf92089.so --extern itoa=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta --extern postcard=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-287bc2134ca3f004.rmeta --extern reqwest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-03548c92e6823d63.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:15:25.9229122Z [00:04:20.355]➜     Compiling nested_enum_utils v0.2.2
2025-08-20T21:15:25.9240901Z [00:04:20.355]➜       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=34d34db936718ab1 -C extra-filename=-9603df742ba299ab --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro_crate=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro_crate-510bfe316b6da67f.rlib --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-823e917b4b842b0f.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:27.0649910Z [00:04:21.497]➜     Compiling netlink-packet-core v0.7.0
2025-08-20T21:15:27.0671211Z [00:04:21.498]➜       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=eab78243db60c905 -C extra-filename=-90e1bbf2a32433d3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-50a1f384a5a694a5.rmeta --extern byteorder=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --extern netlink_packet_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-153b7d3ad072c2cd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:27.4338046Z [00:04:21.866]➜     Compiling pest_meta v2.8.1
2025-08-20T21:15:27.4424629Z [00:04:21.874]➜       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.8.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=f007c8fca54faec3 -C extra-filename=-7b04917f6b20b10f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest-4c8334ab2c1afc42.rmeta --cap-lints allow`
2025-08-20T21:15:27.4565167Z [00:04:21.887]➜       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=b51e33bb48377a50 -C extra-filename=-5640244c14546d21 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern socket2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9e59165f20ecc914.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:15:27.5079219Z [00:04:21.940]➜     Compiling rusticata-macros v4.1.0
2025-08-20T21:15:27.5094233Z [00:04:21.941]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rusticata_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusticata-macros-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bceda4a92d1e1b4 -C extra-filename=-4e928acf2364b351 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern nom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-224a83edff42760e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:27.9275600Z [00:04:22.360]➜     Compiling n0-snafu v0.2.1
2025-08-20T21:15:27.9298915Z [00:04:22.361]➜       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=3e0ab84917d69524 -C extra-filename=-92e3bb9db962aec2 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-50a1f384a5a694a5.rmeta --extern btparse=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbtparse-d025620c53cf48ce.rmeta --extern color_backtrace=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_backtrace-3ec6bd66974baafa.rmeta --extern snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rmeta --extern tracing_error=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_error-14b94a560d20ed84.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:28.5290901Z [00:04:22.961]➜     Compiling precis-core v0.1.11
2025-08-20T21:15:28.5305232Z [00:04:22.962]➜       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=aa240428adf60eee -C extra-filename=-a3d13f428ce32414 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-core-a3d13f428ce32414 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern precis_tools=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libprecis_tools-8cd4f865eee17601.rlib --extern ucd_parse=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rlib --cap-lints allow`
2025-08-20T21:15:28.8507905Z [00:04:23.283]➜     Compiling webpki-roots v0.26.11
2025-08-20T21:15:28.8521956Z [00:04:23.283]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name webpki_roots --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.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=bcb36da5d0de602a -C extra-filename=-3edb310f2ff9d695 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern parent=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3c8e96ee757abcc0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:28.9778358Z [00:04:23.410]➜     Compiling simple-dns v0.9.3
2025-08-20T21:15:28.9791057Z [00:04:23.410]➜       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=9394d89308cfbc90 -C extra-filename=-fda472c1dc5361a5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-21edd56883f084c8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:29.9044158Z [00:04:24.336]➜     Compiling yasna v0.5.2
2025-08-20T21:15:29.9058041Z [00:04:24.337]➜       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=e47029c2989f89d7 -C extra-filename=-6e2eca6aeb33bf8b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:32.0946901Z [00:04:26.527]➜     Compiling rand_chacha v0.3.1
2025-08-20T21:15:32.0957974Z [00:04:26.527]➜       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=122bfe6e3135fe03 -C extra-filename=-ca630a76bca2c9f5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-ae76558765f8051a.rmeta --extern rand_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-100ede5101d639fe.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:32.5008585Z [00:04:26.933]➜     Compiling async-compat v0.2.4
2025-08-20T21:15:32.5027520Z [00:04:26.934]➜       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=26c5e37404cc201a -C extra-filename=-e125ba1945580cae --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_io=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:33.9493550Z [00:04:28.381]➜     Compiling asn1-rs-impl v0.2.0
2025-08-20T21:15:33.9504132Z [00:04:28.382]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name asn1_rs_impl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asn1-rs-impl-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=36f5b2174b2e1e9c -C extra-filename=-f488e18a6b34683a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:34.3339174Z [00:04:28.766]➜     Compiling asn1-rs-derive v0.5.1
2025-08-20T21:15:34.3360416Z [00:04:28.767]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name asn1_rs_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asn1-rs-derive-0.5.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=aecef73af0b280fa -C extra-filename=-45dc89ce06fdd0a3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern synstructure=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:34.7164716Z [00:04:29.148]➜     Compiling pem v3.0.5
2025-08-20T21:15:34.7200586Z [00:04:29.151]➜       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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=729dd5e4aac187c1 -C extra-filename=-fe2af8081382be25 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.ujZ8STPuKX/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-20T21:15:35.9894361Z [00:04:30.422]➜     Compiling moka v0.12.10
2025-08-20T21:15:35.9907213Z [00:04:30.422]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/moka-be5419609833fd8a -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:15:36.0948804Z [00:04:30.527]➜     Compiling anstyle v1.0.11
2025-08-20T21:15:36.0996210Z [00:04:30.527]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d26913a7535970b9 -C extra-filename=-edf009e9ea133027 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:36.3567581Z [00:04:30.789]➜     Compiling colorchoice v1.0.4
2025-08-20T21:15:36.3592818Z [00:04:30.789]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf4927471e64498d -C extra-filename=-554e86939bdb2b39 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:36.5391544Z [00:04:30.971]➜     Compiling self_cell v1.2.0
2025-08-20T21:15:36.5403717Z [00:04:30.972]➜       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.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("old_rust", "rustversion"))' -C metadata=fcdcefba25eafeb7 -C extra-filename=-ae2e8b2512e8e039 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:36.5793227Z [00:04:31.011]➜     Compiling anstyle-query v1.1.3
2025-08-20T21:15:36.5821369Z [00:04:31.012]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2122b83cb5759df -C extra-filename=-fb2e9ad978fcacd4 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:36.5926503Z [00:04:31.025]➜     Compiling no-std-net v0.6.0
2025-08-20T21:15:36.6016316Z [00:04:31.033]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:36.6872248Z [00:04:31.119]➜       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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7b9cfee4b8a6280a -C extra-filename=-6ad8e7e63b5dfc42 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-6ad8e7e63b5dfc42 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:15:36.6877280Z [00:04:31.119]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T21:15:36.6920777Z [00:04:31.122]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:36.7101130Z [00:04:31.139]➜       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.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 --cfg 'feature="__client"' --cfg 'feature="dht"' --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=a7c107f4c46a3aa6 -C extra-filename=-384999782258224d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern async_compat=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_compat-e125ba1945580cae.rmeta --extern base32=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase32-70dbff10eaac799d.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern document_features=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so --extern dyn_clone=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdyn_clone-c5f12c344393b349.rmeta --extern ed25519_dalek=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-2f521e9c13e4f918.rmeta --extern futures_buffered=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-d8fd778839412d9d.rmeta --extern futures_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta --extern getrandom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0a2db152d85704c5.rmeta --extern lru=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-67ed253cc1158d38.rmeta --extern mainline=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmainline-2222c868613dab41.rmeta --extern ntimestamp=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libntimestamp-1047870679186adb.rmeta --extern reqwest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-03548c92e6823d63.rmeta --extern self_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae2e8b2512e8e039.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern sha1_smol=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-a89d6c84df009796.rmeta --extern simple_dns=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimple_dns-fda472c1dc5361a5.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out --cfg dht --cfg relays --cfg client --check-cfg 'cfg(wasm_browser)' --check-cfg 'cfg(dht)' --check-cfg 'cfg(relays)' --check-cfg 'cfg(client)'`
2025-08-20T21:15:36.8360385Z [00:04:31.268]➜     Compiling anstream v0.6.19
2025-08-20T21:15:36.8418277Z [00:04:31.269]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=205aae9774750989 -C extra-filename=-63686468d78d1ab7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern anstyle_parse=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta --extern anstyle_query=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta --extern colorchoice=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta --extern is_terminal_polyfill=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.ujZ8STPuKX/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-20T21:15:37.1259797Z [00:04:31.558]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-6ad8e7e63b5dfc42/build-script-build`
2025-08-20T21:15:37.1722009Z [00:04:31.604]➜     Compiling pnet_base v0.34.0
2025-08-20T21:15:37.1738627Z [00:04:31.605]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern no_std_net=/tmp/tmp.ujZ8STPuKX/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-20T21:15:37.4275053Z [00:04:31.859]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/moka-be5419609833fd8a/build-script-build`
2025-08-20T21:15:37.4398302Z [00:04:31.872]➜     Compiling asn1-rs v0.6.2
2025-08-20T21:15:37.4424093Z [00:04:31.873]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name asn1_rs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asn1-rs-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="datetime"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigint", "bits", "bitvec", "colored", "cookie-factory", "datetime", "debug", "default", "num-bigint", "serialize", "std", "time", "trace"))' -C metadata=5e5e575368993cc1 -C extra-filename=-541192580b67f634 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern asn1_rs_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasn1_rs_derive-45dc89ce06fdd0a3.so --extern asn1_rs_impl=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasn1_rs_impl-f488e18a6b34683a.so --extern displaydoc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so --extern nom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-224a83edff42760e.rmeta --extern num_traits=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rmeta --extern rusticata_macros=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusticata_macros-4e928acf2364b351.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-80799a78bcf7bc8f.rmeta --extern time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:37.5424210Z [00:04:31.974]➜     Compiling rand v0.8.5
2025-08-20T21:15:37.5442531Z [00:04:31.975]➜       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=50192409f3c8019d -C extra-filename=-8313eda8812ce6f9 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern rand_chacha=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-ca630a76bca2c9f5.rmeta --extern rand_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-100ede5101d639fe.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:39.5913614Z [00:04:34.023]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-core-a3d13f428ce32414/build-script-build`
2025-08-20T21:15:41.8206814Z [00:04:36.253]➜     Compiling pest_generator v2.8.1
2025-08-20T21:15:41.8217006Z [00:04:36.253]➜       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.8.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=770aa0b390f1849c -C extra-filename=-8c93fe7170482c79 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest-4c8334ab2c1afc42.rmeta --extern pest_meta=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_meta-7b04917f6b20b10f.rmeta --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rmeta --cap-lints allow`
2025-08-20T21:15:42.5296699Z [00:04:36.962]➜     Compiling rustls-platform-verifier v0.5.3
2025-08-20T21:15:42.5419892Z [00:04:36.973]➜       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=acf5d36f658ea063 -C extra-filename=-4fdd284ea4901dc8 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rlib --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rlib --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rlib --extern rustls_native_certs=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rlib --extern webpki=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-69e3e0c9d8fb3dc6.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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:15:43.7731519Z [00:04:38.205]➜     Compiling num_enum_derive v0.7.4
2025-08-20T21:15:43.7741385Z [00:04:38.205]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --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=5f48dea1793fa7a1 -C extra-filename=-e8bb0d097f06ac7a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro_crate=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro_crate-510bfe316b6da67f.rlib --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:43.9108308Z [00:04:38.343]➜     Compiling precis-profiles v0.1.12
2025-08-20T21:15:43.9124236Z [00:04:38.344]➜       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=a9b4e9c85cb11752 -C extra-filename=-c384d8a63b7f7303 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-profiles-c384d8a63b7f7303 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern precis_tools=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libprecis_tools-8cd4f865eee17601.rlib --cap-lints allow`
2025-08-20T21:15:44.8666980Z [00:04:39.299]➜     Compiling netlink-sys v0.8.7
2025-08-20T21:15:44.8686324Z [00:04:39.299]➜       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=c9e7dcbdb7c104b1 -C extra-filename=-7a2c37a496bde7b6 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-22c26254a8e8bf93.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:45.0653577Z [00:04:39.497]➜     Compiling crossbeam-channel v0.5.15
2025-08-20T21:15:45.0675064Z [00:04:39.498]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=dc4766819675f85a -C extra-filename=-ee7708eddc862b04 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.ujZ8STPuKX/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-20T21:15:45.8686508Z [00:04:40.301]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T21:15:45.8700521Z [00:04:40.301]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.ujZ8STPuKX/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-20T21:15:46.1090194Z [00:04:40.541]➜     Compiling num-integer v0.1.46
2025-08-20T21:15:46.1110204Z [00:04:40.542]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_integer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=ee931b03ddfcca18 -C extra-filename=-5e5a5a0dd909f634 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:46.6306722Z [00:04:41.063]➜     Compiling unicode-normalization v0.1.24
2025-08-20T21:15:46.6417202Z [00:04:41.073]➜       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=18024628aa23f979 -C extra-filename=-7dafa748878d480a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern tinyvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-ceb38c9793a76648.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:46.9864972Z [00:04:41.418]➜     Compiling sha1 v0.10.6
2025-08-20T21:15:46.9899943Z [00:04:41.421]➜       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=9cc76194367f971b -C extra-filename=-c78d8f5c38837b1d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern cpufeatures=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta --extern digest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-e249bb45cb1d8f61.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:47.0998028Z [00:04:41.532]➜     Compiling uuid v1.17.0
2025-08-20T21:15:47.1013477Z [00:04:41.532]➜       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.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 --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=a03eb038e4bba287 -C extra-filename=-7b62e1b00e34b91b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-ce419289619bf748.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:47.5868795Z [00:04:42.019]➜     Compiling universal-hash v0.5.1
2025-08-20T21:15:47.5884713Z [00:04:42.020]➜       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=ba772fb65277bed2 -C extra-filename=-588e0c716b0f8737 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern crypto_common=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-f72e527e54cb532e.rmeta --extern subtle=/tmp/tmp.ujZ8STPuKX/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-20T21:15:47.7374885Z [00:04:42.169]➜     Compiling blake3 v1.8.2
2025-08-20T21:15:47.7388216Z [00:04:42.170]➜       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=332e63c240972b65 -C extra-filename=-37838791eb706f97 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/blake3-37838791eb706f97 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rlib --cap-lints allow`
2025-08-20T21:15:47.9884157Z [00:04:42.420]➜     Compiling netwatch v0.8.0
2025-08-20T21:15:47.9899722Z [00:04:42.421]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T21:15:48.3479819Z [00:04:42.780]➜     Compiling iroh-quinn v0.14.0
2025-08-20T21:15:48.3499234Z [00:04:42.781]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T21:15:48.3604809Z [00:04:42.793]➜     Compiling http v0.2.12
2025-08-20T21:15:48.3624401Z [00:04:42.793]➜       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=ab763db3fa4bc85f -C extra-filename=-966d5ed1362e7fa5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern fnv=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rmeta --extern itoa=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:48.4964851Z [00:04:42.928]➜     Compiling fs-err v3.1.1
2025-08-20T21:15:48.4970683Z [00:04:42.929]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=0814a125a8047c0c -C extra-filename=-8611d171883c69fc --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/fs-err-8611d171883c69fc -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T21:15:48.8266097Z [00:04:43.259]➜     Compiling opaque-debug v0.3.1
2025-08-20T21:15:48.8279140Z [00:04:43.259]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:48.9139869Z [00:04:43.346]➜     Compiling clap_lex v0.7.5
2025-08-20T21:15:48.9180087Z [00:04:43.348]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8890295daedb63ad -C extra-filename=-ebdd39593b7935e8 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:48.9347934Z [00:04:43.367]➜     Compiling z32 v1.3.0
2025-08-20T21:15:48.9376229Z [00:04:43.369]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:49.2209513Z [00:04:43.653]➜     Compiling rustc-hash v2.1.1
2025-08-20T21:15:49.2221496Z [00:04:43.654]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:49.3230415Z [00:04:43.755]➜     Compiling xml-rs v0.8.27
2025-08-20T21:15:49.3246168Z [00:04:43.756]➜       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.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16eb6b21728a7d83 -C extra-filename=-c8e4d08db3244035 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:49.4154828Z [00:04:43.847]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:49.4206615Z [00:04:43.853]➜     Compiling strsim v0.11.1
2025-08-20T21:15:49.4231549Z [00:04:43.853]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:50.0845908Z [00:04:44.516]➜     Compiling oid-registry v0.7.1
2025-08-20T21:15:50.0853613Z [00:04:44.517]➜       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/oid-registry-0.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="crypto"' --cfg 'feature="default"' --cfg 'feature="kdf"' --cfg 'feature="nist_algs"' --cfg 'feature="pkcs1"' --cfg 'feature="pkcs12"' --cfg 'feature="pkcs7"' --cfg 'feature="pkcs9"' --cfg 'feature="registry"' --cfg 'feature="x509"' --cfg 'feature="x962"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crypto", "default", "kdf", "ms_spc", "nist_algs", "pkcs1", "pkcs12", "pkcs7", "pkcs9", "registry", "x500", "x509", "x962"))' -C metadata=bda3cebcf74618f2 -C extra-filename=-dbdd2a13ef4eeb8f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/oid-registry-dbdd2a13ef4eeb8f -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:15:50.2287281Z [00:04:44.661]➜     Compiling tagptr v0.2.0
2025-08-20T21:15:50.2299533Z [00:04:44.661]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:50.4315020Z [00:04:44.864]➜     Compiling attohttpc v0.24.1
2025-08-20T21:15:50.4335186Z [00:04:44.864]➜       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=aebb86198d829847 -C extra-filename=-dfead94f8e9626eb --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-966d5ed1362e7fa5.rmeta --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:50.4858890Z [00:04:44.916]➜       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=004e67cfb9464b1a -C extra-filename=-ffae028f70d72faf --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-ee7708eddc862b04.rmeta --extern crossbeam_epoch=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-5f6bba963fa74670.rmeta --extern crossbeam_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rmeta --extern parking_lot=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-221e5a438611646b.rmeta --extern portable_atomic=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-b0a30c79b1d8977c.rmeta --extern smallvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta --extern tagptr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtagptr-e721e14d2177eca0.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-80799a78bcf7bc8f.rmeta --extern uuid=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-7b62e1b00e34b91b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:50.8870221Z [00:04:45.319]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/oid-registry-dbdd2a13ef4eeb8f/build-script-build`
2025-08-20T21:15:50.9157691Z [00:04:45.348]➜     Compiling clap_builder v4.5.41
2025-08-20T21:15:50.9214213Z [00:04:45.349]➜       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.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="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=bacc78f6895fb4f8 -C extra-filename=-fecc121bfa12cec9 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta --extern anstyle=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern clap_lex=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta --extern strsim=/tmp/tmp.ujZ8STPuKX/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-20T21:15:52.8151734Z [00:04:47.247]➜     Compiling xmltree v0.10.3
2025-08-20T21:15:52.8264365Z [00:04:47.258]➜       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=e1366652682d15eb -C extra-filename=-9d2ceca730f3ab49 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern xml=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxml-c8e4d08db3244035.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:52.9909461Z [00:04:47.422]➜       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.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="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=6531f1d102505050 -C extra-filename=-a01f839427e0ea69 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --extern ucd_trie=/tmp/tmp.ujZ8STPuKX/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-20T21:15:53.4474796Z [00:04:47.879]➜     Compiling iroh-quinn-proto v0.13.0
2025-08-20T21:15:53.4498472Z [00:04:47.880]➜       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=06ca2feaeb20b5c1 -C extra-filename=-fde08372c0b900d0 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-8313eda8812ce6f9.rmeta --extern ring=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rmeta --extern rustc_hash=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_hash-d021aafb2ce11509.rmeta --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern rustls_platform_verifier=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_platform_verifier-4fdd284ea4901dc8.rlib --extern slab=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-c2d1492b5a7e2dc0.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --extern tinyvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-ceb38c9793a76648.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:15:54.6258321Z [00:04:49.058]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/fs-err-8611d171883c69fc/build-script-build`
2025-08-20T21:15:54.7889238Z [00:04:49.221]➜     Compiling poly1305 v0.8.0
2025-08-20T21:15:54.7901348Z [00:04:49.221]➜       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=66734c2cfb38bbed -C extra-filename=-b43a7ab7e2706ca2 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cpufeatures=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta --extern opaque_debug=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopaque_debug-01a07c3302ed6721.rmeta --extern universal_hash=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuniversal_hash-588e0c716b0f8737.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:56.0371497Z [00:04:50.469]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build-script-build`
2025-08-20T21:15:56.0601677Z [00:04:50.492]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/blake3-37838791eb706f97/build-script-build`
2025-08-20T21:15:56.2709440Z [00:04:50.703]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build-script-build`
2025-08-20T21:15:56.2857317Z [00:04:50.717]➜       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=8f1ac75572f3fae7 -C extra-filename=-651c6c22395fe89c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern unicode_normalization=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-7dafa748878d480a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:57.0971313Z [00:04:51.529]➜     Compiling num-bigint v0.4.6
2025-08-20T21:15:57.0990074Z [00:04:51.529]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_bigint --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=b7d97febb31c407e -C extra-filename=-c6124a5a68b17027 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern num_integer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-5e5a5a0dd909f634.rmeta --extern num_traits=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:57.2705484Z [00:04:51.703]➜     Compiling num_enum v0.7.4
2025-08-20T21:15:57.2757408Z [00:04:51.707]➜       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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=8369f7d8c4655b78 -C extra-filename=-8c4ec576ea46dc51 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern num_enum_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnum_enum_derive-e8bb0d097f06ac7a.so --extern rustversion=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:57.4544770Z [00:04:51.887]➜     Compiling netlink-proto v0.11.5
2025-08-20T21:15:57.4559056Z [00:04:51.887]➜       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=b0b053884bf4402d -C extra-filename=-89d384dbd67034f3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-22c26254a8e8bf93.rmeta --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta --extern netlink_packet_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-90e1bbf2a32433d3.rmeta --extern netlink_sys=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-7a2c37a496bde7b6.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:15:58.1965984Z [00:04:52.629]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-profiles-c384d8a63b7f7303/build-script-build`
2025-08-20T21:15:58.4428086Z [00:04:52.875]➜     Compiling pest_derive v2.8.1
2025-08-20T21:15:58.4454590Z [00:04:52.877]➜       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.8.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 --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=6eb3fef187d899d4 -C extra-filename=-0b30dcbb68b195d4 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest-4c8334ab2c1afc42.rlib --extern pest_generator=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_generator-8c93fe7170482c79.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:15:59.4190072Z [00:04:53.851]➜     Compiling pnet_macros_support v0.34.0
2025-08-20T21:15:59.4205357Z [00:04:53.852]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pnet_base=/tmp/tmp.ujZ8STPuKX/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-20T21:15:59.6840657Z [00:04:54.115]➜       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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=dea593b699cf7b42 -C extra-filename=-d938b6a2993e586b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T21:16:02.6977186Z [00:04:57.130]➜     Compiling netlink-packet-route v0.24.0
2025-08-20T21:16:02.6998589Z [00:04:57.130]➜       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=74b08be331b2881b -C extra-filename=-c5846aec5813db94 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-50a1f384a5a694a5.rmeta --extern bitflags=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-21edd56883f084c8.rmeta --extern byteorder=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta --extern netlink_packet_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-90e1bbf2a32433d3.rmeta --extern netlink_packet_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-153b7d3ad072c2cd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:04.5734434Z [00:04:59.005]➜     Compiling chacha20 v0.9.1
2025-08-20T21:16:04.5747928Z [00:04:59.006]➜       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=f36494297ff5a0d6 -C extra-filename=-6b9e3de667c4e00a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern cipher=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-38bef5ef50eaa8a4.rmeta --extern cpufeatures=/tmp/tmp.ujZ8STPuKX/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-20T21:16:05.0570854Z [00:04:59.489]➜     Compiling salsa20 v0.10.2
2025-08-20T21:16:05.0599441Z [00:04:59.491]➜       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=887a67b467906a0a -C extra-filename=-6506f1d2400c1d44 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cipher=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-38bef5ef50eaa8a4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:05.2957719Z [00:04:59.728]➜     Compiling n0-watcher v0.3.0
2025-08-20T21:16:05.2973683Z [00:04:59.728]➜       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=3ab88bffe5249e1d -C extra-filename=-9a5ff183a3f30af7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern derive_more=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-f5e942a261ec3c41.rmeta --extern n0_future=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rmeta --extern snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:05.7867793Z [00:05:00.219]➜     Compiling pnet_macros v0.34.0
2025-08-20T21:16:05.7886783Z [00:05:00.220]➜       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=095fdf4e2bfbb403 -C extra-filename=-93e12c6d47943dd3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern regex=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex-813717a3c512d141.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:16:07.1219789Z [00:05:01.554]➜     Compiling strum_macros v0.27.1
2025-08-20T21:16:07.1248647Z [00:05:01.556]➜       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.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=7e18ed49502328bb -C extra-filename=-de03a2aaafa0f0f8 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern rustversion=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:16:08.2095417Z [00:05:02.642]➜     Compiling hmac v0.12.1
2025-08-20T21:16:08.2114446Z [00:05:02.643]➜       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=7bd43c2c16843945 -C extra-filename=-4f718781499b6e53 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern digest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-e249bb45cb1d8f61.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:08.3164777Z [00:05:02.748]➜     Compiling raw-cpuid v11.5.0
2025-08-20T21:16:08.3188986Z [00:05:02.750]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name raw_cpuid --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/raw-cpuid-11.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("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=b379beb826e121cd -C extra-filename=-87a8a348d3207916 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-21edd56883f084c8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:08.4604701Z [00:05:02.892]➜     Compiling netdev v0.36.0
2025-08-20T21:16:08.4648666Z [00:05:02.896]➜       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=4749bf9c3c566018 -C extra-filename=-47a95973b9bed063 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern ipnet=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-a334be260832c48b.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/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-20T21:16:12.3488929Z [00:05:06.781]➜     Compiling tokio-stream v0.1.17
2025-08-20T21:16:12.3506436Z [00:05:06.782]➜       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=822256ae55ed1970 -C extra-filename=-aecc7e378f971dd4 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:13.1266693Z [00:05:07.559]➜     Compiling clap_derive v4.5.41
2025-08-20T21:16:13.1319303Z [00:05:07.559]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=0dc171641dbf3591 -C extra-filename=-bc4ba59015a714aa --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:16:13.4970469Z [00:05:07.929]➜     Compiling enumflags2_derive v0.7.12
2025-08-20T21:16:13.5001392Z [00:05:07.930]➜       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.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=bb2c57f0ab7b059e -C extra-filename=-4247b8c6c57d0a8d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:16:14.0627966Z [00:05:08.495]➜     Compiling aead v0.5.2
2025-08-20T21:16:14.0662604Z [00:05:08.497]➜       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=f670c640078cf3d0 -C extra-filename=-3fb7ae699fcda4ed --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern crypto_common=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-f72e527e54cb532e.rmeta --extern generic_array=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-c5bdfea50a930cfb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:14.4042191Z [00:05:08.836]➜     Compiling iroh-relay v0.91.2 (/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay)
2025-08-20T21:16:14.4075699Z [00:05:08.839]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 iroh-relay/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", "metrics", "server", "test-utils"))' -C metadata=39d1f6dea5e0cd70 -C extra-filename=-5091d3dcb591944b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-relay-5091d3dcb591944b -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib`
2025-08-20T21:16:14.9570505Z [00:05:09.389]➜     Compiling socket2 v0.6.0
2025-08-20T21:16:14.9670805Z [00:05:09.398]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ujZ8STPuKX/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-20T21:16:14.9905785Z [00:05:09.423]➜     Compiling resolv-conf v0.7.4
2025-08-20T21:16:14.9922037Z [00:05:09.423]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name resolv_conf --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-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="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("system"))' -C metadata=209c7582de0d3f4a -C extra-filename=-5c926bf08a0cabdd --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:16.4757250Z [00:05:10.908]➜     Compiling arrayvec v0.7.6
2025-08-20T21:16:16.4770473Z [00:05:10.908]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=9086fbb2472fe2c8 -C extra-filename=-e2c846147a1dc314 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:16.9620882Z [00:05:11.394]➜     Compiling base16ct v0.2.0
2025-08-20T21:16:16.9633744Z [00:05:11.395]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:17.0474749Z [00:05:11.479]➜     Compiling hashbrown v0.14.5
2025-08-20T21:16:17.0489945Z [00:05:11.480]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=2738feacbeb11541 -C extra-filename=-fbf9229152a0f466 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:17.3446102Z [00:05:11.777]➜     Compiling simdutf8 v0.1.5
2025-08-20T21:16:17.3460664Z [00:05:11.777]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:17.9912602Z [00:05:12.423]➜     Compiling arrayref v0.3.9
2025-08-20T21:16:17.9928860Z [00:05:12.424]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:18.0744721Z [00:05:12.507]➜     Compiling mime v0.3.17
2025-08-20T21:16:18.0776646Z [00:05:12.509]➜       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 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29f23587b24e17bd -C extra-filename=-3b2f1791f4355644 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:18.2860383Z [00:05:12.718]➜     Compiling constant_time_eq v0.3.1
2025-08-20T21:16:18.2873625Z [00:05:12.719]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:18.4593890Z [00:05:12.890]➜       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=af61e56a968409b1 -C extra-filename=-5b85d592df917c6c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern arrayref=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayref-3908e0d6c1e1c1ed.rmeta --extern arrayvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-e2c846147a1dc314.rmeta --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern constant_time_eq=/tmp/tmp.ujZ8STPuKX/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/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-20T21:16:18.5834918Z [00:05:13.015]➜     Compiling axum-core v0.5.2
2025-08-20T21:16:18.5870013Z [00:05:13.016]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name axum_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-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 --warn=rust_2018_idioms '--warn=clippy::verbose_file_reads' '--warn=clippy::unused_self' --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnested_or_patterns' '--warn=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--warn=clippy::todo' '--warn=clippy::suboptimal_flops' '--warn=clippy::str_to_string' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::option_option' '--warn=clippy::needless_continue' '--warn=clippy::needless_borrow' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::match_on_vec_items' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--warn=clippy::inefficient_to_string' '--warn=clippy::imprecise_flops' '--warn=clippy::if_let_mutex' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::filter_map_next' '--warn=clippy::exit' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::dbg_macro' '--warn=clippy::await_holding_lock' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__private_docs", "tracing"))' -C metadata=23a8adbad5f6162d -C extra-filename=-b8842663f57ee171 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern http_body=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rmeta --extern http_body_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-f98fd5e36812db6c.rmeta --extern mime=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern rustversion=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so --extern sync_wrapper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rmeta --extern tower_layer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rmeta --extern tower_service=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:18.7772106Z [00:05:13.209]➜     Compiling dashmap v6.1.0
2025-08-20T21:16:18.7791083Z [00:05:13.210]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dashmap --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "inline", "raw-api", "rayon", "serde", "typesize"))' -C metadata=9d54a87423213eed -C extra-filename=-2bdd130270b0776c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern crossbeam_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rmeta --extern hashbrown=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-fbf9229152a0f466.rmeta --extern lock_api=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-75d987cb38e79d6a.rmeta --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta --extern parking_lot_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e6154f994056b976.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:19.8966778Z [00:05:14.329]➜     Compiling clap v4.5.41
2025-08-20T21:16:19.9002636Z [00:05:14.330]➜       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.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="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=9399b9c7994e9c36 -C extra-filename=-9ac944fbe0a9ac2a --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-fecc121bfa12cec9.rmeta --extern clap_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libclap_derive-bc4ba59015a714aa.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:19.9779613Z [00:05:14.410]➜     Compiling tokio-websockets v0.12.0
2025-08-20T21:16:19.9818987Z [00:05:14.410]➜       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=f70b56c9fbc89811 -C extra-filename=-ffd74131ef2138da --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_sink=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern getrandom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-ce419289619bf748.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern httparse=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-f1665d6af11c357b.rmeta --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rmeta --extern ring=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rmeta --extern rustls_pki_types=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern simdutf8=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimdutf8-cd8399cec3e84cea.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rmeta --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:16:20.1636680Z [00:05:14.593]➜     Compiling serdect v0.2.0
2025-08-20T21:16:20.1647058Z [00:05:14.594]➜       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=ea67b64a37f99831 -C extra-filename=-f4c442a994bf3e43 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern base16ct=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase16ct-511e79ad2aed6614.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:20.2596972Z [00:05:14.689]➜       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=b58c4c057dbdb0b2 -C extra-filename=-9b8a75bcac8756d8 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern atomic_waker=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-ef9e1d9e2660075a.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern quinn_udp=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-5640244c14546d21.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern n0_future=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rmeta --extern n0_watcher=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-9a5ff183a3f30af7.rmeta --extern nested_enum_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnested_enum_utils-9603df742ba299ab.so --extern netdev=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-47a95973b9bed063.rmeta --extern netlink_packet_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-90e1bbf2a32433d3.rmeta --extern netlink_packet_route=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_route-c5846aec5813db94.rmeta --extern netlink_proto=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_proto-89d384dbd67034f3.rmeta --extern netlink_sys=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-7a2c37a496bde7b6.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rmeta --extern socket2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-7a1ae249034bdbfe.rmeta --extern time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:16:20.5185697Z [00:05:14.951]➜     Compiling hickory-resolver v0.25.2
2025-08-20T21:16:20.5215261Z [00:05:14.951]➜       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=5ea6e5df043ee483 -C extra-filename=-ab55967963ec6551 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern hickory_proto=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-489cf9526ba80302.rmeta --extern moka=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmoka-ffae028f70d72faf.rmeta --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta --extern parking_lot=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-221e5a438611646b.rmeta --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rmeta --extern resolv_conf=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-5c926bf08a0cabdd.rmeta --extern smallvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:16:22.0769369Z [00:05:16.509]➜     Compiling enumflags2 v0.7.12
2025-08-20T21:16:22.0780376Z [00:05:16.509]➜       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.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("serde", "std"))' -C metadata=3466a450ee7c6674 -C extra-filename=-117e16b55a0b0b19 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern enumflags2_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libenumflags2_derive-4247b8c6c57d0a8d.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-20T21:16:22.5630835Z [00:05:16.995]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-relay-5091d3dcb591944b/build-script-build`
2025-08-20T21:16:22.5746534Z [00:05:17.006]➜     Compiling crypto_secretbox v0.1.1
2025-08-20T21:16:22.5770457Z [00:05:17.007]➜       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=3484b6466ffef2b5 -C extra-filename=-37335fbdb2fc9ac7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern aead=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-3fb7ae699fcda4ed.rmeta --extern chacha20=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-6b9e3de667c4e00a.rmeta --extern cipher=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-38bef5ef50eaa8a4.rmeta --extern generic_array=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-c5bdfea50a930cfb.rmeta --extern poly1305=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpoly1305-b43a7ab7e2706ca2.rmeta --extern salsa20=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-6506f1d2400c1d44.rmeta --extern subtle=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.ujZ8STPuKX/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-20T21:16:23.0128714Z [00:05:17.445]➜     Compiling strum v0.27.1
2025-08-20T21:16:23.0166366Z [00:05:17.448]➜       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.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="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=44155f69e5ac62fd -C extra-filename=-ee874ebcba82b610 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstrum_macros-de03a2aaafa0f0f8.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-20T21:16:23.2165703Z [00:05:17.649]➜     Compiling quanta v0.12.6
2025-08-20T21:16:23.2180343Z [00:05:17.649]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quanta --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quanta-0.12.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="flaky_tests"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flaky_tests", "prost", "prost-types"))' -C metadata=208bf87e6b3a5a42 -C extra-filename=-e2f3c152fdb77b38 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern once_cell=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta --extern raw_cpuid=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libraw_cpuid-87a8a348d3207916.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:23.5049969Z [00:05:17.937]➜     Compiling hmac-sha1 v0.2.2
2025-08-20T21:16:23.5062356Z [00:05:17.937]➜       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=74818492613ad808 -C extra-filename=-5d05948eb73fb380 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern hmac=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac-4f718781499b6e53.rmeta --extern sha1=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-c78d8f5c38837b1d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:23.9977953Z [00:05:18.429]➜       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=0a430f76529daea9 -C extra-filename=-f5c3d068172c31c3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rmeta --extern precis_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-651c6c22395fe89c.rmeta --extern unicode_normalization=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-7dafa748878d480a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:24.1418996Z [00:05:18.574]➜     Compiling pnet_packet v0.34.0
2025-08-20T21:16:24.1435212Z [00:05:18.574]➜       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=065c60746896a44e -C extra-filename=-fd6de1138106d2c7 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pnet_base=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-f84a6dee7ac5f8e2.rmeta --extern pnet_macros=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpnet_macros-93e12c6d47943dd3.so --extern pnet_macros_support=/tmp/tmp.ujZ8STPuKX/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-20T21:16:24.8901088Z [00:05:19.322]➜     Compiling erased-serde v0.3.31
2025-08-20T21:16:24.8911717Z [00:05:19.323]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name erased_serde --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=0795ef327f4b29c1 -C extra-filename=-2252c8bfae2fa6ed --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libserde-d938b6a2993e586b.rmeta --cap-lints allow`
2025-08-20T21:16:26.5030393Z [00:05:20.933]➜       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=ba1cb4a657fd417a -C extra-filename=-782a4fa57206130c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern proto=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-fde08372c0b900d0.rmeta --extern udp=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-5640244c14546d21.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern rustc_hash=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_hash-d021aafb2ce11509.rmeta --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern socket2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9e59165f20ecc914.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out --check-cfg 'cfg(wasm_browser)'`
2025-08-20T21:16:29.4523724Z [00:05:23.884]➜     Compiling der-parser v9.0.0
2025-08-20T21:16:29.4542594Z [00:05:23.885]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name der_parser --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-parser-9.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="bigint"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigint", "cookie-factory", "default", "num-bigint", "serialize", "std", "unstable"))' -C metadata=677c5b98fed47804 -C extra-filename=-0842ccec62be9b3b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern asn1_rs=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasn1_rs-541192580b67f634.rmeta --extern displaydoc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so --extern nom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-224a83edff42760e.rmeta --extern num_bigint=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-c6124a5a68b17027.rmeta --extern num_traits=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rmeta --extern rusticata_macros=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusticata_macros-4e928acf2364b351.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:31.8488999Z [00:05:26.281]➜     Compiling quoted-string-parser v0.1.0
2025-08-20T21:16:31.8499941Z [00:05:26.281]➜       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=8223040a45b6f0a5 -C extra-filename=-37a5af646113d63d --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-a01f839427e0ea69.rmeta --extern pest_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_derive-0b30dcbb68b195d4.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-20T21:16:33.4167879Z [00:05:27.848]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fs_err --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=8c5d668b0ef7fc36 -C extra-filename=-aaf9a421e59ff624 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
2025-08-20T21:16:33.4494342Z [00:05:27.881]➜     Compiling igd-next v0.16.1
2025-08-20T21:16:33.4518752Z [00:05:27.882]➜       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=c1225a7cae67318a -C extra-filename=-48e2914d0f6cd654 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasync_trait-1e21a360bcada2ae.so --extern attohttpc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libattohttpc-dfead94f8e9626eb.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern futures=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-22c26254a8e8bf93.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern http_body_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-f98fd5e36812db6c.rmeta --extern hyper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rmeta --extern hyper_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rmeta --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rmeta --extern xmltree=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxmltree-9d2ceca730f3ab49.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:33.7520994Z [00:05:28.183]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name oid_registry --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oid-registry-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="kdf"' --cfg 'feature="nist_algs"' --cfg 'feature="pkcs1"' --cfg 'feature="pkcs12"' --cfg 'feature="pkcs7"' --cfg 'feature="pkcs9"' --cfg 'feature="registry"' --cfg 'feature="x509"' --cfg 'feature="x962"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crypto", "default", "kdf", "ms_spc", "nist_algs", "pkcs1", "pkcs12", "pkcs7", "pkcs9", "registry", "x500", "x509", "x962"))' -C metadata=b2ebc5e3c0c9c806 -C extra-filename=-9cbf1fccd89e62ca --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern asn1_rs=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasn1_rs-541192580b67f634.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:34.1060105Z [00:05:28.538]➜     Compiling iroh-base v0.91.2 (/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base)
2025-08-20T21:16:34.1082071Z [00:05:28.538]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_base --edition=2024 iroh-base/src/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=c6e1c807d7763c1b -C extra-filename=-a6f5c8c61f7cbfc0 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern curve25519_dalek=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-2cf11b7410935c69.rmeta --extern data_encoding=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-ecf3074339209513.rmeta --extern derive_more=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-0d4e05a30fbe3aad.rmeta --extern ed25519_dalek=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-2f521e9c13e4f918.rmeta --extern n0_snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rmeta --extern nested_enum_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnested_enum_utils-9603df742ba299ab.so --extern postcard=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-287bc2134ca3f004.rmeta --extern rand_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-100ede5101d639fe.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rmeta --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:34.2512268Z [00:05:28.683]➜     Compiling serde_path_to_error v0.1.17
2025-08-20T21:16:34.2523835Z [00:05:28.684]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_path_to_error --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-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 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=575b4bce006ac09a -C extra-filename=-f5f72d3b8b34b7e3 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:34.8672124Z [00:05:29.299]➜     Compiling axum-macros v0.5.0
2025-08-20T21:16:34.8694538Z [00:05:29.300]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name axum_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-macros-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 --warn=rust_2018_idioms '--warn=clippy::verbose_file_reads' '--warn=clippy::unused_self' --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnested_or_patterns' '--warn=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--warn=clippy::todo' '--warn=clippy::suboptimal_flops' '--warn=clippy::str_to_string' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::option_option' '--warn=clippy::needless_continue' '--warn=clippy::needless_borrow' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::match_on_vec_items' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--warn=clippy::inefficient_to_string' '--warn=clippy::imprecise_flops' '--warn=clippy::if_let_mutex' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::filter_map_next' '--warn=clippy::exit' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::dbg_macro' '--warn=clippy::await_holding_lock' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__private", "default"))' -C metadata=b8fe28ee40cf979c -C extra-filename=-99dbc815a8dfab54 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:16:34.8797827Z [00:05:29.312]➜     Compiling iroh v0.91.2 (/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh)
2025-08-20T21:16:34.8815155Z [00:05:29.313]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 iroh/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=1435cd3ec38ebc4b -C extra-filename=-a843d26e150dc751 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-a843d26e150dc751 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib`
2025-08-20T21:16:35.1859168Z [00:05:29.617]➜     Compiling rustls-pemfile v2.2.0
2025-08-20T21:16:35.1869679Z [00:05:29.618]➜       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 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6c32a1de74ff17a6 -C extra-filename=-68e0e7ccca191210 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.ujZ8STPuKX/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-20T21:16:35.3275855Z [00:05:29.760]➜     Compiling spinning_top v0.3.0
2025-08-20T21:16:35.3287763Z [00:05:29.760]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name spinning_top --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spinning_top-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "owning_ref"))' -C metadata=3ac48c898dfba941 -C extra-filename=-3245eaa486c742f9 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-75d987cb38e79d6a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:35.5117725Z [00:05:29.944]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build`
2025-08-20T21:16:35.6192691Z [00:05:30.049]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=43637e01c445680b -C extra-filename=-aa5b0dfc4d8124ba --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:35.6611786Z [00:05:30.093]➜     Compiling hostname-validator v1.1.1
2025-08-20T21:16:35.6619663Z [00:05:30.094]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:35.8588398Z [00:05:30.291]➜     Compiling futures-timer v3.0.3
2025-08-20T21:16:35.8596070Z [00:05:30.291]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_timer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=d8e821717ffef734 -C extra-filename=-b5124fd43b6b0eee --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:37.0099196Z [00:05:31.441]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1087ec6d4a10ae0 -C extra-filename=-de6eed6e4f0a8781 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:37.2370229Z [00:05:31.669]➜     Compiling matchit v0.8.4
2025-08-20T21:16:37.2379525Z [00:05:31.669]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name matchit --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__test_helpers", "default"))' -C metadata=8b995c9468e632ad -C extra-filename=-4cbb67a072be49b5 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:37.7394480Z [00:05:32.171]➜     Compiling arc-swap v1.7.1
2025-08-20T21:16:37.7411569Z [00:05:32.172]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name arc_swap --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=d119d224d96922d4 -C extra-filename=-a543dcf2e7b9422e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:38.0864868Z [00:05:32.519]➜     Compiling hmac-sha256 v1.1.12
2025-08-20T21:16:38.0882786Z [00:05:32.520]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hmac_sha256 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-sha256-1.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest010", "digest09", "opt_size", "traits", "traits010", "traits09"))' -C metadata=ee65063782bad373 -C extra-filename=-875e584b2b84c016 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:38.4289827Z [00:05:32.861]➜     Compiling bounded-integer v0.5.8
2025-08-20T21:16:38.4302670Z [00:05:32.862]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:38.5545492Z [00:05:32.987]➜     Compiling no-std-compat v0.4.1
2025-08-20T21:16:38.5557821Z [00:05:32.987]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name no_std_compat --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/no-std-compat-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compat_hash", "compat_macros", "compat_sync", "hashbrown", "spin", "std", "unstable"))' -C metadata=9c82760571a4d556 -C extra-filename=-5327d45b53629405 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:38.6766644Z [00:05:33.109]➜     Compiling md5 v0.7.0
2025-08-20T21:16:38.6781428Z [00:05:33.110]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:39.2674060Z [00:05:33.699]➜     Compiling iana-time-zone v0.1.63
2025-08-20T21:16:39.2693282Z [00:05:33.701]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iana_time_zone --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=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=fe1030a0a14cc043 -C extra-filename=-2f6b35ad6a9a94fb --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:39.2977227Z [00:05:33.730]➜     Compiling hex v0.4.3
2025-08-20T21:16:39.2991777Z [00:05:33.731]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:39.9894525Z [00:05:34.421]➜     Compiling struct_iterable_internal v0.1.1
2025-08-20T21:16:39.9905761Z [00:05:34.422]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name struct_iterable_internal --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/struct_iterable_internal-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb8bd39a5b3e9335 -C extra-filename=-9cebe4e4c265e628 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:16:40.0614789Z [00:05:34.493]➜     Compiling redb v2.4.0
2025-08-20T21:16:40.0634333Z [00:05:34.495]➜       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.ujZ8STPuKX/TEMPREPO/target/release/build/redb-a782b76090a31b30 -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:16:40.0840585Z [00:05:34.516]➜     Compiling nonempty v0.7.0
2025-08-20T21:16:40.0854755Z [00:05:34.517]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nonempty --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serialize"))' -C metadata=9e53a29511ea9ca9 -C extra-filename=-e9bb8c4901db6910 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:40.3087057Z [00:05:34.741]➜     Compiling web-time v1.1.0
2025-08-20T21:16:40.3124911Z [00:05:34.742]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name web_time --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unused --warn=rust_2021_compatibility --warn=rust_2018_idioms --warn=rust_2018_compatibility '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=future_incompatible '--warn=clippy::cargo' '--warn=rustdoc::all' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_debug' '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unused_import_braces '--warn=clippy::unseparated_literal_suffix' --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unneeded_field_pattern' '--warn=clippy::unnecessary_self_imports' '--warn=clippy::unnecessary_safety_doc' '--warn=clippy::unimplemented' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::try_err' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::todo' '--allow=clippy::tabs_in_doc_comments' '--warn=clippy::suspicious_xor_used_as_pow' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::string_add' '--warn=clippy::str_to_string' --warn=single_use_lifetimes '--warn=clippy::single_char_lifetime_names' '--warn=clippy::semicolon_outside_block' '--warn=clippy::self_named_module_files' '--warn=clippy::same_name_method' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_patterns' '--warn=clippy::redundant_type_annotations' '--allow=clippy::redundant_pub_crate' '--warn=clippy::rc_mutex' '--warn=clippy::rc_buffer' '--warn=clippy::pub_without_shorthand' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::partial_pub_fields' '--allow=clippy::option_if_let_else' '--warn=clippy::non_ascii_literal' --warn=non_ascii_idents '--warn=clippy::mutex_atomic' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mixed_read_write_in_expression' '--warn=clippy::missing_docs_in_private_items' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::missing_asserts_for_indexing' '--warn=clippy::missing_assert_message' --warn=missing_abi '--warn=clippy::min_ident_chars' --warn=meta_variable_misuse --warn=macro_use_extern_crate '--warn=clippy::lossy_float_literal' '--warn=clippy::large_include_file' '--warn=clippy::infinite_loop' '--warn=clippy::indexing_slicing' '--warn=clippy::impl_trait_in_params' '--warn=clippy::if_then_some_else_none' '--warn=clippy::get_unwrap' '--allow=clippy::future_not_send' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::float_cmp_const' '--warn=clippy::filetype_is_file' --warn=ffi_unwind_calls '--allow=clippy::explicit_deref_methods' '--warn=clippy::exit' '--warn=clippy::error_impl_error' '--allow=clippy::equatable_if_let' '--warn=clippy::empty_structs_with_brackets' '--warn=clippy::empty_drop' --warn=deprecated_in_future '--warn=clippy::default_union_representation' '--warn=clippy::decimal_literal_representation' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--warn=clippy::clone_on_ref_ptr' '--warn=clippy::assertions_on_result_states' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::absolute_paths' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d48eea83a0f61ca1 -C extra-filename=-f50d6b9996de2cee --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:40.4334572Z [00:05:34.865]➜     Compiling nonzero_ext v0.3.0
2025-08-20T21:16:40.4343273Z [00:05:34.866]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nonzero_ext --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonzero_ext-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5098088f5580ed85 -C extra-filename=-cf29fb3cde9555f1 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:40.4605439Z [00:05:34.891]➜     Compiling fallible-iterator v0.3.0
2025-08-20T21:16:40.4614085Z [00:05:34.892]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:40.5167729Z [00:05:34.949]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/redb-a782b76090a31b30/build-script-build`
2025-08-20T21:16:40.5307903Z [00:05:34.963]➜     Compiling forwarded-header-value v0.1.1
2025-08-20T21:16:40.5320605Z [00:05:34.963]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name forwarded_header_value --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/forwarded-header-value-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61be32486905bbba -C extra-filename=-1de4fa5212cc9c49 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern nonempty=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnonempty-e9bb8c4901db6910.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-80799a78bcf7bc8f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:40.6915224Z [00:05:35.123]➜     Compiling governor v0.8.1
2025-08-20T21:16:40.6960512Z [00:05:35.126]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name governor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/governor-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="jitter"' --cfg 'feature="quanta"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dashmap", "default", "jitter", "no_std", "quanta", "rand", "std"))' -C metadata=6da48e68b6ab95ac -C extra-filename=-1bd2647e80a24227 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern dashmap=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdashmap-2bdd130270b0776c.rmeta --extern futures_sink=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern futures_timer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_timer-b5124fd43b6b0eee.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern getrandom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-ce419289619bf748.rmeta --extern no_std_compat=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_compat-5327d45b53629405.rmeta --extern nonzero_ext=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnonzero_ext-cf29fb3cde9555f1.rmeta --extern parking_lot=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-221e5a438611646b.rmeta --extern portable_atomic=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-b0a30c79b1d8977c.rmeta --extern quanta=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquanta-e2f3c152fdb77b38.rmeta --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rmeta --extern smallvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta --extern spinning_top=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspinning_top-3245eaa486c742f9.rmeta --extern web_time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweb_time-f50d6b9996de2cee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:41.3678583Z [00:05:35.800]➜     Compiling struct_iterable_derive v0.1.0
2025-08-20T21:16:41.3689251Z [00:05:35.800]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name struct_iterable_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/struct_iterable_derive-0.1.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=95727366da243537 -C extra-filename=-b65e0e805fc6042e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern erased_serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liberased_serde-2252c8bfae2fa6ed.rlib --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern struct_iterable_internal=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstruct_iterable_internal-9cebe4e4c265e628.rlib --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:16:41.4613467Z [00:05:35.893]➜     Compiling toml_parser v1.0.1
2025-08-20T21:16:41.4649254Z [00:05:35.894]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=daa1137ff349def4 -C extra-filename=-213ee7ffc89f216f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:41.6360078Z [00:05:36.068]➜     Compiling surge-ping v0.8.2
2025-08-20T21:16:41.6382868Z [00:05:36.069]➜       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.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=f00a256924dcd340 -C extra-filename=-c1eb15b8a118d11e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern hex=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-69df7537c1b61304.rmeta --extern parking_lot=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-221e5a438611646b.rmeta --extern pnet_packet=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-fd6de1138106d2c7.rmeta --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rmeta --extern socket2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9e59165f20ecc914.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-80799a78bcf7bc8f.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:42.1434093Z [00:05:36.575]➜     Compiling chrono v0.4.41
2025-08-20T21:16:42.1449133Z [00:05:36.576]➜       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.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --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-link"))' -C metadata=1e264bb3dcb3de67 -C extra-filename=-3b50e6e6f370b682 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta --extern num_traits=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:43.7849190Z [00:05:38.217]➜     Compiling stun-rs v0.1.11
2025-08-20T21:16:43.7880921Z [00:05:38.218]➜       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=ccb3cf7133679db3 -C extra-filename=-1c1217315af6667b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern bounded_integer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_integer-03e9cf1ded675746.rmeta --extern byteorder=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --extern crc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-24fe2f4a89134b16.rmeta --extern enumflags2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-117e16b55a0b0b19.rmeta --extern fallible_iterator=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-7d317ded3d3bbb97.rmeta --extern hmac_sha1=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha1-5d05948eb73fb380.rmeta --extern hmac_sha256=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha256-875e584b2b84c016.rmeta --extern hostname_validator=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname_validator-4aecbb2699db7042.rmeta --extern lazy_static=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rmeta --extern md5=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmd5-4309eb78ee8fc10c.rmeta --extern paste=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so --extern precis_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-651c6c22395fe89c.rmeta --extern precis_profiles=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_profiles-f5c3d068172c31c3.rmeta --extern quoted_string_parser=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquoted_string_parser-37a5af646113d63d.rmeta --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:44.0208070Z [00:05:38.453]➜     Compiling axum v0.8.4
2025-08-20T21:16:44.0275051Z [00:05:38.455]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name axum --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::verbose_file_reads' '--warn=clippy::unused_self' --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnested_or_patterns' '--warn=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--warn=clippy::todo' '--warn=clippy::suboptimal_flops' '--warn=clippy::str_to_string' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::option_option' '--warn=clippy::needless_continue' '--warn=clippy::needless_borrow' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::match_on_vec_items' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--warn=clippy::inefficient_to_string' '--warn=clippy::imprecise_flops' '--warn=clippy::if_let_mutex' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::filter_map_next' '--warn=clippy::exit' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::dbg_macro' '--warn=clippy::await_holding_lock' --cfg 'feature="default"' --cfg 'feature="form"' --cfg 'feature="http1"' --cfg 'feature="json"' --cfg 'feature="macros"' --cfg 'feature="matched-path"' --cfg 'feature="original-uri"' --cfg 'feature="query"' --cfg 'feature="tokio"' --cfg 'feature="tower-log"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__private", "__private_docs", "default", "form", "http1", "http2", "json", "macros", "matched-path", "multipart", "original-uri", "query", "tokio", "tower-log", "tracing", "ws"))' -C metadata=b54de379ac301223 -C extra-filename=-97ed1bdc94e43430 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern axum_core=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_core-b8842663f57ee171.rmeta --extern axum_macros=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libaxum_macros-99dbc815a8dfab54.so --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern form_urlencoded=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern http_body=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rmeta --extern http_body_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-f98fd5e36812db6c.rmeta --extern hyper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rmeta --extern hyper_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rmeta --extern itoa=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta --extern matchit=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchit-4cbb67a072be49b5.rmeta --extern memchr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta --extern mime=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rmeta --extern percent_encoding=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern rustversion=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern serde_json=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-9ea89ee71de6e700.rmeta --extern serde_path_to_error=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_path_to_error-f5f72d3b8b34b7e3.rmeta --extern serde_urlencoded=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-9463aad69c03bdb3.rmeta --extern sync_wrapper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tower=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-cf2d1af1b12de127.rmeta --extern tower_layer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rmeta --extern tower_service=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:44.9979146Z [00:05:39.430]➜     Compiling axum-server v0.7.2
2025-08-20T21:16:45.0005902Z [00:05:39.430]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name axum_server --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-server-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 opt-level=3 -C linker-plugin-lto --cfg 'feature="arc-swap"' --cfg 'feature="default"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-pki-types"' --cfg 'feature="tls-rustls-no-provider"' --cfg 'feature="tokio-rustls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc-swap", "default", "openssl", "rustls", "rustls-pemfile", "rustls-pki-types", "tls-openssl", "tls-rustls", "tls-rustls-no-provider", "tokio-openssl", "tokio-rustls"))' -C metadata=b4e9adf9bf57fb47 -C extra-filename=-849720b3a8cea8c9 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern arc_swap=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarc_swap-a543dcf2e7b9422e.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern fs_err=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_err-aaf9a421e59ff624.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern http_body=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rmeta --extern hyper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rmeta --extern hyper_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rmeta --extern pin_project_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern rustls_pemfile=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-68e0e7ccca191210.rmeta --extern rustls_pki_types=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rmeta --extern tower_service=/tmp/tmp.ujZ8STPuKX/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 -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:16:46.5797153Z [00:05:41.007]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_relay --edition=2024 iroh-relay/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", "metrics", "server", "test-utils"))' -C metadata=fce02f138e33d83e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern blake3=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-5b85d592df917c6c.rlib --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rlib --extern data_encoding=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-ecf3074339209513.rlib --extern derive_more=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-0d4e05a30fbe3aad.rlib --extern hickory_resolver=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-ab55967963ec6551.rlib --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rlib --extern http_body_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-f98fd5e36812db6c.rlib --extern hyper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rlib --extern hyper_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rlib --extern iroh_base=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-a6f5c8c61f7cbfc0.rlib --extern iroh_metrics=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rlib --extern quinn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-782a4fa57206130c.rlib --extern quinn_proto=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-fde08372c0b900d0.rlib --extern lru=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-67ed253cc1158d38.rlib --extern n0_future=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rlib --extern n0_snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rlib --extern nested_enum_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnested_enum_utils-9603df742ba299ab.so --extern num_enum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-8c4ec576ea46dc51.rlib --extern pin_project=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-bdb67aaf8f78f70e.rlib --extern pkarr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-384999782258224d.rlib --extern postcard=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-287bc2134ca3f004.rlib --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-8313eda8812ce6f9.rlib --extern reqwest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-03548c92e6823d63.rlib --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rlib --extern webpki_types=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rlib --extern webpki=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-69e3e0c9d8fb3dc6.rlib --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rlib --extern serde_bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-2b80999cabeda839.rlib --extern sha1=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-c78d8f5c38837b1d.rlib --extern snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rlib --extern strum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee874ebcba82b610.rlib --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rlib --extern tokio_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rlib --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rlib --extern tokio_websockets=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_websockets-ffd74131ef2138da.rlib --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rlib --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rlib --extern webpki_roots=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3edb310f2ff9d695.rlib --extern z32=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out --check-cfg 'cfg(wasm_browser)'`
2025-08-20T21:16:46.6271510Z [00:05:41.059]➜  warning: dropping unsupported crate type `cdylib` for target `x86_64-unknown-linux-musl`
2025-08-20T21:16:46.6276318Z [00:05:41.060]➜  
2025-08-20T21:16:47.8884997Z [00:05:42.319]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=7e2c0a1935832d4c -C extra-filename=-6d12c7e6423b6742 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_ident-de6eed6e4f0a8781.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 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-20T21:16:49.5929285Z [00:05:44.025]➜     Compiling portmapper v0.8.0
2025-08-20T21:16:49.5983883Z [00:05:44.027]➜       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=06112860d2ac9154 -C extra-filename=-1cefb301fe6b58e9 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern derive_more=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-0d4e05a30fbe3aad.rmeta --extern futures_lite=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern hyper_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rmeta --extern igd_next=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-48e2914d0f6cd654.rmeta --extern iroh_metrics=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rmeta --extern libc=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern nested_enum_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnested_enum_utils-9603df742ba299ab.so --extern netwatch=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-9b8a75bcac8756d8.rmeta --extern num_enum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-8c4ec576ea46dc51.rmeta --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern smallvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta --extern snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rmeta --extern socket2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-7a1ae249034bdbfe.rmeta --extern time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta --extern tower_layer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:16:50.8358409Z [00:05:45.268]➜       Running `/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-a843d26e150dc751/build-script-build`
2025-08-20T21:16:50.8564030Z [00:05:45.288]➜     Compiling x509-parser v0.16.0
2025-08-20T21:16:50.8588849Z [00:05:45.289]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name x509_parser --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-parser-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ring", "validate", "verify"))' -C metadata=b716d65acbd26215 -C extra-filename=-063a0147cb1c06bd --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern asn1_rs=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasn1_rs-541192580b67f634.rmeta --extern data_encoding=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-ecf3074339209513.rmeta --extern der_parser=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder_parser-0842ccec62be9b3b.rmeta --extern lazy_static=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rmeta --extern nom=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-224a83edff42760e.rmeta --extern oid_registry=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboid_registry-9cbf1fccd89e62ca.rmeta --extern rusticata_macros=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusticata_macros-4e928acf2364b351.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-80799a78bcf7bc8f.rmeta --extern time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:55.9980189Z [00:05:50.430]➜     Compiling crypto_box v0.9.1
2025-08-20T21:16:56.0005050Z [00:05:50.431]➜       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=0006cf65cb23461c -C extra-filename=-2c68a58bdef7dbf1 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern aead=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-3fb7ae699fcda4ed.rmeta --extern chacha20=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-6b9e3de667c4e00a.rmeta --extern crypto_secretbox=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_secretbox-37335fbdb2fc9ac7.rmeta --extern curve25519_dalek=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-2cf11b7410935c69.rmeta --extern salsa20=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-6506f1d2400c1d44.rmeta --extern serdect=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserdect-f4c442a994bf3e43.rmeta --extern subtle=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.ujZ8STPuKX/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-20T21:16:56.3337281Z [00:05:50.766]➜     Compiling rcgen v0.13.2
2025-08-20T21:16:56.3356456Z [00:05:50.766]➜       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=b16405cedb1610b3 -C extra-filename=-5f88784fe38c795f --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pem=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-fe2af8081382be25.rmeta --extern ring=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rmeta --extern pki_types=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta --extern yasna=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-6e2eca6aeb33bf8b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:16:56.6478638Z [00:05:51.080]➜     Compiling backon v1.5.1
2025-08-20T21:16:56.6499818Z [00:05:51.081]➜       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.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="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=70e21b507efa13e7 -C extra-filename=-090434201e014437 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-bc2f378c135017cb.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:57.1751765Z [00:05:51.607]➜     Compiling prefix-trie v0.7.0
2025-08-20T21:16:57.1790545Z [00:05:51.610]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name prefix_trie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-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 --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=cd5099c5168a638d -C extra-filename=-5a5a51734298f751 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern ipnet=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-a334be260832c48b.rmeta --extern num_traits=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:16:58.3486065Z [00:05:52.781]➜     Compiling strum_macros v0.26.4
2025-08-20T21:16:58.3499356Z [00:05:52.781]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strum_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=235f28506464958e -C extra-filename=-920333dcc0f3f4d4 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern rustversion=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so --extern syn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:17:00.9500212Z [00:05:55.382]➜     Compiling toml_datetime v0.7.0
2025-08-20T21:17:00.9561721Z [00:05:55.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.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=dede65a437690a53 -C extra-filename=-22921f9843672075 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:01.2616274Z [00:05:55.694]➜     Compiling serde_spanned v1.0.0
2025-08-20T21:17:01.2647318Z [00:05:55.695]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_spanned --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=3d399b360d08cb3e -C extra-filename=-64fe79283aff12f4 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:01.5759648Z [00:05:56.008]➜     Compiling dirs-sys-next v0.1.2
2025-08-20T21:17:01.5797639Z [00:05:56.011]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dirs_sys_next --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-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=b5bfbb0efa66f77b -C extra-filename=-ba4199caf252a0f4 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ujZ8STPuKX/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-20T21:17:01.7634015Z [00:05:56.195]➜     Compiling toml_writer v1.0.2
2025-08-20T21:17:01.7750566Z [00:05:56.205]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_writer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0e6dd92fbe526a40 -C extra-filename=-1f435225ef531318 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:02.2804629Z [00:05:56.712]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name struct_iterable_internal --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/struct_iterable_internal-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38396e9210ac24fb -C extra-filename=-28337eb7f0b3cd88 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:02.4117151Z [00:05:56.844]➜     Compiling humantime v2.2.0
2025-08-20T21:17:02.4130342Z [00:05:56.844]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name humantime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-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 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bad0292e4739bfb6 -C extra-filename=-aed975c38708e121 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:02.5225305Z [00:05:56.955]➜     Compiling linked-hash-map v0.5.6
2025-08-20T21:17:02.5240266Z [00:05:56.955]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linked_hash_map --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=fe0a6a9b0d2a92bb -C extra-filename=-8f661f202569b569 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:02.9246199Z [00:05:57.357]➜     Compiling ttl_cache v0.5.1
2025-08-20T21:17:02.9257427Z [00:05:57.357]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ttl_cache --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ttl_cache-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "stats"))' -C metadata=f6acbecd3020d983 -C extra-filename=-1fe2a8f662489c4c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern linked_hash_map=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinked_hash_map-8f661f202569b569.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:03.0911321Z [00:05:57.523]➜     Compiling humantime-serde v1.1.1
2025-08-20T21:17:03.0924517Z [00:05:57.524]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name humantime_serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-serde-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 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e024f9528749e3ee -C extra-filename=-237d91bac4d5a04e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern humantime=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:03.1521297Z [00:05:57.584]➜     Compiling strum v0.26.3
2025-08-20T21:17:03.1534729Z [00:05:57.585]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=e872bbf1c960ac17 -C extra-filename=-d488803a5a1e9927 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstrum_macros-920333dcc0f3f4d4.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:03.1683900Z [00:05:57.601]➜     Compiling struct_iterable v0.1.1
2025-08-20T21:17:03.1698359Z [00:05:57.601]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name struct_iterable --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/struct_iterable-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26800472aabf1542 -C extra-filename=-5413369f3b91efc0 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern struct_iterable_derive=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstruct_iterable_derive-b65e0e805fc6042e.so --extern struct_iterable_internal=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable_internal-28337eb7f0b3cd88.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:03.2533743Z [00:05:57.685]➜     Compiling toml v0.9.2
2025-08-20T21:17:03.2585143Z [00:05:57.688]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.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=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=beae648b5959a9f3 -C extra-filename=-4e699ae71a440dfa --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern serde_spanned=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-64fe79283aff12f4.rmeta --extern toml_datetime=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-22921f9843672075.rmeta --extern toml_parser=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-213ee7ffc89f216f.rmeta --extern toml_writer=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-1f435225ef531318.rmeta --extern winnow=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:03.3073841Z [00:05:57.739]➜     Compiling dirs-next v2.0.0
2025-08-20T21:17:03.3103411Z [00:05:57.740]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dirs_next --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79f4802a4f3e776f -C extra-filename=-68a47dd156bbc4af --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern dirs_sys_next=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys_next-ba4199caf252a0f4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:03.3295139Z [00:05:57.760]➜     Compiling hickory-server v0.25.2
2025-08-20T21:17:03.3326843Z [00:05:57.761]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hickory_server --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-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 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="__https"' --cfg 'feature="__tls"' --cfg 'feature="https-ring"' --cfg 'feature="tls-ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=faccf4ee3fd8176d -C extra-filename=-b7425b6376649662 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasync_trait-1e21a360bcada2ae.so --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern cfg_if=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta --extern data_encoding=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-ecf3074339209513.rmeta --extern enum_as_inner=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libenum_as_inner-e4c1a2da2d3fa205.so --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta --extern h2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-0f87a4f6008f8383.rmeta --extern hickory_proto=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-489cf9526ba80302.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern ipnet=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-a334be260832c48b.rmeta --extern prefix_trie=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprefix_trie-5a5a51734298f751.rmeta --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --extern time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rmeta --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:17:03.5537074Z [00:05:57.986]➜     Compiling tokio-rustls-acme v0.7.1
2025-08-20T21:17:03.5608041Z [00:05:57.987]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_rustls_acme --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-acme-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="axum"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("axum", "default"))' -C metadata=fd6239f7f2f31686 -C extra-filename=-2a6687d6d0e31b75 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasync_trait-1e21a360bcada2ae.so --extern axum_server=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_server-849720b3a8cea8c9.rmeta --extern base64=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern chrono=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-3b50e6e6f370b682.rmeta --extern futures=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-22c26254a8e8bf93.rmeta --extern log=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta --extern num_bigint=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-c6124a5a68b17027.rmeta --extern pem=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-fe2af8081382be25.rmeta --extern proc_macro2=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libproc_macro2-6d12c7e6423b6742.rmeta --extern rcgen=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-5f88784fe38c795f.rmeta --extern reqwest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-03548c92e6823d63.rmeta --extern ring=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rmeta --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern serde_json=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-9ea89ee71de6e700.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --extern time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rmeta --extern webpki_roots=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3edb310f2ff9d695.rmeta --extern x509_parser=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx509_parser-063a0147cb1c06bd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:17:07.3891236Z [00:06:01.821]➜     Compiling tower_governor v0.7.0
2025-08-20T21:17:07.3997054Z [00:06:01.830]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tower_governor --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower_governor-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 --cfg 'feature="axum"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("axum", "default", "tracing"))' -C metadata=64a429a539f3527b -C extra-filename=-4936fbe53635004e --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern axum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum-97ed1bdc94e43430.rmeta --extern forwarded_header_value=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforwarded_header_value-1de4fa5212cc9c49.rmeta --extern governor=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgovernor-1bd2647e80a24227.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern pin_project=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-bdb67aaf8f78f70e.rmeta --extern thiserror=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta --extern tower=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-cf2d1af1b12de127.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:08.3532046Z [00:06:02.784]➜       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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.ujZ8STPuKX/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-20T21:17:08.8362596Z [00:06:03.268]➜  warning: `iroh-relay` (lib) generated 1 warning
2025-08-20T21:17:08.8366130Z [00:06:03.269]➜     Compiling rcgen v0.14.2
2025-08-20T21:17:08.8506730Z [00:06:03.281]➜       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.14.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=6f41eae0956c9e60 -C extra-filename=-6a70405f17b9ca38 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern pem=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-fe2af8081382be25.rmeta --extern ring=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rmeta --extern pki_types=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern time=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta --extern yasna=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-6e2eca6aeb33bf8b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:17:09.1160153Z [00:06:03.548]➜     Compiling hdrhistogram v7.5.4
2025-08-20T21:17:09.1174343Z [00:06:03.549]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hdrhistogram --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "bench_private", "crossbeam-channel", "default", "flate2", "nom", "serialization", "sync"))' -C metadata=331765bf88e2d6e1 -C extra-filename=-50722beeb1f13be1 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --extern num_traits=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:17:09.6105709Z [00:06:04.042]➜     Compiling base64-url v3.0.0
2025-08-20T21:17:09.6118031Z [00:06:04.043]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name base64_url --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-url-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bd21d9573b5a2d71 -C extra-filename=-d8de8b78b94ac2f4 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.ujZ8STPuKX/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-20T21:17:12.5054987Z [00:06:06.933]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh --edition=2024 iroh/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=05372600afab71da --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern aead=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-3fb7ae699fcda4ed.rlib --extern backon=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbackon-090434201e014437.rlib --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rlib --extern crypto_box=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_box-2c68a58bdef7dbf1.rlib --extern data_encoding=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-ecf3074339209513.rlib --extern der=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-3d8b07bc90578b2b.rlib --extern derive_more=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-0d4e05a30fbe3aad.rlib --extern ed25519_dalek=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-2f521e9c13e4f918.rlib --extern futures_buffered=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-d8fd778839412d9d.rlib --extern futures_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rlib --extern hickory_resolver=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-ab55967963ec6551.rlib --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rlib --extern igd_next=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-48e2914d0f6cd654.rlib --extern iroh_base=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-a6f5c8c61f7cbfc0.rlib --extern iroh_metrics=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rlib --extern quinn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-782a4fa57206130c.rlib --extern quinn_proto=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-fde08372c0b900d0.rlib --extern quinn_udp=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-5640244c14546d21.rlib --extern iroh_relay=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_relay.rlib --extern n0_future=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rlib --extern n0_snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rlib --extern n0_watcher=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-9a5ff183a3f30af7.rlib --extern nested_enum_utils=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnested_enum_utils-9603df742ba299ab.so --extern netdev=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-47a95973b9bed063.rlib --extern netwatch=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-9b8a75bcac8756d8.rlib --extern pin_project=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-bdb67aaf8f78f70e.rlib --extern pkarr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-384999782258224d.rlib --extern portmapper=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportmapper-1cefb301fe6b58e9.rlib --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-8313eda8812ce6f9.rlib --extern reqwest=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-03548c92e6823d63.rlib --extern ring=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rlib --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rlib --extern webpki_types=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rlib --extern webpki=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-69e3e0c9d8fb3dc6.rlib --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rlib --extern smallvec=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rlib --extern snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rlib --extern spki=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-4953aaa4b0e024b6.rlib --extern strum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee874ebcba82b610.rlib --extern stun_rs=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstun_rs-1c1217315af6667b.rlib --extern surge_ping=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsurge_ping-c1eb15b8a118d11e.rlib --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rlib --extern tokio_stream=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-aecc7e378f971dd4.rlib --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rlib --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rlib --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rlib --extern webpki_roots=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3edb310f2ff9d695.rlib --extern z32=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out --check-cfg 'cfg(wasm_browser)'`
2025-08-20T21:17:18.6647443Z [00:06:13.097]➜     Compiling iroh-dns-server v0.91.2 (/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server)
2025-08-20T21:17:18.6689528Z [00:06:13.097]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_dns_server --edition=2024 iroh-dns-server/src/lib.rs --error-format=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=493d03af34d00b98 -C extra-filename=-85dfed6466deb933 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasync_trait-1e21a360bcada2ae.so --extern axum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum-97ed1bdc94e43430.rmeta --extern axum_server=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_server-849720b3a8cea8c9.rmeta --extern base64_url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64_url-d8de8b78b94ac2f4.rmeta --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern clap=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-9ac944fbe0a9ac2a.rmeta --extern derive_more=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-0d4e05a30fbe3aad.rmeta --extern dirs_next=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-68a47dd156bbc4af.rmeta --extern governor=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgovernor-1bd2647e80a24227.rmeta --extern hickory_server=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_server-b7425b6376649662.rmeta --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta --extern humantime=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rmeta --extern humantime_serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime_serde-237d91bac4d5a04e.rmeta --extern iroh_metrics=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rmeta --extern lru=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-67ed253cc1158d38.rmeta --extern n0_future=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rmeta --extern n0_snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rmeta --extern pkarr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-384999782258224d.rmeta --extern rcgen=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-5f88784fe38c795f.rmeta --extern redb=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libredb-ea416682ef586c2a.rlib --extern regex=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-1c6501fb005a3808.rmeta --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern rustls_pemfile=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-68e0e7ccca191210.rmeta --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta --extern snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rmeta --extern struct_iterable=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable-5413369f3b91efc0.rmeta --extern strum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tokio_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rmeta --extern tokio_rustls_acme=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls_acme-2a6687d6d0e31b75.rmeta --extern tokio_stream=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-aecc7e378f971dd4.rmeta --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta --extern toml=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-4e699ae71a440dfa.rmeta --extern tower_http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-b66af45db8a74961.rmeta --extern tower_governor=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_governor-4936fbe53635004e.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --extern tracing_subscriber=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-d5d39313a1c80774.rmeta --extern ttl_cache=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttl_cache-1fe2a8f662489c4c.rmeta --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rmeta --extern z32=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:17:32.7774095Z [00:06:27.204]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_dns_server --edition=2024 iroh-dns-server/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfe0e3e0a4425fae -C extra-filename=-1af1c6c7295b5562 --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasync_trait-1e21a360bcada2ae.so --extern axum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum-97ed1bdc94e43430.rlib --extern axum_server=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_server-849720b3a8cea8c9.rlib --extern base64_url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64_url-d8de8b78b94ac2f4.rlib --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rlib --extern clap=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-9ac944fbe0a9ac2a.rlib --extern derive_more=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-0d4e05a30fbe3aad.rlib --extern dirs_next=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-68a47dd156bbc4af.rlib --extern governor=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgovernor-1bd2647e80a24227.rlib --extern hickory_server=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_server-b7425b6376649662.rlib --extern http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rlib --extern humantime=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rlib --extern humantime_serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime_serde-237d91bac4d5a04e.rlib --extern iroh_dns_server=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_dns_server-85dfed6466deb933.rlib --extern iroh_metrics=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rlib --extern lru=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-67ed253cc1158d38.rlib --extern n0_future=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rlib --extern n0_snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rlib --extern pkarr=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-384999782258224d.rlib --extern rcgen=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-5f88784fe38c795f.rlib --extern redb=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libredb-ea416682ef586c2a.rlib --extern regex=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-1c6501fb005a3808.rlib --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rlib --extern rustls_pemfile=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-68e0e7ccca191210.rlib --extern serde=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rlib --extern snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rlib --extern struct_iterable=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable-5413369f3b91efc0.rlib --extern strum=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rlib --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rlib --extern tokio_rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rlib --extern tokio_rustls_acme=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls_acme-2a6687d6d0e31b75.rlib --extern tokio_stream=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-aecc7e378f971dd4.rlib --extern tokio_util=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rlib --extern toml=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-4e699ae71a440dfa.rlib --extern tower_http=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-b66af45db8a74961.rlib --extern tower_governor=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_governor-4936fbe53635004e.rlib --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rlib --extern tracing_subscriber=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-d5d39313a1c80774.rlib --extern ttl_cache=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttl_cache-1fe2a8f662489c4c.rlib --extern url=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rlib --extern z32=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out`
2025-08-20T21:17:56.4386729Z [00:06:50.871]➜  warning: `iroh` (lib) generated 1 warning (1 duplicate)
2025-08-20T21:17:56.4387822Z [00:06:50.871]➜     Compiling iroh-bench v0.91.2 (/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench)
2025-08-20T21:17:56.4404242Z [00:06:50.871]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_bench --edition=2024 iroh/bench/src/lib.rs --error-format=json --json=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", "local-relay"))' -C metadata=37d72588a9d40b53 -C extra-filename=-8bfcb9115c36cc8b --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta --extern clap=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-9ac944fbe0a9ac2a.rmeta --extern hdrhistogram=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhdrhistogram-50722beeb1f13be1.rmeta --extern iroh=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh.rlib --extern iroh_metrics=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rmeta --extern quinn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-782a4fa57206130c.rmeta --extern n0_future=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rmeta --extern n0_snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rmeta --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-8313eda8812ce6f9.rmeta --extern rcgen=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-6a70405f17b9ca38.rmeta --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta --extern tracing_subscriber=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-d5d39313a1c80774.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out`
2025-08-20T21:18:03.4966875Z [00:06:57.926]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bulk --edition=2024 iroh/bench/src/bin/bulk.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "local-relay"))' -C metadata=18d0fb1fa47831f3 -C extra-filename=-742648c5058bb15c --out-dir /tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rlib --extern clap=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-9ac944fbe0a9ac2a.rlib --extern hdrhistogram=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhdrhistogram-50722beeb1f13be1.rlib --extern iroh=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh.rlib --extern iroh_bench=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_bench-8bfcb9115c36cc8b.rlib --extern iroh_metrics=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rlib --extern quinn=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-782a4fa57206130c.rlib --extern n0_future=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rlib --extern n0_snafu=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rlib --extern rand=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-8313eda8812ce6f9.rlib --extern rcgen=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-6a70405f17b9ca38.rlib --extern rustls=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rlib --extern tokio=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rlib --extern tracing=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rlib --extern tracing_subscriber=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-d5d39313a1c80774.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.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out -L native=/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out`
2025-08-20T21:20:15.8291195Z [00:09:10.261]➜      Finished `release` profile [optimized] target(s) in 7m 09s
2025-08-20T21:20:16.0200608Z [00:09:10.452]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T21:20:16.0219971Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/bulk.d
2025-08-20T21:20:16.0224568Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/bulk
2025-08-20T21:20:16.0225814Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/libiroh_base.rlib
2025-08-20T21:20:16.0227047Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T21:20:16.0228269Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/iroh-dns-server
2025-08-20T21:20:16.0229277Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/iroh-dns-server.d
2025-08-20T21:20:16.0230407Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/libiroh_base.d
2025-08-20T21:20:16.0231351Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/libiroh.rlib
2025-08-20T21:20:16.0232131Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/libiroh_dns_server.d
2025-08-20T21:20:16.0233314Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/libiroh_relay.rlib
2025-08-20T21:20:16.0234258Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/libiroh_relay.d
2025-08-20T21:20:16.0235120Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/libiroh_bench.d
2025-08-20T21:20:16.0236016Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/libiroh_dns_server.rlib
2025-08-20T21:20:16.0237270Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/libiroh_bench.rlib
2025-08-20T21:20:16.0238163Z [00:09:10.454]➜  ./target/x86_64-unknown-linux-musl/release/libiroh.d
2025-08-20T21:20:16.0239338Z [00:09:10.454]➜  + mv -fv ./target/x86_64-unknown-linux-musl/release/bulk ./target/x86_64-unknown-linux-musl/release/iroh-bulk
2025-08-20T21:20:16.0242739Z [00:09:10.456]➜  renamed './target/x86_64-unknown-linux-musl/release/bulk' -> './target/x86_64-unknown-linux-musl/release/iroh-bulk'
2025-08-20T21:20:16.0250024Z [00:09:10.457]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:20:16.0256610Z [00:09:10.458]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:20:16.0257722Z [00:09:10.458]➜  + xargs realpath --no-symlinks
2025-08-20T21:20:16.0261836Z [00:09:10.458]➜  + + cut -d: -f1
2025-08-20T21:20:16.0262446Z [00:09:10.458]➜  xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T21:20:16.2325566Z [00:09:10.665]➜  sending incremental file list
2025-08-20T21:20:16.2349640Z [00:09:10.667]➜  iroh-dns-server
2025-08-20T21:20:16.2903570Z [00:09:10.722]➜  
2025-08-20T21:20:16.2904462Z [00:09:10.722]➜  sent 10.16M bytes  received 35 bytes  20.33M bytes/sec
2025-08-20T21:20:16.2905642Z [00:09:10.722]➜  total size is 10.16M  speedup is 1.00
2025-08-20T21:20:16.2920717Z [00:09:10.724]➜  sending incremental file list
2025-08-20T21:20:16.2948325Z [00:09:10.727]➜  iroh-bulk
2025-08-20T21:20:16.3547708Z [00:09:10.787]➜  
2025-08-20T21:20:16.3548520Z [00:09:10.787]➜  sent 12.13M bytes  received 35 bytes  24.27M bytes/sec
2025-08-20T21:20:16.3549447Z [00:09:10.787]➜  total size is 12.13M  speedup is 1.00
2025-08-20T21:20:16.4910181Z [00:09:10.923]➜  '/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/LICENSE-BSD3' -> '/build-bins/LICENSE'
2025-08-20T21:20:16.5296102Z [00:09:10.962]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:20:16.5615935Z [00:09:10.994]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:20:16.5977658Z [00:09:11.030]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:20:16.6309146Z [00:09:11.063]➜  copy from `/build-bins/iroh-dns-server' [elf64-x86-64] to `/build-bins/stbnofIc' [elf64-x86-64]
2025-08-20T21:20:16.7367529Z [00:09:11.169]➜  copy from `/build-bins/iroh-bulk' [elf64-x86-64] to `/build-bins/sthHNjOf' [elf64-x86-64]
2025-08-20T21:20:16.7769248Z [00:09:11.209]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:20:16.7801572Z [00:09:11.212]➜  
2025-08-20T21:20:16.7818081Z [00:09:11.214]➜  /build-bins/iroh-dns-server
2025-08-20T21:20:16.7851421Z [00:09:11.217]➜  There are 32 section headers, starting at offset 0x9b0048:
2025-08-20T21:20:16.7856519Z [00:09:11.218]➜  
2025-08-20T21:20:16.7857312Z [00:09:11.218]➜  Section Headers:
2025-08-20T21:20:16.7858371Z [00:09:11.218]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:20:16.7859379Z [00:09:11.218]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:20:16.7860197Z [00:09:11.218]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:20:16.7861101Z [00:09:11.218]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:20:16.7861687Z [00:09:11.218]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T21:20:16.7862253Z [00:09:11.218]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T21:20:16.7862815Z [00:09:11.218]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T21:20:16.7863646Z [00:09:11.218]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T21:20:16.7864209Z [00:09:11.218]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T21:20:16.7864991Z [00:09:11.218]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T21:20:16.7865451Z [00:09:11.218]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:20:16.7865870Z [00:09:11.218]➜         00000000000b4ee8  0000000000000018   A       2     0     8
2025-08-20T21:20:16.7866312Z [00:09:11.218]➜    [ 5] .eh_frame         PROGBITS         00000000000b5198  000b5198
2025-08-20T21:20:16.7866762Z [00:09:11.218]➜         00000000000eaa18  0000000000000000   A       0     0     8
2025-08-20T21:20:16.7867201Z [00:09:11.218]➜    [ 6] .eh_frame_hdr     PROGBITS         000000000019fbb0  0019fbb0
2025-08-20T21:20:16.7867624Z [00:09:11.218]➜         0000000000020be4  0000000000000000   A       0     0     4
2025-08-20T21:20:16.7868062Z [00:09:11.218]➜    [ 7] .gcc_except_table PROGBITS         00000000001c0794  001c0794
2025-08-20T21:20:16.7868516Z [00:09:11.218]➜         000000000004a538  0000000000000000   A       0     0     4
2025-08-20T21:20:16.7868955Z [00:09:11.218]➜    [ 8] .rodata           PROGBITS         000000000020b000  0020b000
2025-08-20T21:20:16.7869387Z [00:09:11.218]➜         000000000012b970  0000000000000000   A       0     0     4096
2025-08-20T21:20:16.7869830Z [00:09:11.218]➜    [ 9] .rodata.cst16     PROGBITS         0000000000336970  00336970
2025-08-20T21:20:16.7870272Z [00:09:11.218]➜         0000000000001710  0000000000000010  AM       0     0     16
2025-08-20T21:20:16.7870710Z [00:09:11.218]➜    [10] .rodata.cst32     PROGBITS         0000000000338080  00338080
2025-08-20T21:20:16.7871146Z [00:09:11.218]➜         00000000000018c0  0000000000000020  AM       0     0     32
2025-08-20T21:20:16.7871577Z [00:09:11.218]➜    [11] .rodata.cst4      PROGBITS         0000000000339940  00339940
2025-08-20T21:20:16.7872009Z [00:09:11.218]➜         0000000000002bbc  0000000000000004  AM       0     0     4
2025-08-20T21:20:16.7872441Z [00:09:11.218]➜    [12] .rodata.cst8      PROGBITS         000000000033c500  0033c500
2025-08-20T21:20:16.7872875Z [00:09:11.218]➜         0000000000000f08  0000000000000008  AM       0     0     8
2025-08-20T21:20:16.7873703Z [00:09:11.218]➜    [13] .rodata.str1.1    PROGBITS         000000000033d408  0033d408
2025-08-20T21:20:16.7874155Z [00:09:11.218]➜         0000000000013a5f  0000000000000001 AMS       0     0     1
2025-08-20T21:20:16.7874777Z [00:09:11.218]➜    [14] .rodata.str1.4    PROGBITS         0000000000350e68  00350e68
2025-08-20T21:20:16.7875209Z [00:09:11.218]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T21:20:16.7875642Z [00:09:11.218]➜    [15] .rodata.str1.8    PROGBITS         0000000000351730  00351730
2025-08-20T21:20:16.7876071Z [00:09:11.218]➜         0000000000001bc0  0000000000000001 AMS       0     0     8
2025-08-20T21:20:16.7876486Z [00:09:11.218]➜    [16] .fini             PROGBITS         00000000003542f0  003532f0
2025-08-20T21:20:16.7876900Z [00:09:11.218]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:20:16.7877318Z [00:09:11.218]➜    [17] .init             PROGBITS         00000000003542f3  003532f3
2025-08-20T21:20:16.7877729Z [00:09:11.218]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:20:16.7878136Z [00:09:11.218]➜    [18] .text             PROGBITS         0000000000354300  00353300
2025-08-20T21:20:16.7878553Z [00:09:11.218]➜         00000000005c867d  0000000000000000  AX       0     0     64
2025-08-20T21:20:16.7878974Z [00:09:11.218]➜    [19] .tdata            PROGBITS         000000000091d980  0091b980
2025-08-20T21:20:16.7879393Z [00:09:11.218]➜         00000000000000b0  0000000000000000 WAT       0     0     8
2025-08-20T21:20:16.7879809Z [00:09:11.218]➜    [20] .tbss             NOBITS           000000000091da30  0091ba30
2025-08-20T21:20:16.7880221Z [00:09:11.218]➜         0000000000000198  0000000000000000 WAT       0     0     8
2025-08-20T21:20:16.7880648Z [00:09:11.218]➜    [21] .data.rel.ro      PROGBITS         000000000091da30  0091ba30
2025-08-20T21:20:16.7881200Z [00:09:11.218]➜         000000000008ec08  0000000000000000  WA       0     0     8
2025-08-20T21:20:16.7881629Z [00:09:11.218]➜    [22] .dynamic          DYNAMIC          00000000009ac638  009aa638
2025-08-20T21:20:16.7882053Z [00:09:11.218]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T21:20:16.7882484Z [00:09:11.218]➜    [23] .fini_array       FINI_ARRAY       00000000009ac7b8  009aa7b8
2025-08-20T21:20:16.7882913Z [00:09:11.218]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:20:16.7884038Z [00:09:11.218]➜    [24] .got.plt          PROGBITS         00000000009ac7c0  009aa7c0
2025-08-20T21:20:16.7884896Z [00:09:11.218]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T21:20:16.7885718Z [00:09:11.218]➜    [25] .init_array       INIT_ARRAY       00000000009ac7d8  009aa7d8
2025-08-20T21:20:16.7886175Z [00:09:11.218]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:20:16.7886605Z [00:09:11.218]➜    [26] .got              PROGBITS         00000000009ac7e0  009aa7e0
2025-08-20T21:20:16.7887025Z [00:09:11.218]➜         00000000000006e0  0000000000000000  WA       0     0     8
2025-08-20T21:20:16.7887460Z [00:09:11.218]➜    [27] .relro_padding    NOBITS           00000000009acec0  009aaec0
2025-08-20T21:20:16.7887902Z [00:09:11.218]➜         0000000000000140  0000000000000000  WA       0     0     1
2025-08-20T21:20:16.7888581Z [00:09:11.218]➜    [28] .data             PROGBITS         00000000009adec0  009aaec0
2025-08-20T21:20:16.7889363Z [00:09:11.218]➜         0000000000005040  0000000000000000  WA       0     0     32
2025-08-20T21:20:16.7889968Z [00:09:11.218]➜    [29] .bss              NOBITS           00000000009b2f00  009aff00
2025-08-20T21:20:16.7890392Z [00:09:11.218]➜         0000000000001a28  0000000000000000  WA       0     0     32
2025-08-20T21:20:16.7890816Z [00:09:11.218]➜    [30] .common           NOBITS           00000000009b4940  009aff00
2025-08-20T21:20:16.7891254Z [00:09:11.218]➜         00000000000000b4  0000000000000000  WA       0     0     32
2025-08-20T21:20:16.7891676Z [00:09:11.218]➜    [31] .shstrtab         STRTAB           0000000000000000  009aff00
2025-08-20T21:20:16.7892101Z [00:09:11.218]➜         0000000000000141  0000000000000000           0     0     1
2025-08-20T21:20:16.7892625Z [00:09:11.218]➜  Key to Flags:
2025-08-20T21:20:16.7893238Z [00:09:11.218]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:20:16.7893727Z [00:09:11.218]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:20:16.7894193Z [00:09:11.218]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:20:16.7894603Z [00:09:11.218]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:20:16.7894910Z [00:09:11.221]➜  
2025-08-20T21:20:16.7903949Z [00:09:11.223]➜  /build-bins/LICENSE
2025-08-20T21:20:16.7941222Z [00:09:11.226]➜  
2025-08-20T21:20:16.7958007Z [00:09:11.228]➜  /build-bins/iroh-bulk
2025-08-20T21:20:16.7972327Z [00:09:11.229]➜  There are 32 section headers, starting at offset 0xb91328:
2025-08-20T21:20:16.7973256Z [00:09:11.229]➜  
2025-08-20T21:20:16.7973728Z [00:09:11.229]➜  Section Headers:
2025-08-20T21:20:16.7974370Z [00:09:11.229]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:20:16.7975138Z [00:09:11.229]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:20:16.7975846Z [00:09:11.229]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:20:16.7976468Z [00:09:11.229]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:20:16.7976921Z [00:09:11.229]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T21:20:16.7977366Z [00:09:11.229]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T21:20:16.7985693Z [00:09:11.229]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T21:20:16.7986335Z [00:09:11.229]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T21:20:16.7986802Z [00:09:11.229]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T21:20:16.7987261Z [00:09:11.229]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T21:20:16.7987695Z [00:09:11.229]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:20:16.7988139Z [00:09:11.229]➜         00000000000d3c98  0000000000000018   A       2     0     8
2025-08-20T21:20:16.7988582Z [00:09:11.229]➜    [ 5] .eh_frame         PROGBITS         00000000000d3f48  000d3f48
2025-08-20T21:20:16.7989018Z [00:09:11.229]➜         0000000000107120  0000000000000000   A       0     0     8
2025-08-20T21:20:16.7989454Z [00:09:11.229]➜    [ 6] .eh_frame_hdr     PROGBITS         00000000001db068  001db068
2025-08-20T21:20:16.7989884Z [00:09:11.229]➜         000000000002518c  0000000000000000   A       0     0     4
2025-08-20T21:20:16.7990335Z [00:09:11.229]➜    [ 7] .gcc_except_table PROGBITS         00000000002001f4  002001f4
2025-08-20T21:20:16.7990799Z [00:09:11.229]➜         0000000000059c8c  0000000000000000   A       0     0     4
2025-08-20T21:20:16.7991237Z [00:09:11.229]➜    [ 8] .rodata           PROGBITS         000000000025a000  0025a000
2025-08-20T21:20:16.7991900Z [00:09:11.229]➜         00000000002411f0  0000000000000000   A       0     0     4096
2025-08-20T21:20:16.7992351Z [00:09:11.229]➜    [ 9] .rodata.cst16     PROGBITS         000000000049b1f0  0049b1f0
2025-08-20T21:20:16.7992798Z [00:09:11.229]➜         0000000000001bf0  0000000000000010  AM       0     0     16
2025-08-20T21:20:16.7993501Z [00:09:11.229]➜    [10] .rodata.cst32     PROGBITS         000000000049cde0  0049cde0
2025-08-20T21:20:16.7993945Z [00:09:11.229]➜         00000000000028e0  0000000000000020  AM       0     0     32
2025-08-20T21:20:16.7994383Z [00:09:11.229]➜    [11] .rodata.cst4      PROGBITS         000000000049f6c0  0049f6c0
2025-08-20T21:20:16.7994828Z [00:09:11.229]➜         0000000000002d28  0000000000000004  AM       0     0     4
2025-08-20T21:20:16.7995271Z [00:09:11.230]➜    [12] .rodata.cst8      PROGBITS         00000000004a23e8  004a23e8
2025-08-20T21:20:16.7995722Z [00:09:11.230]➜         00000000000013f0  0000000000000008  AM       0     0     8
2025-08-20T21:20:16.7996171Z [00:09:11.230]➜    [13] .rodata.str1.1    PROGBITS         00000000004a37d8  004a37d8
2025-08-20T21:20:16.7996609Z [00:09:11.230]➜         0000000000015e14  0000000000000001 AMS       0     0     1
2025-08-20T21:20:16.7997045Z [00:09:11.230]➜    [14] .rodata.str1.4    PROGBITS         00000000004b95ec  004b95ec
2025-08-20T21:20:16.7997481Z [00:09:11.230]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T21:20:16.7997918Z [00:09:11.230]➜    [15] .rodata.str1.8    PROGBITS         00000000004b9eb8  004b9eb8
2025-08-20T21:20:16.7998348Z [00:09:11.230]➜         0000000000001bc0  0000000000000001 AMS       0     0     8
2025-08-20T21:20:16.7998910Z [00:09:11.230]➜    [16] .fini             PROGBITS         00000000004bca78  004bba78
2025-08-20T21:20:16.7999338Z [00:09:11.230]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:20:16.7999755Z [00:09:11.230]➜    [17] .init             PROGBITS         00000000004bca7b  004bba7b
2025-08-20T21:20:16.8000196Z [00:09:11.230]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:20:16.8000613Z [00:09:11.230]➜    [18] .text             PROGBITS         00000000004bca80  004bba80
2025-08-20T21:20:16.8001031Z [00:09:11.230]➜         000000000062a199  0000000000000000  AX       0     0     64
2025-08-20T21:20:16.8001455Z [00:09:11.230]➜    [19] .tdata            PROGBITS         0000000000ae7c20  00ae5c20
2025-08-20T21:20:16.8001874Z [00:09:11.230]➜         00000000000000b0  0000000000000000 WAT       0     0     8
2025-08-20T21:20:16.8002290Z [00:09:11.230]➜    [20] .tbss             NOBITS           0000000000ae7cd0  00ae5cd0
2025-08-20T21:20:16.8002716Z [00:09:11.230]➜         0000000000000148  0000000000000000 WAT       0     0     8
2025-08-20T21:20:16.8003350Z [00:09:11.230]➜    [21] .data.rel.ro      PROGBITS         0000000000ae7cd0  00ae5cd0
2025-08-20T21:20:16.8003790Z [00:09:11.230]➜         00000000000a2fe0  0000000000000000  WA       0     0     16
2025-08-20T21:20:16.8004234Z [00:09:11.230]➜    [22] .dynamic          DYNAMIC          0000000000b8acb0  00b88cb0
2025-08-20T21:20:16.8004655Z [00:09:11.230]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T21:20:16.8005102Z [00:09:11.230]➜    [23] .fini_array       FINI_ARRAY       0000000000b8ae30  00b88e30
2025-08-20T21:20:16.8005538Z [00:09:11.230]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:20:16.8005966Z [00:09:11.230]➜    [24] .got.plt          PROGBITS         0000000000b8ae38  00b88e38
2025-08-20T21:20:16.8006390Z [00:09:11.230]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T21:20:16.8006828Z [00:09:11.230]➜    [25] .init_array       INIT_ARRAY       0000000000b8ae50  00b88e50
2025-08-20T21:20:16.8007260Z [00:09:11.230]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:20:16.8007675Z [00:09:11.230]➜    [26] .got              PROGBITS         0000000000b8ae58  00b88e58
2025-08-20T21:20:16.8008233Z [00:09:11.230]➜         0000000000000708  0000000000000000  WA       0     0     8
2025-08-20T21:20:16.8008668Z [00:09:11.230]➜    [27] .relro_padding    NOBITS           0000000000b8b560  00b89560
2025-08-20T21:20:16.8009106Z [00:09:11.230]➜         0000000000000aa0  0000000000000000  WA       0     0     1
2025-08-20T21:20:16.8009523Z [00:09:11.230]➜    [28] .data             PROGBITS         0000000000b8c560  00b89560
2025-08-20T21:20:16.8009944Z [00:09:11.230]➜         0000000000007c80  0000000000000000  WA       0     0     32
2025-08-20T21:20:16.8010360Z [00:09:11.230]➜    [29] .bss              NOBITS           0000000000b94200  00b911e0
2025-08-20T21:20:16.8010785Z [00:09:11.230]➜         0000000000003b48  0000000000000000  WA       0     0     128
2025-08-20T21:20:16.8011220Z [00:09:11.230]➜    [30] .common           NOBITS           0000000000b97d60  00b911e0
2025-08-20T21:20:16.8011647Z [00:09:11.230]➜         00000000000000b4  0000000000000000  WA       0     0     32
2025-08-20T21:20:16.8012084Z [00:09:11.230]➜    [31] .shstrtab         STRTAB           0000000000000000  00b911e0
2025-08-20T21:20:16.8012506Z [00:09:11.230]➜         0000000000000141  0000000000000000           0     0     1
2025-08-20T21:20:16.8012845Z [00:09:11.230]➜  Key to Flags:
2025-08-20T21:20:16.8013509Z [00:09:11.230]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:20:16.8013994Z [00:09:11.230]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:20:16.8014462Z [00:09:11.230]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:20:16.8014882Z [00:09:11.230]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:20:16.8015510Z [00:09:11.230]➜  + file /build-bins/LICENSE /build-bins/iroh-bulk /build-bins/iroh-dns-server
2025-08-20T21:20:16.8201509Z [00:09:11.252]➜  /build-bins/LICENSE:         ASCII text
2025-08-20T21:20:16.8280219Z [00:09:11.260]➜  /build-bins/iroh-bulk:       ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:20:16.8281494Z [00:09:11.260]➜  /build-bins/iroh-dns-server: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:20:16.8290015Z [00:09:11.261]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/iroh-bulk /build-bins/iroh-dns-server
2025-08-20T21:20:16.8311490Z [00:09:11.263]➜  /build-bins/LICENSE:         1672 Bytes
2025-08-20T21:20:16.8312297Z [00:09:11.263]➜  /build-bins/iroh-bulk:         12131112 Bytes
2025-08-20T21:20:16.8313489Z [00:09:11.263]➜  /build-bins/iroh-dns-server:         10160200 Bytes
2025-08-20T21:20:16.8315811Z [00:09:11.264]➜  + du /build-bins/LICENSE /build-bins/iroh-bulk /build-bins/iroh-dns-server --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:20:16.8331338Z [00:09:11.265]➜  1.7K	2025-08-20 21:20:16.489250508 +0000	/build-bins/LICENSE
2025-08-20T21:20:16.8332269Z [00:09:11.265]➜  12M	2025-08-20 21:20:16.763250868 +0000	/build-bins/iroh-bulk
2025-08-20T21:20:16.8333426Z [00:09:11.265]➜  9.7M	2025-08-20 21:20:16.653250724 +0000	/build-bins/iroh-dns-server
2025-08-20T21:20:16.8334303Z [00:09:11.266]➜  + popd
2025-08-20T21:20:16.9136603Z [00:09:11.346]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:20:16.9741049Z [00:09:11.406]➜  + '[' -s /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:20:16.9742235Z [00:09:11.406]➜  + cp -fv /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:20:16.9763810Z [00:09:11.409]➜  '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:20:16.9769576Z [00:09:11.409]➜  + find /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:20:16.9788814Z [00:09:11.410]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:20:16.9790999Z [00:09:11.410]➜  + cut -d: -f1
2025-08-20T21:20:16.9791535Z [00:09:11.410]➜  + xargs realpath --no-symlinks
2025-08-20T21:20:16.9792431Z [00:09:11.410]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:20:17.1490706Z [00:09:11.581]➜  sending incremental file list
2025-08-20T21:20:17.1512230Z [00:09:11.583]➜  iroh-dns-server
2025-08-20T21:20:17.2039768Z [00:09:11.636]➜  
2025-08-20T21:20:17.2040839Z [00:09:11.636]➜  sent 10.16M bytes  received 35 bytes  20.33M bytes/sec
2025-08-20T21:20:17.2041954Z [00:09:11.636]➜  total size is 10.16M  speedup is 1.00
2025-08-20T21:20:17.2067524Z [00:09:11.639]➜  sending incremental file list
2025-08-20T21:20:17.2092204Z [00:09:11.641]➜  iroh-bulk
2025-08-20T21:20:17.2643685Z [00:09:11.696]➜  
2025-08-20T21:20:17.2644749Z [00:09:11.696]➜  sent 12.13M bytes  received 35 bytes  24.27M bytes/sec
2025-08-20T21:20:17.2645620Z [00:09:11.697]➜  total size is 12.13M  speedup is 1.00
2025-08-20T21:20:17.2660710Z [00:09:11.698]➜  
2025-08-20T21:20:18.1773981Z [00:09:12.609]➜  
2025-08-20T21:20:18.1891454Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T21:20:18.1893430Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:20:18.1895020Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.dockerignore' from root:root to runner:runner
2025-08-20T21:20:18.1896764Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.typos.toml' from root:root to runner:runner
2025-08-20T21:20:18.1898975Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/Cargo.toml' from root:root to runner:runner
2025-08-20T21:20:18.1900355Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/Cargo.toml' from root:root to runner:runner
2025-08-20T21:20:18.1901753Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/quinn.rs' from root:root to runner:runner
2025-08-20T21:20:18.1904028Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/bin/bulk.rs' from root:root to runner:runner
2025-08-20T21:20:18.1905549Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/bin' from root:root to runner:runner
2025-08-20T21:20:18.1906858Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/s2n.rs' from root:root to runner:runner
2025-08-20T21:20:18.1908128Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/iroh.rs' from root:root to runner:runner
2025-08-20T21:20:18.1909814Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/stats.rs' from root:root to runner:runner
2025-08-20T21:20:18.1911983Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/lib.rs' from root:root to runner:runner
2025-08-20T21:20:18.1913690Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src' from root:root to runner:runner
2025-08-20T21:20:18.1914884Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench' from root:root to runner:runner
2025-08-20T21:20:18.1916935Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/listen.rs' from root:root to runner:runner
2025-08-20T21:20:18.1918303Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/listen-unreliable.rs' from root:root to runner:runner
2025-08-20T21:20:18.1919674Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/connect-unreliable.rs' from root:root to runner:runner
2025-08-20T21:20:18.1921049Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/echo-no-router.rs' from root:root to runner:runner
2025-08-20T21:20:18.1923625Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/locally-discovered-nodes.rs' from root:root to runner:runner
2025-08-20T21:20:18.1925202Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/transfer.rs' from root:root to runner:runner
2025-08-20T21:20:18.1926622Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/search.rs' from root:root to runner:runner
2025-08-20T21:20:18.1928552Z [00:09:12.621]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/echo.rs' from root:root to runner:runner
2025-08-20T21:20:18.1929994Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/0rtt.rs' from root:root to runner:runner
2025-08-20T21:20:18.1931282Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/dht_discovery.rs' from root:root to runner:runner
2025-08-20T21:20:18.1932591Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/connect.rs' from root:root to runner:runner
2025-08-20T21:20:18.1934519Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples' from root:root to runner:runner
2025-08-20T21:20:18.1936249Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/README.md' from root:root to runner:runner
2025-08-20T21:20:18.1937476Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/LICENSE-BSD3' from root:root to runner:runner
2025-08-20T21:20:18.1938689Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/release.toml' from root:root to runner:runner
2025-08-20T21:20:18.1939897Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/build.rs' from root:root to runner:runner
2025-08-20T21:20:18.1941993Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/docs/local_relay_node.md' from root:root to runner:runner
2025-08-20T21:20:18.1944015Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/docs/relay_nodes.md' from root:root to runner:runner
2025-08-20T21:20:18.1945231Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/docs' from root:root to runner:runner
2025-08-20T21:20:18.1946498Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/tests/integration.rs' from root:root to runner:runner
2025-08-20T21:20:18.1948547Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/tests' from root:root to runner:runner
2025-08-20T21:20:18.1949792Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/tls/resolver.rs' from root:root to runner:runner
2025-08-20T21:20:18.1951087Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/tls/verifier.rs' from root:root to runner:runner
2025-08-20T21:20:18.1952346Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/tls/name.rs' from root:root to runner:runner
2025-08-20T21:20:18.1954603Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/tls' from root:root to runner:runner
2025-08-20T21:20:18.1956012Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/test_utils.rs' from root:root to runner:runner
2025-08-20T21:20:18.1957258Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/dns.rs' from root:root to runner:runner
2025-08-20T21:20:18.1958454Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/key.rs' from root:root to runner:runner
2025-08-20T21:20:18.1959672Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/endpoint.rs' from root:root to runner:runner
2025-08-20T21:20:18.1961636Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/protocol.rs' from root:root to runner:runner
2025-08-20T21:20:18.1963757Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/probes.rs' from root:root to runner:runner
2025-08-20T21:20:18.1965090Z [00:09:12.622]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/defaults.rs' from root:root to runner:runner
2025-08-20T21:20:18.1966615Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/report.rs' from root:root to runner:runner
2025-08-20T21:20:18.1968918Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/reportgen.rs' from root:root to runner:runner
2025-08-20T21:20:18.1970261Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/options.rs' from root:root to runner:runner
2025-08-20T21:20:18.1971602Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/metrics.rs' from root:root to runner:runner
2025-08-20T21:20:18.1973730Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/ip_mapped_addrs.rs' from root:root to runner:runner
2025-08-20T21:20:18.1976013Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report' from root:root to runner:runner
2025-08-20T21:20:18.1977269Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery.rs' from root:root to runner:runner
2025-08-20T21:20:18.1978532Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/disco.rs' from root:root to runner:runner
2025-08-20T21:20:18.1980350Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/util.rs' from root:root to runner:runner
2025-08-20T21:20:18.1982172Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/pkarr/dht.rs' from root:root to runner:runner
2025-08-20T21:20:18.1983752Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/pkarr' from root:root to runner:runner
2025-08-20T21:20:18.1985502Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/dns.rs' from root:root to runner:runner
2025-08-20T21:20:18.1987883Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/mdns.rs' from root:root to runner:runner
2025-08-20T21:20:18.1989275Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/static_provider.rs' from root:root to runner:runner
2025-08-20T21:20:18.1991092Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/pkarr.rs' from root:root to runner:runner
2025-08-20T21:20:18.1993301Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery' from root:root to runner:runner
2025-08-20T21:20:18.1994586Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/tls.rs' from root:root to runner:runner
2025-08-20T21:20:18.1995829Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock.rs' from root:root to runner:runner
2025-08-20T21:20:18.1997875Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/transports/relay.rs' from root:root to runner:runner
2025-08-20T21:20:18.1999826Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/transports/ip.rs' from root:root to runner:runner
2025-08-20T21:20:18.2001267Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/transports/relay/actor.rs' from root:root to runner:runner
2025-08-20T21:20:18.2002682Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/transports/relay' from root:root to runner:runner
2025-08-20T21:20:18.2006065Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/transports' from root:root to runner:runner
2025-08-20T21:20:18.2007473Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map/node_state.rs' from root:root to runner:runner
2025-08-20T21:20:18.2008889Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map/path_validity.rs' from root:root to runner:runner
2025-08-20T21:20:18.2011164Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map/path_state.rs' from root:root to runner:runner
2025-08-20T21:20:18.2013337Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map/udp_paths.rs' from root:root to runner:runner
2025-08-20T21:20:18.2014696Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map' from root:root to runner:runner
2025-08-20T21:20:18.2016455Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/metrics.rs' from root:root to runner:runner
2025-08-20T21:20:18.2018778Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map.rs' from root:root to runner:runner
2025-08-20T21:20:18.2020159Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/transports.rs' from root:root to runner:runner
2025-08-20T21:20:18.2021459Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock' from root:root to runner:runner
2025-08-20T21:20:18.2023619Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report.rs' from root:root to runner:runner
2025-08-20T21:20:18.2025727Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/defaults.rs' from root:root to runner:runner
2025-08-20T21:20:18.2026997Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/metrics.rs' from root:root to runner:runner
2025-08-20T21:20:18.2028843Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/endpoint/rtt_actor.rs' from root:root to runner:runner
2025-08-20T21:20:18.2030952Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/endpoint' from root:root to runner:runner
2025-08-20T21:20:18.2032207Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/web_runtime.rs' from root:root to runner:runner
2025-08-20T21:20:18.2033678Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/lib.rs' from root:root to runner:runner
2025-08-20T21:20:18.2035122Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src' from root:root to runner:runner
2025-08-20T21:20:18.2036944Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh' from root:root to runner:runner
2025-08-20T21:20:18.2038086Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:20:18.2039281Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.config/nextest.toml' from root:root to runner:runner
2025-08-20T21:20:18.2041014Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.config' from root:root to runner:runner
2025-08-20T21:20:18.2042494Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/release.toml' from root:root to runner:runner
2025-08-20T21:20:18.2043846Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/Cargo.toml' from root:root to runner:runner
2025-08-20T21:20:18.2045325Z [00:09:12.623]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/proptest-regressions/protos/send_recv.txt' from root:root to runner:runner
2025-08-20T21:20:18.2047589Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/proptest-regressions/protos/relay.txt' from root:root to runner:runner
2025-08-20T21:20:18.2049163Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/proptest-regressions/protos' from root:root to runner:runner
2025-08-20T21:20:18.2050867Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/proptest-regressions' from root:root to runner:runner
2025-08-20T21:20:18.2052679Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/README.md' from root:root to runner:runner
2025-08-20T21:20:18.2054229Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/LICENSE-BSD3' from root:root to runner:runner
2025-08-20T21:20:18.2055489Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/build.rs' from root:root to runner:runner
2025-08-20T21:20:18.2057592Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/quic.rs' from root:root to runner:runner
2025-08-20T21:20:18.2058888Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/main.rs' from root:root to runner:runner
2025-08-20T21:20:18.2060173Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos/common.rs' from root:root to runner:runner
2025-08-20T21:20:18.2062065Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos/relay.rs' from root:root to runner:runner
2025-08-20T21:20:18.2063793Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos/streams.rs' from root:root to runner:runner
2025-08-20T21:20:18.2065110Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos/disco.rs' from root:root to runner:runner
2025-08-20T21:20:18.2066826Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos/handshake.rs' from root:root to runner:runner
2025-08-20T21:20:18.2068729Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos' from root:root to runner:runner
2025-08-20T21:20:18.2069976Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/dns.rs' from root:root to runner:runner
2025-08-20T21:20:18.2071275Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/resolver.rs' from root:root to runner:runner
2025-08-20T21:20:18.2073803Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/streams.rs' from root:root to runner:runner
2025-08-20T21:20:18.2075267Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/testing.rs' from root:root to runner:runner
2025-08-20T21:20:18.2076755Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/clients.rs' from root:root to runner:runner
2025-08-20T21:20:18.2078915Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/client.rs' from root:root to runner:runner
2025-08-20T21:20:18.2080278Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/http_server.rs' from root:root to runner:runner
2025-08-20T21:20:18.2081628Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/metrics.rs' from root:root to runner:runner
2025-08-20T21:20:18.2083424Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server' from root:root to runner:runner
2025-08-20T21:20:18.2085186Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client/streams.rs' from root:root to runner:runner
2025-08-20T21:20:18.2086509Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client/conn.rs' from root:root to runner:runner
2025-08-20T21:20:18.2087823Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client/util.rs' from root:root to runner:runner
2025-08-20T21:20:18.2089971Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client/tls.rs' from root:root to runner:runner
2025-08-20T21:20:18.2091822Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client' from root:root to runner:runner
2025-08-20T21:20:18.2093364Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client.rs' from root:root to runner:runner
2025-08-20T21:20:18.2095506Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/ping_tracker.rs' from root:root to runner:runner
2025-08-20T21:20:18.2097757Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos.rs' from root:root to runner:runner
2025-08-20T21:20:18.2099042Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/defaults.rs' from root:root to runner:runner
2025-08-20T21:20:18.2101312Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server.rs' from root:root to runner:runner
2025-08-20T21:20:18.2103586Z [00:09:12.624]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/http.rs' from root:root to runner:runner
2025-08-20T21:20:18.2104877Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/node_info.rs' from root:root to runner:runner
2025-08-20T21:20:18.2107170Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/key_cache.rs' from root:root to runner:runner
2025-08-20T21:20:18.2108755Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/relay_map.rs' from root:root to runner:runner
2025-08-20T21:20:18.2110152Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/lib.rs' from root:root to runner:runner
2025-08-20T21:20:18.2112070Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src' from root:root to runner:runner
2025-08-20T21:20:18.2114396Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay' from root:root to runner:runner
2025-08-20T21:20:18.2115745Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:20:18.2117069Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/deny.toml' from root:root to runner:runner
2025-08-20T21:20:18.2119188Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/cliff.toml' from root:root to runner:runner
2025-08-20T21:20:18.2121173Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/Cargo.toml' from root:root to runner:runner
2025-08-20T21:20:18.2122490Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/config.prod.toml' from root:root to runner:runner
2025-08-20T21:20:18.2124808Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/examples/resolve.rs' from root:root to runner:runner
2025-08-20T21:20:18.2126570Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/examples/publish.rs' from root:root to runner:runner
2025-08-20T21:20:18.2127932Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/examples/convert.rs' from root:root to runner:runner
2025-08-20T21:20:18.2130125Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/examples' from root:root to runner:runner
2025-08-20T21:20:18.2132330Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/README.md' from root:root to runner:runner
2025-08-20T21:20:18.2133978Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/store/signed_packets.rs' from root:root to runner:runner
2025-08-20T21:20:18.2136107Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/store' from root:root to runner:runner
2025-08-20T21:20:18.2138424Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/main.rs' from root:root to runner:runner
2025-08-20T21:20:18.2139992Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/config.rs' from root:root to runner:runner
2025-08-20T21:20:18.2142157Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/dns.rs' from root:root to runner:runner
2025-08-20T21:20:18.2144363Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/state.rs' from root:root to runner:runner
2025-08-20T21:20:18.2145941Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/util.rs' from root:root to runner:runner
2025-08-20T21:20:18.2147938Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/dns/node_authority.rs' from root:root to runner:runner
2025-08-20T21:20:18.2149301Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/dns' from root:root to runner:runner
2025-08-20T21:20:18.2150747Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/server.rs' from root:root to runner:runner
2025-08-20T21:20:18.2152039Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http.rs' from root:root to runner:runner
2025-08-20T21:20:18.2154244Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/metrics.rs' from root:root to runner:runner
2025-08-20T21:20:18.2156449Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/store.rs' from root:root to runner:runner
2025-08-20T21:20:18.2157750Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/lib.rs' from root:root to runner:runner
2025-08-20T21:20:18.2160029Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/rate_limiting.rs' from root:root to runner:runner
2025-08-20T21:20:18.2162363Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/error.rs' from root:root to runner:runner
2025-08-20T21:20:18.2164091Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/extract.rs' from root:root to runner:runner
2025-08-20T21:20:18.2166701Z [00:09:12.625]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/tls.rs' from root:root to runner:runner
2025-08-20T21:20:18.2168810Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/doh/extract.rs' from root:root to runner:runner
2025-08-20T21:20:18.2170645Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/doh/response.rs' from root:root to runner:runner
2025-08-20T21:20:18.2172876Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/doh' from root:root to runner:runner
2025-08-20T21:20:18.2174457Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/doh.rs' from root:root to runner:runner
2025-08-20T21:20:18.2176513Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/pkarr.rs' from root:root to runner:runner
2025-08-20T21:20:18.2178762Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http' from root:root to runner:runner
2025-08-20T21:20:18.2180323Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src' from root:root to runner:runner
2025-08-20T21:20:18.2182687Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/benches/write.rs' from root:root to runner:runner
2025-08-20T21:20:18.2184385Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/benches' from root:root to runner:runner
2025-08-20T21:20:18.2185687Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/config.dev.toml' from root:root to runner:runner
2025-08-20T21:20:18.2187605Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server' from root:root to runner:runner
2025-08-20T21:20:18.2189432Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/CHANGELOG_old.md' from root:root to runner:runner
2025-08-20T21:20:18.2190636Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T21:20:18.2191916Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/docker/Dockerfile' from root:root to runner:runner
2025-08-20T21:20:18.2194340Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/docker/README.md' from root:root to runner:runner
2025-08-20T21:20:18.2196308Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/docker/Dockerfile.ci' from root:root to runner:runner
2025-08-20T21:20:18.2197540Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/docker' from root:root to runner:runner
2025-08-20T21:20:18.2199424Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.img/iroh_wordmark.svg' from root:root to runner:runner
2025-08-20T21:20:18.2201310Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.img' from root:root to runner:runner
2025-08-20T21:20:18.2202486Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T21:20:18.2203950Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/example.config.toml' from root:root to runner:runner
2025-08-20T21:20:18.2206202Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/code_of_conduct.md' from root:root to runner:runner
2025-08-20T21:20:18.2208012Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/ansible/redeploy-relay.yml' from root:root to runner:runner
2025-08-20T21:20:18.2209289Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/ansible' from root:root to runner:runner
2025-08-20T21:20:18.2211520Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T21:20:18.2213749Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/cleanup.yaml' from root:root to runner:runner
2025-08-20T21:20:18.2215114Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/beta.yaml' from root:root to runner:runner
2025-08-20T21:20:18.2217478Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/tests.yaml' from root:root to runner:runner
2025-08-20T21:20:18.2219086Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/flaky.yaml' from root:root to runner:runner
2025-08-20T21:20:18.2220486Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/commit.yml' from root:root to runner:runner
2025-08-20T21:20:18.2222843Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T21:20:18.2224901Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/test_relay_server.yml' from root:root to runner:runner
2025-08-20T21:20:18.2226243Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/docker.yaml' from root:root to runner:runner
2025-08-20T21:20:18.2228431Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/docs.yaml' from root:root to runner:runner
2025-08-20T21:20:18.2230453Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T21:20:18.2231778Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/netsim_runner.yaml' from root:root to runner:runner
2025-08-20T21:20:18.2234277Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/project_sync.yaml' from root:root to runner:runner
2025-08-20T21:20:18.2236260Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/netsim.yml' from root:root to runner:runner
2025-08-20T21:20:18.2237556Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:20:18.2239825Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/pull_request_template.md' from root:root to runner:runner
2025-08-20T21:20:18.2242145Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T21:20:18.2243833Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/ISSUE_TEMPLATE/default.md' from root:root to runner:runner
2025-08-20T21:20:18.2246204Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:20:18.2247601Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:20:18.2248772Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:20:18.2250660Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:20:18.2253142Z [00:09:12.626]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:20:18.2254665Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:20:18.2256861Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:20:18.2259006Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:20:18.2260309Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:20:18.2262330Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:20:18.2264359Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:20:18.2265654Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:20:18.2267434Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:20:18.2269809Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:20:18.2271531Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:20:18.2273624Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:20:18.2275622Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:20:18.2276975Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:20:18.2278225Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:20:18.2280397Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:20:18.2282346Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:20:18.2283955Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:20:18.2285498Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:20:18.2287806Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:20:18.2289199Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:20:18.2290464Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:20:18.2292589Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:20:18.2294933Z [00:09:12.627]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T21:20:18.2296258Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:20:18.2298471Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:20:18.2300524Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:20:18.2302167Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:20:18.2304484Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:20:18.2306578Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:20:18.2308714Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:20:18.2310891Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:20:18.2312398Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:20:18.2314448Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:20:18.2317135Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-0693b4301786d22b827ddfabe5a67df1876b3888.rev' from root:root to runner:runner
2025-08-20T21:20:18.2319298Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-0693b4301786d22b827ddfabe5a67df1876b3888.promisor' from root:root to runner:runner
2025-08-20T21:20:18.2322335Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-41b84cf995cd3ff602ccc9272224138255c8aa9a.promisor' from root:root to runner:runner
2025-08-20T21:20:18.2324483Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-41b84cf995cd3ff602ccc9272224138255c8aa9a.idx' from root:root to runner:runner
2025-08-20T21:20:18.2327281Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-0693b4301786d22b827ddfabe5a67df1876b3888.pack' from root:root to runner:runner
2025-08-20T21:20:18.2329098Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-41b84cf995cd3ff602ccc9272224138255c8aa9a.rev' from root:root to runner:runner
2025-08-20T21:20:18.2330733Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-41b84cf995cd3ff602ccc9272224138255c8aa9a.pack' from root:root to runner:runner
2025-08-20T21:20:18.2333548Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-0693b4301786d22b827ddfabe5a67df1876b3888.idx' from root:root to runner:runner
2025-08-20T21:20:18.2336083Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:20:18.2337315Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:20:18.2339229Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:20:18.2340426Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:20:18.2341952Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:20:18.2343789Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:20:18.2345879Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:20:18.2348021Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/Cargo.toml' from root:root to runner:runner
2025-08-20T21:20:18.2350038Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/README.md' from root:root to runner:runner
2025-08-20T21:20:18.2352294Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/key.rs' from root:root to runner:runner
2025-08-20T21:20:18.2354502Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/ticket.rs' from root:root to runner:runner
2025-08-20T21:20:18.2355796Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/node_addr.rs' from root:root to runner:runner
2025-08-20T21:20:18.2358100Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/ticket/node.rs' from root:root to runner:runner
2025-08-20T21:20:18.2360399Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/ticket' from root:root to runner:runner
2025-08-20T21:20:18.2361862Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/lib.rs' from root:root to runner:runner
2025-08-20T21:20:18.2364328Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/relay_url.rs' from root:root to runner:runner
2025-08-20T21:20:18.2366509Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src' from root:root to runner:runner
2025-08-20T21:20:18.2367692Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base' from root:root to runner:runner
2025-08-20T21:20:18.2369710Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T21:20:18.2372019Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T21:20:18.2373798Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T21:20:18.2376410Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:20:18.2378671Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-profiles-c384d8a63b7f7303/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2380459Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-profiles-c384d8a63b7f7303/build_script_build-c384d8a63b7f7303.d' from root:root to runner:runner
2025-08-20T21:20:18.2382213Z [00:09:12.628]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-profiles-c384d8a63b7f7303/build_script_build-c384d8a63b7f7303' retained as runner:runner
2025-08-20T21:20:18.2384129Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-profiles-c384d8a63b7f7303' from root:root to runner:runner
2025-08-20T21:20:18.2385707Z [00:09:12.628]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2388233Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d.d' from root:root to runner:runner
2025-08-20T21:20:18.2391184Z [00:09:12.629]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d' retained as runner:runner
2025-08-20T21:20:18.2393654Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-45b89b0c69ba843d' from root:root to runner:runner
2025-08-20T21:20:18.2396214Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/blake3-37838791eb706f97/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2398568Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/blake3-37838791eb706f97/build_script_build-37838791eb706f97.d' from root:root to runner:runner
2025-08-20T21:20:18.2401399Z [00:09:12.629]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/blake3-37838791eb706f97/build_script_build-37838791eb706f97' retained as runner:runner
2025-08-20T21:20:18.2403295Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/blake3-37838791eb706f97' from root:root to runner:runner
2025-08-20T21:20:18.2405934Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-4af46a944ee5c449/out' from root:root to runner:runner
2025-08-20T21:20:18.2408067Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-4af46a944ee5c449/output' from root:root to runner:runner
2025-08-20T21:20:18.2410852Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-4af46a944ee5c449/root-output' from root:root to runner:runner
2025-08-20T21:20:18.2413301Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-4af46a944ee5c449/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.2414876Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-4af46a944ee5c449/stderr' from root:root to runner:runner
2025-08-20T21:20:18.2416357Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-4af46a944ee5c449' from root:root to runner:runner
2025-08-20T21:20:18.2418183Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build_script_build-c22483514f20c33d' from root:root to runner:runner
2025-08-20T21:20:18.2419870Z [00:09:12.629]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build-script-build' retained as runner:runner
2025-08-20T21:20:18.2421560Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build_script_build-c22483514f20c33d.d' from root:root to runner:runner
2025-08-20T21:20:18.2424053Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/generic-array-c22483514f20c33d' from root:root to runner:runner
2025-08-20T21:20:18.2425718Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2427505Z [00:09:12.629]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build_script_build-89d3fda42f56463d.d' from root:root to runner:runner
2025-08-20T21:20:18.2429864Z [00:09:12.630]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build_script_build-89d3fda42f56463d' retained as runner:runner
2025-08-20T21:20:18.2431509Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d' from root:root to runner:runner
2025-08-20T21:20:18.2433349Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2435671Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build_script_build-3cd47793a0d9e53a.d' from root:root to runner:runner
2025-08-20T21:20:18.2437387Z [00:09:12.630]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build_script_build-3cd47793a0d9e53a' retained as runner:runner
2025-08-20T21:20:18.2439294Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a' from root:root to runner:runner
2025-08-20T21:20:18.2441327Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/curve25519-dalek-d234037a90ad6b0d/build_script_build-d234037a90ad6b0d.d' from root:root to runner:runner
2025-08-20T21:20:18.2443291Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/curve25519-dalek-d234037a90ad6b0d/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2445632Z [00:09:12.630]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/curve25519-dalek-d234037a90ad6b0d/build_script_build-d234037a90ad6b0d' retained as runner:runner
2025-08-20T21:20:18.2447268Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/curve25519-dalek-d234037a90ad6b0d' from root:root to runner:runner
2025-08-20T21:20:18.2448783Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/out' from root:root to runner:runner
2025-08-20T21:20:18.2450868Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/output' from root:root to runner:runner
2025-08-20T21:20:18.2452531Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/root-output' from root:root to runner:runner
2025-08-20T21:20:18.2454473Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.2456630Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/stderr' from root:root to runner:runner
2025-08-20T21:20:18.2458085Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad' from root:root to runner:runner
2025-08-20T21:20:18.2459688Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2461875Z [00:09:12.630]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as runner:runner
2025-08-20T21:20:18.2463747Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' from root:root to runner:runner
2025-08-20T21:20:18.2465359Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T21:20:18.2466912Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/heapless-a901313180159c8f/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2469761Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/heapless-a901313180159c8f/build_script_build-a901313180159c8f.d' from root:root to runner:runner
2025-08-20T21:20:18.2473198Z [00:09:12.630]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/heapless-a901313180159c8f/build_script_build-a901313180159c8f' retained as runner:runner
2025-08-20T21:20:18.2474781Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/heapless-a901313180159c8f' from root:root to runner:runner
2025-08-20T21:20:18.2476323Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-a843d26e150dc751/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2478564Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-a843d26e150dc751/build_script_build-a843d26e150dc751.d' from root:root to runner:runner
2025-08-20T21:20:18.2480264Z [00:09:12.630]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-a843d26e150dc751/build_script_build-a843d26e150dc751' retained as runner:runner
2025-08-20T21:20:18.2481761Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-a843d26e150dc751' from root:root to runner:runner
2025-08-20T21:20:18.2484124Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustls-7342a51518c1c288/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2485761Z [00:09:12.630]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustls-7342a51518c1c288/build_script_build-7342a51518c1c288' retained as runner:runner
2025-08-20T21:20:18.2488003Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustls-7342a51518c1c288/build_script_build-7342a51518c1c288.d' from root:root to runner:runner
2025-08-20T21:20:18.2489596Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustls-7342a51518c1c288' from root:root to runner:runner
2025-08-20T21:20:18.2491117Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-26122a162310513a/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2493456Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-26122a162310513a/build_script_build-26122a162310513a.d' from root:root to runner:runner
2025-08-20T21:20:18.2495150Z [00:09:12.630]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-26122a162310513a/build_script_build-26122a162310513a' retained as runner:runner
2025-08-20T21:20:18.2496647Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-26122a162310513a' from root:root to runner:runner
2025-08-20T21:20:18.2498521Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/out' from root:root to runner:runner
2025-08-20T21:20:18.2500078Z [00:09:12.630]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/output' from root:root to runner:runner
2025-08-20T21:20:18.2501710Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/root-output' from root:root to runner:runner
2025-08-20T21:20:18.2504069Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.2505634Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/stderr' from root:root to runner:runner
2025-08-20T21:20:18.2507068Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-0e10e3ca2d597036' from root:root to runner:runner
2025-08-20T21:20:18.2508939Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/ring-fca5babb2b7effc7/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2510886Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/ring-fca5babb2b7effc7/build_script_build-fca5babb2b7effc7.d' from root:root to runner:runner
2025-08-20T21:20:18.2512694Z [00:09:12.631]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/ring-fca5babb2b7effc7/build_script_build-fca5babb2b7effc7' retained as runner:runner
2025-08-20T21:20:18.2515108Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/ring-fca5babb2b7effc7' from root:root to runner:runner
2025-08-20T21:20:18.2516664Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2518349Z [00:09:12.631]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a' retained as runner:runner
2025-08-20T21:20:18.2520515Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a.d' from root:root to runner:runner
2025-08-20T21:20:18.2522099Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a' from root:root to runner:runner
2025-08-20T21:20:18.2523761Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde_json-bd97ea2f9e5b7434/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2525994Z [00:09:12.631]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde_json-bd97ea2f9e5b7434/build_script_build-bd97ea2f9e5b7434' retained as runner:runner
2025-08-20T21:20:18.2527710Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde_json-bd97ea2f9e5b7434/build_script_build-bd97ea2f9e5b7434.d' from root:root to runner:runner
2025-08-20T21:20:18.2529807Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde_json-bd97ea2f9e5b7434' from root:root to runner:runner
2025-08-20T21:20:18.2531601Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/out/version.expr' from root:root to runner:runner
2025-08-20T21:20:18.2533317Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/out' from root:root to runner:runner
2025-08-20T21:20:18.2535452Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/output' from root:root to runner:runner
2025-08-20T21:20:18.2537050Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/root-output' from root:root to runner:runner
2025-08-20T21:20:18.2538676Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.2540835Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/stderr' from root:root to runner:runner
2025-08-20T21:20:18.2542503Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe' from root:root to runner:runner
2025-08-20T21:20:18.2544310Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-relay-5091d3dcb591944b/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2546584Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-relay-5091d3dcb591944b/build_script_build-5091d3dcb591944b.d' from root:root to runner:runner
2025-08-20T21:20:18.2548300Z [00:09:12.631]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-relay-5091d3dcb591944b/build_script_build-5091d3dcb591944b' retained as runner:runner
2025-08-20T21:20:18.2549852Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-relay-5091d3dcb591944b' from root:root to runner:runner
2025-08-20T21:20:18.2551956Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/moka-be5419609833fd8a/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2553950Z [00:09:12.631]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/moka-be5419609833fd8a/build_script_build-be5419609833fd8a' retained as runner:runner
2025-08-20T21:20:18.2555958Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/moka-be5419609833fd8a/build_script_build-be5419609833fd8a.d' from root:root to runner:runner
2025-08-20T21:20:18.2557792Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/moka-be5419609833fd8a' from root:root to runner:runner
2025-08-20T21:20:18.2559314Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2561514Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c.d' from root:root to runner:runner
2025-08-20T21:20:18.2563689Z [00:09:12.631]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c' retained as runner:runner
2025-08-20T21:20:18.2565253Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/typenum-c623553def1a648c' from root:root to runner:runner
2025-08-20T21:20:18.2567429Z [00:09:12.631]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2569135Z [00:09:12.631]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build_script_build-666d147f7ba58189' retained as runner:runner
2025-08-20T21:20:18.2570977Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build_script_build-666d147f7ba58189.d' from root:root to runner:runner
2025-08-20T21:20:18.2573514Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189' from root:root to runner:runner
2025-08-20T21:20:18.2575158Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2577422Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3.d' from root:root to runner:runner
2025-08-20T21:20:18.2579881Z [00:09:12.632]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3' retained as runner:runner
2025-08-20T21:20:18.2581639Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3' from root:root to runner:runner
2025-08-20T21:20:18.2583768Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2585468Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build_script_build-e96d69173af72e21.d' from root:root to runner:runner
2025-08-20T21:20:18.2587375Z [00:09:12.632]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build_script_build-e96d69173af72e21' retained as runner:runner
2025-08-20T21:20:18.2589289Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21' from root:root to runner:runner
2025-08-20T21:20:18.2591052Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/pkarr-7be97c0194deac7f/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2593097Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/pkarr-7be97c0194deac7f/build_script_build-7be97c0194deac7f.d' from root:root to runner:runner
2025-08-20T21:20:18.2595127Z [00:09:12.632]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/pkarr-7be97c0194deac7f/build_script_build-7be97c0194deac7f' retained as runner:runner
2025-08-20T21:20:18.2596732Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/pkarr-7be97c0194deac7f' from root:root to runner:runner
2025-08-20T21:20:18.2598704Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2600312Z [00:09:12.632]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54' retained as runner:runner
2025-08-20T21:20:18.2602164Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54.d' from root:root to runner:runner
2025-08-20T21:20:18.2604510Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/lock_api-0e43305194759e54' from root:root to runner:runner
2025-08-20T21:20:18.2606069Z [00:09:12.632]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/num-traits-085a0421259d7e05/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2608271Z [00:09:12.632]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/num-traits-085a0421259d7e05/build_script_build-085a0421259d7e05' retained as runner:runner
2025-08-20T21:20:18.2609996Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/num-traits-085a0421259d7e05/build_script_build-085a0421259d7e05.d' from root:root to runner:runner
2025-08-20T21:20:18.2611588Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/num-traits-085a0421259d7e05' from root:root to runner:runner
2025-08-20T21:20:18.2613916Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' from root:root to runner:runner
2025-08-20T21:20:18.2616740Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2619513Z [00:09:12.633]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as runner:runner
2025-08-20T21:20:18.2621797Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T21:20:18.2624477Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2626645Z [00:09:12.633]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111' retained as runner:runner
2025-08-20T21:20:18.2629793Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111.d' from root:root to runner:runner
2025-08-20T21:20:18.2631460Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-84c0709de8943111' from root:root to runner:runner
2025-08-20T21:20:18.2633307Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build_script_build-c9fa196059b28a3e.d' from root:root to runner:runner
2025-08-20T21:20:18.2635292Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build_script_build-c9fa196059b28a3e' from root:root to runner:runner
2025-08-20T21:20:18.2637314Z [00:09:12.633]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build-script-build' retained as runner:runner
2025-08-20T21:20:18.2638816Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e' from root:root to runner:runner
2025-08-20T21:20:18.2640921Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/oid-registry-dbdd2a13ef4eeb8f/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2642602Z [00:09:12.633]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/oid-registry-dbdd2a13ef4eeb8f/build_script_build-dbdd2a13ef4eeb8f' retained as runner:runner
2025-08-20T21:20:18.2644718Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/oid-registry-dbdd2a13ef4eeb8f/build_script_build-dbdd2a13ef4eeb8f.d' from root:root to runner:runner
2025-08-20T21:20:18.2646909Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/oid-registry-dbdd2a13ef4eeb8f' from root:root to runner:runner
2025-08-20T21:20:18.2648423Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/out' from root:root to runner:runner
2025-08-20T21:20:18.2649945Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' from root:root to runner:runner
2025-08-20T21:20:18.2652062Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' from root:root to runner:runner
2025-08-20T21:20:18.2654076Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.2656280Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' from root:root to runner:runner
2025-08-20T21:20:18.2657799Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T21:20:18.2659545Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2661873Z [00:09:12.633]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as runner:runner
2025-08-20T21:20:18.2663917Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa.d' from root:root to runner:runner
2025-08-20T21:20:18.2665601Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-20T21:20:18.2667181Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2668819Z [00:09:12.633]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build_script_build-fb67fca51f35cb53' retained as runner:runner
2025-08-20T21:20:18.2671129Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build_script_build-fb67fca51f35cb53.d' from root:root to runner:runner
2025-08-20T21:20:18.2672763Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53' from root:root to runner:runner
2025-08-20T21:20:18.2675012Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2677152Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159.d' from root:root to runner:runner
2025-08-20T21:20:18.2679175Z [00:09:12.633]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159' retained as runner:runner
2025-08-20T21:20:18.2680705Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/object-b6fab1d66f076159' from root:root to runner:runner
2025-08-20T21:20:18.2682319Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/out' from root:root to runner:runner
2025-08-20T21:20:18.2684413Z [00:09:12.633]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/output' from root:root to runner:runner
2025-08-20T21:20:18.2685965Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/root-output' from root:root to runner:runner
2025-08-20T21:20:18.2687932Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.2689837Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/stderr' from root:root to runner:runner
2025-08-20T21:20:18.2691346Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37' from root:root to runner:runner
2025-08-20T21:20:18.2693690Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/getrandom-0acad16b08348785/build_script_build-0acad16b08348785' from root:root to runner:runner
2025-08-20T21:20:18.2695356Z [00:09:12.634]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/getrandom-0acad16b08348785/build-script-build' retained as runner:runner
2025-08-20T21:20:18.2697013Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/getrandom-0acad16b08348785/build_script_build-0acad16b08348785.d' from root:root to runner:runner
2025-08-20T21:20:18.2699021Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/getrandom-0acad16b08348785' from root:root to runner:runner
2025-08-20T21:20:18.2700734Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-core-a3d13f428ce32414/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2702404Z [00:09:12.634]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-core-a3d13f428ce32414/build_script_build-a3d13f428ce32414' retained as runner:runner
2025-08-20T21:20:18.2704367Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-core-a3d13f428ce32414/build_script_build-a3d13f428ce32414.d' from root:root to runner:runner
2025-08-20T21:20:18.2706706Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-core-a3d13f428ce32414' from root:root to runner:runner
2025-08-20T21:20:18.2708372Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2710067Z [00:09:12.634]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build_script_build-b95ab72ee230b1b8' retained as runner:runner
2025-08-20T21:20:18.2711806Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build_script_build-b95ab72ee230b1b8.d' from root:root to runner:runner
2025-08-20T21:20:18.2714186Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8' from root:root to runner:runner
2025-08-20T21:20:18.2715771Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2717627Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build_script_build-21f3052f47c7564f.d' from root:root to runner:runner
2025-08-20T21:20:18.2719949Z [00:09:12.634]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build_script_build-21f3052f47c7564f' retained as runner:runner
2025-08-20T21:20:18.2721516Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/httparse-21f3052f47c7564f' from root:root to runner:runner
2025-08-20T21:20:18.2723314Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/redb-a782b76090a31b30/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2725783Z [00:09:12.634]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/redb-a782b76090a31b30/build_script_build-a782b76090a31b30.d' from root:root to runner:runner
2025-08-20T21:20:18.2728083Z [00:09:12.635]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/redb-a782b76090a31b30/build_script_build-a782b76090a31b30' retained as runner:runner
2025-08-20T21:20:18.2729587Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/redb-a782b76090a31b30' from root:root to runner:runner
2025-08-20T21:20:18.2731608Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-7daf1389b4dcf813/out' from root:root to runner:runner
2025-08-20T21:20:18.2733237Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-7daf1389b4dcf813/output' from root:root to runner:runner
2025-08-20T21:20:18.2734919Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-7daf1389b4dcf813/root-output' from root:root to runner:runner
2025-08-20T21:20:18.2736481Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-7daf1389b4dcf813/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.2738011Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-7daf1389b4dcf813/stderr' from root:root to runner:runner
2025-08-20T21:20:18.2739719Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-7daf1389b4dcf813' from root:root to runner:runner
2025-08-20T21:20:18.2741629Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2743609Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' from root:root to runner:runner
2025-08-20T21:20:18.2745325Z [00:09:12.635]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as runner:runner
2025-08-20T21:20:18.2747028Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T21:20:18.2748879Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-d56e456135fd6ccf/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2750557Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-d56e456135fd6ccf/build_script_build-d56e456135fd6ccf.d' from root:root to runner:runner
2025-08-20T21:20:18.2752221Z [00:09:12.635]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-d56e456135fd6ccf/build_script_build-d56e456135fd6ccf' retained as runner:runner
2025-08-20T21:20:18.2754050Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-d56e456135fd6ccf' from root:root to runner:runner
2025-08-20T21:20:18.2756630Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2759794Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3.d' from root:root to runner:runner
2025-08-20T21:20:18.2763256Z [00:09:12.635]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3' retained as runner:runner
2025-08-20T21:20:18.2766215Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3' from root:root to runner:runner
2025-08-20T21:20:18.2769368Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/fs-err-8611d171883c69fc/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2772504Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/fs-err-8611d171883c69fc/build_script_build-8611d171883c69fc.d' from root:root to runner:runner
2025-08-20T21:20:18.2775850Z [00:09:12.635]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/fs-err-8611d171883c69fc/build_script_build-8611d171883c69fc' retained as runner:runner
2025-08-20T21:20:18.2778558Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/fs-err-8611d171883c69fc' from root:root to runner:runner
2025-08-20T21:20:18.2781215Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/portable-atomic-7d7e7e480db8bb40/build_script_build-7d7e7e480db8bb40.d' from root:root to runner:runner
2025-08-20T21:20:18.2783257Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/portable-atomic-7d7e7e480db8bb40/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2785193Z [00:09:12.635]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/portable-atomic-7d7e7e480db8bb40/build_script_build-7d7e7e480db8bb40' retained as runner:runner
2025-08-20T21:20:18.2786834Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/portable-atomic-7d7e7e480db8bb40' from root:root to runner:runner
2025-08-20T21:20:18.2788414Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2790324Z [00:09:12.635]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build_script_build-84f2e12a512fad9e' retained as runner:runner
2025-08-20T21:20:18.2792026Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build_script_build-84f2e12a512fad9e.d' from root:root to runner:runner
2025-08-20T21:20:18.2793847Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e' from root:root to runner:runner
2025-08-20T21:20:18.2795787Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-6ad8e7e63b5dfc42/build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.2797581Z [00:09:12.635]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-6ad8e7e63b5dfc42/build_script_build-6ad8e7e63b5dfc42' retained as runner:runner
2025-08-20T21:20:18.2799269Z [00:09:12.635]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-6ad8e7e63b5dfc42/build_script_build-6ad8e7e63b5dfc42.d' from root:root to runner:runner
2025-08-20T21:20:18.2801029Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-6ad8e7e63b5dfc42' from root:root to runner:runner
2025-08-20T21:20:18.2802579Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T21:20:18.2804962Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2806770Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasn1_rs_derive-45dc89ce06fdd0a3.so' from root:root to runner:runner
2025-08-20T21:20:18.2808526Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/ucd_parse-d50dac1c9619486d.d' from root:root to runner:runner
2025-08-20T21:20:18.2810080Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_generator-8c93fe7170482c79.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2811629Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/thiserror_impl-09cbb1665cdfc628.d' from root:root to runner:runner
2025-08-20T21:20:18.2828384Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/num_enum_derive-e8bb0d097f06ac7a.d' from root:root to runner:runner
2025-08-20T21:20:18.2830025Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/enum_as_inner-e4c1a2da2d3fa205.d' from root:root to runner:runner
2025-08-20T21:20:18.2831818Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_lite-b2630d4d6aa364e7.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2833604Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustc_version-6d95c4e7a4040f07.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2835182Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/strum_macros-920333dcc0f3f4d4.d' from root:root to runner:runner
2025-08-20T21:20:18.2836854Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/hashbrown-e5949c13137400f5.d' from root:root to runner:runner
2025-08-20T21:20:18.2838383Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_meta-7b04917f6b20b10f.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2839927Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpostcard_derive-5b34effe6681ad29.so' from root:root to runner:runner
2025-08-20T21:20:18.2841460Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T21:20:18.2843765Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_meta-7b04917f6b20b10f.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2845527Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro_crate-510bfe316b6da67f.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2847083Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2849256Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstruct_iterable_internal-9cebe4e4c265e628.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2850824Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' from root:root to runner:runner
2025-08-20T21:20:18.2852340Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_automata-d4d25f6b63e8714d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2854598Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/paste-d4b21fc6492e3195.d' from root:root to runner:runner
2025-08-20T21:20:18.2856128Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnested_enum_utils-9603df742ba299ab.so' from root:root to runner:runner
2025-08-20T21:20:18.2857889Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libder_derive-b2ebd3ee369dd857.so' from root:root to runner:runner
2025-08-20T21:20:18.2859912Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libzerovec_derive-76a189f4ebdfaf72.so' from root:root to runner:runner
2025-08-20T21:20:18.2861533Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2863235Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/asn1_rs_impl-f488e18a6b34683a.d' from root:root to runner:runner
2025-08-20T21:20:18.2864759Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/synstructure-c05609e66b0d03d2.d' from root:root to runner:runner
2025-08-20T21:20:18.2866300Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libderive_more_impl-29183fa3f633b355.so' from root:root to runner:runner
2025-08-20T21:20:18.2867942Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so' from root:root to runner:runner
2025-08-20T21:20:18.2869972Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2871500Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/async_trait-1e21a360bcada2ae.d' from root:root to runner:runner
2025-08-20T21:20:18.2873894Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2875430Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libprecis_tools-8cd4f865eee17601.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2877320Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' from root:root to runner:runner
2025-08-20T21:20:18.2878978Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror_impl-09cbb1665cdfc628.so' from root:root to runner:runner
2025-08-20T21:20:18.2880495Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/der_derive-b2ebd3ee369dd857.d' from root:root to runner:runner
2025-08-20T21:20:18.2881944Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T21:20:18.2884146Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/erased_serde-2252c8bfae2fa6ed.d' from root:root to runner:runner
2025-08-20T21:20:18.2885853Z [00:09:12.636]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2887376Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsemver-73fdc62d37bc63ac.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2889494Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2890966Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/cc-0688051f948a226e.d' from root:root to runner:runner
2025-08-20T21:20:18.2892423Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/thiserror_impl-3cf295331814a8db.d' from root:root to runner:runner
2025-08-20T21:20:18.2894773Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2896324Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/yoke_derive-e279ed62d1e1f54e.d' from root:root to runner:runner
2025-08-20T21:20:18.2897833Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libenum_as_inner-e4c1a2da2d3fa205.so' from root:root to runner:runner
2025-08-20T21:20:18.2899561Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstrum_macros-de03a2aaafa0f0f8.so' from root:root to runner:runner
2025-08-20T21:20:18.2901471Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libhashbrown-e5949c13137400f5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2903425Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/tokio_macros-5034364e461b0ed9.d' from root:root to runner:runner
2025-08-20T21:20:18.2904963Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2907759Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libzerofrom_derive-050465dd4205e245.so' from root:root to runner:runner
2025-08-20T21:20:18.2910538Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/struct_iterable_derive-b65e0e805fc6042e.d' from root:root to runner:runner
2025-08-20T21:20:18.2913393Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' from root:root to runner:runner
2025-08-20T21:20:18.2915101Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pin_project_internal-63b3b96270e7d8c2.d' from root:root to runner:runner
2025-08-20T21:20:18.2916757Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pest_meta-7b04917f6b20b10f.d' from root:root to runner:runner
2025-08-20T21:20:18.2918475Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtoml_edit-1d0286da8289a3fa.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2920447Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2921977Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2923756Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest-4c8334ab2c1afc42.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2925274Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/toml_datetime-b0efca2709d16ed6.d' from root:root to runner:runner
2025-08-20T21:20:18.2926830Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/struct_iterable_internal-9cebe4e4c265e628.d' from root:root to runner:runner
2025-08-20T21:20:18.2928990Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex-813717a3c512d141.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2930531Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/litrs-6cc7a3a6964c1385.d' from root:root to runner:runner
2025-08-20T21:20:18.2932602Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2934493Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2936022Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.so' from root:root to runner:runner
2025-08-20T21:20:18.2938164Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/serde-d938b6a2993e586b.d' from root:root to runner:runner
2025-08-20T21:20:18.2939666Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2941208Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libaho_corasick-10bb05023a6f79b6.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2943568Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2945119Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2946756Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so' from root:root to runner:runner
2025-08-20T21:20:18.2948874Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/unicode_xid-6339c36d0c7ebba4.d' from root:root to runner:runner
2025-08-20T21:20:18.2950365Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/precis_tools-8cd4f865eee17601.d' from root:root to runner:runner
2025-08-20T21:20:18.2951883Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/enumflags2_derive-4247b8c6c57d0a8d.d' from root:root to runner:runner
2025-08-20T21:20:18.2954242Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro_crate-510bfe316b6da67f.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2955816Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_derive-0b30dcbb68b195d4.so' from root:root to runner:runner
2025-08-20T21:20:18.2957373Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/curve25519_dalek_derive-e9bc2fcea383d7d0.d' from root:root to runner:runner
2025-08-20T21:20:18.2959444Z [00:09:12.637]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/regex_lite-b2630d4d6aa364e7.d' from root:root to runner:runner
2025-08-20T21:20:18.2961108Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liblazy_static-386955e475fc3d57.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2962795Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/aho_corasick-10bb05023a6f79b6.d' from root:root to runner:runner
2025-08-20T21:20:18.2964885Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror_impl-3cf295331814a8db.so' from root:root to runner:runner
2025-08-20T21:20:18.2966790Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libenumflags2_derive-4247b8c6c57d0a8d.so' from root:root to runner:runner
2025-08-20T21:20:18.2968328Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/time_macros-4c5a6d7411a19867.d' from root:root to runner:runner
2025-08-20T21:20:18.2969817Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libclap_derive-bc4ba59015a714aa.so' from root:root to runner:runner
2025-08-20T21:20:18.2971938Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustc_version-6d95c4e7a4040f07.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2973587Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/toml_edit-1d0286da8289a3fa.d' from root:root to runner:runner
2025-08-20T21:20:18.2975233Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libprecis_tools-8cd4f865eee17601.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2977445Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstruct_iterable_derive-b65e0e805fc6042e.so' from root:root to runner:runner
2025-08-20T21:20:18.2979039Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2980562Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/nested_enum_utils-9603df742ba299ab.d' from root:root to runner:runner
2025-08-20T21:20:18.2982691Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so' from root:root to runner:runner
2025-08-20T21:20:18.2984482Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2985990Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/displaydoc-7e3caaefad793fdd.d' from root:root to runner:runner
2025-08-20T21:20:18.2987879Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtoml_datetime-b0efca2709d16ed6.rlib' from root:root to runner:runner
2025-08-20T21:20:18.2989650Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pest_generator-8c93fe7170482c79.d' from root:root to runner:runner
2025-08-20T21:20:18.2991147Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/rustversion-a291dd095d8cbcc8.d' from root:root to runner:runner
2025-08-20T21:20:18.2993455Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.2995096Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/regex_automata-d4d25f6b63e8714d.d' from root:root to runner:runner
2025-08-20T21:20:18.2996653Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtracing_attributes-44edeccea3c38331.so' from root:root to runner:runner
2025-08-20T21:20:18.2998206Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libindexmap-b4323f096d005774.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3000335Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/document_features-d142194e6a381e9c.d' from root:root to runner:runner
2025-08-20T21:20:18.3001896Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3003813Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libhashbrown-e5949c13137400f5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3005966Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_lite-b2630d4d6aa364e7.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3007502Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest-4c8334ab2c1afc42.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3009021Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3011097Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/time_core-07024a0d881339a0.d' from root:root to runner:runner
2025-08-20T21:20:18.3012565Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/indexmap-b4323f096d005774.d' from root:root to runner:runner
2025-08-20T21:20:18.3014336Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/regex_syntax-6e8c13dee0a493bc.d' from root:root to runner:runner
2025-08-20T21:20:18.3017038Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libindexmap-b4323f096d005774.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3019773Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtoml_edit-1d0286da8289a3fa.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3022442Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/clap_derive-bc4ba59015a714aa.d' from root:root to runner:runner
2025-08-20T21:20:18.3024540Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3026057Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror-b26360a705e19153.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3027910Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/derive_more_impl-29183fa3f633b355.d' from root:root to runner:runner
2025-08-20T21:20:18.3029704Z [00:09:12.638]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnum_conv-a1b56b94ee2fb49a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3031209Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/lazy_static-386955e475fc3d57.d' from root:root to runner:runner
2025-08-20T21:20:18.3032855Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/strum_macros-de03a2aaafa0f0f8.d' from root:root to runner:runner
2025-08-20T21:20:18.3034843Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' from root:root to runner:runner
2025-08-20T21:20:18.3036557Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcurve25519_dalek_derive-e9bc2fcea383d7d0.so' from root:root to runner:runner
2025-08-20T21:20:18.3038167Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3040246Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-823e917b4b842b0f.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3041759Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtokio_macros-5034364e461b0ed9.so' from root:root to runner:runner
2025-08-20T21:20:18.3043524Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/zerovec_derive-76a189f4ebdfaf72.d' from root:root to runner:runner
2025-08-20T21:20:18.3045396Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsemver-73fdc62d37bc63ac.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3047082Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/syn-823e917b4b842b0f.d' from root:root to runner:runner
2025-08-20T21:20:18.3048544Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libserde-d938b6a2993e586b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3050248Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/regex-813717a3c512d141.d' from root:root to runner:runner
2025-08-20T21:20:18.3052089Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libaho_corasick-10bb05023a6f79b6.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3054171Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/memchr-05ca04b75261ca49.d' from root:root to runner:runner
2025-08-20T21:20:18.3055671Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnum_enum_derive-e8bb0d097f06ac7a.so' from root:root to runner:runner
2025-08-20T21:20:18.3057836Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_generator-8c93fe7170482c79.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3059365Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/equivalent-d4141b76549b3f53.d' from root:root to runner:runner
2025-08-20T21:20:18.3060906Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3063234Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnum_conv-a1b56b94ee2fb49a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3064998Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstruct_iterable_internal-9cebe4e4c265e628.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3066706Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so' from root:root to runner:runner
2025-08-20T21:20:18.3068794Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_automata-d4d25f6b63e8714d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3070336Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/futures_macro-86b23cfc3abd83a4.d' from root:root to runner:runner
2025-08-20T21:20:18.3071865Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3074065Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' from root:root to runner:runner
2025-08-20T21:20:18.3075585Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/tracing_attributes-44edeccea3c38331.d' from root:root to runner:runner
2025-08-20T21:20:18.3077104Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/rustc_version-6d95c4e7a4040f07.d' from root:root to runner:runner
2025-08-20T21:20:18.3078688Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liblazy_static-386955e475fc3d57.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3080726Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3082406Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pnet_macros-93e12c6d47943dd3.d' from root:root to runner:runner
2025-08-20T21:20:18.3084381Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasync_trait-1e21a360bcada2ae.so' from root:root to runner:runner
2025-08-20T21:20:18.3086209Z [00:09:12.639]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/syn-94f40e26de0f9146.d' from root:root to runner:runner
2025-08-20T21:20:18.3087692Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/iroh_metrics_derive-a969c70febf92089.d' from root:root to runner:runner
2025-08-20T21:20:18.3089496Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/postcard_derive-5b34effe6681ad29.d' from root:root to runner:runner
2025-08-20T21:20:18.3091327Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libaxum_macros-99dbc815a8dfab54.so' from root:root to runner:runner
2025-08-20T21:20:18.3093168Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3094894Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3097000Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/snafu_derive-f23bbf43783207c7.d' from root:root to runner:runner
2025-08-20T21:20:18.3098460Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pest-4c8334ab2c1afc42.d' from root:root to runner:runner
2025-08-20T21:20:18.3099938Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtime_core-07024a0d881339a0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3102016Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pest_derive-0b30dcbb68b195d4.d' from root:root to runner:runner
2025-08-20T21:20:18.3103800Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libwinnow-6bd2c9c6ba75e76d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3105298Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/num_conv-a1b56b94ee2fb49a.d' from root:root to runner:runner
2025-08-20T21:20:18.3107356Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3108930Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpin_project_internal-63b3b96270e7d8c2.so' from root:root to runner:runner
2025-08-20T21:20:18.3110604Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/winnow-6bd2c9c6ba75e76d.d' from root:root to runner:runner
2025-08-20T21:20:18.3112157Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/semver-73fdc62d37bc63ac.d' from root:root to runner:runner
2025-08-20T21:20:18.3114280Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/axum_macros-99dbc815a8dfab54.d' from root:root to runner:runner
2025-08-20T21:20:18.3115778Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libserde-d938b6a2993e586b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3117272Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3118798Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtoml_datetime-b0efca2709d16ed6.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3120947Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/derive_more_impl-4267fe1ef3be6f20.d' from root:root to runner:runner
2025-08-20T21:20:18.3122584Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/thiserror-b26360a705e19153.d' from root:root to runner:runner
2025-08-20T21:20:18.3124941Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libfutures_macro-86b23cfc3abd83a4.so' from root:root to runner:runner
2025-08-20T21:20:18.3126622Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3128184Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3130092Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3131789Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsnafu_derive-f23bbf43783207c7.so' from root:root to runner:runner
2025-08-20T21:20:18.3133440Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libyoke_derive-e279ed62d1e1f54e.so' from root:root to runner:runner
2025-08-20T21:20:18.3134985Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libderive_more_impl-4267fe1ef3be6f20.so' from root:root to runner:runner
2025-08-20T21:20:18.3137258Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtime_core-07024a0d881339a0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3139997Z [00:09:12.640]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3143137Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3145171Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasn1_rs_impl-f488e18a6b34683a.so' from root:root to runner:runner
2025-08-20T21:20:18.3146702Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtime_macros-4c5a6d7411a19867.so' from root:root to runner:runner
2025-08-20T21:20:18.3148205Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex-813717a3c512d141.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3150316Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstrum_macros-920333dcc0f3f4d4.so' from root:root to runner:runner
2025-08-20T21:20:18.3151850Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/asn1_rs_derive-45dc89ce06fdd0a3.d' from root:root to runner:runner
2025-08-20T21:20:18.3153885Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/proc_macro_crate-510bfe316b6da67f.d' from root:root to runner:runner
2025-08-20T21:20:18.3155890Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' from root:root to runner:runner
2025-08-20T21:20:18.3157427Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liberased_serde-2252c8bfae2fa6ed.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3159288Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liberased_serde-2252c8bfae2fa6ed.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3161048Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/ucd_trie-56344b5ef67d5053.d' from root:root to runner:runner
2025-08-20T21:20:18.3162534Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/zerofrom_derive-050465dd4205e245.d' from root:root to runner:runner
2025-08-20T21:20:18.3164217Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-823e917b4b842b0f.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.3166258Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/serde_derive-4dea58f2f780c793.d' from root:root to runner:runner
2025-08-20T21:20:18.3167792Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpnet_macros-93e12c6d47943dd3.so' from root:root to runner:runner
2025-08-20T21:20:18.3169317Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror-b26360a705e19153.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3171834Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libiroh_metrics_derive-a969c70febf92089.so' from root:root to runner:runner
2025-08-20T21:20:18.3173624Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libwinnow-6bd2c9c6ba75e76d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3175180Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.3177096Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T21:20:18.3178790Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-profiles-c384d8a63b7f7303/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3180653Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-profiles-c384d8a63b7f7303/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3183375Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-profiles-c384d8a63b7f7303/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3185289Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-profiles-c384d8a63b7f7303/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3187033Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-profiles-c384d8a63b7f7303' from root:root to runner:runner
2025-08-20T21:20:18.3189257Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/async-trait-1e21a360bcada2ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3191047Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/async-trait-1e21a360bcada2ae/dep-lib-async_trait' from root:root to runner:runner
2025-08-20T21:20:18.3192711Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/async-trait-1e21a360bcada2ae/lib-async_trait' from root:root to runner:runner
2025-08-20T21:20:18.3195114Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/async-trait-1e21a360bcada2ae/lib-async_trait.json' from root:root to runner:runner
2025-08-20T21:20:18.3196732Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/async-trait-1e21a360bcada2ae' from root:root to runner:runner
2025-08-20T21:20:18.3198333Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' from root:root to runner:runner
2025-08-20T21:20:18.3200766Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3202396Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' from root:root to runner:runner
2025-08-20T21:20:18.3204316Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T21:20:18.3206488Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023' from root:root to runner:runner
2025-08-20T21:20:18.3208045Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-823e917b4b842b0f/dep-lib-syn' from root:root to runner:runner
2025-08-20T21:20:18.3209620Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-823e917b4b842b0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3211752Z [00:09:12.641]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-823e917b4b842b0f/lib-syn' from root:root to runner:runner
2025-08-20T21:20:18.3213585Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-823e917b4b842b0f/lib-syn.json' from root:root to runner:runner
2025-08-20T21:20:18.3215109Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-823e917b4b842b0f' from root:root to runner:runner
2025-08-20T21:20:18.3217258Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3219062Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3220764Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3223156Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3224878Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d' from root:root to runner:runner
2025-08-20T21:20:18.3226508Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/blake3-37838791eb706f97/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3228873Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/blake3-37838791eb706f97/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3230802Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/blake3-37838791eb706f97/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3232516Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/blake3-37838791eb706f97/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3235005Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/blake3-37838791eb706f97' from root:root to runner:runner
2025-08-20T21:20:18.3236603Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pnet_macros-93e12c6d47943dd3/lib-pnet_macros' from root:root to runner:runner
2025-08-20T21:20:18.3238268Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pnet_macros-93e12c6d47943dd3/dep-lib-pnet_macros' from root:root to runner:runner
2025-08-20T21:20:18.3240500Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pnet_macros-93e12c6d47943dd3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3242320Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pnet_macros-93e12c6d47943dd3/lib-pnet_macros.json' from root:root to runner:runner
2025-08-20T21:20:18.3244182Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pnet_macros-93e12c6d47943dd3' from root:root to runner:runner
2025-08-20T21:20:18.3246315Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/dep-lib-syn' from root:root to runner:runner
2025-08-20T21:20:18.3247904Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3249464Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/lib-syn' from root:root to runner:runner
2025-08-20T21:20:18.3251567Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/lib-syn.json' from root:root to runner:runner
2025-08-20T21:20:18.3253203Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146' from root:root to runner:runner
2025-08-20T21:20:18.3255464Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-4af46a944ee5c449/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3258697Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-4af46a944ee5c449/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3261574Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-4af46a944ee5c449' from root:root to runner:runner
2025-08-20T21:20:18.3263401Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_derive-b65e0e805fc6042e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3265703Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_derive-b65e0e805fc6042e/lib-struct_iterable_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3267535Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_derive-b65e0e805fc6042e/dep-lib-struct_iterable_derive' from root:root to runner:runner
2025-08-20T21:20:18.3269889Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_derive-b65e0e805fc6042e/lib-struct_iterable_derive' from root:root to runner:runner
2025-08-20T21:20:18.3271587Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_derive-b65e0e805fc6042e' from root:root to runner:runner
2025-08-20T21:20:18.3273889Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3276917Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3280129Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3282697Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3285927Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d' from root:root to runner:runner
2025-08-20T21:20:18.3288041Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-73fdc62d37bc63ac/lib-semver' from root:root to runner:runner
2025-08-20T21:20:18.3290785Z [00:09:12.642]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-73fdc62d37bc63ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3293154Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-73fdc62d37bc63ac/lib-semver.json' from root:root to runner:runner
2025-08-20T21:20:18.3294829Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-73fdc62d37bc63ac/dep-lib-semver' from root:root to runner:runner
2025-08-20T21:20:18.3296655Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-73fdc62d37bc63ac' from root:root to runner:runner
2025-08-20T21:20:18.3298787Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_datetime-b0efca2709d16ed6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3300485Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_datetime-b0efca2709d16ed6/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:20:18.3302331Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_datetime-b0efca2709d16ed6/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T21:20:18.3304587Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_datetime-b0efca2709d16ed6/lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:20:18.3306190Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_datetime-b0efca2709d16ed6' from root:root to runner:runner
2025-08-20T21:20:18.3307903Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie' from root:root to runner:runner
2025-08-20T21:20:18.3309530Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3311168Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T21:20:18.3312786Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T21:20:18.3315389Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053' from root:root to runner:runner
2025-08-20T21:20:18.3318123Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3321466Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3324476Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3326971Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3329801Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d' from root:root to runner:runner
2025-08-20T21:20:18.3331497Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3334017Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3335758Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3337753Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3339755Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a' from root:root to runner:runner
2025-08-20T21:20:18.3341603Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-d234037a90ad6b0d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3344198Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-d234037a90ad6b0d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3346054Z [00:09:12.643]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-d234037a90ad6b0d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3347858Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-d234037a90ad6b0d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3350104Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-d234037a90ad6b0d' from root:root to runner:runner
2025-08-20T21:20:18.3351830Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3353891Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3356095Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad' from root:root to runner:runner
2025-08-20T21:20:18.3357758Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3360288Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3362362Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3364611Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3366294Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T21:20:18.3367958Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heapless-a901313180159c8f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3369736Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heapless-a901313180159c8f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3372557Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heapless-a901313180159c8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3375669Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heapless-a901313180159c8f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3377366Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heapless-a901313180159c8f' from root:root to runner:runner
2025-08-20T21:20:18.3378997Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-a843d26e150dc751/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3380750Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-a843d26e150dc751/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3382438Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-a843d26e150dc751/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3384407Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-a843d26e150dc751/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3386030Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-a843d26e150dc751' from root:root to runner:runner
2025-08-20T21:20:18.3387609Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/lib-synstructure' from root:root to runner:runner
2025-08-20T21:20:18.3389458Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3391151Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/lib-synstructure.json' from root:root to runner:runner
2025-08-20T21:20:18.3392863Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/dep-lib-synstructure' from root:root to runner:runner
2025-08-20T21:20:18.3394706Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2' from root:root to runner:runner
2025-08-20T21:20:18.3396360Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustls-7342a51518c1c288/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3398137Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustls-7342a51518c1c288/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3399953Z [00:09:12.644]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustls-7342a51518c1c288/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3401673Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustls-7342a51518c1c288/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3403506Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustls-7342a51518c1c288' from root:root to runner:runner
2025-08-20T21:20:18.3405028Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/dep-lib-cc' from root:root to runner:runner
2025-08-20T21:20:18.3406541Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/lib-cc' from root:root to runner:runner
2025-08-20T21:20:18.3408079Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3409645Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/lib-cc.json' from root:root to runner:runner
2025-08-20T21:20:18.3411125Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e' from root:root to runner:runner
2025-08-20T21:20:18.3412711Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enum-as-inner-e4c1a2da2d3fa205/lib-enum_as_inner.json' from root:root to runner:runner
2025-08-20T21:20:18.3414852Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enum-as-inner-e4c1a2da2d3fa205/lib-enum_as_inner' from root:root to runner:runner
2025-08-20T21:20:18.3416538Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enum-as-inner-e4c1a2da2d3fa205/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3418238Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enum-as-inner-e4c1a2da2d3fa205/dep-lib-enum_as_inner' from root:root to runner:runner
2025-08-20T21:20:18.3419858Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enum-as-inner-e4c1a2da2d3fa205' from root:root to runner:runner
2025-08-20T21:20:18.3421487Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-impl-f488e18a6b34683a/lib-asn1_rs_impl.json' from root:root to runner:runner
2025-08-20T21:20:18.3423368Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-impl-f488e18a6b34683a/lib-asn1_rs_impl' from root:root to runner:runner
2025-08-20T21:20:18.3425193Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-impl-f488e18a6b34683a/dep-lib-asn1_rs_impl' from root:root to runner:runner
2025-08-20T21:20:18.3426902Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-impl-f488e18a6b34683a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3428498Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-impl-f488e18a6b34683a' from root:root to runner:runner
2025-08-20T21:20:18.3430033Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs' from root:root to runner:runner
2025-08-20T21:20:18.3431610Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs.json' from root:root to runner:runner
2025-08-20T21:20:18.3433425Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3435055Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/dep-lib-litrs' from root:root to runner:runner
2025-08-20T21:20:18.3436575Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385' from root:root to runner:runner
2025-08-20T21:20:18.3438192Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3440229Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3442089Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3444100Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3445927Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a' from root:root to runner:runner
2025-08-20T21:20:18.3447574Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3449372Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3450965Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036' from root:root to runner:runner
2025-08-20T21:20:18.3452662Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/displaydoc-7e3caaefad793fdd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3454589Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/displaydoc-7e3caaefad793fdd/lib-displaydoc' from root:root to runner:runner
2025-08-20T21:20:18.3456249Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/displaydoc-7e3caaefad793fdd/dep-lib-displaydoc' from root:root to runner:runner
2025-08-20T21:20:18.3457929Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/displaydoc-7e3caaefad793fdd/lib-displaydoc.json' from root:root to runner:runner
2025-08-20T21:20:18.3460408Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/displaydoc-7e3caaefad793fdd' from root:root to runner:runner
2025-08-20T21:20:18.3462086Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ring-fca5babb2b7effc7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3464033Z [00:09:12.645]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ring-fca5babb2b7effc7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3465748Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ring-fca5babb2b7effc7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3467449Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ring-fca5babb2b7effc7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3469220Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ring-fca5babb2b7effc7' from root:root to runner:runner
2025-08-20T21:20:18.3470836Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro-crate-510bfe316b6da67f/dep-lib-proc_macro_crate' from root:root to runner:runner
2025-08-20T21:20:18.3472596Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro-crate-510bfe316b6da67f/lib-proc_macro_crate.json' from root:root to runner:runner
2025-08-20T21:20:18.3474625Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro-crate-510bfe316b6da67f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3476356Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro-crate-510bfe316b6da67f/lib-proc_macro_crate' from root:root to runner:runner
2025-08-20T21:20:18.3477998Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro-crate-510bfe316b6da67f' from root:root to runner:runner
2025-08-20T21:20:18.3479804Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/postcard-derive-5b34effe6681ad29/dep-lib-postcard_derive' from root:root to runner:runner
2025-08-20T21:20:18.3481548Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/postcard-derive-5b34effe6681ad29/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3483519Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/postcard-derive-5b34effe6681ad29/lib-postcard_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3485271Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/postcard-derive-5b34effe6681ad29/lib-postcard_derive' from root:root to runner:runner
2025-08-20T21:20:18.3486923Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/postcard-derive-5b34effe6681ad29' from root:root to runner:runner
2025-08-20T21:20:18.3488580Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3490325Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3492014Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3493947Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3495746Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a' from root:root to runner:runner
2025-08-20T21:20:18.3497314Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-b26360a705e19153/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3498981Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-b26360a705e19153/lib-thiserror.json' from root:root to runner:runner
2025-08-20T21:20:18.3500614Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-b26360a705e19153/lib-thiserror' from root:root to runner:runner
2025-08-20T21:20:18.3502253Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-b26360a705e19153/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T21:20:18.3504132Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-b26360a705e19153' from root:root to runner:runner
2025-08-20T21:20:18.3505930Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_json-bd97ea2f9e5b7434/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3507741Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_json-bd97ea2f9e5b7434/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3509477Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_json-bd97ea2f9e5b7434/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3511211Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_json-bd97ea2f9e5b7434/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3513304Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_json-bd97ea2f9e5b7434' from root:root to runner:runner
2025-08-20T21:20:18.3515091Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3516944Z [00:09:12.646]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3518840Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe' from root:root to runner:runner
2025-08-20T21:20:18.3520511Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-relay-5091d3dcb591944b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3522494Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-relay-5091d3dcb591944b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3524380Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-relay-5091d3dcb591944b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3526133Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-relay-5091d3dcb591944b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3527798Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-relay-5091d3dcb591944b' from root:root to runner:runner
2025-08-20T21:20:18.3529437Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:20:18.3531359Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3534381Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:20:18.3536216Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T21:20:18.3537857Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db' from root:root to runner:runner
2025-08-20T21:20:18.3539504Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3541254Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3543166Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3545025Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3546644Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a' from root:root to runner:runner
2025-08-20T21:20:18.3548226Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustc_version-6d95c4e7a4040f07/lib-rustc_version' from root:root to runner:runner
2025-08-20T21:20:18.3550047Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustc_version-6d95c4e7a4040f07/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3551740Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustc_version-6d95c4e7a4040f07/dep-lib-rustc_version' from root:root to runner:runner
2025-08-20T21:20:18.3553727Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustc_version-6d95c4e7a4040f07/lib-rustc_version.json' from root:root to runner:runner
2025-08-20T21:20:18.3555349Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustc_version-6d95c4e7a4040f07' from root:root to runner:runner
2025-08-20T21:20:18.3557008Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3558782Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3560622Z [00:09:12.647]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3562349Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3564138Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c' from root:root to runner:runner
2025-08-20T21:20:18.3565739Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/aho-corasick-10bb05023a6f79b6/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T21:20:18.3567428Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/aho-corasick-10bb05023a6f79b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3569097Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/aho-corasick-10bb05023a6f79b6/lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:20:18.3570765Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/aho-corasick-10bb05023a6f79b6/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:20:18.3572370Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/aho-corasick-10bb05023a6f79b6' from root:root to runner:runner
2025-08-20T21:20:18.3574075Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_derive-0b30dcbb68b195d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3575868Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_derive-0b30dcbb68b195d4/dep-lib-pest_derive' from root:root to runner:runner
2025-08-20T21:20:18.3577525Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_derive-0b30dcbb68b195d4/lib-pest_derive' from root:root to runner:runner
2025-08-20T21:20:18.3579195Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_derive-0b30dcbb68b195d4/lib-pest_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3580781Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_derive-0b30dcbb68b195d4' from root:root to runner:runner
2025-08-20T21:20:18.3582363Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/lib-num_conv.json' from root:root to runner:runner
2025-08-20T21:20:18.3584288Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/dep-lib-num_conv' from root:root to runner:runner
2025-08-20T21:20:18.3586378Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3588026Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/lib-num_conv' from root:root to runner:runner
2025-08-20T21:20:18.3589580Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a' from root:root to runner:runner
2025-08-20T21:20:18.3591400Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/erased-serde-2252c8bfae2fa6ed/lib-erased_serde.json' from root:root to runner:runner
2025-08-20T21:20:18.3593396Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/erased-serde-2252c8bfae2fa6ed/dep-lib-erased_serde' from root:root to runner:runner
2025-08-20T21:20:18.3595136Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/erased-serde-2252c8bfae2fa6ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3596966Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/erased-serde-2252c8bfae2fa6ed/lib-erased_serde' from root:root to runner:runner
2025-08-20T21:20:18.3598559Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/erased-serde-2252c8bfae2fa6ed' from root:root to runner:runner
2025-08-20T21:20:18.3600196Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-derive-45dc89ce06fdd0a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3601888Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-derive-45dc89ce06fdd0a3/lib-asn1_rs_derive' from root:root to runner:runner
2025-08-20T21:20:18.3603699Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-derive-45dc89ce06fdd0a3/lib-asn1_rs_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3606150Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-derive-45dc89ce06fdd0a3/dep-lib-asn1_rs_derive' from root:root to runner:runner
2025-08-20T21:20:18.3608147Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-derive-45dc89ce06fdd0a3' from root:root to runner:runner
2025-08-20T21:20:18.3609840Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/futures-macro-86b23cfc3abd83a4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3611530Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/futures-macro-86b23cfc3abd83a4/lib-futures_macro' from root:root to runner:runner
2025-08-20T21:20:18.3613374Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/futures-macro-86b23cfc3abd83a4/lib-futures_macro.json' from root:root to runner:runner
2025-08-20T21:20:18.3615100Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/futures-macro-86b23cfc3abd83a4/dep-lib-futures_macro' from root:root to runner:runner
2025-08-20T21:20:18.3616736Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/futures-macro-86b23cfc3abd83a4' from root:root to runner:runner
2025-08-20T21:20:18.3618446Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3620306Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3622091Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3624272Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3625987Z [00:09:12.648]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189' from root:root to runner:runner
2025-08-20T21:20:18.3627706Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pin-project-internal-63b3b96270e7d8c2/lib-pin_project_internal.json' from root:root to runner:runner
2025-08-20T21:20:18.3629535Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pin-project-internal-63b3b96270e7d8c2/lib-pin_project_internal' from root:root to runner:runner
2025-08-20T21:20:18.3631302Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pin-project-internal-63b3b96270e7d8c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3633416Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pin-project-internal-63b3b96270e7d8c2/dep-lib-pin_project_internal' from root:root to runner:runner
2025-08-20T21:20:18.3635215Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pin-project-internal-63b3b96270e7d8c2' from root:root to runner:runner
2025-08-20T21:20:18.3636933Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3638750Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3640509Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3642273Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3644124Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3' from root:root to runner:runner
2025-08-20T21:20:18.3645795Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3647600Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3649463Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3651203Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3652887Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21' from root:root to runner:runner
2025-08-20T21:20:18.3654697Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_internal-9cebe4e4c265e628/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3656541Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_internal-9cebe4e4c265e628/lib-struct_iterable_internal.json' from root:root to runner:runner
2025-08-20T21:20:18.3658807Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_internal-9cebe4e4c265e628/dep-lib-struct_iterable_internal' from root:root to runner:runner
2025-08-20T21:20:18.3660956Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_internal-9cebe4e4c265e628/lib-struct_iterable_internal' from root:root to runner:runner
2025-08-20T21:20:18.3662786Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_internal-9cebe4e4c265e628' from root:root to runner:runner
2025-08-20T21:20:18.3664671Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-813717a3c512d141/lib-regex' from root:root to runner:runner
2025-08-20T21:20:18.3666474Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-813717a3c512d141/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3668110Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-813717a3c512d141/dep-lib-regex' from root:root to runner:runner
2025-08-20T21:20:18.3669716Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-813717a3c512d141/lib-regex.json' from root:root to runner:runner
2025-08-20T21:20:18.3671247Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-813717a3c512d141' from root:root to runner:runner
2025-08-20T21:20:18.3672795Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3674666Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste.json' from root:root to runner:runner
2025-08-20T21:20:18.3676404Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste' from root:root to runner:runner
2025-08-20T21:20:18.3677976Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/dep-lib-paste' from root:root to runner:runner
2025-08-20T21:20:18.3679507Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195' from root:root to runner:runner
2025-08-20T21:20:18.3681836Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T21:20:18.3683886Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/lib-lazy_static' from root:root to runner:runner
2025-08-20T21:20:18.3685547Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3687345Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T21:20:18.3688956Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57' from root:root to runner:runner
2025-08-20T21:20:18.3690601Z [00:09:12.649]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pkarr-7be97c0194deac7f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3692369Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pkarr-7be97c0194deac7f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3694187Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pkarr-7be97c0194deac7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3695898Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pkarr-7be97c0194deac7f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3697527Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pkarr-7be97c0194deac7f' from root:root to runner:runner
2025-08-20T21:20:18.3699183Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T21:20:18.3700981Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T21:20:18.3702862Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3704915Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T21:20:18.3706615Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331' from root:root to runner:runner
2025-08-20T21:20:18.3708274Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/lib-yoke_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3709961Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3711621Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/lib-yoke_derive' from root:root to runner:runner
2025-08-20T21:20:18.3713611Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/dep-lib-yoke_derive' from root:root to runner:runner
2025-08-20T21:20:18.3715253Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e' from root:root to runner:runner
2025-08-20T21:20:18.3716875Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3718575Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T21:20:18.3720291Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:20:18.3721982Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:20:18.3723705Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T21:20:18.3725339Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/indexmap-b4323f096d005774/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3726992Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/indexmap-b4323f096d005774/lib-indexmap.json' from root:root to runner:runner
2025-08-20T21:20:18.3728631Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/indexmap-b4323f096d005774/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T21:20:18.3730372Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/indexmap-b4323f096d005774/lib-indexmap' from root:root to runner:runner
2025-08-20T21:20:18.3731927Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/indexmap-b4323f096d005774' from root:root to runner:runner
2025-08-20T21:20:18.3733671Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3735672Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3737376Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3739093Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3741066Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54' from root:root to runner:runner
2025-08-20T21:20:18.3742711Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:20:18.3744729Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3746448Z [00:09:12.650]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:20:18.3748176Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T21:20:18.3749833Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628' from root:root to runner:runner
2025-08-20T21:20:18.3751455Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-macros-4c5a6d7411a19867/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3753505Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-macros-4c5a6d7411a19867/lib-time_macros' from root:root to runner:runner
2025-08-20T21:20:18.3756120Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-macros-4c5a6d7411a19867/lib-time_macros.json' from root:root to runner:runner
2025-08-20T21:20:18.3759495Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-macros-4c5a6d7411a19867/dep-lib-time_macros' from root:root to runner:runner
2025-08-20T21:20:18.3762420Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-macros-4c5a6d7411a19867' from root:root to runner:runner
2025-08-20T21:20:18.3765062Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3766826Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:20:18.3768540Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:20:18.3770229Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:20:18.3772015Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc' from root:root to runner:runner
2025-08-20T21:20:18.3773908Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/dep-lib-rustversion' from root:root to runner:runner
2025-08-20T21:20:18.3775615Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion.json' from root:root to runner:runner
2025-08-20T21:20:18.3777293Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3778964Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion' from root:root to runner:runner
2025-08-20T21:20:18.3780559Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8' from root:root to runner:runner
2025-08-20T21:20:18.3782221Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-traits-085a0421259d7e05/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3784221Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-traits-085a0421259d7e05/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3785950Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-traits-085a0421259d7e05/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3787834Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-traits-085a0421259d7e05/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3789490Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-traits-085a0421259d7e05' from root:root to runner:runner
2025-08-20T21:20:18.3791149Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3793129Z [00:09:12.651]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3794905Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3796667Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3798454Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T21:20:18.3800065Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/snafu-derive-f23bbf43783207c7/lib-snafu_derive' from root:root to runner:runner
2025-08-20T21:20:18.3801751Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/snafu-derive-f23bbf43783207c7/lib-snafu_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3803926Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/snafu-derive-f23bbf43783207c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3805633Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/snafu-derive-f23bbf43783207c7/dep-lib-snafu_derive' from root:root to runner:runner
2025-08-20T21:20:18.3807244Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/snafu-derive-f23bbf43783207c7' from root:root to runner:runner
2025-08-20T21:20:18.3808141Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3809055Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3809887Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3810937Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3811690Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111' from root:root to runner:runner
2025-08-20T21:20:18.3812591Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enumflags2_derive-4247b8c6c57d0a8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3813704Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enumflags2_derive-4247b8c6c57d0a8d/lib-enumflags2_derive' from root:root to runner:runner
2025-08-20T21:20:18.3814663Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enumflags2_derive-4247b8c6c57d0a8d/lib-enumflags2_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3815590Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enumflags2_derive-4247b8c6c57d0a8d/dep-lib-enumflags2_derive' from root:root to runner:runner
2025-08-20T21:20:18.3816522Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enumflags2_derive-4247b8c6c57d0a8d' from root:root to runner:runner
2025-08-20T21:20:18.3817379Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest-4c8334ab2c1afc42/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3818192Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest-4c8334ab2c1afc42/dep-lib-pest' from root:root to runner:runner
2025-08-20T21:20:18.3818993Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest-4c8334ab2c1afc42/lib-pest' from root:root to runner:runner
2025-08-20T21:20:18.3819815Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest-4c8334ab2c1afc42/lib-pest.json' from root:root to runner:runner
2025-08-20T21:20:18.3820582Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest-4c8334ab2c1afc42' from root:root to runner:runner
2025-08-20T21:20:18.3821471Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-4267fe1ef3be6f20/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3822365Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-4267fe1ef3be6f20/lib-derive_more_impl' from root:root to runner:runner
2025-08-20T21:20:18.3823561Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-4267fe1ef3be6f20/dep-lib-derive_more_impl' from root:root to runner:runner
2025-08-20T21:20:18.3824638Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-4267fe1ef3be6f20/lib-derive_more_impl.json' from root:root to runner:runner
2025-08-20T21:20:18.3825458Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-4267fe1ef3be6f20' from root:root to runner:runner
2025-08-20T21:20:18.3826328Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3827186Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/lib-clap_derive' from root:root to runner:runner
2025-08-20T21:20:18.3828066Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3828933Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T21:20:18.3829824Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa' from root:root to runner:runner
2025-08-20T21:20:18.3830681Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_meta-7b04917f6b20b10f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3831529Z [00:09:12.652]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_meta-7b04917f6b20b10f/lib-pest_meta' from root:root to runner:runner
2025-08-20T21:20:18.3833078Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_meta-7b04917f6b20b10f/dep-lib-pest_meta' from root:root to runner:runner
2025-08-20T21:20:18.3834180Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_meta-7b04917f6b20b10f/lib-pest_meta.json' from root:root to runner:runner
2025-08-20T21:20:18.3834985Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_meta-7b04917f6b20b10f' from root:root to runner:runner
2025-08-20T21:20:18.3835853Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/axum-macros-99dbc815a8dfab54/lib-axum_macros' from root:root to runner:runner
2025-08-20T21:20:18.3836726Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/axum-macros-99dbc815a8dfab54/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3837610Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/axum-macros-99dbc815a8dfab54/dep-lib-axum_macros' from root:root to runner:runner
2025-08-20T21:20:18.3838643Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/axum-macros-99dbc815a8dfab54/lib-axum_macros.json' from root:root to runner:runner
2025-08-20T21:20:18.3839437Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/axum-macros-99dbc815a8dfab54' from root:root to runner:runner
2025-08-20T21:20:18.3840364Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3841314Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3842176Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3843319Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3844219Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e' from root:root to runner:runner
2025-08-20T21:20:18.3845115Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tokio-macros-5034364e461b0ed9/lib-tokio_macros.json' from root:root to runner:runner
2025-08-20T21:20:18.3845995Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tokio-macros-5034364e461b0ed9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3846876Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tokio-macros-5034364e461b0ed9/dep-lib-tokio_macros' from root:root to runner:runner
2025-08-20T21:20:18.3847749Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tokio-macros-5034364e461b0ed9/lib-tokio_macros' from root:root to runner:runner
2025-08-20T21:20:18.3848542Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tokio-macros-5034364e461b0ed9' from root:root to runner:runner
2025-08-20T21:20:18.3849400Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3850217Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T21:20:18.3851039Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T21:20:18.3851840Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T21:20:18.3852703Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T21:20:18.3853881Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-core-07024a0d881339a0/lib-time_core.json' from root:root to runner:runner
2025-08-20T21:20:18.3854740Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-core-07024a0d881339a0/lib-time_core' from root:root to runner:runner
2025-08-20T21:20:18.3855598Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-core-07024a0d881339a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3856453Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-core-07024a0d881339a0/dep-lib-time_core' from root:root to runner:runner
2025-08-20T21:20:18.3857230Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-core-07024a0d881339a0' from root:root to runner:runner
2025-08-20T21:20:18.3858257Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num_enum_derive-e8bb0d097f06ac7a/lib-num_enum_derive' from root:root to runner:runner
2025-08-20T21:20:18.3859150Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num_enum_derive-e8bb0d097f06ac7a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3860051Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num_enum_derive-e8bb0d097f06ac7a/lib-num_enum_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3860943Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num_enum_derive-e8bb0d097f06ac7a/dep-lib-num_enum_derive' from root:root to runner:runner
2025-08-20T21:20:18.3861750Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num_enum_derive-e8bb0d097f06ac7a' from root:root to runner:runner
2025-08-20T21:20:18.3862701Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/oid-registry-dbdd2a13ef4eeb8f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3863884Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/oid-registry-dbdd2a13ef4eeb8f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3864776Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/oid-registry-dbdd2a13ef4eeb8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3865737Z [00:09:12.653]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/oid-registry-dbdd2a13ef4eeb8f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3866666Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/oid-registry-dbdd2a13ef4eeb8f' from root:root to runner:runner
2025-08-20T21:20:18.3867490Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-d938b6a2993e586b/dep-lib-serde' from root:root to runner:runner
2025-08-20T21:20:18.3868326Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-d938b6a2993e586b/lib-serde.json' from root:root to runner:runner
2025-08-20T21:20:18.3869163Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-d938b6a2993e586b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3869981Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-d938b6a2993e586b/lib-serde' from root:root to runner:runner
2025-08-20T21:20:18.3870746Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-d938b6a2993e586b' from root:root to runner:runner
2025-08-20T21:20:18.3871731Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:20:18.3872594Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:20:18.3873718Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3874607Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T21:20:18.3875413Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d' from root:root to runner:runner
2025-08-20T21:20:18.3876405Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3877357Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3878147Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T21:20:18.3879018Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/lib-strum_macros' from root:root to runner:runner
2025-08-20T21:20:18.3880067Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T21:20:18.3880936Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3881825Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T21:20:18.3882614Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4' from root:root to runner:runner
2025-08-20T21:20:18.3883822Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/nested_enum_utils-9603df742ba299ab/lib-nested_enum_utils.json' from root:root to runner:runner
2025-08-20T21:20:18.3884751Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/nested_enum_utils-9603df742ba299ab/dep-lib-nested_enum_utils' from root:root to runner:runner
2025-08-20T21:20:18.3885785Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/nested_enum_utils-9603df742ba299ab/lib-nested_enum_utils' from root:root to runner:runner
2025-08-20T21:20:18.3886685Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/nested_enum_utils-9603df742ba299ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3887501Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/nested_enum_utils-9603df742ba299ab' from root:root to runner:runner
2025-08-20T21:20:18.3888376Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' from root:root to runner:runner
2025-08-20T21:20:18.3889253Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3890148Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' from root:root to runner:runner
2025-08-20T21:20:18.3891028Z [00:09:12.654]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' from root:root to runner:runner
2025-08-20T21:20:18.3891828Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c' from root:root to runner:runner
2025-08-20T21:20:18.3892792Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3893997Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3894889Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3895872Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3896684Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-20T21:20:18.3897612Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3898557Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3899523Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3900477Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3901266Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53' from root:root to runner:runner
2025-08-20T21:20:18.3902250Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-e9bc2fcea383d7d0/dep-lib-curve25519_dalek_derive' from root:root to runner:runner
2025-08-20T21:20:18.3903333Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-e9bc2fcea383d7d0/lib-curve25519_dalek_derive' from root:root to runner:runner
2025-08-20T21:20:18.3904266Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-e9bc2fcea383d7d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3905261Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-e9bc2fcea383d7d0/lib-curve25519_dalek_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3906828Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-e9bc2fcea383d7d0' from root:root to runner:runner
2025-08-20T21:20:18.3907761Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-automata-d4d25f6b63e8714d/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:20:18.3908800Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-automata-d4d25f6b63e8714d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3909701Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-automata-d4d25f6b63e8714d/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:20:18.3910589Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-automata-d4d25f6b63e8714d/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:20:18.3911402Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-automata-d4d25f6b63e8714d' from root:root to runner:runner
2025-08-20T21:20:18.3912308Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3913375Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3914354Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3915307Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3916077Z [00:09:12.655]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159' from root:root to runner:runner
2025-08-20T21:20:18.3916953Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-tools-8cd4f865eee17601/lib-precis_tools' from root:root to runner:runner
2025-08-20T21:20:18.3917829Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-tools-8cd4f865eee17601/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3918713Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-tools-8cd4f865eee17601/lib-precis_tools.json' from root:root to runner:runner
2025-08-20T21:20:18.3919595Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-tools-8cd4f865eee17601/dep-lib-precis_tools' from root:root to runner:runner
2025-08-20T21:20:18.3920400Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-tools-8cd4f865eee17601' from root:root to runner:runner
2025-08-20T21:20:18.3921268Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T21:20:18.3922220Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent' from root:root to runner:runner
2025-08-20T21:20:18.3923290Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3924217Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent.json' from root:root to runner:runner
2025-08-20T21:20:18.3925003Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53' from root:root to runner:runner
2025-08-20T21:20:18.3925882Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3926738Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/lib-unicode_xid' from root:root to runner:runner
2025-08-20T21:20:18.3927743Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/lib-unicode_xid.json' from root:root to runner:runner
2025-08-20T21:20:18.3928627Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/dep-lib-unicode_xid' from root:root to runner:runner
2025-08-20T21:20:18.3929419Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4' from root:root to runner:runner
2025-08-20T21:20:18.3930303Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3931170Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3932055Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T21:20:18.3932909Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/lib-serde_derive' from root:root to runner:runner
2025-08-20T21:20:18.3933908Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793' from root:root to runner:runner
2025-08-20T21:20:18.3934882Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-3d83e70d7e77dc37/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3935959Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-3d83e70d7e77dc37/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3936747Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-3d83e70d7e77dc37' from root:root to runner:runner
2025-08-20T21:20:18.3937662Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/dep-lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T21:20:18.3938554Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3939455Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T21:20:18.3940370Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/lib-zerofrom_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3941283Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245' from root:root to runner:runner
2025-08-20T21:20:18.3942215Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/getrandom-0acad16b08348785/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3943290Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/getrandom-0acad16b08348785/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3944146Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/getrandom-0acad16b08348785/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3945100Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/getrandom-0acad16b08348785/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3945889Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/getrandom-0acad16b08348785' from root:root to runner:runner
2025-08-20T21:20:18.3946820Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-core-a3d13f428ce32414/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3947777Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-core-a3d13f428ce32414/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3948643Z [00:09:12.656]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-core-a3d13f428ce32414/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3949715Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-core-a3d13f428ce32414/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3950501Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-core-a3d13f428ce32414' from root:root to runner:runner
2025-08-20T21:20:18.3951456Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3952426Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3953535Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3954543Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3955466Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8' from root:root to runner:runner
2025-08-20T21:20:18.3956312Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' from root:root to runner:runner
2025-08-20T21:20:18.3957138Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' from root:root to runner:runner
2025-08-20T21:20:18.3957978Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3958796Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' from root:root to runner:runner
2025-08-20T21:20:18.3959565Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13' from root:root to runner:runner
2025-08-20T21:20:18.3960428Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-de03a2aaafa0f0f8/lib-strum_macros' from root:root to runner:runner
2025-08-20T21:20:18.3961309Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-de03a2aaafa0f0f8/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T21:20:18.3962178Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-de03a2aaafa0f0f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3963417Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-de03a2aaafa0f0f8/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T21:20:18.3964228Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-de03a2aaafa0f0f8' from root:root to runner:runner
2025-08-20T21:20:18.3965116Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T21:20:18.3985004Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3985960Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T21:20:18.3986853Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T21:20:18.3987828Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142' from root:root to runner:runner
2025-08-20T21:20:18.3988784Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3989728Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.3990586Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3991530Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.3992314Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f' from root:root to runner:runner
2025-08-20T21:20:18.3993399Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/dep-lib-document_features' from root:root to runner:runner
2025-08-20T21:20:18.3994339Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features' from root:root to runner:runner
2025-08-20T21:20:18.3995279Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features.json' from root:root to runner:runner
2025-08-20T21:20:18.3996300Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3997125Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c' from root:root to runner:runner
2025-08-20T21:20:18.3998016Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.3998959Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/lib-zerovec_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.3999896Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/dep-lib-zerovec_derive' from root:root to runner:runner
2025-08-20T21:20:18.4000802Z [00:09:12.657]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/lib-zerovec_derive' from root:root to runner:runner
2025-08-20T21:20:18.4001723Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72' from root:root to runner:runner
2025-08-20T21:20:18.4002627Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_generator-8c93fe7170482c79/lib-pest_generator.json' from root:root to runner:runner
2025-08-20T21:20:18.4003754Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_generator-8c93fe7170482c79/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4004641Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_generator-8c93fe7170482c79/lib-pest_generator' from root:root to runner:runner
2025-08-20T21:20:18.4005555Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_generator-8c93fe7170482c79/dep-lib-pest_generator' from root:root to runner:runner
2025-08-20T21:20:18.4006362Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_generator-8c93fe7170482c79' from root:root to runner:runner
2025-08-20T21:20:18.4007263Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4008188Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4009029Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4010123Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.4010878Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30' from root:root to runner:runner
2025-08-20T21:20:18.4011838Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-7daf1389b4dcf813/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.4012765Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-7daf1389b4dcf813/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4013770Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-7daf1389b4dcf813' from root:root to runner:runner
2025-08-20T21:20:18.4014714Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4015776Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4016651Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4017604Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.4018392Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T21:20:18.4019258Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/dep-lib-ucd_parse' from root:root to runner:runner
2025-08-20T21:20:18.4020119Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4020958Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/lib-ucd_parse' from root:root to runner:runner
2025-08-20T21:20:18.4021809Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/lib-ucd_parse.json' from root:root to runner:runner
2025-08-20T21:20:18.4022598Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d' from root:root to runner:runner
2025-08-20T21:20:18.4023663Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/hashbrown-e5949c13137400f5/lib-hashbrown' from root:root to runner:runner
2025-08-20T21:20:18.4024536Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/hashbrown-e5949c13137400f5/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T21:20:18.4025406Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/hashbrown-e5949c13137400f5/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T21:20:18.4026260Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/hashbrown-e5949c13137400f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4027046Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/hashbrown-e5949c13137400f5' from root:root to runner:runner
2025-08-20T21:20:18.4027954Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-d56e456135fd6ccf/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4029003Z [00:09:12.658]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-d56e456135fd6ccf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4029860Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-d56e456135fd6ccf/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4030798Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-d56e456135fd6ccf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.4031568Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-d56e456135fd6ccf' from root:root to runner:runner
2025-08-20T21:20:18.4032517Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4033713Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4034637Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4035624Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.4036438Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3' from root:root to runner:runner
2025-08-20T21:20:18.4037405Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_edit-1d0286da8289a3fa/lib-toml_edit' from root:root to runner:runner
2025-08-20T21:20:18.4038266Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_edit-1d0286da8289a3fa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4039117Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_edit-1d0286da8289a3fa/dep-lib-toml_edit' from root:root to runner:runner
2025-08-20T21:20:18.4039973Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_edit-1d0286da8289a3fa/lib-toml_edit.json' from root:root to runner:runner
2025-08-20T21:20:18.4040757Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_edit-1d0286da8289a3fa' from root:root to runner:runner
2025-08-20T21:20:18.4041715Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-a969c70febf92089/lib-iroh_metrics_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.4042730Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-a969c70febf92089/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4043949Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-a969c70febf92089/lib-iroh_metrics_derive' from root:root to runner:runner
2025-08-20T21:20:18.4044922Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-a969c70febf92089/dep-lib-iroh_metrics_derive' from root:root to runner:runner
2025-08-20T21:20:18.4045753Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-a969c70febf92089' from root:root to runner:runner
2025-08-20T21:20:18.4046677Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/fs-err-8611d171883c69fc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4047615Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/fs-err-8611d171883c69fc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4048456Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/fs-err-8611d171883c69fc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4049387Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/fs-err-8611d171883c69fc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.4050748Z [00:09:12.659]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/fs-err-8611d171883c69fc' from root:root to runner:runner
2025-08-20T21:20:18.4051865Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4052736Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/dep-lib-regex_lite' from root:root to runner:runner
2025-08-20T21:20:18.4053861Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/lib-regex_lite' from root:root to runner:runner
2025-08-20T21:20:18.4054742Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/lib-regex_lite.json' from root:root to runner:runner
2025-08-20T21:20:18.4055538Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7' from root:root to runner:runner
2025-08-20T21:20:18.4056505Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/portable-atomic-7d7e7e480db8bb40/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4057614Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/portable-atomic-7d7e7e480db8bb40/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4058517Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/portable-atomic-7d7e7e480db8bb40/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4059500Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/portable-atomic-7d7e7e480db8bb40/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.4060322Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/portable-atomic-7d7e7e480db8bb40' from root:root to runner:runner
2025-08-20T21:20:18.4061193Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/der_derive-b2ebd3ee369dd857/dep-lib-der_derive' from root:root to runner:runner
2025-08-20T21:20:18.4062063Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/der_derive-b2ebd3ee369dd857/lib-der_derive.json' from root:root to runner:runner
2025-08-20T21:20:18.4063041Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/der_derive-b2ebd3ee369dd857/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4063889Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/der_derive-b2ebd3ee369dd857/lib-der_derive' from root:root to runner:runner
2025-08-20T21:20:18.4064679Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/der_derive-b2ebd3ee369dd857' from root:root to runner:runner
2025-08-20T21:20:18.4065737Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4066670Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4067525Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4068457Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.4069238Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e' from root:root to runner:runner
2025-08-20T21:20:18.4070063Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/winnow-6bd2c9c6ba75e76d/lib-winnow' from root:root to runner:runner
2025-08-20T21:20:18.4071019Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/winnow-6bd2c9c6ba75e76d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4071853Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/winnow-6bd2c9c6ba75e76d/dep-lib-winnow' from root:root to runner:runner
2025-08-20T21:20:18.4072703Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/winnow-6bd2c9c6ba75e76d/lib-winnow.json' from root:root to runner:runner
2025-08-20T21:20:18.4073583Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/winnow-6bd2c9c6ba75e76d' from root:root to runner:runner
2025-08-20T21:20:18.4074438Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/dep-lib-memchr' from root:root to runner:runner
2025-08-20T21:20:18.4075296Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/lib-memchr.json' from root:root to runner:runner
2025-08-20T21:20:18.4076162Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4076982Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/lib-memchr' from root:root to runner:runner
2025-08-20T21:20:18.4077757Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49' from root:root to runner:runner
2025-08-20T21:20:18.4078651Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-29183fa3f633b355/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4079663Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-29183fa3f633b355/lib-derive_more_impl' from root:root to runner:runner
2025-08-20T21:20:18.4080567Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-29183fa3f633b355/dep-lib-derive_more_impl' from root:root to runner:runner
2025-08-20T21:20:18.4081486Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-29183fa3f633b355/lib-derive_more_impl.json' from root:root to runner:runner
2025-08-20T21:20:18.4082298Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-29183fa3f633b355' from root:root to runner:runner
2025-08-20T21:20:18.4083443Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-6ad8e7e63b5dfc42/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4084385Z [00:09:12.660]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-6ad8e7e63b5dfc42/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.4085351Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-6ad8e7e63b5dfc42/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4086295Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-6ad8e7e63b5dfc42/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.4087056Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-6ad8e7e63b5dfc42' from root:root to runner:runner
2025-08-20T21:20:18.4087896Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' from root:root to runner:runner
2025-08-20T21:20:18.4088736Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4089553Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' from root:root to runner:runner
2025-08-20T21:20:18.4090379Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' from root:root to runner:runner
2025-08-20T21:20:18.4091144Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485' from root:root to runner:runner
2025-08-20T21:20:18.4091822Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:20:18.4092548Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T21:20:18.4093477Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/bulk.d' from root:root to runner:runner
2025-08-20T21:20:18.4094237Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T21:20:18.4095014Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T21:20:18.4095807Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_base.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4096570Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:20:18.4097359Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/iroh-dns-server' from root:root to runner:runner
2025-08-20T21:20:18.4098263Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/iroh-dns-server.d' from root:root to runner:runner
2025-08-20T21:20:18.4099141Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-030084654980dd06/out' from root:root to runner:runner
2025-08-20T21:20:18.4100023Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-030084654980dd06/output' from root:root to runner:runner
2025-08-20T21:20:18.4100928Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-030084654980dd06/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4101860Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-030084654980dd06/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4102742Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-030084654980dd06/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4103706Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-030084654980dd06' from root:root to runner:runner
2025-08-20T21:20:18.4104621Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out/tests.rs' from root:root to runner:runner
2025-08-20T21:20:18.4105486Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out' from root:root to runner:runner
2025-08-20T21:20:18.4106475Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/output' from root:root to runner:runner
2025-08-20T21:20:18.4107382Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4108318Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4109190Z [00:09:12.661]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4110041Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f' from root:root to runner:runner
2025-08-20T21:20:18.4110967Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/out/oid_db.rs' from root:root to runner:runner
2025-08-20T21:20:18.4112002Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/out' from root:root to runner:runner
2025-08-20T21:20:18.4112907Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/output' from root:root to runner:runner
2025-08-20T21:20:18.4114043Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4115004Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4115899Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4116776Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec' from root:root to runner:runner
2025-08-20T21:20:18.4117630Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-5396afe1e3923260/out' from root:root to runner:runner
2025-08-20T21:20:18.4118504Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-5396afe1e3923260/output' from root:root to runner:runner
2025-08-20T21:20:18.4119392Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-5396afe1e3923260/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4120444Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-5396afe1e3923260/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4121312Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-5396afe1e3923260/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4122149Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-5396afe1e3923260' from root:root to runner:runner
2025-08-20T21:20:18.4123252Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/out' from root:root to runner:runner
2025-08-20T21:20:18.4124768Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/output' from root:root to runner:runner
2025-08-20T21:20:18.4125836Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4126778Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4127653Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4128500Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762' from root:root to runner:runner
2025-08-20T21:20:18.4129355Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/out' from root:root to runner:runner
2025-08-20T21:20:18.4130222Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/output' from root:root to runner:runner
2025-08-20T21:20:18.4131114Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4132018Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4132885Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4134061Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b' from root:root to runner:runner
2025-08-20T21:20:18.4135126Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/out' from root:root to runner:runner
2025-08-20T21:20:18.4136059Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/output' from root:root to runner:runner
2025-08-20T21:20:18.4137012Z [00:09:12.662]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4137994Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4138908Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4139903Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa' from root:root to runner:runner
2025-08-20T21:20:18.4140941Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4141932Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/00c879ee3285a50d-montgomery.o' from root:root to runner:runner
2025-08-20T21:20:18.4142902Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a4019cc0736b0423-cpu_intel.o' from root:root to runner:runner
2025-08-20T21:20:18.4144019Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a0330e891e733f4e-gfp_p256.o' from root:root to runner:runner
2025-08-20T21:20:18.4144997Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/aaa1ba3e455ee2e1-limbs.o' from root:root to runner:runner
2025-08-20T21:20:18.4145949Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/libring_core_0_17_14_.a' from root:root to runner:runner
2025-08-20T21:20:18.4146995Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-aes-gcm-avx2-x86_64-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4147961Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a4019cc0736b0423-crypto.o' from root:root to runner:runner
2025-08-20T21:20:18.4149069Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-x86_64-mont-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4150084Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/25ac62e5b3c53843-curve25519_64_adx.o' from root:root to runner:runner
2025-08-20T21:20:18.4151110Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-p256-x86_64-asm-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4152074Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a4019cc0736b0423-mem.o' from root:root to runner:runner
2025-08-20T21:20:18.4153197Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/e165cd818145c705-fiat_curve25519_adx_mul.o' from root:root to runner:runner
2025-08-20T21:20:18.4154353Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-sha512-x86_64-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4155371Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-vpaes-x86_64-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4156350Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/25ac62e5b3c53843-curve25519.o' from root:root to runner:runner
2025-08-20T21:20:18.4157329Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a0330e891e733f4e-ecp_nistz.o' from root:root to runner:runner
2025-08-20T21:20:18.4158280Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/libring_core_0_17_14__test.a' from root:root to runner:runner
2025-08-20T21:20:18.4159269Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a0330e891e733f4e-p256-nistz.o' from root:root to runner:runner
2025-08-20T21:20:18.4160262Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/00c879ee3285a50d-montgomery_inv.o' from root:root to runner:runner
2025-08-20T21:20:18.4161307Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/e165cd818145c705-fiat_curve25519_adx_square.o' from root:root to runner:runner
2025-08-20T21:20:18.4162467Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4163701Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-aesni-x86_64-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4164701Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a0330e891e733f4e-gfp_p384.o' from root:root to runner:runner
2025-08-20T21:20:18.4165674Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a0330e891e733f4e-p256.o' from root:root to runner:runner
2025-08-20T21:20:18.4166674Z [00:09:12.663]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-sha256-x86_64-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4167832Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-ghash-x86_64-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4168815Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/d5a9841f3dc6e253-poly1305.o' from root:root to runner:runner
2025-08-20T21:20:18.4169821Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-x86_64-mont5-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4170824Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-chacha-x86_64-elf.o' from root:root to runner:runner
2025-08-20T21:20:18.4171836Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a4019cc0736b0423-constant_time_test.o' from root:root to runner:runner
2025-08-20T21:20:18.4172809Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/0bbbd18bda93c05b-aes_nohw.o' from root:root to runner:runner
2025-08-20T21:20:18.4173862Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out' from root:root to runner:runner
2025-08-20T21:20:18.4174739Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/output' from root:root to runner:runner
2025-08-20T21:20:18.4175623Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4176672Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4177541Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4178383Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296' from root:root to runner:runner
2025-08-20T21:20:18.4179240Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/out' from root:root to runner:runner
2025-08-20T21:20:18.4180103Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/output' from root:root to runner:runner
2025-08-20T21:20:18.4180991Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4182019Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4182885Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4183826Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae' from root:root to runner:runner
2025-08-20T21:20:18.4184709Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/out' from root:root to runner:runner
2025-08-20T21:20:18.4185600Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/output' from root:root to runner:runner
2025-08-20T21:20:18.4186515Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4187459Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4188350Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4189203Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336' from root:root to runner:runner
2025-08-20T21:20:18.4190200Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/out' from root:root to runner:runner
2025-08-20T21:20:18.4191101Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/output' from root:root to runner:runner
2025-08-20T21:20:18.4192122Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4193290Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4194187Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4195057Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a' from root:root to runner:runner
2025-08-20T21:20:18.4195940Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-75a42e086614dbe1/out' from root:root to runner:runner
2025-08-20T21:20:18.4197271Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-75a42e086614dbe1/output' from root:root to runner:runner
2025-08-20T21:20:18.4198392Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-75a42e086614dbe1/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4199348Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-75a42e086614dbe1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4200240Z [00:09:12.664]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-75a42e086614dbe1/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4201237Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-75a42e086614dbe1' from root:root to runner:runner
2025-08-20T21:20:18.4202108Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/out' from root:root to runner:runner
2025-08-20T21:20:18.4203236Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/output' from root:root to runner:runner
2025-08-20T21:20:18.4204191Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4205121Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4206138Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4206998Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70' from root:root to runner:runner
2025-08-20T21:20:18.4207907Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/out' from root:root to runner:runner
2025-08-20T21:20:18.4208830Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/output' from root:root to runner:runner
2025-08-20T21:20:18.4209771Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4210740Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4211661Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4212540Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-20T21:20:18.4213661Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-c2e9dd3e2e40f645/out' from root:root to runner:runner
2025-08-20T21:20:18.4214736Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-c2e9dd3e2e40f645/output' from root:root to runner:runner
2025-08-20T21:20:18.4215693Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-c2e9dd3e2e40f645/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4216665Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-c2e9dd3e2e40f645/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4217581Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-c2e9dd3e2e40f645/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4218474Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-c2e9dd3e2e40f645' from root:root to runner:runner
2025-08-20T21:20:18.4219365Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/out' from root:root to runner:runner
2025-08-20T21:20:18.4220413Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/output' from root:root to runner:runner
2025-08-20T21:20:18.4221344Z [00:09:12.665]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4222306Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4223330Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4224209Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd' from root:root to runner:runner
2025-08-20T21:20:18.4225077Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/out' from root:root to runner:runner
2025-08-20T21:20:18.4225952Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/output' from root:root to runner:runner
2025-08-20T21:20:18.4226850Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4227763Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4228757Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4229599Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208' from root:root to runner:runner
2025-08-20T21:20:18.4230471Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/out' from root:root to runner:runner
2025-08-20T21:20:18.4231356Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/output' from root:root to runner:runner
2025-08-20T21:20:18.4232259Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4233309Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4234298Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4235168Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b' from root:root to runner:runner
2025-08-20T21:20:18.4236022Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-285b49ce4ba2f87d/out' from root:root to runner:runner
2025-08-20T21:20:18.4236882Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-285b49ce4ba2f87d/output' from root:root to runner:runner
2025-08-20T21:20:18.4237764Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-285b49ce4ba2f87d/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4238673Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-285b49ce4ba2f87d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4239718Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-285b49ce4ba2f87d/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4240811Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-285b49ce4ba2f87d' from root:root to runner:runner
2025-08-20T21:20:18.4241745Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-36addb412a393a1e/out' from root:root to runner:runner
2025-08-20T21:20:18.4242835Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-36addb412a393a1e/output' from root:root to runner:runner
2025-08-20T21:20:18.4244096Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-36addb412a393a1e/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4245103Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-36addb412a393a1e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4246033Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-36addb412a393a1e/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4246924Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-36addb412a393a1e' from root:root to runner:runner
2025-08-20T21:20:18.4248014Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/out/bidi_class.rs' from root:root to runner:runner
2025-08-20T21:20:18.4249013Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/out/space_separator.rs' from root:root to runner:runner
2025-08-20T21:20:18.4250003Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/out/width_mapping.rs' from root:root to runner:runner
2025-08-20T21:20:18.4250983Z [00:09:12.666]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/out/unicode_version.rs' from root:root to runner:runner
2025-08-20T21:20:18.4251893Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/out' from root:root to runner:runner
2025-08-20T21:20:18.4252813Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/output' from root:root to runner:runner
2025-08-20T21:20:18.4254054Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4255041Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4255951Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4256997Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0' from root:root to runner:runner
2025-08-20T21:20:18.4258049Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/b8423798394d5395-blake3_avx512_x86-64_unix.o' from root:root to runner:runner
2025-08-20T21:20:18.4259037Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/libblake3_avx512_assembly.a' from root:root to runner:runner
2025-08-20T21:20:18.4260080Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/b8423798394d5395-blake3_sse2_x86-64_unix.o' from root:root to runner:runner
2025-08-20T21:20:18.4260987Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/flag_check.c' from root:root to runner:runner
2025-08-20T21:20:18.4262006Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/flag_check' from root:root to runner:runner
2025-08-20T21:20:18.4263158Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/b8423798394d5395-blake3_sse41_x86-64_unix.o' from root:root to runner:runner
2025-08-20T21:20:18.4264180Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/libblake3_sse2_sse41_avx2_assembly.a' from root:root to runner:runner
2025-08-20T21:20:18.4265217Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/b8423798394d5395-blake3_avx2_x86-64_unix.o' from root:root to runner:runner
2025-08-20T21:20:18.4266087Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out' from root:root to runner:runner
2025-08-20T21:20:18.4266966Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/output' from root:root to runner:runner
2025-08-20T21:20:18.4267855Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4268782Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4269652Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4270604Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5' from root:root to runner:runner
2025-08-20T21:20:18.4271614Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/out' from root:root to runner:runner
2025-08-20T21:20:18.4273259Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' from root:root to runner:runner
2025-08-20T21:20:18.4274211Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4275159Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4276048Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4277059Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T21:20:18.4277923Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/out' from root:root to runner:runner
2025-08-20T21:20:18.4278785Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/output' from root:root to runner:runner
2025-08-20T21:20:18.4279662Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4280579Z [00:09:12.667]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4281440Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4282278Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5' from root:root to runner:runner
2025-08-20T21:20:18.4283417Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-4c64520dd234ddfa/out' from root:root to runner:runner
2025-08-20T21:20:18.4284299Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-4c64520dd234ddfa/output' from root:root to runner:runner
2025-08-20T21:20:18.4285333Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-4c64520dd234ddfa/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4286240Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-4c64520dd234ddfa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4287110Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-4c64520dd234ddfa/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4287949Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-4c64520dd234ddfa' from root:root to runner:runner
2025-08-20T21:20:18.4288865Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/out' from root:root to runner:runner
2025-08-20T21:20:18.4289786Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/output' from root:root to runner:runner
2025-08-20T21:20:18.4290828Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4291807Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4292719Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4293870Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a' from root:root to runner:runner
2025-08-20T21:20:18.4294768Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-1ccfb54a280c489c/out' from root:root to runner:runner
2025-08-20T21:20:18.4295665Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-1ccfb54a280c489c/output' from root:root to runner:runner
2025-08-20T21:20:18.4296577Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-1ccfb54a280c489c/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4297517Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-1ccfb54a280c489c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4298530Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-1ccfb54a280c489c/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4299392Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-1ccfb54a280c489c' from root:root to runner:runner
2025-08-20T21:20:18.4300254Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/out' from root:root to runner:runner
2025-08-20T21:20:18.4301135Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/output' from root:root to runner:runner
2025-08-20T21:20:18.4302035Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4303067Z [00:09:12.668]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4304058Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4304911Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7' from root:root to runner:runner
2025-08-20T21:20:18.4305807Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/out' from root:root to runner:runner
2025-08-20T21:20:18.4306693Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/output' from root:root to runner:runner
2025-08-20T21:20:18.4307610Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4308545Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4309441Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4310298Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T21:20:18.4311178Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/out' from root:root to runner:runner
2025-08-20T21:20:18.4312166Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/output' from root:root to runner:runner
2025-08-20T21:20:18.4313173Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4314115Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4314990Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4315848Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401' from root:root to runner:runner
2025-08-20T21:20:18.4316746Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/out' from root:root to runner:runner
2025-08-20T21:20:18.4317761Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/output' from root:root to runner:runner
2025-08-20T21:20:18.4318694Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4319656Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4320563Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4321438Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1' from root:root to runner:runner
2025-08-20T21:20:18.4322301Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/out' from root:root to runner:runner
2025-08-20T21:20:18.4323392Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/output' from root:root to runner:runner
2025-08-20T21:20:18.4324321Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4325236Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4326287Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4327123Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21' from root:root to runner:runner
2025-08-20T21:20:18.4328017Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/proc-macro2-1b0da5bc268064ea/out' from root:root to runner:runner
2025-08-20T21:20:18.4328908Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/proc-macro2-1b0da5bc268064ea/output' from root:root to runner:runner
2025-08-20T21:20:18.4329833Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/proc-macro2-1b0da5bc268064ea/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4330774Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/proc-macro2-1b0da5bc268064ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4331768Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/proc-macro2-1b0da5bc268064ea/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4332641Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/proc-macro2-1b0da5bc268064ea' from root:root to runner:runner
2025-08-20T21:20:18.4333811Z [00:09:12.669]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/out/public.rs' from root:root to runner:runner
2025-08-20T21:20:18.4334788Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/out/precis_tables.rs' from root:root to runner:runner
2025-08-20T21:20:18.4335747Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/out/context_tables.rs' from root:root to runner:runner
2025-08-20T21:20:18.4336641Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/out' from root:root to runner:runner
2025-08-20T21:20:18.4337534Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/output' from root:root to runner:runner
2025-08-20T21:20:18.4338456Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4339541Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4340440Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4341307Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2' from root:root to runner:runner
2025-08-20T21:20:18.4342181Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-0863c9157713ddc2/out' from root:root to runner:runner
2025-08-20T21:20:18.4343199Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-0863c9157713ddc2/output' from root:root to runner:runner
2025-08-20T21:20:18.4344115Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-0863c9157713ddc2/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4345174Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-0863c9157713ddc2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4346741Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-0863c9157713ddc2/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4347665Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-0863c9157713ddc2' from root:root to runner:runner
2025-08-20T21:20:18.4348546Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d4bf976c9d3ee89c/out' from root:root to runner:runner
2025-08-20T21:20:18.4349433Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d4bf976c9d3ee89c/output' from root:root to runner:runner
2025-08-20T21:20:18.4350350Z [00:09:12.670]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d4bf976c9d3ee89c/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4351276Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d4bf976c9d3ee89c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4352158Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d4bf976c9d3ee89c/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4353240Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d4bf976c9d3ee89c' from root:root to runner:runner
2025-08-20T21:20:18.4354357Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/out' from root:root to runner:runner
2025-08-20T21:20:18.4355283Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/output' from root:root to runner:runner
2025-08-20T21:20:18.4356214Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4357172Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4358086Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4358961Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420' from root:root to runner:runner
2025-08-20T21:20:18.4359937Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-a5f00adbea0b4da0/out' from root:root to runner:runner
2025-08-20T21:20:18.4360818Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-a5f00adbea0b4da0/output' from root:root to runner:runner
2025-08-20T21:20:18.4361713Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-a5f00adbea0b4da0/root-output' from root:root to runner:runner
2025-08-20T21:20:18.4362641Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-a5f00adbea0b4da0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.4363792Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-a5f00adbea0b4da0/stderr' from root:root to runner:runner
2025-08-20T21:20:18.4364658Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-a5f00adbea0b4da0' from root:root to runner:runner
2025-08-20T21:20:18.4365399Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T21:20:18.4366194Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_base.d' from root:root to runner:runner
2025-08-20T21:20:18.4367086Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiri_string-22d684c798c72277.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4368097Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4369048Z [00:09:12.671]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable_internal-28337eb7f0b3cd88.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4370001Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-7dafa748878d480a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4370902Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinked_hash_map-8f661f202569b569.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4371792Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-bc2f378c135017cb.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4372665Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_err-aaf9a421e59ff624.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4373855Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mainline-2222c868613dab41.d' from root:root to runner:runner
2025-08-20T21:20:18.4374759Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/oid_registry-9cbf1fccd89e62ca.d' from root:root to runner:runner
2025-08-20T21:20:18.4375645Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdashmap-2bdd130270b0776c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4376510Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerofrom-69fc3906116d7f31.d' from root:root to runner:runner
2025-08-20T21:20:18.4377359Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_conv-c669c3d448cfbda6.d' from root:root to runner:runner
2025-08-20T21:20:18.4378232Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-cf2d1af1b12de127.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4379072Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac-4f718781499b6e53.d' from root:root to runner:runner
2025-08-20T21:20:18.4379939Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-2858ad426ce613cd.d' from root:root to runner:runner
2025-08-20T21:20:18.4380801Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/der_parser-0842ccec62be9b3b.d' from root:root to runner:runner
2025-08-20T21:20:18.4381810Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-8c27b18df1bbab69.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4382716Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4383790Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae2e8b2512e8e039.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4384667Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-2fbe14ddc69a96d0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4385533Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chacha20-6b9e3de667c4e00a.d' from root:root to runner:runner
2025-08-20T21:20:18.4386471Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4387493Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-5f6bba963fa74670.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4388352Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-04e032851045267c.d' from root:root to runner:runner
2025-08-20T21:20:18.4389261Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4390162Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libproc_macro2-6d12c7e6423b6742.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4391027Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmoka-ffae028f70d72faf.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4391917Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-22c26254a8e8bf93.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4392826Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-23685ebd8bdfb986.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4393849Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-c5bdfea50a930cfb.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4394766Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-b0a30c79b1d8977c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4395759Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-9e3e844fa44a348b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4396627Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4397481Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/axum_core-b8842663f57ee171.d' from root:root to runner:runner
2025-08-20T21:20:18.4398382Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4399252Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ed25519_dalek-2f521e9c13e4f918.d' from root:root to runner:runner
2025-08-20T21:20:18.4400219Z [00:09:12.672]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ntimestamp-1047870679186adb.d' from root:root to runner:runner
2025-08-20T21:20:18.4401101Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-9e3e844fa44a348b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4401968Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-24fe2f4a89134b16.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4402850Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-a89d6c84df009796.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4403946Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4404801Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netdev-47a95973b9bed063.d' from root:root to runner:runner
2025-08-20T21:20:18.4405714Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-213ee7ffc89f216f.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4406590Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/humantime_serde-237d91bac4d5a04e.d' from root:root to runner:runner
2025-08-20T21:20:18.4407499Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-fecc121bfa12cec9.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4408545Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-16ff4bd6d186bb41.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4409434Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmainline-2222c868613dab41.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4410307Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_governor-4936fbe53635004e.d' from root:root to runner:runner
2025-08-20T21:20:18.4411174Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_task-8a1d63b4d4c5365a.d' from root:root to runner:runner
2025-08-20T21:20:18.4412073Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-ce419289619bf748.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4413239Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-d5d39313a1c80774.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4414285Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgovernor-1bd2647e80a24227.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4415153Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-75d987cb38e79d6a.d' from root:root to runner:runner
2025-08-20T21:20:18.4416028Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_stream-aecc7e378f971dd4.d' from root:root to runner:runner
2025-08-20T21:20:18.4416904Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-a334be260832c48b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4417786Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-5f6bba963fa74670.d' from root:root to runner:runner
2025-08-20T21:20:18.4418693Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-ef9e1d9e2660075a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4420225Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforwarded_header_value-1de4fa5212cc9c49.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4421223Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/resolv_conf-5c926bf08a0cabdd.d' from root:root to runner:runner
2025-08-20T21:20:18.4422118Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec_macros-0c437587e1abfdb5.d' from root:root to runner:runner
2025-08-20T21:20:18.4423254Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4424137Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' from root:root to runner:runner
2025-08-20T21:20:18.4425015Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_bencode-85f798abc749bf00.d' from root:root to runner:runner
2025-08-20T21:20:18.4425885Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libredb-ea416682ef586c2a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4426799Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-dbd20dc53d8c5b93.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4427699Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-ef9e1d9e2660075a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4428717Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_dns_server-85dfed6466deb933.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4429599Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-ceb38c9793a76648.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4430521Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-d8fd778839412d9d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4431425Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-d9676659b3049add.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4432320Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttl_cache-1fe2a8f662489c4c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4433416Z [00:09:12.673]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zeroize-9d7a6fb98124bc73.d' from root:root to runner:runner
2025-08-20T21:20:18.4434340Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-ecf3074339209513.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4435199Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T21:20:18.4436097Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_error-14b94a560d20ed84.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4437170Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspinning_top-3245eaa486c742f9.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4438062Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4438970Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-16ff4bd6d186bb41.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4439845Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/portmapper-1cefb301fe6b58e9.d' from root:root to runner:runner
2025-08-20T21:20:18.4440725Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweb_time-f50d6b9996de2cee.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4441590Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinout-77ce7efe53e8eb34.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4442596Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4443773Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquanta-e2f3c152fdb77b38.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4444706Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-9463aad69c03bdb3.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4445565Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_next-68a47dd156bbc4af.d' from root:root to runner:runner
2025-08-20T21:20:18.4446414Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-78a2ed794e28c4e7.d' from root:root to runner:runner
2025-08-20T21:20:18.4447277Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerotrie-62d6e788ced6dbd3.d' from root:root to runner:runner
2025-08-20T21:20:18.4448167Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcordyceps-9b638b4fd9b20fa3.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4449056Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-75d987cb38e79d6a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4449929Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/universal_hash-588e0c716b0f8737.d' from root:root to runner:runner
2025-08-20T21:20:18.4450986Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4451875Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-8c27b18df1bbab69.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4452776Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-5e5a5a0dd909f634.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4453889Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/salsa20-6506f1d2400c1d44.d' from root:root to runner:runner
2025-08-20T21:20:18.4454753Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/heapless-f67a3b11c0c2d598.d' from root:root to runner:runner
2025-08-20T21:20:18.4455633Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-87a63e205864e107.d' from root:root to runner:runner
2025-08-20T21:20:18.4456624Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-48e2914d0f6cd654.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4457411Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh.d' from root:root to runner:runner
2025-08-20T21:20:18.4458289Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinout-77ce7efe53e8eb34.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4459160Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-966d5ed1362e7fa5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4460018Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-9ea89ee71de6e700.d' from root:root to runner:runner
2025-08-20T21:20:18.4460910Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-5c926bf08a0cabdd.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4461808Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-e51a41140109962d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4462679Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna_adapter-e83780988e2dbfcf.d' from root:root to runner:runner
2025-08-20T21:20:18.4463671Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/powerfmt-df48f36396c0b41a.d' from root:root to runner:runner
2025-08-20T21:20:18.4464662Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/enumflags2-117e16b55a0b0b19.d' from root:root to runner:runner
2025-08-20T21:20:18.4465579Z [00:09:12.674]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_backtrace-3ec6bd66974baafa.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4466450Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-69df7537c1b61304.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4467307Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_hash-d021aafb2ce11509.d' from root:root to runner:runner
2025-08-20T21:20:18.4468184Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pemfile-68e0e7ccca191210.d' from root:root to runner:runner
2025-08-20T21:20:18.4469110Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-f0920d604078170c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4470105Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-287bc2134ca3f004.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4470976Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-69df7537c1b61304.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4471898Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4472761Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-bc2f378c135017cb.d' from root:root to runner:runner
2025-08-20T21:20:18.4473767Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-a33c3b82e8e4fa84.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4474677Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-a3d1e497ac2c5b8f.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4475564Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimdutf8-cd8399cec3e84cea.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4476451Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-04e032851045267c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4477303Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8_iter-39c5b28120e165c0.d' from root:root to runner:runner
2025-08-20T21:20:18.4478293Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/form_urlencoded-5f09f5ffe8ad7bcc.d' from root:root to runner:runner
2025-08-20T21:20:18.4479175Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/precis_profiles-f5c3d068172c31c3.d' from root:root to runner:runner
2025-08-20T21:20:18.4480087Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-68e0e7ccca191210.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4480891Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_relay.d' from root:root to runner:runner
2025-08-20T21:20:18.4481783Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4482804Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-93b2bb5463fc457b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4483963Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable-5413369f3b91efc0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4484875Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-bdb67aaf8f78f70e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4485791Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcritical_section-d933caa5110f5cd4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4486673Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-8c4ec576ea46dc51.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4487533Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-c78d8f5c38837b1d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4488389Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/litemap-4f92a5b30108e80c.d' from root:root to runner:runner
2025-08-20T21:20:18.4489290Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_backtrace-3ec6bd66974baafa.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4490183Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserdect-f4c442a994bf3e43.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4491246Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-2f521e9c13e4f918.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4492153Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-3c177f353e280ec1.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4493297Z [00:09:12.675]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-489cf9526ba80302.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4494203Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quoted_string_parser-37a5af646113d63d.d' from root:root to runner:runner
2025-08-20T21:20:18.4495442Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_compat-5327d45b53629405.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4496705Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-0a2db152d85704c5.d' from root:root to runner:runner
2025-08-20T21:20:18.4497751Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-21edd56883f084c8.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4498674Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4499545Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-12d15bc598f04d67.d' from root:root to runner:runner
2025-08-20T21:20:18.4500432Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-03548c92e6823d63.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4501281Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/redb-ea416682ef586c2a.d' from root:root to runner:runner
2025-08-20T21:20:18.4502165Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4503191Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuniversal_hash-588e0c716b0f8737.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4504117Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4505024Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdiatomic_waker-d4f36cd08c9874f5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4505989Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/const_oid-d2cc2a0850b7a26a.d' from root:root to runner:runner
2025-08-20T21:20:18.4506868Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-5b85d592df917c6c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4507766Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-117e16b55a0b0b19.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4508643Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer-d9676659b3049add.d' from root:root to runner:runner
2025-08-20T21:20:18.4509535Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-ee7708eddc862b04.d' from root:root to runner:runner
2025-08-20T21:20:18.4510426Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-80799a78bcf7bc8f.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4511397Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_util-d6cf716df83a2dec.d' from root:root to runner:runner
2025-08-20T21:20:18.4512321Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_platform_verifier-4fdd284ea4901dc8.d' from root:root to runner:runner
2025-08-20T21:20:18.4513346Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/url-4f43cb9f1fd56197.d' from root:root to runner:runner
2025-08-20T21:20:18.4514192Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/moka-ffae028f70d72faf.d' from root:root to runner:runner
2025-08-20T21:20:18.4515103Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-da2a1eb238c6ff9d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4516003Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-ca630a76bca2c9f5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4516890Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtagptr-e721e14d2177eca0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4517772Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-48e2914d0f6cd654.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4518654Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxmltree-9d2ceca730f3ab49.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4519680Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4520549Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4521468Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-2838f41305dc90fc.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4522370Z [00:09:12.676]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-8f813d817ddda9c3.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4523481Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-6f603e675326931a.d' from root:root to runner:runner
2025-08-20T21:20:18.4524340Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yoke-295bab17eb0ed447.d' from root:root to runner:runner
2025-08-20T21:20:18.4525393Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-26e5dc6af9f272bd.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4526261Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec-ceb38c9793a76648.d' from root:root to runner:runner
2025-08-20T21:20:18.4527108Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-7a1ae249034bdbfe.d' from root:root to runner:runner
2025-08-20T21:20:18.4528009Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_subscriber-d5d39313a1c80774.d' from root:root to runner:runner
2025-08-20T21:20:18.4528866Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iri_string-22d684c798c72277.d' from root:root to runner:runner
2025-08-20T21:20:18.4529760Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libproc_macro2-6d12c7e6423b6742.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4530652Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem_rfc7468-db0187e92056542e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4531566Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-dbd20dc53d8c5b93.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4532430Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_integer-5e5a5a0dd909f634.d' from root:root to runner:runner
2025-08-20T21:20:18.4533602Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-3d8b07bc90578b2b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4534501Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-ceb38c9793a76648.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4535353Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inout-77ce7efe53e8eb34.d' from root:root to runner:runner
2025-08-20T21:20:18.4536255Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-69e3e0c9d8fb3dc6.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4537128Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcobs-7bf11f2579779df2.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4538008Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_box-2c68a58bdef7dbf1.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4539042Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_channel-c9f34b14ce84119e.d' from root:root to runner:runner
2025-08-20T21:20:18.4539940Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-eddf530cce81f2e1.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4540823Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64ct-1e310fc94067b196.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4541710Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha1-5d05948eb73fb380.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4542539Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-b35ff2d809c7a9bb.d' from root:root to runner:runner
2025-08-20T21:20:18.4543540Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/prefix_trie-5a5a51734298f751.d' from root:root to runner:runner
2025-08-20T21:20:18.4544438Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libntimestamp-1047870679186adb.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4545346Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4546227Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4547201Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/untrusted-df20551f16bb03b0.d' from root:root to runner:runner
2025-08-20T21:20:18.4548074Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-7b62e1b00e34b91b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4548967Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-7a2c37a496bde7b6.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4549843Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-8313eda8812ce6f9.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4550752Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_integer-03e9cf1ded675746.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4551754Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-63c40da70f3fe75a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4552609Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quanta-e2f3c152fdb77b38.d' from root:root to runner:runner
2025-08-20T21:20:18.4553572Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/digest-e249bb45cb1d8f61.d' from root:root to runner:runner
2025-08-20T21:20:18.4554502Z [00:09:12.677]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx509_parser-063a0147cb1c06bd.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4555380Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/diatomic_waker-d4f36cd08c9874f5.d' from root:root to runner:runner
2025-08-20T21:20:18.4556287Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-88cd2d15568d3988.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4557169Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hickory_server-b7425b6376649662.d' from root:root to runner:runner
2025-08-20T21:20:18.4558035Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac-4f718781499b6e53.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4558899Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/overload-4584cfe84772fa05.d' from root:root to runner:runner
2025-08-20T21:20:18.4559818Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_websockets-ffd74131ef2138da.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4560831Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttl_cache-1fe2a8f662489c4c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4561695Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-a334be260832c48b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4562569Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstun_rs-1c1217315af6667b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4563660Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_http-b66af45db8a74961.d' from root:root to runner:runner
2025-08-20T21:20:18.4564549Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-16ff4bd6d186bb41.d' from root:root to runner:runner
2025-08-20T21:20:18.4565560Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-6b9e3de667c4e00a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4566444Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-f6d59b34cbb205fd.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4567330Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-47a95973b9bed063.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4568194Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_service-b2bd347f1c765998.d' from root:root to runner:runner
2025-08-20T21:20:18.4569216Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_iterator-7d317ded3d3bbb97.d' from root:root to runner:runner
2025-08-20T21:20:18.4570780Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable_internal-28337eb7f0b3cd88.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4571730Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-af12ca26b03e134b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4572610Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ppv_lite86-ae76558765f8051a.d' from root:root to runner:runner
2025-08-20T21:20:18.4573767Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-3dfc8f17529fe24d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4574798Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmd5-4309eb78ee8fc10c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4575699Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspinning_top-3245eaa486c742f9.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4576584Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-c669c3d448cfbda6.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4577453Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-7304a325c91f702f.d' from root:root to runner:runner
2025-08-20T21:20:18.4578315Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_bigint-c6124a5a68b17027.d' from root:root to runner:runner
2025-08-20T21:20:18.4579188Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_proto-89d384dbd67034f3.d' from root:root to runner:runner
2025-08-20T21:20:18.4580176Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweb_time-f50d6b9996de2cee.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4581081Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-b6a3425f1543ca56.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4581970Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/struct_iterable-5413369f3b91efc0.d' from root:root to runner:runner
2025-08-20T21:20:18.4582849Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-8c4ec576ea46dc51.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4583828Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/subtle-86ec28a99f44b466.d' from root:root to runner:runner
2025-08-20T21:20:18.4584750Z [00:09:12.678]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-da2a1eb238c6ff9d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4585674Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime_serde-237d91bac4d5a04e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4586541Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxml-c8e4d08db3244035.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4587410Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-224a83edff42760e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4588423Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4589294Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-966d5ed1362e7fa5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4590157Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-21edd56883f084c8.d' from root:root to runner:runner
2025-08-20T21:20:18.4591006Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base32-70dbff10eaac799d.d' from root:root to runner:runner
2025-08-20T21:20:18.4591904Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-fbf9229152a0f466.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4592794Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-9ea89ee71de6e700.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4593982Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-fb2e9ad978fcacd4.d' from root:root to runner:runner
2025-08-20T21:20:18.4594898Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-a3defb0dfd42740c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4595741Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mime-3b2f1791f4355644.d' from root:root to runner:runner
2025-08-20T21:20:18.4596621Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4597519Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttpdate-a71aa5e6768bb6a8.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4598408Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-b6a3425f1543ca56.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4599301Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_bench-8bfcb9115c36cc8b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4600209Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_error-14b94a560d20ed84.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4601081Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4602030Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-afceb2c5d0833709.d' from root:root to runner:runner
2025-08-20T21:20:18.4602867Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-47ad323aa7f376b3.d' from root:root to runner:runner
2025-08-20T21:20:18.4604058Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_rustls-3434f7cacc6619b7.d' from root:root to runner:runner
2025-08-20T21:20:18.4604923Z [00:09:12.679]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' from root:root to runner:runner
2025-08-20T21:20:18.4605872Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4606784Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-d9676659b3049add.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4607787Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_packet-fd6de1138106d2c7.d' from root:root to runner:runner
2025-08-20T21:20:18.4608858Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmoka-ffae028f70d72faf.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4609819Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-564de66be398fb44.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4610723Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-94914e9337f6129c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4611624Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-e5b9b2ca0c59a677.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4612519Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-e2c846147a1dc314.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4613605Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-4953aaa4b0e024b6.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4614486Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/derive_more-f5e942a261ec3c41.d' from root:root to runner:runner
2025-08-20T21:20:18.4615376Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-b4deda449873f583.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4616393Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_bench-8bfcb9115c36cc8b.d' from root:root to runner:runner
2025-08-20T21:20:18.4617264Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-67ed253cc1158d38.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4618160Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4619038Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-27d235ef8737a305.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4619894Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/try_lock-27d235ef8737a305.d' from root:root to runner:runner
2025-08-20T21:20:18.4620754Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-a3defb0dfd42740c.d' from root:root to runner:runner
2025-08-20T21:20:18.4621751Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-03548c92e6823d63.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4622650Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4623652Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519-524b80e87b224db7.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4624522Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_layer-5b76469351e43aca.d' from root:root to runner:runner
2025-08-20T21:20:18.4625432Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-ddd676e0475fe4d7.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4626357Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_proto-89d384dbd67034f3.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4627224Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-a01f839427e0ea69.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4628143Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-0c437587e1abfdb5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4629040Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties_data-26e5dc6af9f272bd.d' from root:root to runner:runner
2025-08-20T21:20:18.4630004Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serdect-f4c442a994bf3e43.d' from root:root to runner:runner
2025-08-20T21:20:18.4630887Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-1c6501fb005a3808.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4631786Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-f5e942a261ec3c41.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4632622Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/z32-3aeeaa4f64cdce99.d' from root:root to runner:runner
2025-08-20T21:20:18.4633630Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4634534Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-f67a3b11c0c2d598.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4635511Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmd5-4309eb78ee8fc10c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4636408Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgovernor-1bd2647e80a24227.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4637283Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn_udp-5640244c14546d21.d' from root:root to runner:runner
2025-08-20T21:20:18.4638153Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-fe2af8081382be25.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4639047Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-3ffef8f52e10bb6b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4639922Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-88cd2d15568d3988.d' from root:root to runner:runner
2025-08-20T21:20:18.4640792Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-23685ebd8bdfb986.d' from root:root to runner:runner
2025-08-20T21:20:18.4641701Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-11bb0297d6ff75e0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4642604Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4643848Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0a2db152d85704c5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4645257Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha1-5d05948eb73fb380.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4646376Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-64a6040cba36e4e6.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4647293Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-94914e9337f6129c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4648129Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/der-3d8b07bc90578b2b.d' from root:root to runner:runner
2025-08-20T21:20:18.4648988Z [00:09:12.680]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time_core-4fe424f2226aa698.d' from root:root to runner:runner
2025-08-20T21:20:18.4650016Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aead-3fb7ae699fcda4ed.d' from root:root to runner:runner
2025-08-20T21:20:18.4650954Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-3610075b05a4d6b5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4651797Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pkcs8-ff6855f17f48dba5.d' from root:root to runner:runner
2025-08-20T21:20:18.4652651Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backon-090434201e014437.d' from root:root to runner:runner
2025-08-20T21:20:18.4653817Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/forwarded_header_value-1de4fa5212cc9c49.d' from root:root to runner:runner
2025-08-20T21:20:18.4654688Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flume-0ac510a99cd50cc1.d' from root:root to runner:runner
2025-08-20T21:20:18.4655579Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bounded_integer-03e9cf1ded675746.d' from root:root to runner:runner
2025-08-20T21:20:18.4656447Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simple_dns-fda472c1dc5361a5.d' from root:root to runner:runner
2025-08-20T21:20:18.4657343Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-f1665d6af11c357b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4658332Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_watcher-9a5ff183a3f30af7.d' from root:root to runner:runner
2025-08-20T21:20:18.4659169Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xml-c8e4d08db3244035.d' from root:root to runner:runner
2025-08-20T21:20:18.4660087Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_server-b7425b6376649662.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4660970Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdyn_clone-c5f12c344393b349.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4661815Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-8313eda8812ce6f9.d' from root:root to runner:runner
2025-08-20T21:20:18.4662679Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cordyceps-9b638b4fd9b20fa3.d' from root:root to runner:runner
2025-08-20T21:20:18.4663763Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4664629Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-50a1f384a5a694a5.d' from root:root to runner:runner
2025-08-20T21:20:18.4665532Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_proto-89d384dbd67034f3.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4666377Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nom-224a83edff42760e.d' from root:root to runner:runner
2025-08-20T21:20:18.4667261Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-4f92a5b30108e80c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4668136Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/no_std_compat-5327d45b53629405.d' from root:root to runner:runner
2025-08-20T21:20:18.4669025Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4669947Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_server-b7425b6376649662.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4670838Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4671845Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4672727Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-295bab17eb0ed447.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4673945Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-47a95973b9bed063.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4674848Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac-4f718781499b6e53.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4675737Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libraw_cpuid-87a8a348d3207916.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4676592Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cipher-38bef5ef50eaa8a4.d' from root:root to runner:runner
2025-08-20T21:20:18.4677542Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-93b2bb5463fc457b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4678445Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hostname_validator-4aecbb2699db7042.d' from root:root to runner:runner
2025-08-20T21:20:18.4679320Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-2fbe14ddc69a96d0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4680188Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_provider-e51a41140109962d.d' from root:root to runner:runner
2025-08-20T21:20:18.4681055Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4682075Z [00:09:12.681]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4683120Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-0613dc12852cddf0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4684129Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase32-70dbff10eaac799d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4685093Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquoted_string_parser-37a5af646113d63d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4686001Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4686906Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_native_certs-615034de367b59ea.d' from root:root to runner:runner
2025-08-20T21:20:18.4687916Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pki_types-7078020738de7e30.d' from root:root to runner:runner
2025-08-20T21:20:18.4688819Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_executor-2838f41305dc90fc.d' from root:root to runner:runner
2025-08-20T21:20:18.4689671Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki-69e3e0c9d8fb3dc6.d' from root:root to runner:runner
2025-08-20T21:20:18.4690585Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopaque_debug-01a07c3302ed6721.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4691494Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-1a4097d404d8edbb.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4692371Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/block_buffer-63c40da70f3fe75a.d' from root:root to runner:runner
2025-08-20T21:20:18.4693478Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4694399Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_dns_server-1af1c6c7295b5562.d' from root:root to runner:runner
2025-08-20T21:20:18.4695587Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-9463aad69c03bdb3.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4696497Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-c5bdfea50a930cfb.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4697383Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarc_swap-a543dcf2e7b9422e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4698286Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-7a2c37a496bde7b6.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4699194Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-213ee7ffc89f216f.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4700077Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn_proto-fde08372c0b900d0.d' from root:root to runner:runner
2025-08-20T21:20:18.4701059Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4701925Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/self_cell-ae2e8b2512e8e039.d' from root:root to runner:runner
2025-08-20T21:20:18.4702819Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/stable_deref_trait-a3436e2bee93ed8c.d' from root:root to runner:runner
2025-08-20T21:20:18.4703798Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1_smol-a89d6c84df009796.d' from root:root to runner:runner
2025-08-20T21:20:18.4704642Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-ea25c2792e490063.d' from root:root to runner:runner
2025-08-20T21:20:18.4705535Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-7a1ae249034bdbfe.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4706476Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname_validator-4aecbb2699db7042.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4707350Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4708201Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-1c6501fb005a3808.d' from root:root to runner:runner
2025-08-20T21:20:18.4709200Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4710057Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-814b052032b77461.d' from root:root to runner:runner
2025-08-20T21:20:18.4710919Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_io-8646ecd0d36f55fc.d' from root:root to runner:runner
2025-08-20T21:20:18.4711796Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linked_hash_map-8f661f202569b569.d' from root:root to runner:runner
2025-08-20T21:20:18.4712719Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime_serde-237d91bac4d5a04e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4713672Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httparse-f1665d6af11c357b.d' from root:root to runner:runner
2025-08-20T21:20:18.4714650Z [00:09:12.682]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sync_wrapper-984b25a86b45f3d1.d' from root:root to runner:runner
2025-08-20T21:20:18.4715542Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconst_oid-d2cc2a0850b7a26a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4716490Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4717334Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/snafu-2926c4ed3142019b.d' from root:root to runner:runner
2025-08-20T21:20:18.4718478Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4719823Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-39c5b28120e165c0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4720710Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body_util-f98fd5e36812db6c.d' from root:root to runner:runner
2025-08-20T21:20:18.4721604Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-f84a6dee7ac5f8e2.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4722506Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4723800Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem_rfc7468-db0187e92056542e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4724694Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/allocator_api2-64a6040cba36e4e6.d' from root:root to runner:runner
2025-08-20T21:20:18.4725585Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimple_dns-fda472c1dc5361a5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4726456Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-221e5a438611646b.d' from root:root to runner:runner
2025-08-20T21:20:18.4727376Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4728236Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-63686468d78d1ab7.d' from root:root to runner:runner
2025-08-20T21:20:18.4729277Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bencode-85f798abc749bf00.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4730221Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-90e1bbf2a32433d3.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4731111Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4731971Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4732870Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-62d6e788ced6dbd3.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4733995Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_rustls-3434f7cacc6619b7.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4734852Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-eb7775498ee036cc.d' from root:root to runner:runner
2025-08-20T21:20:18.4735763Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-3c177f353e280ec1.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4736652Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-eddf530cce81f2e1.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4737666Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-221e5a438611646b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4738593Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-26e5dc6af9f272bd.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4739505Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportmapper-1cefb301fe6b58e9.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4740386Z [00:09:12.683]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519-524b80e87b224db7.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4741326Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-7d317ded3d3bbb97.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4742170Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time-8bf3d36d8f0618d7.d' from root:root to runner:runner
2025-08-20T21:20:18.4743293Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4744217Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-5640244c14546d21.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4745094Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-6e2eca6aeb33bf8b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4745981Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-6e2eca6aeb33bf8b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4746878Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4747748Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-c2066390f2a4a76d.d' from root:root to runner:runner
2025-08-20T21:20:18.4748645Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libntimestamp-1047870679186adb.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4749516Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spinning_top-3245eaa486c742f9.d' from root:root to runner:runner
2025-08-20T21:20:18.4750400Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-f6d59b34cbb205fd.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4751417Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hickory_proto-489cf9526ba80302.d' from root:root to runner:runner
2025-08-20T21:20:18.4752275Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-ee874ebcba82b610.d' from root:root to runner:runner
2025-08-20T21:20:18.4753450Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_secretbox-37335fbdb2fc9ac7.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4754420Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportmapper-1cefb301fe6b58e9.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4755314Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayref-3908e0d6c1e1c1ed.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4756188Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-3fb7ae699fcda4ed.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4757218Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuniversal_hash-588e0c716b0f8737.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4758141Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4759023Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4759909Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/potential_utf-da2a1eb238c6ff9d.d' from root:root to runner:runner
2025-08-20T21:20:18.4760778Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum-97ed1bdc94e43430.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4761685Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_route-c5846aec5813db94.d' from root:root to runner:runner
2025-08-20T21:20:18.4762575Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-6b9e3de667c4e00a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4763707Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sharded_slab-3dfc8f17529fe24d.d' from root:root to runner:runner
2025-08-20T21:20:18.4764726Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body-5278a82d10af6267.d' from root:root to runner:runner
2025-08-20T21:20:18.4765624Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-12d15bc598f04d67.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4766523Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_path_to_error-f5f72d3b8b34b7e3.d' from root:root to runner:runner
2025-08-20T21:20:18.4767399Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-5f88784fe38c795f.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4768312Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4769208Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc_catalog-3cbe9c556684ad7f.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4770175Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-224a83edff42760e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4771073Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-9a5ff183a3f30af7.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4771964Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha256-875e584b2b84c016.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4772851Z [00:09:12.684]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserdect-f4c442a994bf3e43.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4774000Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4774907Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4775798Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4776662Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_base-a6f5c8c61f7cbfc0.d' from root:root to runner:runner
2025-08-20T21:20:18.4777553Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4778530Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-64fc8e2d5b417427.d' from root:root to runner:runner
2025-08-20T21:20:18.4779449Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconstant_time_eq-2ec4f1b637d7d3f4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4780338Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-a89d6c84df009796.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4781401Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/want-15b5d93c047a88ec.d' from root:root to runner:runner
2025-08-20T21:20:18.4782331Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-aecc7e378f971dd4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4783331Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-4fe424f2226aa698.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4784338Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4785250Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-71dc4a0545e132ae.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4786157Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-ce419289619bf748.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4787025Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-fecc121bfa12cec9.d' from root:root to runner:runner
2025-08-20T21:20:18.4787919Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-7a1ae249034bdbfe.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4788928Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking-b4deda449873f583.d' from root:root to runner:runner
2025-08-20T21:20:18.4789941Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-68a47dd156bbc4af.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4790936Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-8313eda8812ce6f9.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4792311Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsurge_ping-c1eb15b8a118d11e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4793926Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4794853Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-e51a41140109962d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4795773Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4796642Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-67ed253cc1158d38.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4797492Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/stun_rs-1c1217315af6667b.d' from root:root to runner:runner
2025-08-20T21:20:18.4798382Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase16ct-511e79ad2aed6614.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4799358Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/humantime-aed975c38708e121.d' from root:root to runner:runner
2025-08-20T21:20:18.4800288Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls_acme-2a6687d6d0e31b75.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4801160Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-ce419289619bf748.d' from root:root to runner:runner
2025-08-20T21:20:18.4802019Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/x509_parser-063a0147cb1c06bd.d' from root:root to runner:runner
2025-08-20T21:20:18.4802918Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-9b8a75bcac8756d8.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4804038Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpoly1305-b43a7ab7e2706ca2.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4804931Z [00:09:12.685]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-f84a6dee7ac5f8e2.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4805804Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-9667a3b66098ab5b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4806704Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-f03840213ff059c4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4807667Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uuid-7b62e1b00e34b91b.d' from root:root to runner:runner
2025-08-20T21:20:18.4808554Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdyn_clone-c5f12c344393b349.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4809445Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4810365Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_profiles-f5c3d068172c31c3.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4811282Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-e83780988e2dbfcf.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4812152Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-ddd676e0475fe4d7.d' from root:root to runner:runner
2025-08-20T21:20:18.4813250Z [00:09:12.686]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_dns_server-1af1c6c7295b5562' retained as runner:runner
2025-08-20T21:20:18.4814164Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-d05aa5b0623c5582.d' from root:root to runner:runner
2025-08-20T21:20:18.4815020Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ucd_trie-bfbb176905c37939.d' from root:root to runner:runner
2025-08-20T21:20:18.4815962Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-d5d39313a1c80774.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4816872Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-2b80999cabeda839.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4817772Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchit-4cbb67a072be49b5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4818641Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-80799a78bcf7bc8f.d' from root:root to runner:runner
2025-08-20T21:20:18.4819516Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_sys-7a2c37a496bde7b6.d' from root:root to runner:runner
2025-08-20T21:20:18.4820412Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9e59165f20ecc914.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4821423Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopaque_debug-01a07c3302ed6721.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4822288Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/attohttpc-dfead94f8e9626eb.d' from root:root to runner:runner
2025-08-20T21:20:18.4823298Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-b4deda449873f583.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4824200Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4825050Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/axum-97ed1bdc94e43430.d' from root:root to runner:runner
2025-08-20T21:20:18.4825935Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-e5b9b2ca0c59a677.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4826913Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_error-14b94a560d20ed84.d' from root:root to runner:runner
2025-08-20T21:20:18.4827778Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dyn_clone-c5f12c344393b349.d' from root:root to runner:runner
2025-08-20T21:20:18.4828645Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/precis_core-651c6c22395fe89c.d' from root:root to runner:runner
2025-08-20T21:20:18.4829500Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/no_std_net-f3d13906880b7d20.d' from root:root to runner:runner
2025-08-20T21:20:18.4830363Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-fbf9229152a0f466.d' from root:root to runner:runner
2025-08-20T21:20:18.4831271Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-564de66be398fb44.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4832135Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base16ct-511e79ad2aed6614.d' from root:root to runner:runner
2025-08-20T21:20:18.4833158Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4834118Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimdutf8-cd8399cec3e84cea.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4835177Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-98553ac9fa3f33c8.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4836043Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/matchers-8c27b18df1bbab69.d' from root:root to runner:runner
2025-08-20T21:20:18.4836952Z [00:09:12.686]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_timer-b5124fd43b6b0eee.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4837854Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-1f435225ef531318.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4838710Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/raw_cpuid-87a8a348d3207916.d' from root:root to runner:runner
2025-08-20T21:20:18.4839595Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/color_backtrace-3ec6bd66974baafa.d' from root:root to runner:runner
2025-08-20T21:20:18.4840558Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-fe2af8081382be25.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4841490Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-72248de5e968cab2.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4842415Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4843417Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_core-b8842663f57ee171.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4844324Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimple_dns-fda472c1dc5361a5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4845212Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflume-0ac510a99cd50cc1.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4846128Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-fde08372c0b900d0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4847062Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-7d317ded3d3bbb97.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4847946Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-68a47dd156bbc4af.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4848953Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-3ffef8f52e10bb6b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4849842Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-ae76558765f8051a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4850766Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4851643Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki_roots-3c8e96ee757abcc0.d' from root:root to runner:runner
2025-08-20T21:20:18.4852565Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4853741Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-5ae59ed32c17bb7c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4854687Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-9b8a75bcac8756d8.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4855586Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties-dbd20dc53d8c5b93.d' from root:root to runner:runner
2025-08-20T21:20:18.4856454Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-b35ff2d809c7a9bb.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4857342Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4858217Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-50a1f384a5a694a5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4859124Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx509_parser-063a0147cb1c06bd.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4860036Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinked_hash_map-8f661f202569b569.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4860930Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc_catalog-3cbe9c556684ad7f.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4861956Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_lite-c4aed32d07a98f09.d' from root:root to runner:runner
2025-08-20T21:20:18.4862852Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-5640244c14546d21.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4863888Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhdrhistogram-50722beeb1f13be1.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4865449Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttpdate-a71aa5e6768bb6a8.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4866335Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pkarr-384999782258224d.d' from root:root to runner:runner
2025-08-20T21:20:18.4867225Z [00:09:12.687]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_rustls_acme-2a6687d6d0e31b75.d' from root:root to runner:runner
2025-08-20T21:20:18.4868253Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4869158Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-e2c846147a1dc314.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4870087Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconstant_time_eq-2ec4f1b637d7d3f4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4870984Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder_parser-0842ccec62be9b3b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4871886Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_box-2c68a58bdef7dbf1.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4872754Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T21:20:18.4873887Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64_url-d8de8b78b94ac2f4.d' from root:root to runner:runner
2025-08-20T21:20:18.4874784Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4875702Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-80799a78bcf7bc8f.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4876730Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-ae76558765f8051a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4877600Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4878484Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-b99093400b0fbf06.d' from root:root to runner:runner
2025-08-20T21:20:18.4879356Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-4e699ae71a440dfa.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4880232Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_rustls-44f114d24532b203.d' from root:root to runner:runner
2025-08-20T21:20:18.4881149Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-93b2bb5463fc457b.d' from root:root to runner:runner
2025-08-20T21:20:18.4882156Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-414779377bb4a7cc.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4883194Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnonempty-e9bb8c4901db6910.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4884082Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-4e699ae71a440dfa.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4885022Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquoted_string_parser-37a5af646113d63d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4885904Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbackon-090434201e014437.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4886800Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-c6124a5a68b17027.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4887701Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-117e16b55a0b0b19.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4888610Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_server-849720b3a8cea8c9.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4889513Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4890480Z [00:09:12.688]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-a6f5c8c61f7cbfc0.rlib' retained as runner:runner
2025-08-20T21:20:18.4891345Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dashmap-2bdd130270b0776c.d' from root:root to runner:runner
2025-08-20T21:20:18.4892192Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fs_err-aaf9a421e59ff624.d' from root:root to runner:runner
2025-08-20T21:20:18.4893298Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4894223Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0a2db152d85704c5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4895123Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-aecc7e378f971dd4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4896159Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-68e0e7ccca191210.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4897054Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4897956Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64_url-d8de8b78b94ac2f4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4898861Z [00:09:12.688]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys_next-ba4199caf252a0f4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4899760Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4900651Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hickory_resolver-ab55967963ec6551.d' from root:root to runner:runner
2025-08-20T21:20:18.4901532Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconst_oid-d2cc2a0850b7a26a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4902431Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4903438Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-f1665d6af11c357b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4904427Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-c3ccd52d50bb8a07.d' from root:root to runner:runner
2025-08-20T21:20:18.4905294Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_log-7d5e0eb37a8f3898.d' from root:root to runner:runner
2025-08-20T21:20:18.4906165Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4907063Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-a6f5c8c61f7cbfc0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4907954Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_threads-ed1f5cc285c756a1.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4908818Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-f03840213ff059c4.d' from root:root to runner:runner
2025-08-20T21:20:18.4909753Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-4225e20aae5b41a5.d' from root:root to runner:runner
2025-08-20T21:20:18.4910685Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4911557Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-9667a3b66098ab5b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4912426Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-c2d1492b5a7e2dc0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4913560Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_macros_support-f0920d604078170c.d' from root:root to runner:runner
2025-08-20T21:20:18.4914426Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha2-0613dc12852cddf0.d' from root:root to runner:runner
2025-08-20T21:20:18.4915300Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki_roots-3edb310f2ff9d695.d' from root:root to runner:runner
2025-08-20T21:20:18.4916187Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-e6154f994056b976.d' from root:root to runner:runner
2025-08-20T21:20:18.4917066Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkcs8-ff6855f17f48dba5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4918094Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae2e8b2512e8e039.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4918964Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-c78d8f5c38837b1d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4919847Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-384999782258224d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4920739Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder_parser-0842ccec62be9b3b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4921582Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pest-a01f839427e0ea69.d' from root:root to runner:runner
2025-08-20T21:20:18.4922458Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-1b66133574378451.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4923680Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-d1532eacab8be3af.d' from root:root to runner:runner
2025-08-20T21:20:18.4924621Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-221e5a438611646b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4925504Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-50a1f384a5a694a5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4926400Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_core-b8842663f57ee171.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4927254Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ttl_cache-1fe2a8f662489c4c.d' from root:root to runner:runner
2025-08-20T21:20:18.4928119Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-6f78ecb506554950.d' from root:root to runner:runner
2025-08-20T21:20:18.4929017Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_core-90e1bbf2a32433d3.d' from root:root to runner:runner
2025-08-20T21:20:18.4929893Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-2f6b35ad6a9a94fb.d' from root:root to runner:runner
2025-08-20T21:20:18.4930758Z [00:09:12.689]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-3ffef8f52e10bb6b.d' from root:root to runner:runner
2025-08-20T21:20:18.4931756Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_common-f72e527e54cb532e.d' from root:root to runner:runner
2025-08-20T21:20:18.4932664Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_compat-5327d45b53629405.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4933805Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-5f88784fe38c795f.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4934681Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xmltree-9d2ceca730f3ab49.d' from root:root to runner:runner
2025-08-20T21:20:18.4935535Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls-4ee141f6b64dd5db.d' from root:root to runner:runner
2025-08-20T21:20:18.4937161Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls_acme-2a6687d6d0e31b75.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4938181Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-651c6c22395fe89c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4939137Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_path_to_error-f5f72d3b8b34b7e3.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4940039Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-69e3e0c9d8fb3dc6.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4940924Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4941831Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-489cf9526ba80302.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4942734Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase16ct-511e79ad2aed6614.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4943743Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-15b5d93c047a88ec.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4944648Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_websockets-ffd74131ef2138da.d' from root:root to runner:runner
2025-08-20T21:20:18.4945719Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/governor-1bd2647e80a24227.d' from root:root to runner:runner
2025-08-20T21:20:18.4946585Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simdutf8-cd8399cec3e84cea.d' from root:root to runner:runner
2025-08-20T21:20:18.4947459Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-c2d1492b5a7e2dc0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4948358Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-782a4fa57206130c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4949217Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' from root:root to runner:runner
2025-08-20T21:20:18.4950095Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-e249bb45cb1d8f61.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4951100Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4951974Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-a01f839427e0ea69.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4952878Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-62d6e788ced6dbd3.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4954034Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcobs-7bf11f2579779df2.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4954947Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnonzero_ext-cf29fb3cde9555f1.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4955866Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_governor-4936fbe53635004e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4956779Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4957676Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-69fc3906116d7f31.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4958545Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-94914e9337f6129c.d' from root:root to runner:runner
2025-08-20T21:20:18.4959601Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-b0a30c79b1d8977c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4960452Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rcgen-6a70405f17b9ca38.d' from root:root to runner:runner
2025-08-20T21:20:18.4961331Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee874ebcba82b610.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4962243Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_urlencoded-9463aad69c03bdb3.d' from root:root to runner:runner
2025-08-20T21:20:18.4963252Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-4f92a5b30108e80c.rlib' from root:root to runner:runner
﻿2025-08-20T21:20:18.4967625Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-966d5ed1362e7fa5.d' from root:root to runner:runner
2025-08-20T21:20:18.4968871Z [00:09:12.690]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e6154f994056b976.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4969836Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_ident-de6eed6e4f0a8781.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4970739Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmainline-2222c868613dab41.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4971698Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-fde08372c0b900d0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4972605Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4973757Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4974677Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4975629Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforwarded_header_value-1de4fa5212cc9c49.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4976506Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4977505Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-fecc121bfa12cec9.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4978357Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-c2d1492b5a7e2dc0.d' from root:root to runner:runner
2025-08-20T21:20:18.4979234Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-d3a2c1d7d354fd84.d' from root:root to runner:runner
2025-08-20T21:20:18.4980104Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4980971Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-a33c3b82e8e4fa84.d' from root:root to runner:runner
2025-08-20T21:20:18.4982001Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-64fe79283aff12f4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4983151Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_integer-03e9cf1ded675746.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4984078Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/portable_atomic-b0a30c79b1d8977c.d' from root:root to runner:runner
2025-08-20T21:20:18.4984978Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-ca630a76bca2c9f5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4985862Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-6506f1d2400c1d44.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4986713Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_snafu-92e3bb9db962aec2.d' from root:root to runner:runner
2025-08-20T21:20:18.4987624Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3c8e96ee757abcc0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4988513Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-12d15bc598f04d67.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4989401Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64_url-d8de8b78b94ac2f4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4990294Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-b66af45db8a74961.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4991235Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-69fc3906116d7f31.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4992143Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-ecf3074339209513.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4993166Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4994200Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4995053Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_future-f999888d2e91923d.d' from root:root to runner:runner
2025-08-20T21:20:18.4996051Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-5c926bf08a0cabdd.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.4996955Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4997850Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-345c4e657eef996d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4998730Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquanta-e2f3c152fdb77b38.rlib' from root:root to runner:runner
2025-08-20T21:20:18.4999628Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-8f813d817ddda9c3.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5000508Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curve25519_dalek-2cf11b7410935c69.d' from root:root to runner:runner
2025-08-20T21:20:18.5001389Z [00:09:12.691]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbackon-090434201e014437.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5002266Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64ct-1e310fc94067b196.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5003314Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lru-67ed253cc1158d38.d' from root:root to runner:runner
2025-08-20T21:20:18.5004203Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5005149Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-ca630a76bca2c9f5.d' from root:root to runner:runner
2025-08-20T21:20:18.5005997Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper-a120ce9a7ee20f78.d' from root:root to runner:runner
2025-08-20T21:20:18.5006868Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-04e032851045267c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5007703Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cobs-7bf11f2579779df2.d' from root:root to runner:runner
2025-08-20T21:20:18.5009073Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayref-3908e0d6c1e1c1ed.d' from root:root to runner:runner
2025-08-20T21:20:18.5010265Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backtrace-11bb0297d6ff75e0.d' from root:root to runner:runner
2025-08-20T21:20:18.5011283Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnonempty-e9bb8c4901db6910.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5012224Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5013364Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5014276Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-9a5ff183a3f30af7.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5015174Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-22921f9843672075.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5016030Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_base-f84a6dee7ac5f8e2.d' from root:root to runner:runner
2025-08-20T21:20:18.5016954Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-ab55967963ec6551.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5017806Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_enum-8c4ec576ea46dc51.d' from root:root to runner:runner
2025-08-20T21:20:18.5018664Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_box-2c68a58bdef7dbf1.d' from root:root to runner:runner
2025-08-20T21:20:18.5019622Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5020505Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-714882a6fc75b38c.d' from root:root to runner:runner
2025-08-20T21:20:18.5021364Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_util-4368839c51ba1920.d' from root:root to runner:runner
2025-08-20T21:20:18.5022244Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5023222Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys_next-ba4199caf252a0f4.d' from root:root to runner:runner
2025-08-20T21:20:18.5024285Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5025214Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-98553ac9fa3f33c8.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5026112Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-345c4e657eef996d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5026951Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yasna-6e2eca6aeb33bf8b.d' from root:root to runner:runner
2025-08-20T21:20:18.5027824Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5028678Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-213ee7ffc89f216f.d' from root:root to runner:runner
2025-08-20T21:20:18.5029610Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-153b7d3ad072c2cd.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5030495Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-c669c3d448cfbda6.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5031359Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5032279Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures-22c26254a8e8bf93.d' from root:root to runner:runner
2025-08-20T21:20:18.5033411Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5034293Z [00:09:12.692]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/writeable-564de66be398fb44.d' from root:root to runner:runner
2025-08-20T21:20:18.5035164Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-8f813d817ddda9c3.d' from root:root to runner:runner
2025-08-20T21:20:18.5036047Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5036947Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-23685ebd8bdfb986.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5037963Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc-24fe2f4a89134b16.d' from root:root to runner:runner
2025-08-20T21:20:18.5038854Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxmltree-9d2ceca730f3ab49.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5039704Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ed25519-524b80e87b224db7.d' from root:root to runner:runner
2025-08-20T21:20:18.5040600Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-71dc4a0545e132ae.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5041465Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_util-306f8a8965e7ad5e.d' from root:root to runner:runner
2025-08-20T21:20:18.5042321Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerovec-1fcc1707793c3439.d' from root:root to runner:runner
2025-08-20T21:20:18.5043285Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fnv-775ea7858e96ea10.d' from root:root to runner:runner
2025-08-20T21:20:18.5044162Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-6a70405f17b9ca38.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5045068Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-7304a325c91f702f.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5045980Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-0f87a4f6008f8383.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5046887Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-f98fd5e36812db6c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5047720Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pem-fe2af8081382be25.d' from root:root to runner:runner
2025-08-20T21:20:18.5048580Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/surge_ping-c1eb15b8a118d11e.d' from root:root to runner:runner
2025-08-20T21:20:18.5049488Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-f72e527e54cb532e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5050383Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_ident-de6eed6e4f0a8781.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5051409Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-384999782258224d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5052318Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e6154f994056b976.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5053426Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-7304a325c91f702f.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5054345Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_locale_core-3c177f353e280ec1.d' from root:root to runner:runner
2025-08-20T21:20:18.5055244Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-bdb67aaf8f78f70e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5056122Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstun_rs-1c1217315af6667b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5057011Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5057909Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboid_registry-9cbf1fccd89e62ca.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5058819Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_normalization-7dafa748878d480a.d' from root:root to runner:runner
2025-08-20T21:20:18.5059768Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarc_swap-a543dcf2e7b9422e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5060616Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-9e59165f20ecc914.d' from root:root to runner:runner
2025-08-20T21:20:18.5061512Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayref-3908e0d6c1e1c1ed.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5062434Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-ee7708eddc862b04.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5063443Z [00:09:12.693]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5064432Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusticata_macros-4e928acf2364b351.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5065442Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bencode-85f798abc749bf00.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5066355Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-2f521e9c13e4f918.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5067256Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-f3d13906880b7d20.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5068118Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-0f87a4f6008f8383.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5069024Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3c8e96ee757abcc0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5069889Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-af12ca26b03e134b.d' from root:root to runner:runner
2025-08-20T21:20:18.5070785Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-651c6c22395fe89c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5071690Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5072559Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-1a4097d404d8edbb.d' from root:root to runner:runner
2025-08-20T21:20:18.5073738Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer_data-98553ac9fa3f33c8.d' from root:root to runner:runner
2025-08-20T21:20:18.5074638Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-5b85d592df917c6c.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5075536Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-f03840213ff059c4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5076400Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-3d8b07bc90578b2b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5077234Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-b658eb0372a3d785.d' from root:root to runner:runner
2025-08-20T21:20:18.5078240Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hdrhistogram-50722beeb1f13be1.d' from root:root to runner:runner
2025-08-20T21:20:18.5079214Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httpdate-a71aa5e6768bb6a8.d' from root:root to runner:runner
2025-08-20T21:20:18.5080082Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac_sha256-875e584b2b84c016.d' from root:root to runner:runner
2025-08-20T21:20:18.5080938Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-3f4f8f5c753037ba.d' from root:root to runner:runner
2025-08-20T21:20:18.5081847Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5083100Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiri_string-22d684c798c72277.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5084481Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project-bdb67aaf8f78f70e.d' from root:root to runner:runner
2025-08-20T21:20:18.5085388Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-a33c3b82e8e4fa84.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5086288Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-7d5e0eb37a8f3898.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5087160Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum-97ed1bdc94e43430.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5088181Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_path_to_error-f5f72d3b8b34b7e3.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5089025Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bulk-742648c5058bb15c.d' from root:root to runner:runner
2025-08-20T21:20:18.5089895Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5090761Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5091629Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atomic_waker-ef9e1d9e2660075a.d' from root:root to runner:runner
2025-08-20T21:20:18.5092585Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-ddd676e0475fe4d7.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5093782Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/igd_next-48e2914d0f6cd654.d' from root:root to runner:runner
2025-08-20T21:20:18.5094701Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_hash-d021aafb2ce11509.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5097216Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-1f435225ef531318.d' from root:root to runner:runner
2025-08-20T21:20:18.5098174Z [00:09:12.694]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_ident-de6eed6e4f0a8781.d' from root:root to runner:runner
2025-08-20T21:20:18.5099099Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys_next-ba4199caf252a0f4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5100047Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-2838f41305dc90fc.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5100954Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5101829Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-9ac944fbe0a9ac2a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5102720Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5103848Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-6a70405f17b9ca38.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5104674Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_relay.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5105586Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5106461Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-295bab17eb0ed447.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5107325Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-0613dc12852cddf0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5108291Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbtparse-d025620c53cf48ce.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5109245Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcordyceps-9b638b4fd9b20fa3.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5110112Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-dfc87195b3f936a5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5111105Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-af12ca26b03e134b.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5111992Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkcs8-ff6855f17f48dba5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5112869Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdashmap-2bdd130270b0776c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5114032Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_threads-ed1f5cc285c756a1.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5114917Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-5ae59ed32c17bb7c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5115769Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-100ede5101d639fe.d' from root:root to runner:runner
2025-08-20T21:20:18.5116654Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-6506f1d2400c1d44.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5117604Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/axum_server-849720b3a8cea8c9.d' from root:root to runner:runner
2025-08-20T21:20:18.5118495Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9e59165f20ecc914.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5119378Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_secretbox-37335fbdb2fc9ac7.d' from root:root to runner:runner
2025-08-20T21:20:18.5120298Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_websockets-ffd74131ef2138da.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5121188Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_hash-d021aafb2ce11509.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5122207Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_governor-4936fbe53635004e.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5123257Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-1a4097d404d8edbb.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5124093Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bulk-742648c5058bb15c' from root:root to runner:runner
2025-08-20T21:20:18.5125045Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-39c5b28120e165c0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5125957Z [00:09:12.695]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-5e5a5a0dd909f634.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5126828Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' from root:root to runner:runner
2025-08-20T21:20:18.5127709Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-f3d13906880b7d20.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5128603Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-a3defb0dfd42740c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5129493Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-fd6de1138106d2c7.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5130418Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5131293Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_err-aaf9a421e59ff624.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5132190Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-1f435225ef531318.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5133268Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-b66af45db8a74961.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5134188Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-0d4e05a30fbe3aad.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5135112Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-5f6bba963fa74670.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5136138Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase32-70dbff10eaac799d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5136973Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/md5-4309eb78ee8fc10c.d' from root:root to runner:runner
2025-08-20T21:20:18.5137891Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5138835Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-22c26254a8e8bf93.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5139733Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-e83780988e2dbfcf.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5140619Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-4584cfe84772fa05.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5141503Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5142348Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spki-4953aaa4b0e024b6.d' from root:root to runner:runner
2025-08-20T21:20:18.5143356Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3edb310f2ff9d695.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5144298Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/derive_more-0d4e05a30fbe3aad.d' from root:root to runner:runner
2025-08-20T21:20:18.5145198Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprefix_trie-5a5a51734298f751.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5146079Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-a05ec94787510fd5.d' from root:root to runner:runner
2025-08-20T21:20:18.5146977Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-f98fd5e36812db6c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5147841Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_compat-e125ba1945580cae.d' from root:root to runner:runner
2025-08-20T21:20:18.5148779Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-bfbb176905c37939.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5149702Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-dfc87195b3f936a5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5150530Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/h2-0f87a4f6008f8383.d' from root:root to runner:runner
2025-08-20T21:20:18.5151384Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/reqwest-03548c92e6823d63.d' from root:root to runner:runner
2025-08-20T21:20:18.5152306Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-15b5d93c047a88ec.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5153435Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5154465Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-75d987cb38e79d6a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5155370Z [00:09:12.696]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-7d5e0eb37a8f3898.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5156314Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-3b50e6e6f370b682.d' from root:root to runner:runner
2025-08-20T21:20:18.5157858Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nonempty-e9bb8c4901db6910.d' from root:root to runner:runner
2025-08-20T21:20:18.5158739Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower-cf2d1af1b12de127.d' from root:root to runner:runner
2025-08-20T21:20:18.5159643Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5160635Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-c6124a5a68b17027.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5161494Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-aa5b0dfc4d8124ba.d' from root:root to runner:runner
2025-08-20T21:20:18.5162357Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/proc_macro2-6d12c7e6423b6742.d' from root:root to runner:runner
2025-08-20T21:20:18.5163412Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5164393Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5165262Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/opaque_debug-01a07c3302ed6721.d' from root:root to runner:runner
2025-08-20T21:20:18.5166184Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-ab55967963ec6551.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5167129Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_collections-72248de5e968cab2.d' from root:root to runner:runner
2025-08-20T21:20:18.5168010Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nonzero_ext-cf29fb3cde9555f1.d' from root:root to runner:runner
2025-08-20T21:20:18.5168908Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arc_swap-a543dcf2e7b9422e.d' from root:root to runner:runner
2025-08-20T21:20:18.5169780Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-1c6501fb005a3808.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5170625Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/object-1b66133574378451.d' from root:root to runner:runner
2025-08-20T21:20:18.5171490Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_bytes-2b80999cabeda839.d' from root:root to runner:runner
2025-08-20T21:20:18.5172378Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbtparse-d025620c53cf48ce.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5173526Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable-5413369f3b91efc0.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5174461Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hash32-f6d59b34cbb205fd.d' from root:root to runner:runner
2025-08-20T21:20:18.5175335Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5176207Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_metrics-a94717bfa15bd397.d' from root:root to runner:runner
2025-08-20T21:20:18.5177176Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdiatomic_waker-d4f36cd08c9874f5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5178120Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_route-c5846aec5813db94.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5179026Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-88cd2d15568d3988.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5179915Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5180905Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-fbf9229152a0f466.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5181819Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-72248de5e968cab2.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5182764Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprefix_trie-5a5a51734298f751.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5183825Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_route-c5846aec5813db94.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5184726Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-9ea89ee71de6e700.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5185627Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5186553Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-2cf11b7410935c69.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5187444Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5188352Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/asn1_rs-541192580b67f634.d' from root:root to runner:runner
2025-08-20T21:20:18.5189267Z [00:09:12.697]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3edb310f2ff9d695.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5190137Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5191071Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5191968Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignature-fa06786479989eb5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5192827Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ring-785b2dfc0ad97373.d' from root:root to runner:runner
2025-08-20T21:20:18.5215622Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_utils-153b7d3ad072c2cd.d' from root:root to runner:runner
2025-08-20T21:20:18.5216658Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/poly1305-b43a7ab7e2706ca2.d' from root:root to runner:runner
2025-08-20T21:20:18.5217577Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-13c7a68134b642c2.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5218552Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netwatch-9b8a75bcac8756d8.d' from root:root to runner:runner
2025-08-20T21:20:18.5219515Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-153b7d3ad072c2cd.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5220390Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5221280Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-38bef5ef50eaa8a4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5222151Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tagptr-e721e14d2177eca0.d' from root:root to runner:runner
2025-08-20T21:20:18.5223192Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_bench-8bfcb9115c36cc8b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5224161Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha256-875e584b2b84c016.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5225068Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsurge_ping-c1eb15b8a118d11e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5225918Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64ct-1e310fc94067b196.d' from root:root to runner:runner
2025-08-20T21:20:18.5226882Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_compat-e125ba1945580cae.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5227759Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_dns_server-85dfed6466deb933.d' from root:root to runner:runner
2025-08-20T21:20:18.5228637Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5229573Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5230757Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-3d882f16bae95147.d' from root:root to runner:runner
2025-08-20T21:20:18.5232019Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-3b50e6e6f370b682.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5233312Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcritical_section-d933caa5110f5cd4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5234229Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5235174Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_dns_server-85dfed6466deb933.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5236088Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-63c40da70f3fe75a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5236960Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_threads-ed1f5cc285c756a1.d' from root:root to runner:runner
2025-08-20T21:20:18.5237866Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5238834Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5239724Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libraw_cpuid-87a8a348d3207916.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5240625Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/critical_section-d933caa5110f5cd4.d' from root:root to runner:runner
2025-08-20T21:20:18.5241576Z [00:09:12.698]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5242474Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-2b80999cabeda839.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5243452Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hex-69df7537c1b61304.d' from root:root to runner:runner
2025-08-20T21:20:18.5244426Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-f72e527e54cb532e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5245321Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5246198Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-cf2d1af1b12de127.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5247126Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5248021Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-f67a3b11c0c2d598.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5248855Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spin-9667a3b66098ab5b.d' from root:root to runner:runner
2025-08-20T21:20:18.5249752Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5250634Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-38bef5ef50eaa8a4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5251554Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxml-c8e4d08db3244035.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5252461Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-22921f9843672075.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5253566Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtagptr-e721e14d2177eca0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5254470Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc_catalog-3cbe9c556684ad7f.d' from root:root to runner:runner
2025-08-20T21:20:18.5255450Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5256340Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-4fe424f2226aa698.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5257203Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/addr2line-a3d1e497ac2c5b8f.d' from root:root to runner:runner
2025-08-20T21:20:18.5258160Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-fd6de1138106d2c7.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5259049Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-414779377bb4a7cc.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5259938Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-4e699ae71a440dfa.d' from root:root to runner:runner
2025-08-20T21:20:18.5260834Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-21edd56883f084c8.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5261723Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-e249bb45cb1d8f61.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5262597Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/data_encoding-ecf3074339209513.d' from root:root to runner:runner
2025-08-20T21:20:18.5263613Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5264466Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/btparse-d025620c53cf48ce.d' from root:root to runner:runner
2025-08-20T21:20:18.5265382Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-13c7a68134b642c2.d' from root:root to runner:runner
2025-08-20T21:20:18.5266240Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foldhash-345c4e657eef996d.d' from root:root to runner:runner
2025-08-20T21:20:18.5267157Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/struct_iterable_internal-28337eb7f0b3cd88.d' from root:root to runner:runner
2025-08-20T21:20:18.5268096Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/constant_time_eq-2ec4f1b637d7d3f4.d' from root:root to runner:runner
2025-08-20T21:20:18.5268970Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signature-fa06786479989eb5.d' from root:root to runner:runner
2025-08-20T21:20:18.5269890Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_secretbox-37335fbdb2fc9ac7.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5270774Z [00:09:12.699]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5271700Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-1b66133574378451.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5272582Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5273857Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhdrhistogram-50722beeb1f13be1.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5274761Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpoly1305-b43a7ab7e2706ca2.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5275626Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/deranged-414779377bb4a7cc.d' from root:root to runner:runner
2025-08-20T21:20:18.5276485Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/postcard-287bc2134ca3f004.d' from root:root to runner:runner
2025-08-20T21:20:18.5277320Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna-5ae59ed32c17bb7c.d' from root:root to runner:runner
2025-08-20T21:20:18.5278238Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusticata_macros-4e928acf2364b351.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5279183Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5280083Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-4584cfe84772fa05.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5280938Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_utils-e5b9b2ca0c59a677.d' from root:root to runner:runner
2025-08-20T21:20:18.5281895Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-df48f36396c0b41a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5282770Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5283777Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-287bc2134ca3f004.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5284623Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-9ac944fbe0a9ac2a.d' from root:root to runner:runner
2025-08-20T21:20:18.5285533Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1-c78d8f5c38837b1d.d' from root:root to runner:runner
2025-08-20T21:20:18.5286439Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignature-fa06786479989eb5.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5287347Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/matchit-4cbb67a072be49b5.d' from root:root to runner:runner
2025-08-20T21:20:18.5288254Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5289157Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_compat-e125ba1945580cae.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5290034Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_buffered-d8fd778839412d9d.d' from root:root to runner:runner
2025-08-20T21:20:18.5290935Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-0d4e05a30fbe3aad.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5291824Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-11bb0297d6ff75e0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5292762Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5293838Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn-782a4fa57206130c.d' from root:root to runner:runner
2025-08-20T21:20:18.5294699Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac_sha1-5d05948eb73fb380.d' from root:root to runner:runner
2025-08-20T21:20:18.5295695Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T21:20:18.5296587Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libattohttpc-dfead94f8e9626eb.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5297506Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_timer-b5124fd43b6b0eee.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5298368Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5299353Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-f0920d604078170c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5300266Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboid_registry-9cbf1fccd89e62ca.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5301202Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rusticata_macros-4e928acf2364b351.d' from root:root to runner:runner
2025-08-20T21:20:18.5302050Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gimli-2fbe14ddc69a96d0.d' from root:root to runner:runner
2025-08-20T21:20:18.5303069Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_rustls-3434f7cacc6619b7.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5304472Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-64fe79283aff12f4.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5305500Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-24fe2f4a89134b16.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5306421Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5307372Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-7b62e1b00e34b91b.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5308306Z [00:09:12.700]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-90e1bbf2a32433d3.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5309197Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchit-4cbb67a072be49b5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5310101Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ipnet-a334be260832c48b.d' from root:root to runner:runner
2025-08-20T21:20:18.5310978Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_demangle-3610075b05a4d6b5.d' from root:root to runner:runner
2025-08-20T21:20:18.5311847Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-22921f9843672075.d' from root:root to runner:runner
2025-08-20T21:20:18.5312755Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/termcolor-b6a3425f1543ca56.d' from root:root to runner:runner
2025-08-20T21:20:18.5313910Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-100ede5101d639fe.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5314821Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-0c437587e1abfdb5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5315779Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee874ebcba82b610.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5316706Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-2cf11b7410935c69.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5317586Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-bfbb176905c37939.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5318458Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasn1_rs-541192580b67f634.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5319323Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-64fe79283aff12f4.d' from root:root to runner:runner
2025-08-20T21:20:18.5320174Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-d488803a5a1e9927.d' from root:root to runner:runner
2025-08-20T21:20:18.5321098Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-9ac944fbe0a9ac2a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5322014Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_profiles-f5c3d068172c31c3.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5323176Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-64a6040cba36e4e6.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5324106Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayvec-e2c846147a1dc314.d' from root:root to runner:runner
2025-08-20T21:20:18.5324967Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pem_rfc7468-db0187e92056542e.d' from root:root to runner:runner
2025-08-20T21:20:18.5325858Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-bc2f378c135017cb.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5326752Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rcgen-5f88784fe38c795f.d' from root:root to runner:runner
2025-08-20T21:20:18.5327625Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-b35ff2d809c7a9bb.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5328496Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/generic_array-c5bdfea50a930cfb.d' from root:root to runner:runner
2025-08-20T21:20:18.5329419Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thread_local-71dc4a0545e132ae.d' from root:root to runner:runner
2025-08-20T21:20:18.5330321Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnonzero_ext-cf29fb3cde9555f1.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5331178Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinystr-eddf530cce81f2e1.d' from root:root to runner:runner
2025-08-20T21:20:18.5332079Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5333095Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libattohttpc-dfead94f8e9626eb.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5334124Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5335075Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5335957Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-3b50e6e6f370b682.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5336823Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-3fb7ae699fcda4ed.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5337785Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-3dfc8f17529fe24d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5338699Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-d8fd778839412d9d.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5339573Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cpufeatures-1bc0ed0447e2eed4.d' from root:root to runner:runner
2025-08-20T21:20:18.5340496Z [00:09:12.701]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-4953aaa4b0e024b6.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5341380Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-13c7a68134b642c2.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5342252Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5343320Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-3610075b05a4d6b5.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5344218Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5345085Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_timer-b5124fd43b6b0eee.d' from root:root to runner:runner
2025-08-20T21:20:18.5345976Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-df48f36396c0b41a.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5346831Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/web_time-f50d6b9996de2cee.d' from root:root to runner:runner
2025-08-20T21:20:18.5347770Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/minimal_lexical-af26c987b8632de0.d' from root:root to runner:runner
2025-08-20T21:20:18.5348647Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-27d235ef8737a305.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5349536Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_server-849720b3a8cea8c9.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5350464Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-ee7708eddc862b04.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5351357Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-ffdcfa01f480f689.d' from root:root to runner:runner
2025-08-20T21:20:18.5352246Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-a3d1e497ac2c5b8f.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5353431Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_platform_verifier-4fdd284ea4901dc8.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5354484Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname_validator-4aecbb2699db7042.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5355387Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-782a4fa57206130c.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5356337Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-f5e942a261ec3c41.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5357171Z [00:09:12.702]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-dfc87195b3f936a5.d' from root:root to runner:runner
2025-08-20T21:20:18.5358126Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-7dafa748878d480a.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5359012Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5359903Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-100ede5101d639fe.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5360756Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-9e3e844fa44a348b.d' from root:root to runner:runner
2025-08-20T21:20:18.5361662Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/blake3-5b85d592df917c6c.d' from root:root to runner:runner
2025-08-20T21:20:18.5362537Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasn1_rs-541192580b67f634.rmeta' from root:root to runner:runner
2025-08-20T21:20:18.5363534Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflume-0ac510a99cd50cc1.rlib' from root:root to runner:runner
2025-08-20T21:20:18.5364356Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T21:20:18.5365080Z [00:09:12.703]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh.rlib' retained as runner:runner
2025-08-20T21:20:18.5365890Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_dns_server.d' from root:root to runner:runner
2025-08-20T21:20:18.5366647Z [00:09:12.703]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_relay.rlib' retained as runner:runner
2025-08-20T21:20:18.5367494Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_relay.d' from root:root to runner:runner
2025-08-20T21:20:18.5368287Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_bench.d' from root:root to runner:runner
2025-08-20T21:20:18.5369050Z [00:09:12.703]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_dns_server.rlib' retained as runner:runner
2025-08-20T21:20:18.5370133Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical.json' from root:root to runner:runner
2025-08-20T21:20:18.5371126Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5372121Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical' from root:root to runner:runner
2025-08-20T21:20:18.5373349Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/dep-lib-minimal_lexical' from root:root to runner:runner
2025-08-20T21:20:18.5374273Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0' from root:root to runner:runner
2025-08-20T21:20:18.5375439Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x509-parser-063a0147cb1c06bd/dep-lib-x509_parser' from root:root to runner:runner
2025-08-20T21:20:18.5376982Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x509-parser-063a0147cb1c06bd/lib-x509_parser' from root:root to runner:runner
2025-08-20T21:20:18.5377993Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x509-parser-063a0147cb1c06bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5379054Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x509-parser-063a0147cb1c06bd/lib-x509_parser.json' from root:root to runner:runner
2025-08-20T21:20:18.5379951Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x509-parser-063a0147cb1c06bd' from root:root to runner:runner
2025-08-20T21:20:18.5380931Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-14b94a560d20ed84/lib-tracing_error' from root:root to runner:runner
2025-08-20T21:20:18.5382005Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-14b94a560d20ed84/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5383147Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-14b94a560d20ed84/dep-lib-tracing_error' from root:root to runner:runner
2025-08-20T21:20:18.5384136Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-14b94a560d20ed84/lib-tracing_error.json' from root:root to runner:runner
2025-08-20T21:20:18.5385115Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-14b94a560d20ed84' from root:root to runner:runner
2025-08-20T21:20:18.5386043Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-50a1f384a5a694a5/lib-anyhow' from root:root to runner:runner
2025-08-20T21:20:18.5386991Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-50a1f384a5a694a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5387933Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-50a1f384a5a694a5/lib-anyhow.json' from root:root to runner:runner
2025-08-20T21:20:18.5388861Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-50a1f384a5a694a5/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T21:20:18.5389786Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-50a1f384a5a694a5' from root:root to runner:runner
2025-08-20T21:20:18.5390691Z [00:09:12.703]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-dfc87195b3f936a5/lib-mio.json' from root:root to runner:runner
2025-08-20T21:20:18.5391596Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-dfc87195b3f936a5/dep-lib-mio' from root:root to runner:runner
2025-08-20T21:20:18.5392581Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-dfc87195b3f936a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5393715Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-dfc87195b3f936a5/lib-mio' from root:root to runner:runner
2025-08-20T21:20:18.5394586Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-dfc87195b3f936a5' from root:root to runner:runner
2025-08-20T21:20:18.5395552Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-ddd676e0475fe4d7/lib-tracing_core' from root:root to runner:runner
2025-08-20T21:20:18.5396617Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-ddd676e0475fe4d7/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T21:20:18.5397594Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-ddd676e0475fe4d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5398637Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-ddd676e0475fe4d7/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T21:20:18.5399539Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-ddd676e0475fe4d7' from root:root to runner:runner
2025-08-20T21:20:18.5400524Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-7304a325c91f702f/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T21:20:18.5401495Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-7304a325c91f702f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5402457Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-7304a325c91f702f/lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:20:18.5403619Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-7304a325c91f702f/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:20:18.5404524Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-7304a325c91f702f' from root:root to runner:runner
2025-08-20T21:20:18.5405409Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-ffdcfa01f480f689/lib-log' from root:root to runner:runner
2025-08-20T21:20:18.5406375Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-ffdcfa01f480f689/dep-lib-log' from root:root to runner:runner
2025-08-20T21:20:18.5407306Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-ffdcfa01f480f689/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5408214Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-ffdcfa01f480f689/lib-log.json' from root:root to runner:runner
2025-08-20T21:20:18.5409063Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-ffdcfa01f480f689' from root:root to runner:runner
2025-08-20T21:20:18.5410184Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-030084654980dd06/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.5411219Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-030084654980dd06/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.5412141Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-030084654980dd06' from root:root to runner:runner
2025-08-20T21:20:18.5413296Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-62d6e788ced6dbd3/lib-zerotrie.json' from root:root to runner:runner
2025-08-20T21:20:18.5414266Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-62d6e788ced6dbd3/dep-lib-zerotrie' from root:root to runner:runner
2025-08-20T21:20:18.5415220Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-62d6e788ced6dbd3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5416151Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-62d6e788ced6dbd3/lib-zerotrie' from root:root to runner:runner
2025-08-20T21:20:18.5417101Z [00:09:12.704]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-62d6e788ced6dbd3' from root:root to runner:runner
2025-08-20T21:20:18.5418078Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-0d4e05a30fbe3aad/dep-lib-derive_more' from root:root to runner:runner
2025-08-20T21:20:18.5419047Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-0d4e05a30fbe3aad/lib-derive_more.json' from root:root to runner:runner
2025-08-20T21:20:18.5420075Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-0d4e05a30fbe3aad/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5421028Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-0d4e05a30fbe3aad/lib-derive_more' from root:root to runner:runner
2025-08-20T21:20:18.5421908Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-0d4e05a30fbe3aad' from root:root to runner:runner
2025-08-20T21:20:18.5422884Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-1cefb301fe6b58e9/dep-lib-portmapper' from root:root to runner:runner
2025-08-20T21:20:18.5424009Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-1cefb301fe6b58e9/lib-portmapper' from root:root to runner:runner
2025-08-20T21:20:18.5424983Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-1cefb301fe6b58e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5426014Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-1cefb301fe6b58e9/lib-portmapper.json' from root:root to runner:runner
2025-08-20T21:20:18.5426904Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-1cefb301fe6b58e9' from root:root to runner:runner
2025-08-20T21:20:18.5427841Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-7bf11f2579779df2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5428752Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-7bf11f2579779df2/lib-cobs.json' from root:root to runner:runner
2025-08-20T21:20:18.5429666Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-7bf11f2579779df2/dep-lib-cobs' from root:root to runner:runner
2025-08-20T21:20:18.5430555Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-7bf11f2579779df2/lib-cobs' from root:root to runner:runner
2025-08-20T21:20:18.5431463Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-7bf11f2579779df2' from root:root to runner:runner
2025-08-20T21:20:18.5432434Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-11bb0297d6ff75e0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5433622Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-11bb0297d6ff75e0/dep-lib-backtrace' from root:root to runner:runner
2025-08-20T21:20:18.5434709Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-11bb0297d6ff75e0/lib-backtrace.json' from root:root to runner:runner
2025-08-20T21:20:18.5435646Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-11bb0297d6ff75e0/lib-backtrace' from root:root to runner:runner
2025-08-20T21:20:18.5436536Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-11bb0297d6ff75e0' from root:root to runner:runner
2025-08-20T21:20:18.5437527Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-1b66133574378451/dep-lib-object' from root:root to runner:runner
2025-08-20T21:20:18.5438468Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-1b66133574378451/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5439454Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-1b66133574378451/lib-object.json' from root:root to runner:runner
2025-08-20T21:20:18.5440361Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-1b66133574378451/lib-object' from root:root to runner:runner
2025-08-20T21:20:18.5441231Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-1b66133574378451' from root:root to runner:runner
2025-08-20T21:20:18.5442162Z [00:09:12.705]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-a01f839427e0ea69/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5443345Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-a01f839427e0ea69/dep-lib-pest' from root:root to runner:runner
2025-08-20T21:20:18.5444304Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-a01f839427e0ea69/lib-pest' from root:root to runner:runner
2025-08-20T21:20:18.5445297Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-a01f839427e0ea69/lib-pest.json' from root:root to runner:runner
2025-08-20T21:20:18.5446167Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-a01f839427e0ea69' from root:root to runner:runner
2025-08-20T21:20:18.5447555Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-fe2af8081382be25/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5448774Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-fe2af8081382be25/dep-lib-pem' from root:root to runner:runner
2025-08-20T21:20:18.5449699Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-fe2af8081382be25/lib-pem.json' from root:root to runner:runner
2025-08-20T21:20:18.5450602Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-fe2af8081382be25/lib-pem' from root:root to runner:runner
2025-08-20T21:20:18.5451522Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-fe2af8081382be25' from root:root to runner:runner
2025-08-20T21:20:18.5452520Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.5453771Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.5454879Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5455864Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.5456756Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84' from root:root to runner:runner
2025-08-20T21:20:18.5457765Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/lib-form_urlencoded.json' from root:root to runner:runner
2025-08-20T21:20:18.5458750Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/lib-form_urlencoded' from root:root to runner:runner
2025-08-20T21:20:18.5459807Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/dep-lib-form_urlencoded' from root:root to runner:runner
2025-08-20T21:20:18.5460794Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5461707Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc' from root:root to runner:runner
2025-08-20T21:20:18.5462780Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-9463aad69c03bdb3/dep-lib-serde_urlencoded' from root:root to runner:runner
2025-08-20T21:20:18.5463879Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-9463aad69c03bdb3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5464870Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-9463aad69c03bdb3/lib-serde_urlencoded' from root:root to runner:runner
2025-08-20T21:20:18.5465949Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-9463aad69c03bdb3/lib-serde_urlencoded.json' from root:root to runner:runner
2025-08-20T21:20:18.5466864Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-9463aad69c03bdb3' from root:root to runner:runner
2025-08-20T21:20:18.5467880Z [00:09:12.706]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fecc121bfa12cec9/lib-clap_builder' from root:root to runner:runner
2025-08-20T21:20:18.5468852Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fecc121bfa12cec9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5469837Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fecc121bfa12cec9/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T21:20:18.5470816Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fecc121bfa12cec9/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T21:20:18.5471706Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fecc121bfa12cec9' from root:root to runner:runner
2025-08-20T21:20:18.5472751Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-ba4199caf252a0f4/lib-dirs_sys_next.json' from root:root to runner:runner
2025-08-20T21:20:18.5473876Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-ba4199caf252a0f4/lib-dirs_sys_next' from root:root to runner:runner
2025-08-20T21:20:18.5474853Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-ba4199caf252a0f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5475842Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-ba4199caf252a0f4/dep-lib-dirs_sys_next' from root:root to runner:runner
2025-08-20T21:20:18.5476741Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-ba4199caf252a0f4' from root:root to runner:runner
2025-08-20T21:20:18.5477701Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-4fe424f2226aa698/lib-time_core.json' from root:root to runner:runner
2025-08-20T21:20:18.5478642Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-4fe424f2226aa698/lib-time_core' from root:root to runner:runner
2025-08-20T21:20:18.5479654Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-4fe424f2226aa698/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5480613Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-4fe424f2226aa698/dep-lib-time_core' from root:root to runner:runner
2025-08-20T21:20:18.5481538Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-4fe424f2226aa698' from root:root to runner:runner
2025-08-20T21:20:18.5482488Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-2bdd130270b0776c/lib-dashmap.json' from root:root to runner:runner
2025-08-20T21:20:18.5483534Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-2bdd130270b0776c/lib-dashmap' from root:root to runner:runner
2025-08-20T21:20:18.5484481Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-2bdd130270b0776c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5485427Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-2bdd130270b0776c/dep-lib-dashmap' from root:root to runner:runner
2025-08-20T21:20:18.5486367Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-2bdd130270b0776c' from root:root to runner:runner
2025-08-20T21:20:18.5487443Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5488436Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:20:18.5489398Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:20:18.5490385Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:20:18.5491276Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988' from root:root to runner:runner
2025-08-20T21:20:18.5492564Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/dep-lib-btparse' from root:root to runner:runner
2025-08-20T21:20:18.5493936Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5494910Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/lib-btparse' from root:root to runner:runner
2025-08-20T21:20:18.5495921Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/lib-btparse.json' from root:root to runner:runner
2025-08-20T21:20:18.5496796Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce' from root:root to runner:runner
2025-08-20T21:20:18.5497780Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-875e584b2b84c016/lib-hmac_sha256.json' from root:root to runner:runner
2025-08-20T21:20:18.5498726Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-875e584b2b84c016/lib-hmac_sha256' from root:root to runner:runner
2025-08-20T21:20:18.5499694Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-875e584b2b84c016/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5500724Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-875e584b2b84c016/dep-lib-hmac_sha256' from root:root to runner:runner
2025-08-20T21:20:18.5501656Z [00:09:12.707]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-875e584b2b84c016' from root:root to runner:runner
2025-08-20T21:20:18.5502601Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/lib-pnet_base' from root:root to runner:runner
2025-08-20T21:20:18.5503815Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/dep-lib-pnet_base' from root:root to runner:runner
2025-08-20T21:20:18.5504788Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5505745Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/lib-pnet_base.json' from root:root to runner:runner
2025-08-20T21:20:18.5506623Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2' from root:root to runner:runner
2025-08-20T21:20:18.5507673Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5508630Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/dep-lib-httpdate' from root:root to runner:runner
2025-08-20T21:20:18.5509621Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/lib-httpdate' from root:root to runner:runner
2025-08-20T21:20:18.5510573Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/lib-httpdate.json' from root:root to runner:runner
2025-08-20T21:20:18.5511459Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8' from root:root to runner:runner
2025-08-20T21:20:18.5512526Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.5513686Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.5514637Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f' from root:root to runner:runner
2025-08-20T21:20:18.5515648Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5516590Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/lib-base16ct' from root:root to runner:runner
2025-08-20T21:20:18.5517547Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/lib-base16ct.json' from root:root to runner:runner
2025-08-20T21:20:18.5518501Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/dep-lib-base16ct' from root:root to runner:runner
2025-08-20T21:20:18.5519376Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614' from root:root to runner:runner
2025-08-20T21:20:18.5520382Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:20:18.5522114Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5523318Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:20:18.5524405Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:20:18.5525321Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41' from root:root to runner:runner
2025-08-20T21:20:18.5526257Z [00:09:12.708]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-ceb38c9793a76648/lib-tinyvec' from root:root to runner:runner
2025-08-20T21:20:18.5527202Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-ceb38c9793a76648/lib-tinyvec.json' from root:root to runner:runner
2025-08-20T21:20:18.5528160Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-ceb38c9793a76648/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5529160Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-ceb38c9793a76648/dep-lib-tinyvec' from root:root to runner:runner
2025-08-20T21:20:18.5530083Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-ceb38c9793a76648' from root:root to runner:runner
2025-08-20T21:20:18.5531036Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-e249bb45cb1d8f61/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5531964Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-e249bb45cb1d8f61/lib-digest' from root:root to runner:runner
2025-08-20T21:20:18.5532909Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-e249bb45cb1d8f61/dep-lib-digest' from root:root to runner:runner
2025-08-20T21:20:18.5533964Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-e249bb45cb1d8f61/lib-digest.json' from root:root to runner:runner
2025-08-20T21:20:18.5534836Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-e249bb45cb1d8f61' from root:root to runner:runner
2025-08-20T21:20:18.5535873Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-117e16b55a0b0b19/lib-enumflags2.json' from root:root to runner:runner
2025-08-20T21:20:18.5536822Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-117e16b55a0b0b19/lib-enumflags2' from root:root to runner:runner
2025-08-20T21:20:18.5537840Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-117e16b55a0b0b19/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5538801Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-117e16b55a0b0b19/dep-lib-enumflags2' from root:root to runner:runner
2025-08-20T21:20:18.5539696Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-117e16b55a0b0b19' from root:root to runner:runner
2025-08-20T21:20:18.5540667Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-2b80999cabeda839/lib-serde_bytes.json' from root:root to runner:runner
2025-08-20T21:20:18.5541630Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-2b80999cabeda839/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5542670Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-2b80999cabeda839/dep-lib-serde_bytes' from root:root to runner:runner
2025-08-20T21:20:18.5543914Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-2b80999cabeda839/lib-serde_bytes' from root:root to runner:runner
2025-08-20T21:20:18.5544835Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-2b80999cabeda839' from root:root to runner:runner
2025-08-20T21:20:18.5545794Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-9b8a75bcac8756d8/lib-netwatch.json' from root:root to runner:runner
2025-08-20T21:20:18.5546762Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-9b8a75bcac8756d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5547700Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-9b8a75bcac8756d8/lib-netwatch' from root:root to runner:runner
2025-08-20T21:20:18.5548648Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-9b8a75bcac8756d8/dep-lib-netwatch' from root:root to runner:runner
2025-08-20T21:20:18.5549592Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-9b8a75bcac8756d8' from root:root to runner:runner
2025-08-20T21:20:18.5550583Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/lib-futures_lite.json' from root:root to runner:runner
2025-08-20T21:20:18.5551603Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/lib-futures_lite' from root:root to runner:runner
2025-08-20T21:20:18.5552590Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/dep-lib-futures_lite' from root:root to runner:runner
2025-08-20T21:20:18.5553682Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5554611Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09' from root:root to runner:runner
2025-08-20T21:20:18.5555572Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-68a47dd156bbc4af/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5556583Z [00:09:12.709]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-68a47dd156bbc4af/lib-dirs_next' from root:root to runner:runner
2025-08-20T21:20:18.5557582Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-68a47dd156bbc4af/dep-lib-dirs_next' from root:root to runner:runner
2025-08-20T21:20:18.5558541Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-68a47dd156bbc4af/lib-dirs_next.json' from root:root to runner:runner
2025-08-20T21:20:18.5559416Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-68a47dd156bbc4af' from root:root to runner:runner
2025-08-20T21:20:18.5560385Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T21:20:18.5561325Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T21:20:18.5562281Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5563392Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T21:20:18.5564280Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T21:20:18.5565293Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-98553ac9fa3f33c8/lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T21:20:18.5566360Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-98553ac9fa3f33c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5567408Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-98553ac9fa3f33c8/lib-icu_normalizer_data.json' from root:root to runner:runner
2025-08-20T21:20:18.5568444Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-98553ac9fa3f33c8/dep-lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T21:20:18.5569363Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-98553ac9fa3f33c8' from root:root to runner:runner
2025-08-20T21:20:18.5570395Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5571410Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/lib-futures_sink' from root:root to runner:runner
2025-08-20T21:20:18.5572399Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T21:20:18.5573490Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T21:20:18.5574393Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd' from root:root to runner:runner
2025-08-20T21:20:18.5575311Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-785b2dfc0ad97373/dep-lib-ring' from root:root to runner:runner
2025-08-20T21:20:18.5576234Z [00:09:12.710]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-785b2dfc0ad97373/lib-ring.json' from root:root to runner:runner
2025-08-20T21:20:18.5577223Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-785b2dfc0ad97373/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5578128Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-785b2dfc0ad97373/lib-ring' from root:root to runner:runner
2025-08-20T21:20:18.5579037Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-785b2dfc0ad97373' from root:root to runner:runner
2025-08-20T21:20:18.5580013Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spinning_top-3245eaa486c742f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5580981Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spinning_top-3245eaa486c742f9/lib-spinning_top' from root:root to runner:runner
2025-08-20T21:20:18.5581954Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spinning_top-3245eaa486c742f9/lib-spinning_top.json' from root:root to runner:runner
2025-08-20T21:20:18.5583107Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spinning_top-3245eaa486c742f9/dep-lib-spinning_top' from root:root to runner:runner
2025-08-20T21:20:18.5584127Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spinning_top-3245eaa486c742f9' from root:root to runner:runner
2025-08-20T21:20:18.5585148Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-69fc3906116d7f31/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5586105Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-69fc3906116d7f31/dep-lib-zerofrom' from root:root to runner:runner
2025-08-20T21:20:18.5587038Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-69fc3906116d7f31/lib-zerofrom' from root:root to runner:runner
2025-08-20T21:20:18.5588004Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-69fc3906116d7f31/lib-zerofrom.json' from root:root to runner:runner
2025-08-20T21:20:18.5588875Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-69fc3906116d7f31' from root:root to runner:runner
2025-08-20T21:20:18.5589813Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/lib-arc_swap' from root:root to runner:runner
2025-08-20T21:20:18.5590815Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5591767Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/dep-lib-arc_swap' from root:root to runner:runner
2025-08-20T21:20:18.5593321Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/lib-arc_swap.json' from root:root to runner:runner
2025-08-20T21:20:18.5594454Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e' from root:root to runner:runner
2025-08-20T21:20:18.5595432Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/web-time-f50d6b9996de2cee/lib-web_time.json' from root:root to runner:runner
2025-08-20T21:20:18.5596379Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/web-time-f50d6b9996de2cee/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5597327Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/web-time-f50d6b9996de2cee/dep-lib-web_time' from root:root to runner:runner
2025-08-20T21:20:18.5598393Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/web-time-f50d6b9996de2cee/lib-web_time' from root:root to runner:runner
2025-08-20T21:20:18.5599317Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/web-time-f50d6b9996de2cee' from root:root to runner:runner
2025-08-20T21:20:18.5600274Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-414779377bb4a7cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5601219Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-414779377bb4a7cc/dep-lib-deranged' from root:root to runner:runner
2025-08-20T21:20:18.5602179Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-414779377bb4a7cc/lib-deranged.json' from root:root to runner:runner
2025-08-20T21:20:18.5603308Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-414779377bb4a7cc/lib-deranged' from root:root to runner:runner
2025-08-20T21:20:18.5604200Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-414779377bb4a7cc' from root:root to runner:runner
2025-08-20T21:20:18.5605282Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-295bab17eb0ed447/lib-yoke' from root:root to runner:runner
2025-08-20T21:20:18.5606204Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-295bab17eb0ed447/dep-lib-yoke' from root:root to runner:runner
2025-08-20T21:20:18.5607135Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-295bab17eb0ed447/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5608107Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-295bab17eb0ed447/lib-yoke.json' from root:root to runner:runner
2025-08-20T21:20:18.5608972Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-295bab17eb0ed447' from root:root to runner:runner
2025-08-20T21:20:18.5609897Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-9ac944fbe0a9ac2a/dep-lib-clap' from root:root to runner:runner
2025-08-20T21:20:18.5610836Z [00:09:12.711]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-9ac944fbe0a9ac2a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5611754Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-9ac944fbe0a9ac2a/lib-clap.json' from root:root to runner:runner
2025-08-20T21:20:18.5612839Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-9ac944fbe0a9ac2a/lib-clap' from root:root to runner:runner
2025-08-20T21:20:18.5613818Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-9ac944fbe0a9ac2a' from root:root to runner:runner
2025-08-20T21:20:18.5614732Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-04e032851045267c/lib-adler2' from root:root to runner:runner
2025-08-20T21:20:18.5615735Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-04e032851045267c/dep-lib-adler2' from root:root to runner:runner
2025-08-20T21:20:18.5616688Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-04e032851045267c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5617625Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-04e032851045267c/lib-adler2.json' from root:root to runner:runner
2025-08-20T21:20:18.5618501Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-04e032851045267c' from root:root to runner:runner
2025-08-20T21:20:18.5619505Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3c177f353e280ec1/dep-lib-icu_locale_core' from root:root to runner:runner
2025-08-20T21:20:18.5620482Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3c177f353e280ec1/lib-icu_locale_core' from root:root to runner:runner
2025-08-20T21:20:18.5621526Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3c177f353e280ec1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5622522Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3c177f353e280ec1/lib-icu_locale_core.json' from root:root to runner:runner
2025-08-20T21:20:18.5623628Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3c177f353e280ec1' from root:root to runner:runner
2025-08-20T21:20:18.5624587Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/lib-parking.json' from root:root to runner:runner
2025-08-20T21:20:18.5625534Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/dep-lib-parking' from root:root to runner:runner
2025-08-20T21:20:18.5626617Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5627539Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/lib-parking' from root:root to runner:runner
2025-08-20T21:20:18.5628418Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583' from root:root to runner:runner
2025-08-20T21:20:18.5629425Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d3a2c1d7d354fd84/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5630361Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d3a2c1d7d354fd84/lib-smallvec' from root:root to runner:runner
2025-08-20T21:20:18.5631305Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d3a2c1d7d354fd84/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T21:20:18.5632255Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d3a2c1d7d354fd84/lib-smallvec.json' from root:root to runner:runner
2025-08-20T21:20:18.5633258Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d3a2c1d7d354fd84' from root:root to runner:runner
2025-08-20T21:20:18.5634237Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/dep-lib-sync_wrapper' from root:root to runner:runner
2025-08-20T21:20:18.5635274Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5636237Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/lib-sync_wrapper' from root:root to runner:runner
2025-08-20T21:20:18.5637213Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/lib-sync_wrapper.json' from root:root to runner:runner
2025-08-20T21:20:18.5638104Z [00:09:12.712]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1' from root:root to runner:runner
2025-08-20T21:20:18.5639018Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-c2d1492b5a7e2dc0/lib-slab.json' from root:root to runner:runner
2025-08-20T21:20:18.5640072Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-c2d1492b5a7e2dc0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5640985Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-c2d1492b5a7e2dc0/dep-lib-slab' from root:root to runner:runner
2025-08-20T21:20:18.5641881Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-c2d1492b5a7e2dc0/lib-slab' from root:root to runner:runner
2025-08-20T21:20:18.5642786Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-c2d1492b5a7e2dc0' from root:root to runner:runner
2025-08-20T21:20:18.5643876Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-5c926bf08a0cabdd/dep-lib-resolv_conf' from root:root to runner:runner
2025-08-20T21:20:18.5644845Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-5c926bf08a0cabdd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5645820Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-5c926bf08a0cabdd/lib-resolv_conf.json' from root:root to runner:runner
2025-08-20T21:20:18.5646786Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-5c926bf08a0cabdd/lib-resolv_conf' from root:root to runner:runner
2025-08-20T21:20:18.5647673Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-5c926bf08a0cabdd' from root:root to runner:runner
2025-08-20T21:20:18.5648764Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-85dfed6466deb933/lib-iroh_dns_server.json' from root:root to runner:runner
2025-08-20T21:20:18.5649759Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-85dfed6466deb933/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5650763Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-85dfed6466deb933/dep-lib-iroh_dns_server' from root:root to runner:runner
2025-08-20T21:20:18.5651754Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-85dfed6466deb933/lib-iroh_dns_server' from root:root to runner:runner
2025-08-20T21:20:18.5652659Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-85dfed6466deb933' from root:root to runner:runner
2025-08-20T21:20:18.5653842Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-dfead94f8e9626eb/dep-lib-attohttpc' from root:root to runner:runner
2025-08-20T21:20:18.5654840Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-dfead94f8e9626eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5655810Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-dfead94f8e9626eb/lib-attohttpc.json' from root:root to runner:runner
2025-08-20T21:20:18.5656814Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-dfead94f8e9626eb/lib-attohttpc' from root:root to runner:runner
2025-08-20T21:20:18.5657699Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-dfead94f8e9626eb' from root:root to runner:runner
2025-08-20T21:20:18.5658669Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-221e5a438611646b/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T21:20:18.5659626Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-221e5a438611646b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5660587Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-221e5a438611646b/lib-parking_lot' from root:root to runner:runner
2025-08-20T21:20:18.5661555Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-221e5a438611646b/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T21:20:18.5662489Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-221e5a438611646b' from root:root to runner:runner
2025-08-20T21:20:18.5663665Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a3defb0dfd42740c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5664609Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a3defb0dfd42740c/lib-zerocopy' from root:root to runner:runner
2025-08-20T21:20:18.5665984Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a3defb0dfd42740c/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T21:20:18.5667207Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a3defb0dfd42740c/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T21:20:18.5668191Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a3defb0dfd42740c' from root:root to runner:runner
2025-08-20T21:20:18.5669299Z [00:09:12.713]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-7dafa748878d480a/lib-unicode_normalization' from root:root to runner:runner
2025-08-20T21:20:18.5670323Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-7dafa748878d480a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5671448Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-7dafa748878d480a/dep-lib-unicode_normalization' from root:root to runner:runner
2025-08-20T21:20:18.5672525Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-7dafa748878d480a/lib-unicode_normalization.json' from root:root to runner:runner
2025-08-20T21:20:18.5673664Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-7dafa748878d480a' from root:root to runner:runner
2025-08-20T21:20:18.5674647Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonzero_ext-cf29fb3cde9555f1/dep-lib-nonzero_ext' from root:root to runner:runner
2025-08-20T21:20:18.5675604Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonzero_ext-cf29fb3cde9555f1/lib-nonzero_ext' from root:root to runner:runner
2025-08-20T21:20:18.5676568Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonzero_ext-cf29fb3cde9555f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5677539Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonzero_ext-cf29fb3cde9555f1/lib-nonzero_ext.json' from root:root to runner:runner
2025-08-20T21:20:18.5678430Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonzero_ext-cf29fb3cde9555f1' from root:root to runner:runner
2025-08-20T21:20:18.5679429Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/lib-arrayref' from root:root to runner:runner
2025-08-20T21:20:18.5680389Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5681747Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/dep-lib-arrayref' from root:root to runner:runner
2025-08-20T21:20:18.5683932Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/lib-arrayref.json' from root:root to runner:runner
2025-08-20T21:20:18.5685702Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed' from root:root to runner:runner
2025-08-20T21:20:18.5687612Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-2b9bfd9751471bec/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.5689742Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-2b9bfd9751471bec/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.5691614Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-2b9bfd9751471bec' from root:root to runner:runner
2025-08-20T21:20:18.5693592Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-306f8a8965e7ad5e/lib-hyper_util.json' from root:root to runner:runner
2025-08-20T21:20:18.5695463Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-306f8a8965e7ad5e/dep-lib-hyper_util' from root:root to runner:runner
2025-08-20T21:20:18.5697310Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-306f8a8965e7ad5e/lib-hyper_util' from root:root to runner:runner
2025-08-20T21:20:18.5699160Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-306f8a8965e7ad5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5700956Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-306f8a8965e7ad5e' from root:root to runner:runner
2025-08-20T21:20:18.5702753Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-ce419289619bf748/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T21:20:18.5704878Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-ce419289619bf748/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5706721Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-ce419289619bf748/lib-getrandom' from root:root to runner:runner
2025-08-20T21:20:18.5708550Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-ce419289619bf748/lib-getrandom.json' from root:root to runner:runner
2025-08-20T21:20:18.5710375Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-ce419289619bf748' from root:root to runner:runner
2025-08-20T21:20:18.5712131Z [00:09:12.714]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5714082Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/lib-zeroize' from root:root to runner:runner
2025-08-20T21:20:18.5715937Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/dep-lib-zeroize' from root:root to runner:runner
2025-08-20T21:20:18.5717750Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/lib-zeroize.json' from root:root to runner:runner
2025-08-20T21:20:18.5719580Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73' from root:root to runner:runner
2025-08-20T21:20:18.5721363Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-44f114d24532b203/dep-lib-tokio_rustls' from root:root to runner:runner
2025-08-20T21:20:18.5723336Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-44f114d24532b203/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5725213Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-44f114d24532b203/lib-tokio_rustls.json' from root:root to runner:runner
2025-08-20T21:20:18.5727069Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-44f114d24532b203/lib-tokio_rustls' from root:root to runner:runner
2025-08-20T21:20:18.5728851Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-44f114d24532b203' from root:root to runner:runner
2025-08-20T21:20:18.5730655Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-0613dc12852cddf0/lib-sha2.json' from root:root to runner:runner
2025-08-20T21:20:18.5732393Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-0613dc12852cddf0/lib-sha2' from root:root to runner:runner
2025-08-20T21:20:18.5735104Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-0613dc12852cddf0/dep-lib-sha2' from root:root to runner:runner
2025-08-20T21:20:18.5737101Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-0613dc12852cddf0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5738820Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-0613dc12852cddf0' from root:root to runner:runner
2025-08-20T21:20:18.5740529Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-4f718781499b6e53/dep-lib-hmac' from root:root to runner:runner
2025-08-20T21:20:18.5742360Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-4f718781499b6e53/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5745164Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-4f718781499b6e53/lib-hmac.json' from root:root to runner:runner
2025-08-20T21:20:18.5747104Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-4f718781499b6e53/lib-hmac' from root:root to runner:runner
2025-08-20T21:20:18.5748806Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-4f718781499b6e53' from root:root to runner:runner
2025-08-20T21:20:18.5750576Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-782a4fa57206130c/dep-lib-iroh_quinn' from root:root to runner:runner
2025-08-20T21:20:18.5752408Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-782a4fa57206130c/lib-iroh_quinn' from root:root to runner:runner
2025-08-20T21:20:18.5754587Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-782a4fa57206130c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5756445Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-782a4fa57206130c/lib-iroh_quinn.json' from root:root to runner:runner
2025-08-20T21:20:18.5758323Z [00:09:12.715]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-782a4fa57206130c' from root:root to runner:runner
2025-08-20T21:20:18.5760139Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bencode-85f798abc749bf00/lib-serde_bencode.json' from root:root to runner:runner
2025-08-20T21:20:18.5762015Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bencode-85f798abc749bf00/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5764142Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bencode-85f798abc749bf00/lib-serde_bencode' from root:root to runner:runner
2025-08-20T21:20:18.5766007Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bencode-85f798abc749bf00/dep-lib-serde_bencode' from root:root to runner:runner
2025-08-20T21:20:18.5767801Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bencode-85f798abc749bf00' from root:root to runner:runner
2025-08-20T21:20:18.5769708Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5771549Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/lib-overload.json' from root:root to runner:runner
2025-08-20T21:20:18.5773663Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/dep-lib-overload' from root:root to runner:runner
2025-08-20T21:20:18.5775477Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/lib-overload' from root:root to runner:runner
2025-08-20T21:20:18.5777226Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05' from root:root to runner:runner
2025-08-20T21:20:18.5779019Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/lib-opaque_debug.json' from root:root to runner:runner
2025-08-20T21:20:18.5780895Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5782774Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/dep-lib-opaque_debug' from root:root to runner:runner
2025-08-20T21:20:18.5784905Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/lib-opaque_debug' from root:root to runner:runner
2025-08-20T21:20:18.5786703Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721' from root:root to runner:runner
2025-08-20T21:20:18.5788583Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-5396afe1e3923260/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.5790625Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-5396afe1e3923260/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.5792423Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-5396afe1e3923260' from root:root to runner:runner
2025-08-20T21:20:18.5794459Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5796311Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/lib-libc' from root:root to runner:runner
2025-08-20T21:20:18.5798065Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/dep-lib-libc' from root:root to runner:runner
2025-08-20T21:20:18.5799883Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/lib-libc.json' from root:root to runner:runner
2025-08-20T21:20:18.5801575Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709' from root:root to runner:runner
2025-08-20T21:20:18.5803663Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-153b7d3ad072c2cd/lib-netlink_packet_utils' from root:root to runner:runner
2025-08-20T21:20:18.5805650Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-153b7d3ad072c2cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5807635Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-153b7d3ad072c2cd/dep-lib-netlink_packet_utils' from root:root to runner:runner
2025-08-20T21:20:18.5809658Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-153b7d3ad072c2cd/lib-netlink_packet_utils.json' from root:root to runner:runner
2025-08-20T21:20:18.5811631Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-153b7d3ad072c2cd' from root:root to runner:runner
2025-08-20T21:20:18.5813749Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-4368839c51ba1920/lib-tokio_util' from root:root to runner:runner
2025-08-20T21:20:18.5816013Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-4368839c51ba1920/dep-lib-tokio_util' from root:root to runner:runner
2025-08-20T21:20:18.5819299Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-4368839c51ba1920/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5822758Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-4368839c51ba1920/lib-tokio_util.json' from root:root to runner:runner
2025-08-20T21:20:18.5826223Z [00:09:12.716]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-4368839c51ba1920' from root:root to runner:runner
2025-08-20T21:20:18.5828332Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable-5413369f3b91efc0/dep-lib-struct_iterable' from root:root to runner:runner
2025-08-20T21:20:18.5830253Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable-5413369f3b91efc0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5832228Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable-5413369f3b91efc0/lib-struct_iterable.json' from root:root to runner:runner
2025-08-20T21:20:18.5834483Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable-5413369f3b91efc0/lib-struct_iterable' from root:root to runner:runner
2025-08-20T21:20:18.5836299Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable-5413369f3b91efc0' from root:root to runner:runner
2025-08-20T21:20:18.5838068Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-6a70405f17b9ca38/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5839852Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-6a70405f17b9ca38/lib-rcgen.json' from root:root to runner:runner
2025-08-20T21:20:18.5841613Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-6a70405f17b9ca38/lib-rcgen' from root:root to runner:runner
2025-08-20T21:20:18.5843609Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-6a70405f17b9ca38/dep-lib-rcgen' from root:root to runner:runner
2025-08-20T21:20:18.5845347Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-6a70405f17b9ca38' from root:root to runner:runner
2025-08-20T21:20:18.5847108Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-12d15bc598f04d67/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T21:20:18.5849021Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-12d15bc598f04d67/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T21:20:18.5850848Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-12d15bc598f04d67/lib-rand_chacha' from root:root to runner:runner
2025-08-20T21:20:18.5852674Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-12d15bc598f04d67/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5854897Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-12d15bc598f04d67' from root:root to runner:runner
2025-08-20T21:20:18.5856802Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.5858856Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.5860789Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5862712Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.5865014Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c' from root:root to runner:runner
2025-08-20T21:20:18.5866861Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-2f521e9c13e4f918/dep-lib-ed25519_dalek' from root:root to runner:runner
2025-08-20T21:20:18.5868820Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-2f521e9c13e4f918/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5870700Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-2f521e9c13e4f918/lib-ed25519_dalek.json' from root:root to runner:runner
2025-08-20T21:20:18.5872565Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-2f521e9c13e4f918/lib-ed25519_dalek' from root:root to runner:runner
2025-08-20T21:20:18.5874611Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-2f521e9c13e4f918' from root:root to runner:runner
2025-08-20T21:20:18.5876419Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-9cbf1fccd89e62ca/lib-oid_registry.json' from root:root to runner:runner
2025-08-20T21:20:18.5878295Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-9cbf1fccd89e62ca/dep-lib-oid_registry' from root:root to runner:runner
2025-08-20T21:20:18.5880227Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-9cbf1fccd89e62ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5882095Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-9cbf1fccd89e62ca/lib-oid_registry' from root:root to runner:runner
2025-08-20T21:20:18.5884130Z [00:09:12.717]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-9cbf1fccd89e62ca' from root:root to runner:runner
2025-08-20T21:20:18.5886000Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-cf2d1af1b12de127/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5887798Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-cf2d1af1b12de127/lib-tower.json' from root:root to runner:runner
2025-08-20T21:20:18.5889551Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-cf2d1af1b12de127/lib-tower' from root:root to runner:runner
2025-08-20T21:20:18.5891587Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-cf2d1af1b12de127/dep-lib-tower' from root:root to runner:runner
2025-08-20T21:20:18.5894631Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-cf2d1af1b12de127' from root:root to runner:runner
2025-08-20T21:20:18.5898041Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T21:20:18.5901429Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/lib-byteorder.json' from root:root to runner:runner
2025-08-20T21:20:18.5903892Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5905917Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/lib-byteorder' from root:root to runner:runner
2025-08-20T21:20:18.5907675Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07' from root:root to runner:runner
2025-08-20T21:20:18.5909468Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-f98fd5e36812db6c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5911364Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-f98fd5e36812db6c/dep-lib-http_body_util' from root:root to runner:runner
2025-08-20T21:20:18.5913576Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-f98fd5e36812db6c/lib-http_body_util.json' from root:root to runner:runner
2025-08-20T21:20:18.5915502Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-f98fd5e36812db6c/lib-http_body_util' from root:root to runner:runner
2025-08-20T21:20:18.5917373Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-f98fd5e36812db6c' from root:root to runner:runner
2025-08-20T21:20:18.5919173Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_threads-ed1f5cc285c756a1/dep-lib-num_threads' from root:root to runner:runner
2025-08-20T21:20:18.5921026Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_threads-ed1f5cc285c756a1/lib-num_threads.json' from root:root to runner:runner
2025-08-20T21:20:18.5923437Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_threads-ed1f5cc285c756a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5925445Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_threads-ed1f5cc285c756a1/lib-num_threads' from root:root to runner:runner
2025-08-20T21:20:18.5927323Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_threads-ed1f5cc285c756a1' from root:root to runner:runner
2025-08-20T21:20:18.5929098Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' from root:root to runner:runner
2025-08-20T21:20:18.5930916Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5932793Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' from root:root to runner:runner
2025-08-20T21:20:18.5935047Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T21:20:18.5936791Z [00:09:12.718]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027' from root:root to runner:runner
2025-08-20T21:20:18.5938575Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3c8e96ee757abcc0/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T21:20:18.5940600Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3c8e96ee757abcc0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5942464Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3c8e96ee757abcc0/lib-webpki_roots' from root:root to runner:runner
2025-08-20T21:20:18.5944610Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3c8e96ee757abcc0/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T21:20:18.5946415Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3c8e96ee757abcc0' from root:root to runner:runner
2025-08-20T21:20:18.5948172Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-1e310fc94067b196/lib-base64ct' from root:root to runner:runner
2025-08-20T21:20:18.5950187Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-1e310fc94067b196/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5952057Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-1e310fc94067b196/dep-lib-base64ct' from root:root to runner:runner
2025-08-20T21:20:18.5954196Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-1e310fc94067b196/lib-base64ct.json' from root:root to runner:runner
2025-08-20T21:20:18.5956148Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-1e310fc94067b196' from root:root to runner:runner
2025-08-20T21:20:18.5957875Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-4953aaa4b0e024b6/dep-lib-spki' from root:root to runner:runner
2025-08-20T21:20:18.5959652Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-4953aaa4b0e024b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5961480Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-4953aaa4b0e024b6/lib-spki' from root:root to runner:runner
2025-08-20T21:20:18.5963478Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-4953aaa4b0e024b6/lib-spki.json' from root:root to runner:runner
2025-08-20T21:20:18.5965204Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-4953aaa4b0e024b6' from root:root to runner:runner
2025-08-20T21:20:18.5967129Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.5969647Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.5973384Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d2357ede2338a762' from root:root to runner:runner
2025-08-20T21:20:18.5976632Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/dep-lib-anstream' from root:root to runner:runner
2025-08-20T21:20:18.5979696Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream' from root:root to runner:runner
2025-08-20T21:20:18.5981568Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5983744Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream.json' from root:root to runner:runner
2025-08-20T21:20:18.5985531Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7' from root:root to runner:runner
2025-08-20T21:20:18.5987412Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttl_cache-1fe2a8f662489c4c/lib-ttl_cache.json' from root:root to runner:runner
2025-08-20T21:20:18.5989229Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttl_cache-1fe2a8f662489c4c/lib-ttl_cache' from root:root to runner:runner
2025-08-20T21:20:18.5991030Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttl_cache-1fe2a8f662489c4c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.5992914Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttl_cache-1fe2a8f662489c4c/dep-lib-ttl_cache' from root:root to runner:runner
2025-08-20T21:20:18.5994982Z [00:09:12.719]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttl_cache-1fe2a8f662489c4c' from root:root to runner:runner
2025-08-20T21:20:18.5996757Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ca630a76bca2c9f5/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T21:20:18.5998774Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ca630a76bca2c9f5/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T21:20:18.6000616Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ca630a76bca2c9f5/lib-rand_chacha' from root:root to runner:runner
2025-08-20T21:20:18.6002506Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ca630a76bca2c9f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6004488Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ca630a76bca2c9f5' from root:root to runner:runner
2025-08-20T21:20:18.6006218Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quanta-e2f3c152fdb77b38/lib-quanta' from root:root to runner:runner
2025-08-20T21:20:18.6007980Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quanta-e2f3c152fdb77b38/dep-lib-quanta' from root:root to runner:runner
2025-08-20T21:20:18.6009771Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quanta-e2f3c152fdb77b38/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6011570Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quanta-e2f3c152fdb77b38/lib-quanta.json' from root:root to runner:runner
2025-08-20T21:20:18.6013608Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quanta-e2f3c152fdb77b38' from root:root to runner:runner
2025-08-20T21:20:18.6015374Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-4f43cb9f1fd56197/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6017138Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-4f43cb9f1fd56197/lib-url.json' from root:root to runner:runner
2025-08-20T21:20:18.6018943Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-4f43cb9f1fd56197/dep-lib-url' from root:root to runner:runner
2025-08-20T21:20:18.6020650Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-4f43cb9f1fd56197/lib-url' from root:root to runner:runner
2025-08-20T21:20:18.6022312Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-4f43cb9f1fd56197' from root:root to runner:runner
2025-08-20T21:20:18.6024682Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/dep-lib-atomic_waker' from root:root to runner:runner
2025-08-20T21:20:18.6026617Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6028550Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/lib-atomic_waker' from root:root to runner:runner
2025-08-20T21:20:18.6030412Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/lib-atomic_waker.json' from root:root to runner:runner
2025-08-20T21:20:18.6032432Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a' from root:root to runner:runner
2025-08-20T21:20:18.6034405Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-core-b8842663f57ee171/lib-axum_core.json' from root:root to runner:runner
2025-08-20T21:20:18.6036241Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-core-b8842663f57ee171/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6038054Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-core-b8842663f57ee171/lib-axum_core' from root:root to runner:runner
2025-08-20T21:20:18.6039930Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-core-b8842663f57ee171/dep-lib-axum_core' from root:root to runner:runner
2025-08-20T21:20:18.6041674Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-core-b8842663f57ee171' from root:root to runner:runner
2025-08-20T21:20:18.6043751Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b0a30c79b1d8977c/lib-portable_atomic.json' from root:root to runner:runner
2025-08-20T21:20:18.6045827Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b0a30c79b1d8977c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6049027Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b0a30c79b1d8977c/dep-lib-portable_atomic' from root:root to runner:runner
2025-08-20T21:20:18.6052550Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b0a30c79b1d8977c/lib-portable_atomic' from root:root to runner:runner
2025-08-20T21:20:18.6056249Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b0a30c79b1d8977c' from root:root to runner:runner
2025-08-20T21:20:18.6058653Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/dep-lib-sharded_slab' from root:root to runner:runner
2025-08-20T21:20:18.6060629Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6062489Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/lib-sharded_slab' from root:root to runner:runner
2025-08-20T21:20:18.6064675Z [00:09:12.720]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/lib-sharded_slab.json' from root:root to runner:runner
2025-08-20T21:20:18.6066472Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d' from root:root to runner:runner
2025-08-20T21:20:18.6068247Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-e2c846147a1dc314/lib-arrayvec.json' from root:root to runner:runner
2025-08-20T21:20:18.6070070Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-e2c846147a1dc314/dep-lib-arrayvec' from root:root to runner:runner
2025-08-20T21:20:18.6071964Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-e2c846147a1dc314/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6074025Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-e2c846147a1dc314/lib-arrayvec' from root:root to runner:runner
2025-08-20T21:20:18.6075760Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-e2c846147a1dc314' from root:root to runner:runner
2025-08-20T21:20:18.6077698Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6079664Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6081448Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-09bd31e599ebdd4b' from root:root to runner:runner
2025-08-20T21:20:18.6083667Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/forwarded-header-value-1de4fa5212cc9c49/lib-forwarded_header_value.json' from root:root to runner:runner
2025-08-20T21:20:18.6085714Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/forwarded-header-value-1de4fa5212cc9c49/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6087780Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/forwarded-header-value-1de4fa5212cc9c49/lib-forwarded_header_value' from root:root to runner:runner
2025-08-20T21:20:18.6089819Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/forwarded-header-value-1de4fa5212cc9c49/dep-lib-forwarded_header_value' from root:root to runner:runner
2025-08-20T21:20:18.6091748Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/forwarded-header-value-1de4fa5212cc9c49' from root:root to runner:runner
2025-08-20T21:20:18.6093949Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-3d8b07bc90578b2b/lib-der' from root:root to runner:runner
2025-08-20T21:20:18.6095707Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-3d8b07bc90578b2b/dep-lib-der' from root:root to runner:runner
2025-08-20T21:20:18.6097475Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-3d8b07bc90578b2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6099309Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-3d8b07bc90578b2b/lib-der.json' from root:root to runner:runner
2025-08-20T21:20:18.6100997Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-3d8b07bc90578b2b' from root:root to runner:runner
2025-08-20T21:20:18.6102692Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-b35ff2d809c7a9bb/dep-lib-ryu' from root:root to runner:runner
2025-08-20T21:20:18.6104798Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-b35ff2d809c7a9bb/lib-ryu' from root:root to runner:runner
2025-08-20T21:20:18.6106542Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-b35ff2d809c7a9bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6108311Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-b35ff2d809c7a9bb/lib-ryu.json' from root:root to runner:runner
2025-08-20T21:20:18.6110073Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-b35ff2d809c7a9bb' from root:root to runner:runner
2025-08-20T21:20:18.6111828Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonempty-e9bb8c4901db6910/lib-nonempty.json' from root:root to runner:runner
2025-08-20T21:20:18.6113899Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonempty-e9bb8c4901db6910/lib-nonempty' from root:root to runner:runner
2025-08-20T21:20:18.6115728Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonempty-e9bb8c4901db6910/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6117557Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonempty-e9bb8c4901db6910/dep-lib-nonempty' from root:root to runner:runner
2025-08-20T21:20:18.6119300Z [00:09:12.721]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonempty-e9bb8c4901db6910' from root:root to runner:runner
2025-08-20T21:20:18.6121090Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-f5e942a261ec3c41/dep-lib-derive_more' from root:root to runner:runner
2025-08-20T21:20:18.6123090Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-f5e942a261ec3c41/lib-derive_more.json' from root:root to runner:runner
2025-08-20T21:20:18.6125815Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-f5e942a261ec3c41/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6129295Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-f5e942a261ec3c41/lib-derive_more' from root:root to runner:runner
2025-08-20T21:20:18.6132534Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-f5e942a261ec3c41' from root:root to runner:runner
2025-08-20T21:20:18.6135767Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-a3bc3e7b97c7f3aa/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6137884Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-a3bc3e7b97c7f3aa/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6139788Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-a3bc3e7b97c7f3aa' from root:root to runner:runner
2025-08-20T21:20:18.6141682Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-6506f1d2400c1d44/dep-lib-salsa20' from root:root to runner:runner
2025-08-20T21:20:18.6144005Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-6506f1d2400c1d44/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6146057Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-6506f1d2400c1d44/lib-salsa20.json' from root:root to runner:runner
2025-08-20T21:20:18.6148068Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-6506f1d2400c1d44/lib-salsa20' from root:root to runner:runner
2025-08-20T21:20:18.6149947Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-6506f1d2400c1d44' from root:root to runner:runner
2025-08-20T21:20:18.6151839Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-5b85d592df917c6c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6154073Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-5b85d592df917c6c/lib-blake3.json' from root:root to runner:runner
2025-08-20T21:20:18.6155987Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-5b85d592df917c6c/dep-lib-blake3' from root:root to runner:runner
2025-08-20T21:20:18.6158023Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-5b85d592df917c6c/lib-blake3' from root:root to runner:runner
2025-08-20T21:20:18.6159846Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-5b85d592df917c6c' from root:root to runner:runner
2025-08-20T21:20:18.6161717Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-f5c3d068172c31c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6164273Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-f5c3d068172c31c3/dep-lib-precis_profiles' from root:root to runner:runner
2025-08-20T21:20:18.6166323Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-f5c3d068172c31c3/lib-precis_profiles' from root:root to runner:runner
2025-08-20T21:20:18.6168403Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-f5c3d068172c31c3/lib-precis_profiles.json' from root:root to runner:runner
2025-08-20T21:20:18.6170497Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-f5c3d068172c31c3' from root:root to runner:runner
2025-08-20T21:20:18.6172447Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T21:20:18.6175062Z [00:09:12.722]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6177037Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' from root:root to runner:runner
2025-08-20T21:20:18.6179056Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T21:20:18.6180969Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39' from root:root to runner:runner
2025-08-20T21:20:18.6182865Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-287bc2134ca3f004/lib-postcard' from root:root to runner:runner
2025-08-20T21:20:18.6185136Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-287bc2134ca3f004/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6187173Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-287bc2134ca3f004/lib-postcard.json' from root:root to runner:runner
2025-08-20T21:20:18.6189180Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-287bc2134ca3f004/dep-lib-postcard' from root:root to runner:runner
2025-08-20T21:20:18.6191063Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-287bc2134ca3f004' from root:root to runner:runner
2025-08-20T21:20:18.6193231Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-6f603e675326931a/lib-tracing' from root:root to runner:runner
2025-08-20T21:20:18.6195257Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-6f603e675326931a/lib-tracing.json' from root:root to runner:runner
2025-08-20T21:20:18.6197159Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-6f603e675326931a/dep-lib-tracing' from root:root to runner:runner
2025-08-20T21:20:18.6199125Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-6f603e675326931a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6201834Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-6f603e675326931a' from root:root to runner:runner
2025-08-20T21:20:18.6205630Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/dep-lib-base64' from root:root to runner:runner
2025-08-20T21:20:18.6209204Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/lib-base64.json' from root:root to runner:runner
2025-08-20T21:20:18.6212418Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6214718Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/lib-base64' from root:root to runner:runner
2025-08-20T21:20:18.6216713Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc' from root:root to runner:runner
2025-08-20T21:20:18.6218580Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae2e8b2512e8e039/lib-self_cell.json' from root:root to runner:runner
2025-08-20T21:20:18.6220640Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae2e8b2512e8e039/dep-lib-self_cell' from root:root to runner:runner
2025-08-20T21:20:18.6222578Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae2e8b2512e8e039/lib-self_cell' from root:root to runner:runner
2025-08-20T21:20:18.6224731Z [00:09:12.723]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae2e8b2512e8e039/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6226775Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae2e8b2512e8e039' from root:root to runner:runner
2025-08-20T21:20:18.6228652Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-d9676659b3049add/lib-icu_normalizer' from root:root to runner:runner
2025-08-20T21:20:18.6230588Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-d9676659b3049add/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6232704Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-d9676659b3049add/lib-icu_normalizer.json' from root:root to runner:runner
2025-08-20T21:20:18.6235092Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-d9676659b3049add/dep-lib-icu_normalizer' from root:root to runner:runner
2025-08-20T21:20:18.6237221Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-d9676659b3049add' from root:root to runner:runner
2025-08-20T21:20:18.6239119Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-f67a3b11c0c2d598/lib-heapless.json' from root:root to runner:runner
2025-08-20T21:20:18.6241029Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-f67a3b11c0c2d598/dep-lib-heapless' from root:root to runner:runner
2025-08-20T21:20:18.6243280Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-f67a3b11c0c2d598/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6245460Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-f67a3b11c0c2d598/lib-heapless' from root:root to runner:runner
2025-08-20T21:20:18.6247399Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-f67a3b11c0c2d598' from root:root to runner:runner
2025-08-20T21:20:18.6249369Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-b66af45db8a74961/lib-tower_http' from root:root to runner:runner
2025-08-20T21:20:18.6251303Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-b66af45db8a74961/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6253520Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-b66af45db8a74961/dep-lib-tower_http' from root:root to runner:runner
2025-08-20T21:20:18.6255634Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-b66af45db8a74961/lib-tower_http.json' from root:root to runner:runner
2025-08-20T21:20:18.6257614Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-b66af45db8a74961' from root:root to runner:runner
2025-08-20T21:20:18.6259532Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-bdb67aaf8f78f70e/dep-lib-pin_project' from root:root to runner:runner
2025-08-20T21:20:18.6261549Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-bdb67aaf8f78f70e/lib-pin_project' from root:root to runner:runner
2025-08-20T21:20:18.6263774Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-bdb67aaf8f78f70e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6265879Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-bdb67aaf8f78f70e/lib-pin_project.json' from root:root to runner:runner
2025-08-20T21:20:18.6267739Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-bdb67aaf8f78f70e' from root:root to runner:runner
2025-08-20T21:20:18.6269766Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-fec6758cf7141296/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6271824Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-fec6758cf7141296/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6274060Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-fec6758cf7141296' from root:root to runner:runner
2025-08-20T21:20:18.6276053Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prefix-trie-5a5a51734298f751/dep-lib-prefix_trie' from root:root to runner:runner
2025-08-20T21:20:18.6278631Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prefix-trie-5a5a51734298f751/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6282452Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prefix-trie-5a5a51734298f751/lib-prefix_trie.json' from root:root to runner:runner
2025-08-20T21:20:18.6286259Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prefix-trie-5a5a51734298f751/lib-prefix_trie' from root:root to runner:runner
2025-08-20T21:20:18.6289180Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prefix-trie-5a5a51734298f751' from root:root to runner:runner
2025-08-20T21:20:18.6291194Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-72248de5e968cab2/lib-icu_collections' from root:root to runner:runner
2025-08-20T21:20:18.6293433Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-72248de5e968cab2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6295619Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-72248de5e968cab2/lib-icu_collections.json' from root:root to runner:runner
2025-08-20T21:20:18.6297654Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-72248de5e968cab2/dep-lib-icu_collections' from root:root to runner:runner
2025-08-20T21:20:18.6299631Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-72248de5e968cab2' from root:root to runner:runner
2025-08-20T21:20:18.6301749Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T21:20:18.6304110Z [00:09:12.724]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/lib-percent_encoding' from root:root to runner:runner
2025-08-20T21:20:18.6306223Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6308300Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T21:20:18.6310371Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c' from root:root to runner:runner
2025-08-20T21:20:18.6312501Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6314795Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6316847Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6318871Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6320833Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4' from root:root to runner:runner
2025-08-20T21:20:18.6323108Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6325261Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6327202Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae' from root:root to runner:runner
2025-08-20T21:20:18.6329113Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-67ed253cc1158d38/dep-lib-lru' from root:root to runner:runner
2025-08-20T21:20:18.6330978Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-67ed253cc1158d38/lib-lru' from root:root to runner:runner
2025-08-20T21:20:18.6332871Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-67ed253cc1158d38/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6335119Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-67ed253cc1158d38/lib-lru.json' from root:root to runner:runner
2025-08-20T21:20:18.6336893Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-67ed253cc1158d38' from root:root to runner:runner
2025-08-20T21:20:18.6339017Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-a94717bfa15bd397/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6341065Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-a94717bfa15bd397/lib-iroh_metrics' from root:root to runner:runner
2025-08-20T21:20:18.6343384Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-a94717bfa15bd397/lib-iroh_metrics.json' from root:root to runner:runner
2025-08-20T21:20:18.6345631Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-a94717bfa15bd397/dep-lib-iroh_metrics' from root:root to runner:runner
2025-08-20T21:20:18.6347509Z [00:09:12.725]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-a94717bfa15bd397' from root:root to runner:runner
2025-08-20T21:20:18.6349466Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/lib-dyn_clone' from root:root to runner:runner
2025-08-20T21:20:18.6351435Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/lib-dyn_clone.json' from root:root to runner:runner
2025-08-20T21:20:18.6356948Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/dep-lib-dyn_clone' from root:root to runner:runner
2025-08-20T21:20:18.6360520Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6364201Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349' from root:root to runner:runner
2025-08-20T21:20:18.6366354Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-3f4f8f5c753037ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6368375Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-3f4f8f5c753037ba/lib-thiserror.json' from root:root to runner:runner
2025-08-20T21:20:18.6370336Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-3f4f8f5c753037ba/lib-thiserror' from root:root to runner:runner
2025-08-20T21:20:18.6372311Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-3f4f8f5c753037ba/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T21:20:18.6374592Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-3f4f8f5c753037ba' from root:root to runner:runner
2025-08-20T21:20:18.6376646Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-9e3e844fa44a348b/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T21:20:18.6378560Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-9e3e844fa44a348b/lib-rand_core' from root:root to runner:runner
2025-08-20T21:20:18.6380440Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-9e3e844fa44a348b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6382420Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-9e3e844fa44a348b/lib-rand_core.json' from root:root to runner:runner
2025-08-20T21:20:18.6384487Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-9e3e844fa44a348b' from root:root to runner:runner
2025-08-20T21:20:18.6386400Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-4ee141f6b64dd5db/dep-lib-rustls' from root:root to runner:runner
2025-08-20T21:20:18.6388430Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-4ee141f6b64dd5db/lib-rustls' from root:root to runner:runner
2025-08-20T21:20:18.6390318Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-4ee141f6b64dd5db/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6392350Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-4ee141f6b64dd5db/lib-rustls.json' from root:root to runner:runner
2025-08-20T21:20:18.6394402Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-4ee141f6b64dd5db' from root:root to runner:runner
2025-08-20T21:20:18.6396328Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-75d987cb38e79d6a/lib-lock_api.json' from root:root to runner:runner
2025-08-20T21:20:18.6398261Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-75d987cb38e79d6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6400154Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-75d987cb38e79d6a/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T21:20:18.6402169Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-75d987cb38e79d6a/lib-lock_api' from root:root to runner:runner
2025-08-20T21:20:18.6404417Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-75d987cb38e79d6a' from root:root to runner:runner
2025-08-20T21:20:18.6406276Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/lib-scopeguard' from root:root to runner:runner
2025-08-20T21:20:18.6408366Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6410342Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T21:20:18.6412642Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T21:20:18.6415112Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b' from root:root to runner:runner
2025-08-20T21:20:18.6417112Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-4f92a5b30108e80c/lib-litemap.json' from root:root to runner:runner
2025-08-20T21:20:18.6419346Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-4f92a5b30108e80c/dep-lib-litemap' from root:root to runner:runner
2025-08-20T21:20:18.6421351Z [00:09:12.726]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-4f92a5b30108e80c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6423582Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-4f92a5b30108e80c/lib-litemap' from root:root to runner:runner
2025-08-20T21:20:18.6425510Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-4f92a5b30108e80c' from root:root to runner:runner
2025-08-20T21:20:18.6427297Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/lib-fnv' from root:root to runner:runner
2025-08-20T21:20:18.6429216Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6431602Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/dep-lib-fnv' from root:root to runner:runner
2025-08-20T21:20:18.6435379Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/lib-fnv.json' from root:root to runner:runner
2025-08-20T21:20:18.6438724Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10' from root:root to runner:runner
2025-08-20T21:20:18.6441863Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-2838f41305dc90fc/lib-futures_executor' from root:root to runner:runner
2025-08-20T21:20:18.6444356Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-2838f41305dc90fc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6446403Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-2838f41305dc90fc/dep-lib-futures_executor' from root:root to runner:runner
2025-08-20T21:20:18.6448494Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-2838f41305dc90fc/lib-futures_executor.json' from root:root to runner:runner
2025-08-20T21:20:18.6450616Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-2838f41305dc90fc' from root:root to runner:runner
2025-08-20T21:20:18.6452519Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-ff6855f17f48dba5/lib-pkcs8.json' from root:root to runner:runner
2025-08-20T21:20:18.6454900Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-ff6855f17f48dba5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6456826Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-ff6855f17f48dba5/dep-lib-pkcs8' from root:root to runner:runner
2025-08-20T21:20:18.6458754Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-ff6855f17f48dba5/lib-pkcs8' from root:root to runner:runner
2025-08-20T21:20:18.6460575Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-ff6855f17f48dba5' from root:root to runner:runner
2025-08-20T21:20:18.6462499Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-acme-2a6687d6d0e31b75/lib-tokio_rustls_acme.json' from root:root to runner:runner
2025-08-20T21:20:18.6464912Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-acme-2a6687d6d0e31b75/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6467012Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-acme-2a6687d6d0e31b75/dep-lib-tokio_rustls_acme' from root:root to runner:runner
2025-08-20T21:20:18.6469066Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-acme-2a6687d6d0e31b75/lib-tokio_rustls_acme' from root:root to runner:runner
2025-08-20T21:20:18.6471074Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-acme-2a6687d6d0e31b75' from root:root to runner:runner
2025-08-20T21:20:18.6473113Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-ea25c2792e490063/lib-rand.json' from root:root to runner:runner
2025-08-20T21:20:18.6475229Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-ea25c2792e490063/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6477138Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-ea25c2792e490063/lib-rand' from root:root to runner:runner
2025-08-20T21:20:18.6479077Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-ea25c2792e490063/dep-lib-rand' from root:root to runner:runner
2025-08-20T21:20:18.6480964Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-ea25c2792e490063' from root:root to runner:runner
2025-08-20T21:20:18.6482781Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee874ebcba82b610/dep-lib-strum' from root:root to runner:runner
2025-08-20T21:20:18.6492258Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee874ebcba82b610/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6494562Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee874ebcba82b610/lib-strum.json' from root:root to runner:runner
2025-08-20T21:20:18.6496359Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee874ebcba82b610/lib-strum' from root:root to runner:runner
2025-08-20T21:20:18.6498063Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee874ebcba82b610' from root:root to runner:runner
2025-08-20T21:20:18.6499942Z [00:09:12.727]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6502164Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6504245Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-3f4e660146246336' from root:root to runner:runner
2025-08-20T21:20:18.6506239Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-806403528a74456a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6509631Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-806403528a74456a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6513231Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-806403528a74456a' from root:root to runner:runner
2025-08-20T21:20:18.6516525Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-64fe79283aff12f4/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T21:20:18.6519018Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-64fe79283aff12f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6520960Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-64fe79283aff12f4/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T21:20:18.6523159Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-64fe79283aff12f4/lib-serde_spanned' from root:root to runner:runner
2025-08-20T21:20:18.6525003Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-64fe79283aff12f4' from root:root to runner:runner
2025-08-20T21:20:18.6526735Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-24fe2f4a89134b16/lib-crc' from root:root to runner:runner
2025-08-20T21:20:18.6528477Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-24fe2f4a89134b16/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6530248Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-24fe2f4a89134b16/dep-lib-crc' from root:root to runner:runner
2025-08-20T21:20:18.6532071Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-24fe2f4a89134b16/lib-crc.json' from root:root to runner:runner
2025-08-20T21:20:18.6534377Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-24fe2f4a89134b16' from root:root to runner:runner
2025-08-20T21:20:18.6536164Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-6f78ecb506554950/lib-num_traits' from root:root to runner:runner
2025-08-20T21:20:18.6538023Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-6f78ecb506554950/lib-num_traits.json' from root:root to runner:runner
2025-08-20T21:20:18.6539888Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-6f78ecb506554950/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6541734Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-6f78ecb506554950/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T21:20:18.6543716Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-6f78ecb506554950' from root:root to runner:runner
2025-08-20T21:20:18.6545587Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-22921f9843672075/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6547471Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-22921f9843672075/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:20:18.6549353Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-22921f9843672075/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T21:20:18.6551283Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-22921f9843672075/lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:20:18.6553334Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-22921f9843672075' from root:root to runner:runner
2025-08-20T21:20:18.6555160Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-9b638b4fd9b20fa3/lib-cordyceps' from root:root to runner:runner
2025-08-20T21:20:18.6557004Z [00:09:12.728]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-9b638b4fd9b20fa3/lib-cordyceps.json' from root:root to runner:runner
2025-08-20T21:20:18.6558931Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-9b638b4fd9b20fa3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6560831Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-9b638b4fd9b20fa3/dep-lib-cordyceps' from root:root to runner:runner
2025-08-20T21:20:18.6562603Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-9b638b4fd9b20fa3' from root:root to runner:runner
2025-08-20T21:20:18.6564579Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-ident-de6eed6e4f0a8781/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6566492Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-ident-de6eed6e4f0a8781/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T21:20:18.6568401Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-ident-de6eed6e4f0a8781/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:20:18.6570308Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-ident-de6eed6e4f0a8781/lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:20:18.6572233Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-ident-de6eed6e4f0a8781' from root:root to runner:runner
2025-08-20T21:20:18.6574176Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-224a83edff42760e/lib-nom.json' from root:root to runner:runner
2025-08-20T21:20:18.6575997Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-224a83edff42760e/dep-lib-nom' from root:root to runner:runner
2025-08-20T21:20:18.6577717Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-224a83edff42760e/lib-nom' from root:root to runner:runner
2025-08-20T21:20:18.6579470Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-224a83edff42760e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6581190Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-224a83edff42760e' from root:root to runner:runner
2025-08-20T21:20:18.6583179Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-64fc8e2d5b417427/dep-lib-tokio' from root:root to runner:runner
2025-08-20T21:20:18.6586131Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-64fc8e2d5b417427/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6589731Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-64fc8e2d5b417427/lib-tokio' from root:root to runner:runner
2025-08-20T21:20:18.6593251Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-64fc8e2d5b417427/lib-tokio.json' from root:root to runner:runner
2025-08-20T21:20:18.6595526Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-64fc8e2d5b417427' from root:root to runner:runner
2025-08-20T21:20:18.6597342Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:20:18.6599237Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6601138Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T21:20:18.6603437Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:20:18.6605609Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4' from root:root to runner:runner
2025-08-20T21:20:18.6607392Z [00:09:12.729]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-03548c92e6823d63/lib-reqwest.json' from root:root to runner:runner
2025-08-20T21:20:18.6609287Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-03548c92e6823d63/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6611082Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-03548c92e6823d63/lib-reqwest' from root:root to runner:runner
2025-08-20T21:20:18.6612861Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-03548c92e6823d63/dep-lib-reqwest' from root:root to runner:runner
2025-08-20T21:20:18.6614831Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-03548c92e6823d63' from root:root to runner:runner
2025-08-20T21:20:18.6616664Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-f5f72d3b8b34b7e3/dep-lib-serde_path_to_error' from root:root to runner:runner
2025-08-20T21:20:18.6618722Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-f5f72d3b8b34b7e3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6620656Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-f5f72d3b8b34b7e3/lib-serde_path_to_error' from root:root to runner:runner
2025-08-20T21:20:18.6622589Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-f5f72d3b8b34b7e3/lib-serde_path_to_error.json' from root:root to runner:runner
2025-08-20T21:20:18.6624780Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-f5f72d3b8b34b7e3' from root:root to runner:runner
2025-08-20T21:20:18.6626614Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-f72e527e54cb532e/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T21:20:18.6628497Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-f72e527e54cb532e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6630406Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-f72e527e54cb532e/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T21:20:18.6632293Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-f72e527e54cb532e/lib-crypto_common' from root:root to runner:runner
2025-08-20T21:20:18.6634350Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-f72e527e54cb532e' from root:root to runner:runner
2025-08-20T21:20:18.6636131Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-100ede5101d639fe/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T21:20:18.6637938Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-100ede5101d639fe/lib-rand_core' from root:root to runner:runner
2025-08-20T21:20:18.6639741Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-100ede5101d639fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6641560Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-100ede5101d639fe/lib-rand_core.json' from root:root to runner:runner
2025-08-20T21:20:18.6643866Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-100ede5101d639fe' from root:root to runner:runner
2025-08-20T21:20:18.6645795Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-ae76558765f8051a/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T21:20:18.6647657Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-ae76558765f8051a/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T21:20:18.6649557Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-ae76558765f8051a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6651391Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-ae76558765f8051a/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T21:20:18.6653363Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-ae76558765f8051a' from root:root to runner:runner
2025-08-20T21:20:18.6655118Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-3fb7ae699fcda4ed/lib-aead' from root:root to runner:runner
2025-08-20T21:20:18.6656893Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-3fb7ae699fcda4ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6658665Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-3fb7ae699fcda4ed/dep-lib-aead' from root:root to runner:runner
2025-08-20T21:20:18.6660433Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-3fb7ae699fcda4ed/lib-aead.json' from root:root to runner:runner
2025-08-20T21:20:18.6662699Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-3fb7ae699fcda4ed' from root:root to runner:runner
2025-08-20T21:20:18.6666365Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-75a42e086614dbe1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6670048Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-75a42e086614dbe1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6673287Z [00:09:12.730]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-75a42e086614dbe1' from root:root to runner:runner
2025-08-20T21:20:18.6675296Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-1af1c6c7295b5562/bin-iroh-dns-server' from root:root to runner:runner
2025-08-20T21:20:18.6677252Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-1af1c6c7295b5562/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6679175Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-1af1c6c7295b5562/bin-iroh-dns-server.json' from root:root to runner:runner
2025-08-20T21:20:18.6681164Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-1af1c6c7295b5562/dep-bin-iroh-dns-server' from root:root to runner:runner
2025-08-20T21:20:18.6683194Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-1af1c6c7295b5562' from root:root to runner:runner
2025-08-20T21:20:18.6685030Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-3434f7cacc6619b7/lib-hyper_rustls' from root:root to runner:runner
2025-08-20T21:20:18.6686905Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-3434f7cacc6619b7/dep-lib-hyper_rustls' from root:root to runner:runner
2025-08-20T21:20:18.6688775Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-3434f7cacc6619b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6690973Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-3434f7cacc6619b7/lib-hyper_rustls.json' from root:root to runner:runner
2025-08-20T21:20:18.6693363Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-3434f7cacc6619b7' from root:root to runner:runner
2025-08-20T21:20:18.6695857Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-f03840213ff059c4/lib-hashbrown' from root:root to runner:runner
2025-08-20T21:20:18.6697839Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-f03840213ff059c4/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T21:20:18.6699681Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-f03840213ff059c4/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T21:20:18.6701509Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-f03840213ff059c4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6703696Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-f03840213ff059c4' from root:root to runner:runner
2025-08-20T21:20:18.6705542Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchit-4cbb67a072be49b5/lib-matchit.json' from root:root to runner:runner
2025-08-20T21:20:18.6707362Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchit-4cbb67a072be49b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6709215Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchit-4cbb67a072be49b5/lib-matchit' from root:root to runner:runner
2025-08-20T21:20:18.6711010Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchit-4cbb67a072be49b5/dep-lib-matchit' from root:root to runner:runner
2025-08-20T21:20:18.6712747Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchit-4cbb67a072be49b5' from root:root to runner:runner
2025-08-20T21:20:18.6714849Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-4fdd284ea4901dc8/lib-rustls_platform_verifier.json' from root:root to runner:runner
2025-08-20T21:20:18.6716947Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-4fdd284ea4901dc8/dep-lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T21:20:18.6718976Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-4fdd284ea4901dc8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6721075Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-4fdd284ea4901dc8/lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T21:20:18.6723219Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-4fdd284ea4901dc8' from root:root to runner:runner
2025-08-20T21:20:18.6725083Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-da2a1eb238c6ff9d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6726956Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-da2a1eb238c6ff9d/lib-potential_utf' from root:root to runner:runner
2025-08-20T21:20:18.6728834Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-da2a1eb238c6ff9d/dep-lib-potential_utf' from root:root to runner:runner
2025-08-20T21:20:18.6730853Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-da2a1eb238c6ff9d/lib-potential_utf.json' from root:root to runner:runner
2025-08-20T21:20:18.6731751Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-da2a1eb238c6ff9d' from root:root to runner:runner
2025-08-20T21:20:18.6732709Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-fda472c1dc5361a5/lib-simple_dns' from root:root to runner:runner
2025-08-20T21:20:18.6734239Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-fda472c1dc5361a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6735251Z [00:09:12.731]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-fda472c1dc5361a5/dep-lib-simple_dns' from root:root to runner:runner
2025-08-20T21:20:18.6736293Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-fda472c1dc5361a5/lib-simple_dns.json' from root:root to runner:runner
2025-08-20T21:20:18.6737177Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-fda472c1dc5361a5' from root:root to runner:runner
2025-08-20T21:20:18.6738115Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-6e2eca6aeb33bf8b/dep-lib-yasna' from root:root to runner:runner
2025-08-20T21:20:18.6739049Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-6e2eca6aeb33bf8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6740226Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-6e2eca6aeb33bf8b/lib-yasna.json' from root:root to runner:runner
2025-08-20T21:20:18.6741516Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-6e2eca6aeb33bf8b/lib-yasna' from root:root to runner:runner
2025-08-20T21:20:18.6743491Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-6e2eca6aeb33bf8b' from root:root to runner:runner
2025-08-20T21:20:18.6745334Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-80799a78bcf7bc8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6747140Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-80799a78bcf7bc8f/lib-thiserror.json' from root:root to runner:runner
2025-08-20T21:20:18.6749012Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-80799a78bcf7bc8f/lib-thiserror' from root:root to runner:runner
2025-08-20T21:20:18.6750771Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-80799a78bcf7bc8f/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T21:20:18.6751799Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-80799a78bcf7bc8f' from root:root to runner:runner
2025-08-20T21:20:18.6752872Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/asn1-rs-541192580b67f634/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6754062Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/asn1-rs-541192580b67f634/dep-lib-asn1_rs' from root:root to runner:runner
2025-08-20T21:20:18.6755051Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/asn1-rs-541192580b67f634/lib-asn1_rs.json' from root:root to runner:runner
2025-08-20T21:20:18.6756065Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/asn1-rs-541192580b67f634/lib-asn1_rs' from root:root to runner:runner
2025-08-20T21:20:18.6756939Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/asn1-rs-541192580b67f634' from root:root to runner:runner
2025-08-20T21:20:18.6758010Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6759049Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6759932Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-dc62535bde917f70' from root:root to runner:runner
2025-08-20T21:20:18.6760980Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/lib-futures_task.json' from root:root to runner:runner
2025-08-20T21:20:18.6761959Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6763111Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/dep-lib-futures_task' from root:root to runner:runner
2025-08-20T21:20:18.6764245Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/lib-futures_task' from root:root to runner:runner
2025-08-20T21:20:18.6765143Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a' from root:root to runner:runner
2025-08-20T21:20:18.6766168Z [00:09:12.732]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/lib-hostname_validator' from root:root to runner:runner
2025-08-20T21:20:18.6767225Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6768266Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/dep-lib-hostname_validator' from root:root to runner:runner
2025-08-20T21:20:18.6769369Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/lib-hostname_validator.json' from root:root to runner:runner
2025-08-20T21:20:18.6770297Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042' from root:root to runner:runner
2025-08-20T21:20:18.6771230Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/dep-lib-strum' from root:root to runner:runner
2025-08-20T21:20:18.6772170Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6773318Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/lib-strum.json' from root:root to runner:runner
2025-08-20T21:20:18.6774243Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/lib-strum' from root:root to runner:runner
2025-08-20T21:20:18.6775180Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927' from root:root to runner:runner
2025-08-20T21:20:18.6776189Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e6154f994056b976/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T21:20:18.6777171Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e6154f994056b976/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6778243Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e6154f994056b976/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T21:20:18.6779234Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e6154f994056b976/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T21:20:18.6780129Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e6154f994056b976' from root:root to runner:runner
2025-08-20T21:20:18.6781107Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-090434201e014437/lib-backon' from root:root to runner:runner
2025-08-20T21:20:18.6782058Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-090434201e014437/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6783258Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-090434201e014437/dep-lib-backon' from root:root to runner:runner
2025-08-20T21:20:18.6784212Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-090434201e014437/lib-backon.json' from root:root to runner:runner
2025-08-20T21:20:18.6785080Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-090434201e014437' from root:root to runner:runner
2025-08-20T21:20:18.6786055Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-server-849720b3a8cea8c9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6787016Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-server-849720b3a8cea8c9/lib-axum_server' from root:root to runner:runner
2025-08-20T21:20:18.6787988Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-server-849720b3a8cea8c9/dep-lib-axum_server' from root:root to runner:runner
2025-08-20T21:20:18.6789035Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-server-849720b3a8cea8c9/lib-axum_server.json' from root:root to runner:runner
2025-08-20T21:20:18.6789930Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-server-849720b3a8cea8c9' from root:root to runner:runner
2025-08-20T21:20:18.6790935Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-ab55967963ec6551/lib-hickory_resolver' from root:root to runner:runner
2025-08-20T21:20:18.6791981Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-ab55967963ec6551/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6793239Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-ab55967963ec6551/lib-hickory_resolver.json' from root:root to runner:runner
2025-08-20T21:20:18.6794284Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-ab55967963ec6551/dep-lib-hickory_resolver' from root:root to runner:runner
2025-08-20T21:20:18.6795289Z [00:09:12.733]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-ab55967963ec6551' from root:root to runner:runner
2025-08-20T21:20:18.6796325Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusticata-macros-4e928acf2364b351/lib-rusticata_macros.json' from root:root to runner:runner
2025-08-20T21:20:18.6797649Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusticata-macros-4e928acf2364b351/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6798721Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusticata-macros-4e928acf2364b351/dep-lib-rusticata_macros' from root:root to runner:runner
2025-08-20T21:20:18.6799739Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusticata-macros-4e928acf2364b351/lib-rusticata_macros' from root:root to runner:runner
2025-08-20T21:20:18.6800648Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusticata-macros-4e928acf2364b351' from root:root to runner:runner
2025-08-20T21:20:18.6801893Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6803306Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6804251Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-20T21:20:18.6805216Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/governor-1bd2647e80a24227/lib-governor.json' from root:root to runner:runner
2025-08-20T21:20:18.6806232Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/governor-1bd2647e80a24227/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6807168Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/governor-1bd2647e80a24227/lib-governor' from root:root to runner:runner
2025-08-20T21:20:18.6808123Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/governor-1bd2647e80a24227/dep-lib-governor' from root:root to runner:runner
2025-08-20T21:20:18.6809003Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/governor-1bd2647e80a24227' from root:root to runner:runner
2025-08-20T21:20:18.6809970Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/dep-lib-z32' from root:root to runner:runner
2025-08-20T21:20:18.6810907Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6811870Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/lib-z32.json' from root:root to runner:runner
2025-08-20T21:20:18.6812752Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/lib-z32' from root:root to runner:runner
2025-08-20T21:20:18.6813836Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99' from root:root to runner:runner
2025-08-20T21:20:18.6814807Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-48e2914d0f6cd654/lib-igd_next.json' from root:root to runner:runner
2025-08-20T21:20:18.6816155Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-48e2914d0f6cd654/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6817144Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-48e2914d0f6cd654/lib-igd_next' from root:root to runner:runner
2025-08-20T21:20:18.6818438Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-48e2914d0f6cd654/dep-lib-igd_next' from root:root to runner:runner
2025-08-20T21:20:18.6819356Z [00:09:12.734]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-48e2914d0f6cd654' from root:root to runner:runner
2025-08-20T21:20:18.6820382Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-fde08372c0b900d0/dep-lib-iroh_quinn_proto' from root:root to runner:runner
2025-08-20T21:20:18.6821450Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-fde08372c0b900d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6822453Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-fde08372c0b900d0/lib-iroh_quinn_proto' from root:root to runner:runner
2025-08-20T21:20:18.6824017Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-fde08372c0b900d0/lib-iroh_quinn_proto.json' from root:root to runner:runner
2025-08-20T21:20:18.6825851Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-fde08372c0b900d0' from root:root to runner:runner
2025-08-20T21:20:18.6827024Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-c2e9dd3e2e40f645/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6828194Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-c2e9dd3e2e40f645/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6829127Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-c2e9dd3e2e40f645' from root:root to runner:runner
2025-08-20T21:20:18.6830123Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-26e5dc6af9f272bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6831157Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-26e5dc6af9f272bd/dep-lib-icu_properties_data' from root:root to runner:runner
2025-08-20T21:20:18.6832185Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-26e5dc6af9f272bd/lib-icu_properties_data.json' from root:root to runner:runner
2025-08-20T21:20:18.6833511Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-26e5dc6af9f272bd/lib-icu_properties_data' from root:root to runner:runner
2025-08-20T21:20:18.6834449Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-26e5dc6af9f272bd' from root:root to runner:runner
2025-08-20T21:20:18.6835410Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/dep-lib-try_lock' from root:root to runner:runner
2025-08-20T21:20:18.6836401Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/lib-try_lock' from root:root to runner:runner
2025-08-20T21:20:18.6837357Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6838306Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/lib-try_lock.json' from root:root to runner:runner
2025-08-20T21:20:18.6839241Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305' from root:root to runner:runner
2025-08-20T21:20:18.6840228Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-e51a41140109962d/lib-icu_provider.json' from root:root to runner:runner
2025-08-20T21:20:18.6841196Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-e51a41140109962d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6842227Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-e51a41140109962d/dep-lib-icu_provider' from root:root to runner:runner
2025-08-20T21:20:18.6843428Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-e51a41140109962d/lib-icu_provider' from root:root to runner:runner
2025-08-20T21:20:18.6844332Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-e51a41140109962d' from root:root to runner:runner
2025-08-20T21:20:18.6845240Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-a334be260832c48b/lib-ipnet' from root:root to runner:runner
2025-08-20T21:20:18.6846171Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-a334be260832c48b/dep-lib-ipnet' from root:root to runner:runner
2025-08-20T21:20:18.6847174Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-a334be260832c48b/lib-ipnet.json' from root:root to runner:runner
2025-08-20T21:20:18.6848115Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-a334be260832c48b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6848991Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-a334be260832c48b' from root:root to runner:runner
2025-08-20T21:20:18.6850134Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6851203Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6852106Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-0f71418d8eb1fbfd' from root:root to runner:runner
2025-08-20T21:20:18.6853342Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-5d05948eb73fb380/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6854345Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-5d05948eb73fb380/lib-hmac_sha1' from root:root to runner:runner
2025-08-20T21:20:18.6855300Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-5d05948eb73fb380/lib-hmac_sha1.json' from root:root to runner:runner
2025-08-20T21:20:18.6856316Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-5d05948eb73fb380/dep-lib-hmac_sha1' from root:root to runner:runner
2025-08-20T21:20:18.6857199Z [00:09:12.735]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-5d05948eb73fb380' from root:root to runner:runner
2025-08-20T21:20:18.6858259Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6859291Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6860160Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208' from root:root to runner:runner
2025-08-20T21:20:18.6861186Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/lib-const_oid.json' from root:root to runner:runner
2025-08-20T21:20:18.6862141Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6863288Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/lib-const_oid' from root:root to runner:runner
2025-08-20T21:20:18.6864340Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/dep-lib-const_oid' from root:root to runner:runner
2025-08-20T21:20:18.6865222Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a' from root:root to runner:runner
2025-08-20T21:20:18.6866146Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-7b62e1b00e34b91b/dep-lib-uuid' from root:root to runner:runner
2025-08-20T21:20:18.6867128Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-7b62e1b00e34b91b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6868053Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-7b62e1b00e34b91b/lib-uuid.json' from root:root to runner:runner
2025-08-20T21:20:18.6868947Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-7b62e1b00e34b91b/lib-uuid' from root:root to runner:runner
2025-08-20T21:20:18.6869958Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-7b62e1b00e34b91b' from root:root to runner:runner
2025-08-20T21:20:18.6871088Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/lib-signature' from root:root to runner:runner
2025-08-20T21:20:18.6872059Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6873264Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/dep-lib-signature' from root:root to runner:runner
2025-08-20T21:20:18.6874238Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/lib-signature.json' from root:root to runner:runner
2025-08-20T21:20:18.6875312Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5' from root:root to runner:runner
2025-08-20T21:20:18.6876398Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-814b052032b77461/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6877366Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-814b052032b77461/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T21:20:18.6878381Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-814b052032b77461/lib-once_cell' from root:root to runner:runner
2025-08-20T21:20:18.6879334Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-814b052032b77461/lib-once_cell.json' from root:root to runner:runner
2025-08-20T21:20:18.6880212Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-814b052032b77461' from root:root to runner:runner
2025-08-20T21:20:18.6881229Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/lib-pin_utils.json' from root:root to runner:runner
2025-08-20T21:20:18.6882194Z [00:09:12.736]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6883328Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/lib-pin_utils' from root:root to runner:runner
2025-08-20T21:20:18.6884368Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/dep-lib-pin_utils' from root:root to runner:runner
2025-08-20T21:20:18.6885259Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677' from root:root to runner:runner
2025-08-20T21:20:18.6886213Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-f999888d2e91923d/dep-lib-n0_future' from root:root to runner:runner
2025-08-20T21:20:18.6887153Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-f999888d2e91923d/lib-n0_future' from root:root to runner:runner
2025-08-20T21:20:18.6888104Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-f999888d2e91923d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6889497Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-f999888d2e91923d/lib-n0_future.json' from root:root to runner:runner
2025-08-20T21:20:18.6890821Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-f999888d2e91923d' from root:root to runner:runner
2025-08-20T21:20:18.6892653Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6894825Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/lib-untrusted.json' from root:root to runner:runner
2025-08-20T21:20:18.6896625Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/dep-lib-untrusted' from root:root to runner:runner
2025-08-20T21:20:18.6898353Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/lib-untrusted' from root:root to runner:runner
2025-08-20T21:20:18.6899931Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0' from root:root to runner:runner
2025-08-20T21:20:18.6901178Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6902256Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.6903519Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-2640dfa1a0cd103b' from root:root to runner:runner
2025-08-20T21:20:18.6904595Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-285b49ce4ba2f87d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6905618Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-285b49ce4ba2f87d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6906478Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-285b49ce4ba2f87d' from root:root to runner:runner
2025-08-20T21:20:18.6907500Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-37a5af646113d63d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6908618Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-37a5af646113d63d/lib-quoted_string_parser' from root:root to runner:runner
2025-08-20T21:20:18.6909686Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-37a5af646113d63d/dep-lib-quoted_string_parser' from root:root to runner:runner
2025-08-20T21:20:18.6910745Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-37a5af646113d63d/lib-quoted_string_parser.json' from root:root to runner:runner
2025-08-20T21:20:18.6911747Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-37a5af646113d63d' from root:root to runner:runner
2025-08-20T21:20:18.6912720Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-url-d8de8b78b94ac2f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6913887Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-url-d8de8b78b94ac2f4/lib-base64_url' from root:root to runner:runner
2025-08-20T21:20:18.6914931Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-url-d8de8b78b94ac2f4/dep-lib-base64_url' from root:root to runner:runner
2025-08-20T21:20:18.6915916Z [00:09:12.737]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-url-d8de8b78b94ac2f4/lib-base64_url.json' from root:root to runner:runner
2025-08-20T21:20:18.6916800Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-url-d8de8b78b94ac2f4' from root:root to runner:runner
2025-08-20T21:20:18.6917796Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-aaf9a421e59ff624/dep-lib-fs_err' from root:root to runner:runner
2025-08-20T21:20:18.6918744Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-aaf9a421e59ff624/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6919676Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-aaf9a421e59ff624/lib-fs_err.json' from root:root to runner:runner
2025-08-20T21:20:18.6920593Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-aaf9a421e59ff624/lib-fs_err' from root:root to runner:runner
2025-08-20T21:20:18.6921456Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-aaf9a421e59ff624' from root:root to runner:runner
2025-08-20T21:20:18.6922448Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/lib-socket2' from root:root to runner:runner
2025-08-20T21:20:18.6923583Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6924539Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/dep-lib-socket2' from root:root to runner:runner
2025-08-20T21:20:18.6925552Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/lib-socket2.json' from root:root to runner:runner
2025-08-20T21:20:18.6926430Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe' from root:root to runner:runner
2025-08-20T21:20:18.6927543Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-36addb412a393a1e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6928669Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-36addb412a393a1e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6929597Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-36addb412a393a1e' from root:root to runner:runner
2025-08-20T21:20:18.6930622Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-90e1bbf2a32433d3/lib-netlink_packet_core' from root:root to runner:runner
2025-08-20T21:20:18.6931690Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-90e1bbf2a32433d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6932751Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-90e1bbf2a32433d3/lib-netlink_packet_core.json' from root:root to runner:runner
2025-08-20T21:20:18.6934091Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-90e1bbf2a32433d3/dep-lib-netlink_packet_core' from root:root to runner:runner
2025-08-20T21:20:18.6935037Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-90e1bbf2a32433d3' from root:root to runner:runner
2025-08-20T21:20:18.6936134Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-41990debd242f9f0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6937287Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-41990debd242f9f0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6938211Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-41990debd242f9f0' from root:root to runner:runner
2025-08-20T21:20:18.6939135Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-d1532eacab8be3af/dep-lib-serde' from root:root to runner:runner
2025-08-20T21:20:18.6940123Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-d1532eacab8be3af/lib-serde.json' from root:root to runner:runner
2025-08-20T21:20:18.6941060Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-d1532eacab8be3af/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6941967Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-d1532eacab8be3af/lib-serde' from root:root to runner:runner
2025-08-20T21:20:18.6942890Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-d1532eacab8be3af' from root:root to runner:runner
2025-08-20T21:20:18.6944309Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-9ea89ee71de6e700/lib-serde_json' from root:root to runner:runner
2025-08-20T21:20:18.6945367Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-9ea89ee71de6e700/lib-serde_json.json' from root:root to runner:runner
2025-08-20T21:20:18.6946327Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-9ea89ee71de6e700/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6947295Z [00:09:12.738]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-9ea89ee71de6e700/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T21:20:18.6948167Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-9ea89ee71de6e700' from root:root to runner:runner
2025-08-20T21:20:18.6949119Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/lib-futures_io' from root:root to runner:runner
2025-08-20T21:20:18.6950096Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/lib-futures_io.json' from root:root to runner:runner
2025-08-20T21:20:18.6951130Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/dep-lib-futures_io' from root:root to runner:runner
2025-08-20T21:20:18.6952098Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6953179Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc' from root:root to runner:runner
2025-08-20T21:20:18.6954363Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-9e8525a40d20e4d5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.6955398Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-9e8525a40d20e4d5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.6956263Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-9e8525a40d20e4d5' from root:root to runner:runner
2025-08-20T21:20:18.6957307Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-3610075b05a4d6b5/lib-rustc_demangle' from root:root to runner:runner
2025-08-20T21:20:18.6958292Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-3610075b05a4d6b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6959341Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-3610075b05a4d6b5/dep-lib-rustc_demangle' from root:root to runner:runner
2025-08-20T21:20:18.6960347Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-3610075b05a4d6b5/lib-rustc_demangle.json' from root:root to runner:runner
2025-08-20T21:20:18.6961261Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-3610075b05a4d6b5' from root:root to runner:runner
2025-08-20T21:20:18.6962187Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/lib-redb.json' from root:root to runner:runner
2025-08-20T21:20:18.6963388Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6964303Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/lib-redb' from root:root to runner:runner
2025-08-20T21:20:18.6965704Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/dep-lib-redb' from root:root to runner:runner
2025-08-20T21:20:18.6967139Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a' from root:root to runner:runner
2025-08-20T21:20:18.6969114Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-d5d39313a1c80774/lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T21:20:18.6971181Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-d5d39313a1c80774/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6973360Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-d5d39313a1c80774/lib-tracing_subscriber.json' from root:root to runner:runner
2025-08-20T21:20:18.6975274Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-d5d39313a1c80774/dep-lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T21:20:18.6976600Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-d5d39313a1c80774' from root:root to runner:runner
2025-08-20T21:20:18.6977549Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-3b50e6e6f370b682/lib-chrono' from root:root to runner:runner
2025-08-20T21:20:18.6978575Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-3b50e6e6f370b682/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6979518Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-3b50e6e6f370b682/lib-chrono.json' from root:root to runner:runner
2025-08-20T21:20:18.6980454Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-3b50e6e6f370b682/dep-lib-chrono' from root:root to runner:runner
2025-08-20T21:20:18.6981324Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-3b50e6e6f370b682' from root:root to runner:runner
2025-08-20T21:20:18.6982300Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-compat-5327d45b53629405/lib-no_std_compat' from root:root to runner:runner
2025-08-20T21:20:18.6983599Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-compat-5327d45b53629405/dep-lib-no_std_compat' from root:root to runner:runner
2025-08-20T21:20:18.6984675Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-compat-5327d45b53629405/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6985672Z [00:09:12.739]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-compat-5327d45b53629405/lib-no_std_compat.json' from root:root to runner:runner
2025-08-20T21:20:18.6986577Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-compat-5327d45b53629405' from root:root to runner:runner
2025-08-20T21:20:18.6987609Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8f813d817ddda9c3/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T21:20:18.6988577Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8f813d817ddda9c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6989555Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8f813d817ddda9c3/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T21:20:18.6990609Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8f813d817ddda9c3/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T21:20:18.6991527Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8f813d817ddda9c3' from root:root to runner:runner
2025-08-20T21:20:18.6992597Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-7d5e0eb37a8f3898/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.6993801Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-7d5e0eb37a8f3898/lib-tracing_log.json' from root:root to runner:runner
2025-08-20T21:20:18.6994776Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-7d5e0eb37a8f3898/lib-tracing_log' from root:root to runner:runner
2025-08-20T21:20:18.6995746Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-7d5e0eb37a8f3898/dep-lib-tracing_log' from root:root to runner:runner
2025-08-20T21:20:18.6996645Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-7d5e0eb37a8f3898' from root:root to runner:runner
2025-08-20T21:20:18.6997628Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-489cf9526ba80302/lib-hickory_proto' from root:root to runner:runner
2025-08-20T21:20:18.6998709Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-489cf9526ba80302/lib-hickory_proto.json' from root:root to runner:runner
2025-08-20T21:20:18.6999694Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-489cf9526ba80302/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7000681Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-489cf9526ba80302/dep-lib-hickory_proto' from root:root to runner:runner
2025-08-20T21:20:18.7001639Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-489cf9526ba80302' from root:root to runner:runner
2025-08-20T21:20:18.7002610Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-94914e9337f6129c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7003907Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-94914e9337f6129c/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:20:18.7004987Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-94914e9337f6129c/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:20:18.7005984Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-94914e9337f6129c/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:20:18.7006943Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-94914e9337f6129c' from root:root to runner:runner
2025-08-20T21:20:18.7007854Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-0ac510a99cd50cc1/lib-flume' from root:root to runner:runner
2025-08-20T21:20:18.7008782Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-0ac510a99cd50cc1/dep-lib-flume' from root:root to runner:runner
2025-08-20T21:20:18.7009720Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-0ac510a99cd50cc1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7010651Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-0ac510a99cd50cc1/lib-flume.json' from root:root to runner:runner
2025-08-20T21:20:18.7011523Z [00:09:12.740]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-0ac510a99cd50cc1' from root:root to runner:runner
2025-08-20T21:20:18.7012645Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7014183Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7015225Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T21:20:18.7016148Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/dep-lib-md5' from root:root to runner:runner
2025-08-20T21:20:18.7017042Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/lib-md5' from root:root to runner:runner
2025-08-20T21:20:18.7017979Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7018951Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/lib-md5.json' from root:root to runner:runner
2025-08-20T21:20:18.7019809Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c' from root:root to runner:runner
2025-08-20T21:20:18.7020935Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7021955Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7022821Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-455fd002e397c5b5' from root:root to runner:runner
2025-08-20T21:20:18.7024180Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-ee7708eddc862b04/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-20T21:20:18.7025198Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-ee7708eddc862b04/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7026323Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-ee7708eddc862b04/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T21:20:18.7027344Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-ee7708eddc862b04/lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T21:20:18.7028274Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-ee7708eddc862b04' from root:root to runner:runner
2025-08-20T21:20:18.7029346Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-588e0c716b0f8737/lib-universal_hash.json' from root:root to runner:runner
2025-08-20T21:20:18.7030326Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-588e0c716b0f8737/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7031334Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-588e0c716b0f8737/dep-lib-universal_hash' from root:root to runner:runner
2025-08-20T21:20:18.7032365Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-588e0c716b0f8737/lib-universal_hash' from root:root to runner:runner
2025-08-20T21:20:18.7033497Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-588e0c716b0f8737' from root:root to runner:runner
2025-08-20T21:20:18.7034490Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/dep-lib-tower_layer' from root:root to runner:runner
2025-08-20T21:20:18.7035529Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7036496Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/lib-tower_layer' from root:root to runner:runner
2025-08-20T21:20:18.7037465Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/lib-tower_layer.json' from root:root to runner:runner
2025-08-20T21:20:18.7038361Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca' from root:root to runner:runner
2025-08-20T21:20:18.7039301Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/lib-subtle.json' from root:root to runner:runner
2025-08-20T21:20:18.7040711Z [00:09:12.741]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7042199Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/dep-lib-subtle' from root:root to runner:runner
2025-08-20T21:20:18.7044157Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/lib-subtle' from root:root to runner:runner
2025-08-20T21:20:18.7045966Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466' from root:root to runner:runner
2025-08-20T21:20:18.7047810Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3edb310f2ff9d695/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T21:20:18.7049616Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3edb310f2ff9d695/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7051193Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3edb310f2ff9d695/lib-webpki_roots' from root:root to runner:runner
2025-08-20T21:20:18.7052235Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3edb310f2ff9d695/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T21:20:18.7053380Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3edb310f2ff9d695' from root:root to runner:runner
2025-08-20T21:20:18.7054449Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-78a2ed794e28c4e7/dep-lib-memchr' from root:root to runner:runner
2025-08-20T21:20:18.7055400Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-78a2ed794e28c4e7/lib-memchr.json' from root:root to runner:runner
2025-08-20T21:20:18.7056340Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-78a2ed794e28c4e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7057257Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-78a2ed794e28c4e7/lib-memchr' from root:root to runner:runner
2025-08-20T21:20:18.7058124Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-78a2ed794e28c4e7' from root:root to runner:runner
2025-08-20T21:20:18.7059200Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/dep-lib-futures_channel' from root:root to runner:runner
2025-08-20T21:20:18.7060222Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/lib-futures_channel.json' from root:root to runner:runner
2025-08-20T21:20:18.7061215Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7062266Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/lib-futures_channel' from root:root to runner:runner
2025-08-20T21:20:18.7063410Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e' from root:root to runner:runner
2025-08-20T21:20:18.7064361Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-966d5ed1362e7fa5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7065330Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-966d5ed1362e7fa5/lib-http' from root:root to runner:runner
2025-08-20T21:20:18.7066253Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-966d5ed1362e7fa5/dep-lib-http' from root:root to runner:runner
2025-08-20T21:20:18.7067166Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-966d5ed1362e7fa5/lib-http.json' from root:root to runner:runner
2025-08-20T21:20:18.7068079Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-966d5ed1362e7fa5' from root:root to runner:runner
2025-08-20T21:20:18.7069094Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T21:20:18.7070086Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7071091Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T21:20:18.7072090Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T21:20:18.7073388Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670' from root:root to runner:runner
2025-08-20T21:20:18.7074377Z [00:09:12.742]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/dep-lib-termcolor' from root:root to runner:runner
2025-08-20T21:20:18.7075345Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/lib-termcolor.json' from root:root to runner:runner
2025-08-20T21:20:18.7076303Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7077248Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/lib-termcolor' from root:root to runner:runner
2025-08-20T21:20:18.7078123Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56' from root:root to runner:runner
2025-08-20T21:20:18.7079053Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-1c1217315af6667b/lib-stun_rs' from root:root to runner:runner
2025-08-20T21:20:18.7080071Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-1c1217315af6667b/lib-stun_rs.json' from root:root to runner:runner
2025-08-20T21:20:18.7081027Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-1c1217315af6667b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7082014Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-1c1217315af6667b/dep-lib-stun_rs' from root:root to runner:runner
2025-08-20T21:20:18.7082883Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-1c1217315af6667b' from root:root to runner:runner
2025-08-20T21:20:18.7084164Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-4c64520dd234ddfa/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7085196Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-4c64520dd234ddfa/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7086054Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-4c64520dd234ddfa' from root:root to runner:runner
2025-08-20T21:20:18.7087149Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-6b9e3de667c4e00a/lib-chacha20' from root:root to runner:runner
2025-08-20T21:20:18.7088103Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-6b9e3de667c4e00a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7089052Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-6b9e3de667c4e00a/dep-lib-chacha20' from root:root to runner:runner
2025-08-20T21:20:18.7090003Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-6b9e3de667c4e00a/lib-chacha20.json' from root:root to runner:runner
2025-08-20T21:20:18.7090883Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-6b9e3de667c4e00a' from root:root to runner:runner
2025-08-20T21:20:18.7091827Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-13c7a68134b642c2/dep-lib-typenum' from root:root to runner:runner
2025-08-20T21:20:18.7092751Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-13c7a68134b642c2/lib-typenum' from root:root to runner:runner
2025-08-20T21:20:18.7093986Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-13c7a68134b642c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7094942Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-13c7a68134b642c2/lib-typenum.json' from root:root to runner:runner
2025-08-20T21:20:18.7095880Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-13c7a68134b642c2' from root:root to runner:runner
2025-08-20T21:20:18.7096823Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T21:20:18.7097769Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7098690Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T21:20:18.7099619Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T21:20:18.7100544Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T21:20:18.7101696Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-66aa5a5106484d6a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7102777Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-66aa5a5106484d6a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7103922Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-66aa5a5106484d6a' from root:root to runner:runner
2025-08-20T21:20:18.7104943Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-2cf11b7410935c69/dep-lib-curve25519_dalek' from root:root to runner:runner
2025-08-20T21:20:18.7105942Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-2cf11b7410935c69/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7107041Z [00:09:12.743]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-2cf11b7410935c69/lib-curve25519_dalek' from root:root to runner:runner
2025-08-20T21:20:18.7108080Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-2cf11b7410935c69/lib-curve25519_dalek.json' from root:root to runner:runner
2025-08-20T21:20:18.7108991Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-2cf11b7410935c69' from root:root to runner:runner
2025-08-20T21:20:18.7109988Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7110966Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7111919Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7112884Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7114310Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20' from root:root to runner:runner
2025-08-20T21:20:18.7115812Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-4e699ae71a440dfa/dep-lib-toml' from root:root to runner:runner
2025-08-20T21:20:18.7117558Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-4e699ae71a440dfa/lib-toml' from root:root to runner:runner
2025-08-20T21:20:18.7119334Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-4e699ae71a440dfa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7121048Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-4e699ae71a440dfa/lib-toml.json' from root:root to runner:runner
2025-08-20T21:20:18.7122635Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-4e699ae71a440dfa' from root:root to runner:runner
2025-08-20T21:20:18.7124516Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-b658eb0372a3d785/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7125488Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-b658eb0372a3d785/lib-http' from root:root to runner:runner
2025-08-20T21:20:18.7126549Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-b658eb0372a3d785/dep-lib-http' from root:root to runner:runner
2025-08-20T21:20:18.7127492Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-b658eb0372a3d785/lib-http.json' from root:root to runner:runner
2025-08-20T21:20:18.7128413Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-b658eb0372a3d785' from root:root to runner:runner
2025-08-20T21:20:18.7129367Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7130308Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/dep-lib-hash32' from root:root to runner:runner
2025-08-20T21:20:18.7131214Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/lib-hash32' from root:root to runner:runner
2025-08-20T21:20:18.7132150Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/lib-hash32.json' from root:root to runner:runner
2025-08-20T21:20:18.7133386Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd' from root:root to runner:runner
2025-08-20T21:20:18.7134634Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-1047870679186adb/lib-ntimestamp.json' from root:root to runner:runner
2025-08-20T21:20:18.7135624Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-1047870679186adb/dep-lib-ntimestamp' from root:root to runner:runner
2025-08-20T21:20:18.7136582Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-1047870679186adb/lib-ntimestamp' from root:root to runner:runner
2025-08-20T21:20:18.7137555Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-1047870679186adb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7138435Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-1047870679186adb' from root:root to runner:runner
2025-08-20T21:20:18.7139385Z [00:09:12.744]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-2c68a58bdef7dbf1/lib-crypto_box' from root:root to runner:runner
2025-08-20T21:20:18.7140401Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-2c68a58bdef7dbf1/dep-lib-crypto_box' from root:root to runner:runner
2025-08-20T21:20:18.7141365Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-2c68a58bdef7dbf1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7142380Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-2c68a58bdef7dbf1/lib-crypto_box.json' from root:root to runner:runner
2025-08-20T21:20:18.7143510Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-2c68a58bdef7dbf1' from root:root to runner:runner
2025-08-20T21:20:18.7144520Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-6d12c7e6423b6742/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:20:18.7145477Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-6d12c7e6423b6742/lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:20:18.7146450Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-6d12c7e6423b6742/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7147518Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-6d12c7e6423b6742/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T21:20:18.7148479Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-6d12c7e6423b6742' from root:root to runner:runner
2025-08-20T21:20:18.7149493Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/lib-openssl_probe' from root:root to runner:runner
2025-08-20T21:20:18.7150492Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/dep-lib-openssl_probe' from root:root to runner:runner
2025-08-20T21:20:18.7151478Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7152469Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/lib-openssl_probe.json' from root:root to runner:runner
2025-08-20T21:20:18.7153589Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06' from root:root to runner:runner
2025-08-20T21:20:18.7154695Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-e83780988e2dbfcf/dep-lib-idna_adapter' from root:root to runner:runner
2025-08-20T21:20:18.7155672Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-e83780988e2dbfcf/lib-idna_adapter' from root:root to runner:runner
2025-08-20T21:20:18.7156700Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-e83780988e2dbfcf/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7157675Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-e83780988e2dbfcf/lib-idna_adapter.json' from root:root to runner:runner
2025-08-20T21:20:18.7158575Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-e83780988e2dbfcf' from root:root to runner:runner
2025-08-20T21:20:18.7159594Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-3ec6bd66974baafa/dep-lib-color_backtrace' from root:root to runner:runner
2025-08-20T21:20:18.7160582Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-3ec6bd66974baafa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7161714Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-3ec6bd66974baafa/lib-color_backtrace.json' from root:root to runner:runner
2025-08-20T21:20:18.7162704Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-3ec6bd66974baafa/lib-color_backtrace' from root:root to runner:runner
2025-08-20T21:20:18.7163956Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-3ec6bd66974baafa' from root:root to runner:runner
2025-08-20T21:20:18.7164946Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-742648c5058bb15c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7165873Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-742648c5058bb15c/bin-bulk' from root:root to runner:runner
2025-08-20T21:20:18.7166819Z [00:09:12.745]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-742648c5058bb15c/bin-bulk.json' from root:root to runner:runner
2025-08-20T21:20:18.7167758Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-742648c5058bb15c/dep-bin-bulk' from root:root to runner:runner
2025-08-20T21:20:18.7168722Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-742648c5058bb15c' from root:root to runner:runner
2025-08-20T21:20:18.7169690Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0a2db152d85704c5/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T21:20:18.7170705Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0a2db152d85704c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7171651Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0a2db152d85704c5/lib-getrandom' from root:root to runner:runner
2025-08-20T21:20:18.7172612Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0a2db152d85704c5/lib-getrandom.json' from root:root to runner:runner
2025-08-20T21:20:18.7173967Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0a2db152d85704c5' from root:root to runner:runner
2025-08-20T21:20:18.7174948Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mainline-2222c868613dab41/lib-mainline.json' from root:root to runner:runner
2025-08-20T21:20:18.7176018Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mainline-2222c868613dab41/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7177014Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mainline-2222c868613dab41/lib-mainline' from root:root to runner:runner
2025-08-20T21:20:18.7177969Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mainline-2222c868613dab41/dep-lib-mainline' from root:root to runner:runner
2025-08-20T21:20:18.7178850Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mainline-2222c868613dab41' from root:root to runner:runner
2025-08-20T21:20:18.7179829Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7180812Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T21:20:18.7181997Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/lib-futures_core' from root:root to runner:runner
2025-08-20T21:20:18.7183586Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/lib-futures_core.json' from root:root to runner:runner
2025-08-20T21:20:18.7184783Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147' from root:root to runner:runner
2025-08-20T21:20:18.7185958Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7186986Z [00:09:12.746]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7187984Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7189140Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7190606Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5' from root:root to runner:runner
2025-08-20T21:20:18.7192446Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7193785Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/lib-linked_hash_map' from root:root to runner:runner
2025-08-20T21:20:18.7194816Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/lib-linked_hash_map.json' from root:root to runner:runner
2025-08-20T21:20:18.7195829Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/dep-lib-linked_hash_map' from root:root to runner:runner
2025-08-20T21:20:18.7196742Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569' from root:root to runner:runner
2025-08-20T21:20:18.7197701Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-21edd56883f084c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7198733Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-21edd56883f084c8/lib-bitflags.json' from root:root to runner:runner
2025-08-20T21:20:18.7199678Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-21edd56883f084c8/lib-bitflags' from root:root to runner:runner
2025-08-20T21:20:18.7200630Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-21edd56883f084c8/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T21:20:18.7201569Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-21edd56883f084c8' from root:root to runner:runner
2025-08-20T21:20:18.7202490Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-9667a3b66098ab5b/lib-spin.json' from root:root to runner:runner
2025-08-20T21:20:18.7203620Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-9667a3b66098ab5b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7204524Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-9667a3b66098ab5b/lib-spin' from root:root to runner:runner
2025-08-20T21:20:18.7205437Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-9667a3b66098ab5b/dep-lib-spin' from root:root to runner:runner
2025-08-20T21:20:18.7206390Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-9667a3b66098ab5b' from root:root to runner:runner
2025-08-20T21:20:18.7207414Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-1f435225ef531318/lib-toml_writer.json' from root:root to runner:runner
2025-08-20T21:20:18.7208371Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-1f435225ef531318/lib-toml_writer' from root:root to runner:runner
2025-08-20T21:20:18.7209332Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-1f435225ef531318/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7210296Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-1f435225ef531318/dep-lib-toml_writer' from root:root to runner:runner
2025-08-20T21:20:18.7211174Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-1f435225ef531318' from root:root to runner:runner
2025-08-20T21:20:18.7212090Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-97ed1bdc94e43430/lib-axum.json' from root:root to runner:runner
2025-08-20T21:20:18.7213271Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-97ed1bdc94e43430/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7214181Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-97ed1bdc94e43430/lib-axum' from root:root to runner:runner
2025-08-20T21:20:18.7215152Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-97ed1bdc94e43430/dep-lib-axum' from root:root to runner:runner
2025-08-20T21:20:18.7216006Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-97ed1bdc94e43430' from root:root to runner:runner
2025-08-20T21:20:18.7217013Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-89d384dbd67034f3/lib-netlink_proto.json' from root:root to runner:runner
2025-08-20T21:20:18.7217990Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-89d384dbd67034f3/lib-netlink_proto' from root:root to runner:runner
2025-08-20T21:20:18.7218977Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-89d384dbd67034f3/dep-lib-netlink_proto' from root:root to runner:runner
2025-08-20T21:20:18.7220011Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-89d384dbd67034f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7220998Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-89d384dbd67034f3' from root:root to runner:runner
2025-08-20T21:20:18.7221945Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-4225e20aae5b41a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7222899Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-4225e20aae5b41a5/dep-lib-itoa' from root:root to runner:runner
2025-08-20T21:20:18.7224183Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-4225e20aae5b41a5/lib-itoa.json' from root:root to runner:runner
2025-08-20T21:20:18.7225111Z [00:09:12.747]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-4225e20aae5b41a5/lib-itoa' from root:root to runner:runner
2025-08-20T21:20:18.7225992Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-4225e20aae5b41a5' from root:root to runner:runner
2025-08-20T21:20:18.7226979Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-5278a82d10af6267/dep-lib-http_body' from root:root to runner:runner
2025-08-20T21:20:18.7227942Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-5278a82d10af6267/lib-http_body.json' from root:root to runner:runner
2025-08-20T21:20:18.7229002Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-5278a82d10af6267/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7229944Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-5278a82d10af6267/lib-http_body' from root:root to runner:runner
2025-08-20T21:20:18.7230821Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-5278a82d10af6267' from root:root to runner:runner
2025-08-20T21:20:18.7231742Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-c8e4d08db3244035/lib-xml.json' from root:root to runner:runner
2025-08-20T21:20:18.7232653Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-c8e4d08db3244035/dep-lib-xml' from root:root to runner:runner
2025-08-20T21:20:18.7234013Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-c8e4d08db3244035/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7235015Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-c8e4d08db3244035/lib-xml' from root:root to runner:runner
2025-08-20T21:20:18.7235894Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-c8e4d08db3244035' from root:root to runner:runner
2025-08-20T21:20:18.7236818Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/dep-lib-want' from root:root to runner:runner
2025-08-20T21:20:18.7237802Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/lib-want.json' from root:root to runner:runner
2025-08-20T21:20:18.7238744Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7239639Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/lib-want' from root:root to runner:runner
2025-08-20T21:20:18.7240501Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec' from root:root to runner:runner
2025-08-20T21:20:18.7241532Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-d8fd778839412d9d/dep-lib-futures_buffered' from root:root to runner:runner
2025-08-20T21:20:18.7242706Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-d8fd778839412d9d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7244423Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-d8fd778839412d9d/lib-futures_buffered' from root:root to runner:runner
2025-08-20T21:20:18.7245536Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-d8fd778839412d9d/lib-futures_buffered.json' from root:root to runner:runner
2025-08-20T21:20:18.7246735Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-d8fd778839412d9d' from root:root to runner:runner
2025-08-20T21:20:18.7247869Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-1ccfb54a280c489c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7249023Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-1ccfb54a280c489c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7249981Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-1ccfb54a280c489c' from root:root to runner:runner
2025-08-20T21:20:18.7251124Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7252333Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7253516Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7' from root:root to runner:runner
2025-08-20T21:20:18.7254521Z [00:09:12.748]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-8bfcb9115c36cc8b/lib-iroh_bench' from root:root to runner:runner
2025-08-20T21:20:18.7255500Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-8bfcb9115c36cc8b/lib-iroh_bench.json' from root:root to runner:runner
2025-08-20T21:20:18.7256469Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-8bfcb9115c36cc8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7257437Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-8bfcb9115c36cc8b/dep-lib-iroh_bench' from root:root to runner:runner
2025-08-20T21:20:18.7258410Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-8bfcb9115c36cc8b' from root:root to runner:runner
2025-08-20T21:20:18.7259313Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-5ae59ed32c17bb7c/lib-idna' from root:root to runner:runner
2025-08-20T21:20:18.7260258Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-5ae59ed32c17bb7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7261170Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-5ae59ed32c17bb7c/lib-idna.json' from root:root to runner:runner
2025-08-20T21:20:18.7262090Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-5ae59ed32c17bb7c/dep-lib-idna' from root:root to runner:runner
2025-08-20T21:20:18.7263290Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-5ae59ed32c17bb7c' from root:root to runner:runner
2025-08-20T21:20:18.7264434Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/lib-powerfmt' from root:root to runner:runner
2025-08-20T21:20:18.7265409Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/dep-lib-powerfmt' from root:root to runner:runner
2025-08-20T21:20:18.7266944Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7267974Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/lib-powerfmt.json' from root:root to runner:runner
2025-08-20T21:20:18.7269093Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a' from root:root to runner:runner
2025-08-20T21:20:18.7270189Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7271240Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7272129Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T21:20:18.7273471Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a044d05216782401/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7274519Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a044d05216782401/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7275635Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a044d05216782401' from root:root to runner:runner
2025-08-20T21:20:18.7277357Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-69e3e0c9d8fb3dc6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7278359Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-69e3e0c9d8fb3dc6/lib-webpki' from root:root to runner:runner
2025-08-20T21:20:18.7279461Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-69e3e0c9d8fb3dc6/dep-lib-webpki' from root:root to runner:runner
2025-08-20T21:20:18.7280490Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-69e3e0c9d8fb3dc6/lib-webpki.json' from root:root to runner:runner
2025-08-20T21:20:18.7281412Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-69e3e0c9d8fb3dc6' from root:root to runner:runner
2025-08-20T21:20:18.7282405Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7283597Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/lib-tagptr' from root:root to runner:runner
2025-08-20T21:20:18.7284542Z [00:09:12.749]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/lib-tagptr.json' from root:root to runner:runner
2025-08-20T21:20:18.7285566Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/dep-lib-tagptr' from root:root to runner:runner
2025-08-20T21:20:18.7286442Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0' from root:root to runner:runner
2025-08-20T21:20:18.7287383Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-524b80e87b224db7/dep-lib-ed25519' from root:root to runner:runner
2025-08-20T21:20:18.7288332Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-524b80e87b224db7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7289249Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-524b80e87b224db7/lib-ed25519' from root:root to runner:runner
2025-08-20T21:20:18.7290245Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-524b80e87b224db7/lib-ed25519.json' from root:root to runner:runner
2025-08-20T21:20:18.7291120Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-524b80e87b224db7' from root:root to runner:runner
2025-08-20T21:20:18.7292058Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-92e3bb9db962aec2/lib-n0_snafu' from root:root to runner:runner
2025-08-20T21:20:18.7293254Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-92e3bb9db962aec2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7294209Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-92e3bb9db962aec2/lib-n0_snafu.json' from root:root to runner:runner
2025-08-20T21:20:18.7295154Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-92e3bb9db962aec2/dep-lib-n0_snafu' from root:root to runner:runner
2025-08-20T21:20:18.7296023Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-92e3bb9db962aec2' from root:root to runner:runner
2025-08-20T21:20:18.7297048Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T21:20:18.7298004Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7298988Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/lib-fastrand' from root:root to runner:runner
2025-08-20T21:20:18.7299944Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/lib-fastrand.json' from root:root to runner:runner
2025-08-20T21:20:18.7300820Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb' from root:root to runner:runner
2025-08-20T21:20:18.7301776Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-b43a7ab7e2706ca2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7302724Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-b43a7ab7e2706ca2/dep-lib-poly1305' from root:root to runner:runner
2025-08-20T21:20:18.7303927Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-b43a7ab7e2706ca2/lib-poly1305.json' from root:root to runner:runner
2025-08-20T21:20:18.7304952Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-b43a7ab7e2706ca2/lib-poly1305' from root:root to runner:runner
2025-08-20T21:20:18.7305832Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-b43a7ab7e2706ca2' from root:root to runner:runner
2025-08-20T21:20:18.7306747Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/lib-gimli' from root:root to runner:runner
2025-08-20T21:20:18.7307736Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/dep-lib-gimli' from root:root to runner:runner
2025-08-20T21:20:18.7308668Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7309595Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/lib-gimli.json' from root:root to runner:runner
2025-08-20T21:20:18.7310510Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0' from root:root to runner:runner
2025-08-20T21:20:18.7311535Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/lib-critical_section' from root:root to runner:runner
2025-08-20T21:20:18.7312606Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/lib-critical_section.json' from root:root to runner:runner
2025-08-20T21:20:18.7313882Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7314924Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/dep-lib-critical_section' from root:root to runner:runner
2025-08-20T21:20:18.7315835Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4' from root:root to runner:runner
2025-08-20T21:20:18.7316796Z [00:09:12.750]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-f1665d6af11c357b/lib-httparse.json' from root:root to runner:runner
2025-08-20T21:20:18.7317733Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-f1665d6af11c357b/lib-httparse' from root:root to runner:runner
2025-08-20T21:20:18.7318762Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-f1665d6af11c357b/dep-lib-httparse' from root:root to runner:runner
2025-08-20T21:20:18.7319724Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-f1665d6af11c357b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7320599Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-f1665d6af11c357b' from root:root to runner:runner
2025-08-20T21:20:18.7321626Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-3ffef8f52e10bb6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7322579Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-3ffef8f52e10bb6b/lib-indexmap.json' from root:root to runner:runner
2025-08-20T21:20:18.7323836Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-3ffef8f52e10bb6b/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T21:20:18.7325090Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-3ffef8f52e10bb6b/lib-indexmap' from root:root to runner:runner
2025-08-20T21:20:18.7326015Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-3ffef8f52e10bb6b' from root:root to runner:runner
2025-08-20T21:20:18.7327071Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/dep-lib-rustc_hash' from root:root to runner:runner
2025-08-20T21:20:18.7328041Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7329042Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/lib-rustc_hash.json' from root:root to runner:runner
2025-08-20T21:20:18.7330169Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/lib-rustc_hash' from root:root to runner:runner
2025-08-20T21:20:18.7331064Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509' from root:root to runner:runner
2025-08-20T21:20:18.7332165Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7333596Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7334659Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-08976f83b9e129c1' from root:root to runner:runner
2025-08-20T21:20:18.7335616Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/raw-cpuid-87a8a348d3207916/lib-raw_cpuid' from root:root to runner:runner
2025-08-20T21:20:18.7336657Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/raw-cpuid-87a8a348d3207916/dep-lib-raw_cpuid' from root:root to runner:runner
2025-08-20T21:20:18.7337622Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/raw-cpuid-87a8a348d3207916/lib-raw_cpuid.json' from root:root to runner:runner
2025-08-20T21:20:18.7338576Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/raw-cpuid-87a8a348d3207916/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7339514Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/raw-cpuid-87a8a348d3207916' from root:root to runner:runner
2025-08-20T21:20:18.7340488Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-c1eb15b8a118d11e/dep-lib-surge_ping' from root:root to runner:runner
2025-08-20T21:20:18.7341508Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-c1eb15b8a118d11e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7342449Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-c1eb15b8a118d11e/lib-surge_ping' from root:root to runner:runner
2025-08-20T21:20:18.7344017Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-c1eb15b8a118d11e/lib-surge_ping.json' from root:root to runner:runner
2025-08-20T21:20:18.7345313Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-c1eb15b8a118d11e' from root:root to runner:runner
2025-08-20T21:20:18.7347288Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7349339Z [00:09:12.751]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7350957Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c589e3f086074e21' from root:root to runner:runner
2025-08-20T21:20:18.7352863Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/dep-lib-fallible_iterator' from root:root to runner:runner
2025-08-20T21:20:18.7355028Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7356086Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/lib-fallible_iterator' from root:root to runner:runner
2025-08-20T21:20:18.7357155Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/lib-fallible_iterator.json' from root:root to runner:runner
2025-08-20T21:20:18.7358177Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97' from root:root to runner:runner
2025-08-20T21:20:18.7359205Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-serde-237d91bac4d5a04e/lib-humantime_serde' from root:root to runner:runner
2025-08-20T21:20:18.7360227Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-serde-237d91bac4d5a04e/lib-humantime_serde.json' from root:root to runner:runner
2025-08-20T21:20:18.7361278Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-serde-237d91bac4d5a04e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7362298Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-serde-237d91bac4d5a04e/dep-lib-humantime_serde' from root:root to runner:runner
2025-08-20T21:20:18.7363533Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-serde-237d91bac4d5a04e' from root:root to runner:runner
2025-08-20T21:20:18.7364509Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-22c26254a8e8bf93/lib-futures.json' from root:root to runner:runner
2025-08-20T21:20:18.7365455Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-22c26254a8e8bf93/dep-lib-futures' from root:root to runner:runner
2025-08-20T21:20:18.7366486Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-22c26254a8e8bf93/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7367420Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-22c26254a8e8bf93/lib-futures' from root:root to runner:runner
2025-08-20T21:20:18.7368295Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-22c26254a8e8bf93' from root:root to runner:runner
2025-08-20T21:20:18.7369335Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693/dep-lib-iroh_relay' from root:root to runner:runner
2025-08-20T21:20:18.7370295Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7371261Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693/lib-iroh_relay.json' from root:root to runner:runner
2025-08-20T21:20:18.7372262Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693/lib-iroh_relay' from root:root to runner:runner
2025-08-20T21:20:18.7373450Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693/output-lib-iroh_relay' from root:root to runner:runner
2025-08-20T21:20:18.7374345Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693' from root:root to runner:runner
2025-08-20T21:20:18.7375386Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T21:20:18.7376343Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/lib-equivalent' from root:root to runner:runner
2025-08-20T21:20:18.7377309Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7378288Z [00:09:12.752]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/lib-equivalent.json' from root:root to runner:runner
2025-08-20T21:20:18.7379194Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986' from root:root to runner:runner
2025-08-20T21:20:18.7380231Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower_governor-4936fbe53635004e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7381229Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower_governor-4936fbe53635004e/dep-lib-tower_governor' from root:root to runner:runner
2025-08-20T21:20:18.7382210Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower_governor-4936fbe53635004e/lib-tower_governor' from root:root to runner:runner
2025-08-20T21:20:18.7383478Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower_governor-4936fbe53635004e/lib-tower_governor.json' from root:root to runner:runner
2025-08-20T21:20:18.7384391Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower_governor-4936fbe53635004e' from root:root to runner:runner
2025-08-20T21:20:18.7385343Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-9a5ff183a3f30af7/lib-n0_watcher' from root:root to runner:runner
2025-08-20T21:20:18.7386387Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-9a5ff183a3f30af7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7387361Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-9a5ff183a3f30af7/lib-n0_watcher.json' from root:root to runner:runner
2025-08-20T21:20:18.7388326Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-9a5ff183a3f30af7/dep-lib-n0_watcher' from root:root to runner:runner
2025-08-20T21:20:18.7389269Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-9a5ff183a3f30af7' from root:root to runner:runner
2025-08-20T21:20:18.7390207Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-c78d8f5c38837b1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7391107Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-c78d8f5c38837b1d/lib-sha1' from root:root to runner:runner
2025-08-20T21:20:18.7392029Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-c78d8f5c38837b1d/lib-sha1.json' from root:root to runner:runner
2025-08-20T21:20:18.7393112Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-c78d8f5c38837b1d/dep-lib-sha1' from root:root to runner:runner
2025-08-20T21:20:18.7394175Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-c78d8f5c38837b1d' from root:root to runner:runner
2025-08-20T21:20:18.7395112Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-77ce7efe53e8eb34/dep-lib-inout' from root:root to runner:runner
2025-08-20T21:20:18.7396067Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-77ce7efe53e8eb34/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7397059Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-77ce7efe53e8eb34/lib-inout.json' from root:root to runner:runner
2025-08-20T21:20:18.7397970Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-77ce7efe53e8eb34/lib-inout' from root:root to runner:runner
2025-08-20T21:20:18.7398835Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-77ce7efe53e8eb34' from root:root to runner:runner
2025-08-20T21:20:18.7399804Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-63c40da70f3fe75a/lib-block_buffer' from root:root to runner:runner
2025-08-20T21:20:18.7400836Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-63c40da70f3fe75a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7401822Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-63c40da70f3fe75a/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T21:20:18.7402859Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-63c40da70f3fe75a/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T21:20:18.7404191Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-63c40da70f3fe75a' from root:root to runner:runner
2025-08-20T21:20:18.7405170Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-5e5a5a0dd909f634/lib-num_integer' from root:root to runner:runner
2025-08-20T21:20:18.7406144Z [00:09:12.753]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-5e5a5a0dd909f634/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7407121Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-5e5a5a0dd909f634/lib-num_integer.json' from root:root to runner:runner
2025-08-20T21:20:18.7408172Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-5e5a5a0dd909f634/dep-lib-num_integer' from root:root to runner:runner
2025-08-20T21:20:18.7409066Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-5e5a5a0dd909f634' from root:root to runner:runner
2025-08-20T21:20:18.7409989Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow' from root:root to runner:runner
2025-08-20T21:20:18.7410997Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7411931Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/dep-lib-winnow' from root:root to runner:runner
2025-08-20T21:20:18.7412873Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow.json' from root:root to runner:runner
2025-08-20T21:20:18.7414044Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba' from root:root to runner:runner
2025-08-20T21:20:18.7415120Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-dbd20dc53d8c5b93/lib-icu_properties' from root:root to runner:runner
2025-08-20T21:20:18.7416127Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-dbd20dc53d8c5b93/lib-icu_properties.json' from root:root to runner:runner
2025-08-20T21:20:18.7417166Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-dbd20dc53d8c5b93/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7418167Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-dbd20dc53d8c5b93/dep-lib-icu_properties' from root:root to runner:runner
2025-08-20T21:20:18.7419066Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-dbd20dc53d8c5b93' from root:root to runner:runner
2025-08-20T21:20:18.7420056Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/lib-allocator_api2' from root:root to runner:runner
2025-08-20T21:20:18.7421221Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7422774Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T21:20:18.7424809Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T21:20:18.7426543Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6' from root:root to runner:runner
2025-08-20T21:20:18.7428455Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-a120ce9a7ee20f78/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7430192Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-a120ce9a7ee20f78/lib-hyper.json' from root:root to runner:runner
2025-08-20T21:20:18.7431908Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-a120ce9a7ee20f78/dep-lib-hyper' from root:root to runner:runner
2025-08-20T21:20:18.7433611Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-a120ce9a7ee20f78/lib-hyper' from root:root to runner:runner
2025-08-20T21:20:18.7434570Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-a120ce9a7ee20f78' from root:root to runner:runner
2025-08-20T21:20:18.7435575Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-e125ba1945580cae/dep-lib-async_compat' from root:root to runner:runner
2025-08-20T21:20:18.7436625Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-e125ba1945580cae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7437606Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-e125ba1945580cae/lib-async_compat' from root:root to runner:runner
2025-08-20T21:20:18.7438588Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-e125ba1945580cae/lib-async_compat.json' from root:root to runner:runner
2025-08-20T21:20:18.7439490Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-e125ba1945580cae' from root:root to runner:runner
2025-08-20T21:20:18.7440574Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-1b0da5bc268064ea/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7441682Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-1b0da5bc268064ea/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7442579Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-1b0da5bc268064ea' from root:root to runner:runner
2025-08-20T21:20:18.7443805Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-5640244c14546d21/dep-lib-iroh_quinn_udp' from root:root to runner:runner
2025-08-20T21:20:18.7444889Z [00:09:12.754]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-5640244c14546d21/lib-iroh_quinn_udp' from root:root to runner:runner
2025-08-20T21:20:18.7445868Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-5640244c14546d21/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7446867Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-5640244c14546d21/lib-iroh_quinn_udp.json' from root:root to runner:runner
2025-08-20T21:20:18.7447834Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-5640244c14546d21' from root:root to runner:runner
2025-08-20T21:20:18.7448867Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T21:20:18.7449873Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7451005Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T21:20:18.7452050Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T21:20:18.7453181Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T21:20:18.7454156Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-eddf530cce81f2e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7455143Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-eddf530cce81f2e1/dep-lib-tinystr' from root:root to runner:runner
2025-08-20T21:20:18.7456158Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-eddf530cce81f2e1/lib-tinystr.json' from root:root to runner:runner
2025-08-20T21:20:18.7457092Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-eddf530cce81f2e1/lib-tinystr' from root:root to runner:runner
2025-08-20T21:20:18.7457972Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-eddf530cce81f2e1' from root:root to runner:runner
2025-08-20T21:20:18.7459012Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7460011Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T21:20:18.7461003Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:20:18.7462032Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:20:18.7463115Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c' from root:root to runner:runner
2025-08-20T21:20:18.7464277Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-ff179b6ec2b966e2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7465333Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-ff179b6ec2b966e2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7466229Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-ff179b6ec2b966e2' from root:root to runner:runner
2025-08-20T21:20:18.7467159Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/lib-ucd_trie' from root:root to runner:runner
2025-08-20T21:20:18.7468113Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7469060Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T21:20:18.7470072Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T21:20:18.7470946Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939' from root:root to runner:runner
2025-08-20T21:20:18.7471930Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-c5bdfea50a930cfb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7473158Z [00:09:12.755]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-c5bdfea50a930cfb/lib-generic_array' from root:root to runner:runner
2025-08-20T21:20:18.7474229Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-c5bdfea50a930cfb/lib-generic_array.json' from root:root to runner:runner
2025-08-20T21:20:18.7475237Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-c5bdfea50a930cfb/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T21:20:18.7476211Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-c5bdfea50a930cfb' from root:root to runner:runner
2025-08-20T21:20:18.7477218Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/lib-bounded_integer' from root:root to runner:runner
2025-08-20T21:20:18.7478257Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7479271Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/dep-lib-bounded_integer' from root:root to runner:runner
2025-08-20T21:20:18.7480535Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/lib-bounded_integer.json' from root:root to runner:runner
2025-08-20T21:20:18.7481472Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746' from root:root to runner:runner
2025-08-20T21:20:18.7482422Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/lib-hashbrown' from root:root to runner:runner
2025-08-20T21:20:18.7483825Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T21:20:18.7484978Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T21:20:18.7486091Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7486995Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466' from root:root to runner:runner
2025-08-20T21:20:18.7488112Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7489158Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7490172Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7491291Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7492218Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea' from root:root to runner:runner
2025-08-20T21:20:18.7493471Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-1c6501fb005a3808/lib-regex' from root:root to runner:runner
2025-08-20T21:20:18.7494437Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-1c6501fb005a3808/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7495366Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-1c6501fb005a3808/dep-lib-regex' from root:root to runner:runner
2025-08-20T21:20:18.7496287Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-1c6501fb005a3808/lib-regex.json' from root:root to runner:runner
2025-08-20T21:20:18.7497158Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-1c6501fb005a3808' from root:root to runner:runner
2025-08-20T21:20:18.7498262Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T21:20:18.7499674Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7501620Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T21:20:18.7503883Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T21:20:18.7505608Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107' from root:root to runner:runner
2025-08-20T21:20:18.7507354Z [00:09:12.756]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-38bef5ef50eaa8a4/lib-cipher.json' from root:root to runner:runner
2025-08-20T21:20:18.7509068Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-38bef5ef50eaa8a4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7510338Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-38bef5ef50eaa8a4/dep-lib-cipher' from root:root to runner:runner
2025-08-20T21:20:18.7511305Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-38bef5ef50eaa8a4/lib-cipher' from root:root to runner:runner
2025-08-20T21:20:18.7512264Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-38bef5ef50eaa8a4' from root:root to runner:runner
2025-08-20T21:20:18.7513522Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/lib-utf8_iter.json' from root:root to runner:runner
2025-08-20T21:20:18.7514627Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7515575Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/lib-utf8_iter' from root:root to runner:runner
2025-08-20T21:20:18.7516524Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/dep-lib-utf8_iter' from root:root to runner:runner
2025-08-20T21:20:18.7517406Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0' from root:root to runner:runner
2025-08-20T21:20:18.7518464Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-server-b7425b6376649662/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7519472Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-server-b7425b6376649662/dep-lib-hickory_server' from root:root to runner:runner
2025-08-20T21:20:18.7520551Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-server-b7425b6376649662/lib-hickory_server.json' from root:root to runner:runner
2025-08-20T21:20:18.7521531Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-server-b7425b6376649662/lib-hickory_server' from root:root to runner:runner
2025-08-20T21:20:18.7522435Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-server-b7425b6376649662' from root:root to runner:runner
2025-08-20T21:20:18.7523802Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-93b2bb5463fc457b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7524886Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-93b2bb5463fc457b/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T21:20:18.7525935Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-93b2bb5463fc457b/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T21:20:18.7527027Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-93b2bb5463fc457b/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T21:20:18.7527970Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-93b2bb5463fc457b' from root:root to runner:runner
2025-08-20T21:20:18.7528903Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/lib-base32.json' from root:root to runner:runner
2025-08-20T21:20:18.7529849Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7530761Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/lib-base32' from root:root to runner:runner
2025-08-20T21:20:18.7531740Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/dep-lib-base32' from root:root to runner:runner
2025-08-20T21:20:18.7532619Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d' from root:root to runner:runner
2025-08-20T21:20:18.7533787Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-c6124a5a68b17027/lib-num_bigint.json' from root:root to runner:runner
2025-08-20T21:20:18.7534816Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-c6124a5a68b17027/lib-num_bigint' from root:root to runner:runner
2025-08-20T21:20:18.7535775Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-c6124a5a68b17027/dep-lib-num_bigint' from root:root to runner:runner
2025-08-20T21:20:18.7536736Z [00:09:12.757]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-c6124a5a68b17027/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7537670Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-c6124a5a68b17027' from root:root to runner:runner
2025-08-20T21:20:18.7538690Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable_internal-28337eb7f0b3cd88/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7539766Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable_internal-28337eb7f0b3cd88/lib-struct_iterable_internal.json' from root:root to runner:runner
2025-08-20T21:20:18.7540886Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable_internal-28337eb7f0b3cd88/dep-lib-struct_iterable_internal' from root:root to runner:runner
2025-08-20T21:20:18.7541950Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable_internal-28337eb7f0b3cd88/lib-struct_iterable_internal' from root:root to runner:runner
2025-08-20T21:20:18.7542883Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable_internal-28337eb7f0b3cd88' from root:root to runner:runner
2025-08-20T21:20:18.7544106Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-timer-b5124fd43b6b0eee/dep-lib-futures_timer' from root:root to runner:runner
2025-08-20T21:20:18.7545089Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-timer-b5124fd43b6b0eee/lib-futures_timer' from root:root to runner:runner
2025-08-20T21:20:18.7546122Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-timer-b5124fd43b6b0eee/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7547118Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-timer-b5124fd43b6b0eee/lib-futures_timer.json' from root:root to runner:runner
2025-08-20T21:20:18.7548019Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-timer-b5124fd43b6b0eee' from root:root to runner:runner
2025-08-20T21:20:18.7549139Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0863c9157713ddc2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7550184Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0863c9157713ddc2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7551067Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0863c9157713ddc2' from root:root to runner:runner
2025-08-20T21:20:18.7552098Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-db0187e92056542e/lib-pem_rfc7468.json' from root:root to runner:runner
2025-08-20T21:20:18.7553356Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-db0187e92056542e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7554472Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-db0187e92056542e/lib-pem_rfc7468' from root:root to runner:runner
2025-08-20T21:20:18.7555465Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-db0187e92056542e/dep-lib-pem_rfc7468' from root:root to runner:runner
2025-08-20T21:20:18.7556374Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-db0187e92056542e' from root:root to runner:runner
2025-08-20T21:20:18.7557515Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9e59165f20ecc914/lib-socket2' from root:root to runner:runner
2025-08-20T21:20:18.7558494Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9e59165f20ecc914/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7559446Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9e59165f20ecc914/dep-lib-socket2' from root:root to runner:runner
2025-08-20T21:20:18.7560462Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9e59165f20ecc914/lib-socket2.json' from root:root to runner:runner
2025-08-20T21:20:18.7561339Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9e59165f20ecc914' from root:root to runner:runner
2025-08-20T21:20:18.7562479Z [00:09:12.758]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/dep-lib-crc_catalog' from root:root to runner:runner
2025-08-20T21:20:18.7563976Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/lib-crc_catalog' from root:root to runner:runner
2025-08-20T21:20:18.7564969Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7565950Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/lib-crc_catalog.json' from root:root to runner:runner
2025-08-20T21:20:18.7566967Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f' from root:root to runner:runner
2025-08-20T21:20:18.7567941Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-564de66be398fb44/dep-lib-writeable' from root:root to runner:runner
2025-08-20T21:20:18.7568957Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-564de66be398fb44/lib-writeable.json' from root:root to runner:runner
2025-08-20T21:20:18.7569922Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-564de66be398fb44/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7570866Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-564de66be398fb44/lib-writeable' from root:root to runner:runner
2025-08-20T21:20:18.7571753Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-564de66be398fb44' from root:root to runner:runner
2025-08-20T21:20:18.7572730Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/lib-humantime.json' from root:root to runner:runner
2025-08-20T21:20:18.7574007Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7575036Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/lib-humantime' from root:root to runner:runner
2025-08-20T21:20:18.7576001Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/dep-lib-humantime' from root:root to runner:runner
2025-08-20T21:20:18.7577030Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121' from root:root to runner:runner
2025-08-20T21:20:18.7578614Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-1a4097d404d8edbb/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:20:18.7580477Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-1a4097d404d8edbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7582377Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-1a4097d404d8edbb/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:20:18.7584491Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-1a4097d404d8edbb/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:20:18.7586157Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-1a4097d404d8edbb' from root:root to runner:runner
2025-08-20T21:20:18.7587999Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7589210Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/dep-lib-toml_parser' from root:root to runner:runner
2025-08-20T21:20:18.7590221Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/lib-toml_parser.json' from root:root to runner:runner
2025-08-20T21:20:18.7591174Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/lib-toml_parser' from root:root to runner:runner
2025-08-20T21:20:18.7592073Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f' from root:root to runner:runner
2025-08-20T21:20:18.7593297Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-fd6de1138106d2c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7594374Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-fd6de1138106d2c7/lib-pnet_packet.json' from root:root to runner:runner
2025-08-20T21:20:18.7595337Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-fd6de1138106d2c7/lib-pnet_packet' from root:root to runner:runner
2025-08-20T21:20:18.7596304Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-fd6de1138106d2c7/dep-lib-pnet_packet' from root:root to runner:runner
2025-08-20T21:20:18.7597260Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-fd6de1138106d2c7' from root:root to runner:runner
2025-08-20T21:20:18.7598199Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T21:20:18.7599149Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7600144Z [00:09:12.759]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T21:20:18.7601069Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' from root:root to runner:runner
2025-08-20T21:20:18.7601990Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8' from root:root to runner:runner
2025-08-20T21:20:18.7603148Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-71dc4a0545e132ae/dep-lib-thread_local' from root:root to runner:runner
2025-08-20T21:20:18.7604135Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-71dc4a0545e132ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7605109Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-71dc4a0545e132ae/lib-thread_local.json' from root:root to runner:runner
2025-08-20T21:20:18.7606064Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-71dc4a0545e132ae/lib-thread_local' from root:root to runner:runner
2025-08-20T21:20:18.7606957Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-71dc4a0545e132ae' from root:root to runner:runner
2025-08-20T21:20:18.7607981Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-7a2c37a496bde7b6/lib-netlink_sys' from root:root to runner:runner
2025-08-20T21:20:18.7608973Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-7a2c37a496bde7b6/dep-lib-netlink_sys' from root:root to runner:runner
2025-08-20T21:20:18.7609947Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-7a2c37a496bde7b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7610977Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-7a2c37a496bde7b6/lib-netlink_sys.json' from root:root to runner:runner
2025-08-20T21:20:18.7611866Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-7a2c37a496bde7b6' from root:root to runner:runner
2025-08-20T21:20:18.7612821Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-345c4e657eef996d/lib-foldhash.json' from root:root to runner:runner
2025-08-20T21:20:18.7614078Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-345c4e657eef996d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7615041Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-345c4e657eef996d/dep-lib-foldhash' from root:root to runner:runner
2025-08-20T21:20:18.7616029Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-345c4e657eef996d/lib-foldhash' from root:root to runner:runner
2025-08-20T21:20:18.7616915Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-345c4e657eef996d' from root:root to runner:runner
2025-08-20T21:20:18.7617936Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7618925Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7619948Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7621066Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7621979Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c' from root:root to runner:runner
2025-08-20T21:20:18.7622914Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/lib-matchers' from root:root to runner:runner
2025-08-20T21:20:18.7624118Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7625080Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/lib-matchers.json' from root:root to runner:runner
2025-08-20T21:20:18.7626031Z [00:09:12.760]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/dep-lib-matchers' from root:root to runner:runner
2025-08-20T21:20:18.7626913Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69' from root:root to runner:runner
2025-08-20T21:20:18.7627920Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7628843Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/dep-lib-mime' from root:root to runner:runner
2025-08-20T21:20:18.7629808Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime.json' from root:root to runner:runner
2025-08-20T21:20:18.7630702Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime' from root:root to runner:runner
2025-08-20T21:20:18.7631558Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644' from root:root to runner:runner
2025-08-20T21:20:18.7632472Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-ffae028f70d72faf/dep-lib-moka' from root:root to runner:runner
2025-08-20T21:20:18.7633611Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-ffae028f70d72faf/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7634586Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-ffae028f70d72faf/lib-moka' from root:root to runner:runner
2025-08-20T21:20:18.7635553Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-ffae028f70d72faf/lib-moka.json' from root:root to runner:runner
2025-08-20T21:20:18.7636410Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-ffae028f70d72faf' from root:root to runner:runner
2025-08-20T21:20:18.7637350Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-8bf3d36d8f0618d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7638241Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-8bf3d36d8f0618d7/lib-time' from root:root to runner:runner
2025-08-20T21:20:18.7639158Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-8bf3d36d8f0618d7/lib-time.json' from root:root to runner:runner
2025-08-20T21:20:18.7640072Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-8bf3d36d8f0618d7/dep-lib-time' from root:root to runner:runner
2025-08-20T21:20:18.7640981Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-8bf3d36d8f0618d7' from root:root to runner:runner
2025-08-20T21:20:18.7641893Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d05aa5b0623c5582/lib-bytes' from root:root to runner:runner
2025-08-20T21:20:18.7642828Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d05aa5b0623c5582/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7643993Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d05aa5b0623c5582/dep-lib-bytes' from root:root to runner:runner
2025-08-20T21:20:18.7644924Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d05aa5b0623c5582/lib-bytes.json' from root:root to runner:runner
2025-08-20T21:20:18.7645787Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d05aa5b0623c5582' from root:root to runner:runner
2025-08-20T21:20:18.7646712Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2/dep-lib-iroh' from root:root to runner:runner
2025-08-20T21:20:18.7647636Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2/output-lib-iroh' from root:root to runner:runner
2025-08-20T21:20:18.7648693Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7649590Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2/lib-iroh' from root:root to runner:runner
2025-08-20T21:20:18.7650510Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2/lib-iroh.json' from root:root to runner:runner
2025-08-20T21:20:18.7651377Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2' from root:root to runner:runner
2025-08-20T21:20:18.7652393Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7653652Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7654812Z [00:09:12.761]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7655841Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:18.7657201Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30' from root:root to runner:runner
2025-08-20T21:20:18.7659067Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d4bf976c9d3ee89c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7661070Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d4bf976c9d3ee89c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7662694Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d4bf976c9d3ee89c' from root:root to runner:runner
2025-08-20T21:20:18.7664585Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-1fcc1707793c3439/dep-lib-zerovec' from root:root to runner:runner
2025-08-20T21:20:18.7666334Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-1fcc1707793c3439/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7668269Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-1fcc1707793c3439/lib-zerovec.json' from root:root to runner:runner
2025-08-20T21:20:18.7669481Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-1fcc1707793c3439/lib-zerovec' from root:root to runner:runner
2025-08-20T21:20:18.7670460Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-1fcc1707793c3439' from root:root to runner:runner
2025-08-20T21:20:18.7671800Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ffd74131ef2138da/dep-lib-tokio_websockets' from root:root to runner:runner
2025-08-20T21:20:18.7673192Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ffd74131ef2138da/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7674278Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ffd74131ef2138da/lib-tokio_websockets' from root:root to runner:runner
2025-08-20T21:20:18.7675442Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ffd74131ef2138da/lib-tokio_websockets.json' from root:root to runner:runner
2025-08-20T21:20:18.7676380Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ffd74131ef2138da' from root:root to runner:runner
2025-08-20T21:20:18.7677317Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/lib-sha1_smol' from root:root to runner:runner
2025-08-20T21:20:18.7678345Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/lib-sha1_smol.json' from root:root to runner:runner
2025-08-20T21:20:18.7679302Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7680248Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/dep-lib-sha1_smol' from root:root to runner:runner
2025-08-20T21:20:18.7681122Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796' from root:root to runner:runner
2025-08-20T21:20:18.7682088Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-22d684c798c72277/dep-lib-iri_string' from root:root to runner:runner
2025-08-20T21:20:18.7683433Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-22d684c798c72277/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7684396Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-22d684c798c72277/lib-iri_string' from root:root to runner:runner
2025-08-20T21:20:18.7685364Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-22d684c798c72277/lib-iri_string.json' from root:root to runner:runner
2025-08-20T21:20:18.7686246Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-22d684c798c72277' from root:root to runner:runner
2025-08-20T21:20:18.7687166Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-8313eda8812ce6f9/lib-rand.json' from root:root to runner:runner
2025-08-20T21:20:18.7688097Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-8313eda8812ce6f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7689049Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-8313eda8812ce6f9/lib-rand' from root:root to runner:runner
2025-08-20T21:20:18.7689961Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-8313eda8812ce6f9/dep-lib-rand' from root:root to runner:runner
2025-08-20T21:20:18.7690814Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-8313eda8812ce6f9' from root:root to runner:runner
2025-08-20T21:20:18.7691822Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/lib-num_conv.json' from root:root to runner:runner
2025-08-20T21:20:18.7692766Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/dep-lib-num_conv' from root:root to runner:runner
2025-08-20T21:20:18.7694001Z [00:09:12.762]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7694937Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/lib-num_conv' from root:root to runner:runner
2025-08-20T21:20:18.7695814Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6' from root:root to runner:runner
2025-08-20T21:20:18.7697007Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-c5846aec5813db94/lib-netlink_packet_route' from root:root to runner:runner
2025-08-20T21:20:18.7698062Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-c5846aec5813db94/dep-lib-netlink_packet_route' from root:root to runner:runner
2025-08-20T21:20:18.7699124Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-c5846aec5813db94/lib-netlink_packet_route.json' from root:root to runner:runner
2025-08-20T21:20:18.7700144Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-c5846aec5813db94/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7701076Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-c5846aec5813db94' from root:root to runner:runner
2025-08-20T21:20:18.7702066Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hdrhistogram-50722beeb1f13be1/dep-lib-hdrhistogram' from root:root to runner:runner
2025-08-20T21:20:18.7703376Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hdrhistogram-50722beeb1f13be1/lib-hdrhistogram.json' from root:root to runner:runner
2025-08-20T21:20:18.7704621Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hdrhistogram-50722beeb1f13be1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7705694Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hdrhistogram-50722beeb1f13be1/lib-hdrhistogram' from root:root to runner:runner
2025-08-20T21:20:18.7706612Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hdrhistogram-50722beeb1f13be1' from root:root to runner:runner
2025-08-20T21:20:18.7707629Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/dep-lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T21:20:18.7708606Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7709605Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/lib-tinyvec_macros.json' from root:root to runner:runner
2025-08-20T21:20:18.7710640Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T21:20:18.7711587Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5' from root:root to runner:runner
2025-08-20T21:20:18.7712519Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-8c4ec576ea46dc51/lib-num_enum' from root:root to runner:runner
2025-08-20T21:20:18.7713678Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-8c4ec576ea46dc51/dep-lib-num_enum' from root:root to runner:runner
2025-08-20T21:20:18.7714642Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-8c4ec576ea46dc51/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7715579Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-8c4ec576ea46dc51/lib-num_enum.json' from root:root to runner:runner
2025-08-20T21:20:18.7716455Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-8c4ec576ea46dc51' from root:root to runner:runner
2025-08-20T21:20:18.7717495Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-parser-0842ccec62be9b3b/dep-lib-der_parser' from root:root to runner:runner
2025-08-20T21:20:18.7718476Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-parser-0842ccec62be9b3b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7719507Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-parser-0842ccec62be9b3b/lib-der_parser.json' from root:root to runner:runner
2025-08-20T21:20:18.7720450Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-parser-0842ccec62be9b3b/lib-der_parser' from root:root to runner:runner
2025-08-20T21:20:18.7721346Z [00:09:12.763]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-parser-0842ccec62be9b3b' from root:root to runner:runner
2025-08-20T21:20:18.7722286Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7723506Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/lib-cfg_if' from root:root to runner:runner
2025-08-20T21:20:18.7724540Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T21:20:18.7725525Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T21:20:18.7726392Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3' from root:root to runner:runner
2025-08-20T21:20:18.7727298Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/dep-lib-hex' from root:root to runner:runner
2025-08-20T21:20:18.7728232Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7729114Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/lib-hex' from root:root to runner:runner
2025-08-20T21:20:18.7730023Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/lib-hex.json' from root:root to runner:runner
2025-08-20T21:20:18.7730926Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304' from root:root to runner:runner
2025-08-20T21:20:18.7731896Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/dep-lib-addr2line' from root:root to runner:runner
2025-08-20T21:20:18.7732856Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7734052Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/lib-addr2line' from root:root to runner:runner
2025-08-20T21:20:18.7735025Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/lib-addr2line.json' from root:root to runner:runner
2025-08-20T21:20:18.7735903Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f' from root:root to runner:runner
2025-08-20T21:20:18.7736896Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-ecf3074339209513/dep-lib-data_encoding' from root:root to runner:runner
2025-08-20T21:20:18.7737868Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-ecf3074339209513/lib-data_encoding' from root:root to runner:runner
2025-08-20T21:20:18.7738958Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-ecf3074339209513/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7740407Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-ecf3074339209513/lib-data_encoding.json' from root:root to runner:runner
2025-08-20T21:20:18.7741913Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-ecf3074339209513' from root:root to runner:runner
2025-08-20T21:20:18.7743890Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-f4c442a994bf3e43/dep-lib-serdect' from root:root to runner:runner
2025-08-20T21:20:18.7745673Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-f4c442a994bf3e43/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7747364Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-f4c442a994bf3e43/lib-serdect.json' from root:root to runner:runner
2025-08-20T21:20:18.7749163Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-f4c442a994bf3e43/lib-serdect' from root:root to runner:runner
2025-08-20T21:20:18.7750761Z [00:09:12.764]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-f4c442a994bf3e43' from root:root to runner:runner
2025-08-20T21:20:18.7752035Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-651c6c22395fe89c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7753355Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-651c6c22395fe89c/lib-precis_core' from root:root to runner:runner
2025-08-20T21:20:18.7754396Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-651c6c22395fe89c/dep-lib-precis_core' from root:root to runner:runner
2025-08-20T21:20:18.7755397Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-651c6c22395fe89c/lib-precis_core.json' from root:root to runner:runner
2025-08-20T21:20:18.7756291Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-651c6c22395fe89c' from root:root to runner:runner
2025-08-20T21:20:18.7757292Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T21:20:18.7758416Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7759401Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T21:20:18.7760395Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T21:20:18.7761300Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb' from root:root to runner:runner
2025-08-20T21:20:18.7762248Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-9d2ceca730f3ab49/lib-xmltree.json' from root:root to runner:runner
2025-08-20T21:20:18.7763422Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-9d2ceca730f3ab49/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7764465Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-9d2ceca730f3ab49/lib-xmltree' from root:root to runner:runner
2025-08-20T21:20:18.7765431Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-9d2ceca730f3ab49/dep-lib-xmltree' from root:root to runner:runner
2025-08-20T21:20:18.7766302Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-9d2ceca730f3ab49' from root:root to runner:runner
2025-08-20T21:20:18.7767376Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-68e0e7ccca191210/dep-lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T21:20:18.7768357Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-68e0e7ccca191210/lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T21:20:18.7769342Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-68e0e7ccca191210/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7770349Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-68e0e7ccca191210/lib-rustls_pemfile.json' from root:root to runner:runner
2025-08-20T21:20:18.7771255Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-68e0e7ccca191210' from root:root to runner:runner
2025-08-20T21:20:18.7772260Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-384999782258224d/lib-pkarr' from root:root to runner:runner
2025-08-20T21:20:18.7773399Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-384999782258224d/dep-lib-pkarr' from root:root to runner:runner
2025-08-20T21:20:18.7774346Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-384999782258224d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7775337Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-384999782258224d/lib-pkarr.json' from root:root to runner:runner
2025-08-20T21:20:18.7776205Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-384999782258224d' from root:root to runner:runner
2025-08-20T21:20:18.7777148Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-a6f5c8c61f7cbfc0/lib-iroh_base' from root:root to runner:runner
2025-08-20T21:20:18.7778102Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-a6f5c8c61f7cbfc0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7779059Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-a6f5c8c61f7cbfc0/dep-lib-iroh_base' from root:root to runner:runner
2025-08-20T21:20:18.7780005Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-a6f5c8c61f7cbfc0/lib-iroh_base.json' from root:root to runner:runner
2025-08-20T21:20:18.7780942Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-a6f5c8c61f7cbfc0' from root:root to runner:runner
2025-08-20T21:20:18.7782039Z [00:09:12.765]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7783434Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7784359Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420' from root:root to runner:runner
2025-08-20T21:20:18.7785283Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-0f87a4f6008f8383/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7786306Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-0f87a4f6008f8383/lib-h2' from root:root to runner:runner
2025-08-20T21:20:18.7787205Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-0f87a4f6008f8383/lib-h2.json' from root:root to runner:runner
2025-08-20T21:20:18.7788096Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-0f87a4f6008f8383/dep-lib-h2' from root:root to runner:runner
2025-08-20T21:20:18.7788996Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-0f87a4f6008f8383' from root:root to runner:runner
2025-08-20T21:20:18.7789921Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-2926c4ed3142019b/dep-lib-snafu' from root:root to runner:runner
2025-08-20T21:20:18.7790857Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-2926c4ed3142019b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7791757Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-2926c4ed3142019b/lib-snafu' from root:root to runner:runner
2025-08-20T21:20:18.7792685Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-2926c4ed3142019b/lib-snafu.json' from root:root to runner:runner
2025-08-20T21:20:18.7793748Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-2926c4ed3142019b' from root:root to runner:runner
2025-08-20T21:20:18.7794822Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-37335fbdb2fc9ac7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7795874Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-37335fbdb2fc9ac7/lib-crypto_secretbox.json' from root:root to runner:runner
2025-08-20T21:20:18.7796867Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-37335fbdb2fc9ac7/lib-crypto_secretbox' from root:root to runner:runner
2025-08-20T21:20:18.7797892Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-37335fbdb2fc9ac7/dep-lib-crypto_secretbox' from root:root to runner:runner
2025-08-20T21:20:18.7798803Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-37335fbdb2fc9ac7' from root:root to runner:runner
2025-08-20T21:20:18.7799958Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d6cf716df83a2dec/lib-futures_util' from root:root to runner:runner
2025-08-20T21:20:18.7800937Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d6cf716df83a2dec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7801918Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d6cf716df83a2dec/lib-futures_util.json' from root:root to runner:runner
2025-08-20T21:20:18.7803122Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d6cf716df83a2dec/dep-lib-futures_util' from root:root to runner:runner
2025-08-20T21:20:18.7804035Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d6cf716df83a2dec' from root:root to runner:runner
2025-08-20T21:20:18.7805022Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/lib-diatomic_waker' from root:root to runner:runner
2025-08-20T21:20:18.7806002Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7807005Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/lib-diatomic_waker.json' from root:root to runner:runner
2025-08-20T21:20:18.7808002Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/dep-lib-diatomic_waker' from root:root to runner:runner
2025-08-20T21:20:18.7808983Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5' from root:root to runner:runner
2025-08-20T21:20:18.7809972Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-aecc7e378f971dd4/dep-lib-tokio_stream' from root:root to runner:runner
2025-08-20T21:20:18.7810948Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-aecc7e378f971dd4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7811909Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-aecc7e378f971dd4/lib-tokio_stream' from root:root to runner:runner
2025-08-20T21:20:18.7812893Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-aecc7e378f971dd4/lib-tokio_stream.json' from root:root to runner:runner
2025-08-20T21:20:18.7814070Z [00:09:12.766]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-aecc7e378f971dd4' from root:root to runner:runner
2025-08-20T21:20:18.7815134Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-a5f00adbea0b4da0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:20:18.7816176Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-a5f00adbea0b4da0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:20:18.7817097Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-a5f00adbea0b4da0' from root:root to runner:runner
2025-08-20T21:20:18.7818043Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-5f88784fe38c795f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7818965Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-5f88784fe38c795f/lib-rcgen.json' from root:root to runner:runner
2025-08-20T21:20:18.7819870Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-5f88784fe38c795f/lib-rcgen' from root:root to runner:runner
2025-08-20T21:20:18.7820788Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-5f88784fe38c795f/dep-lib-rcgen' from root:root to runner:runner
2025-08-20T21:20:18.7822254Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-5f88784fe38c795f' from root:root to runner:runner
2025-08-20T21:20:18.7824280Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-47a95973b9bed063/dep-lib-netdev' from root:root to runner:runner
2025-08-20T21:20:18.7826093Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-47a95973b9bed063/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7827743Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-47a95973b9bed063/lib-netdev' from root:root to runner:runner
2025-08-20T21:20:18.7829450Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-47a95973b9bed063/lib-netdev.json' from root:root to runner:runner
2025-08-20T21:20:18.7831012Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-47a95973b9bed063' from root:root to runner:runner
2025-08-20T21:20:18.7833230Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T21:20:18.7834618Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T21:20:18.7835658Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7836713Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/lib-cpufeatures' from root:root to runner:runner
2025-08-20T21:20:18.7837627Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4' from root:root to runner:runner
2025-08-20T21:20:18.7838643Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/lib-simdutf8.json' from root:root to runner:runner
2025-08-20T21:20:18.7839596Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7840538Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/lib-simdutf8' from root:root to runner:runner
2025-08-20T21:20:18.7841479Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/dep-lib-simdutf8' from root:root to runner:runner
2025-08-20T21:20:18.7842357Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea' from root:root to runner:runner
2025-08-20T21:20:18.7843616Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/lib-tower_service' from root:root to runner:runner
2025-08-20T21:20:18.7844726Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/dep-lib-tower_service' from root:root to runner:runner
2025-08-20T21:20:18.7845725Z [00:09:12.767]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7846721Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/lib-tower_service.json' from root:root to runner:runner
2025-08-20T21:20:18.7847680Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998' from root:root to runner:runner
2025-08-20T21:20:18.7848642Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T21:20:18.7849597Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/lib-lazy_static' from root:root to runner:runner
2025-08-20T21:20:18.7850609Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:20:18.7851574Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T21:20:18.7852507Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d' from root:root to runner:runner
2025-08-20T21:20:18.7853577Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:20:18.7854382Z [00:09:12.768]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_bench.rlib' retained as runner:runner
2025-08-20T21:20:18.7855145Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh.d' from root:root to runner:runner
2025-08-20T21:20:18.7855857Z [00:09:12.768]➜  ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/iroh-bulk' retained as runner:runner
2025-08-20T21:20:18.7856572Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T21:20:18.7857311Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:20:18.7858077Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T21:20:18.7858727Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:20:18.7859318Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target' from root:root to runner:runner
2025-08-20T21:20:18.7859924Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:20:18.7860612Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/Makefile.toml' from root:root to runner:runner
2025-08-20T21:20:18.7866071Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO' from root:root to runner:runner
2025-08-20T21:20:18.7866697Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX' from root:root to runner:runner
2025-08-20T21:20:18.7867197Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:20:18.7867736Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/iroh-dns-server' from runner:docker to runner:runner
2025-08-20T21:20:18.7868347Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:20:18.7868886Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:20:18.7869388Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/iroh-bulk' from runner:docker to runner:runner
2025-08-20T21:20:18.7869919Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:20:18.7870357Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:20:18.7870859Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh.static.version' from runner:docker to runner:runner
2025-08-20T21:20:18.7871333Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh-dns-server' from runner:docker to runner:runner
2025-08-20T21:20:18.7871803Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh.version' from runner:docker to runner:runner
2025-08-20T21:20:18.7872240Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:20:18.7872704Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh-bulk' from runner:docker to runner:runner
2025-08-20T21:20:18.7873413Z [00:09:12.768]➜  changed ownership of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:20:18.7874317Z [00:09:12.778]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7874932Z [00:09:12.785]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7875647Z [00:09:12.793]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.dockerignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7876313Z [00:09:12.800]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.typos.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7876936Z [00:09:12.808]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7877658Z [00:09:12.815]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7878334Z [00:09:12.823]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/quinn.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7879034Z [00:09:12.830]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/bin/bulk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7879689Z [00:09:12.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/s2n.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7880345Z [00:09:12.845]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/iroh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7881064Z [00:09:12.852]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/stats.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7881727Z [00:09:12.859]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/bench/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7882395Z [00:09:12.867]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/listen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7883406Z [00:09:12.874]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/listen-unreliable.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7884166Z [00:09:12.882]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/connect-unreliable.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7884862Z [00:09:12.889]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/echo-no-router.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7885617Z [00:09:12.897]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/locally-discovered-nodes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7886291Z [00:09:12.904]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/transfer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7887270Z [00:09:12.911]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7887961Z [00:09:12.919]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/echo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7888689Z [00:09:12.926]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/0rtt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7889387Z [00:09:12.933]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/dht_discovery.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7890047Z [00:09:12.941]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/examples/connect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7890729Z [00:09:12.948]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7891368Z [00:09:12.955]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/LICENSE-BSD3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7892171Z [00:09:12.963]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/release.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7892800Z [00:09:12.970]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7893698Z [00:09:12.977]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/docs/local_relay_node.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7894449Z [00:09:12.984]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/docs/relay_nodes.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7895127Z [00:09:12.992]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/tests/integration.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7895801Z [00:09:12.999]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/tls/resolver.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7896521Z [00:09:13.007]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/tls/verifier.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7897172Z [00:09:13.014]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/tls/name.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7897822Z [00:09:13.021]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/test_utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7898443Z [00:09:13.029]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/dns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7899059Z [00:09:13.037]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/key.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7899705Z [00:09:13.045]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/endpoint.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7900360Z [00:09:13.052]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/protocol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7901095Z [00:09:13.060]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/probes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7901783Z [00:09:13.068]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/defaults.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7902456Z [00:09:13.075]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/report.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7903325Z [00:09:13.083]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/reportgen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7904085Z [00:09:13.091]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7904764Z [00:09:13.098]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/metrics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7905475Z [00:09:13.106]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report/ip_mapped_addrs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7906128Z [00:09:13.114]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7906827Z [00:09:13.121]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/disco.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7907825Z [00:09:13.129]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7908930Z [00:09:13.136]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/pkarr/dht.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7909942Z [00:09:13.144]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/dns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7910641Z [00:09:13.151]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/mdns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7911376Z [00:09:13.159]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/static_provider.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7912058Z [00:09:13.167]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/discovery/pkarr.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7912683Z [00:09:13.174]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/tls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7913670Z [00:09:13.182]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7914435Z [00:09:13.190]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/transports/relay.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7915261Z [00:09:13.198]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/transports/ip.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7916039Z [00:09:13.206]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/transports/relay/actor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7916772Z [00:09:13.214]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map/node_state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7917752Z [00:09:13.223]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map/path_validity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.7990606Z [00:09:13.231]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map/path_state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8069526Z [00:09:13.239]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map/udp_paths.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8147770Z [00:09:13.247]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/metrics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8223190Z [00:09:13.254]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/node_map.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8300160Z [00:09:13.262]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/magicsock/transports.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8378533Z [00:09:13.270]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/net_report.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8456620Z [00:09:13.278]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/defaults.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8536304Z [00:09:13.286]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/metrics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8615256Z [00:09:13.294]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/endpoint/rtt_actor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8690741Z [00:09:13.301]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/web_runtime.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8768178Z [00:09:13.309]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8843386Z [00:09:13.316]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8919956Z [00:09:13.324]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.config/nextest.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.8997712Z [00:09:13.332]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/release.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9074316Z [00:09:13.339]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9153368Z [00:09:13.347]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/proptest-regressions/protos/send_recv.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9229336Z [00:09:13.355]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/proptest-regressions/protos/relay.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9309303Z [00:09:13.363]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9388486Z [00:09:13.371]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/LICENSE-BSD3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9469589Z [00:09:13.379]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9547243Z [00:09:13.387]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/quic.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9626205Z [00:09:13.395]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9711159Z [00:09:13.403]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos/common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9791861Z [00:09:13.411]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos/relay.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9870267Z [00:09:13.419]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos/streams.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:18.9957915Z [00:09:13.428]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos/disco.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0034418Z [00:09:13.435]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos/handshake.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0108864Z [00:09:13.443]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/dns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0186372Z [00:09:13.451]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/resolver.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0265229Z [00:09:13.459]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/streams.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0342512Z [00:09:13.466]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/testing.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0419889Z [00:09:13.474]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/clients.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0499950Z [00:09:13.482]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/client.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0580850Z [00:09:13.490]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/http_server.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0660937Z [00:09:13.498]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server/metrics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0740438Z [00:09:13.506]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client/streams.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0820346Z [00:09:13.514]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client/conn.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0899128Z [00:09:13.522]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.0978322Z [00:09:13.530]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client/tls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1061967Z [00:09:13.538]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/client.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1144243Z [00:09:13.546]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/ping_tracker.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1226557Z [00:09:13.555]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/protos.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1308623Z [00:09:13.563]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/defaults.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1390687Z [00:09:13.571]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/server.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1472309Z [00:09:13.579]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/http.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1556316Z [00:09:13.588]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/node_info.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1640930Z [00:09:13.596]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/key_cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1725156Z [00:09:13.604]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/relay_map.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1810604Z [00:09:13.613]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-relay/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1894559Z [00:09:13.621]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.1976868Z [00:09:13.630]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/deny.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2058223Z [00:09:13.638]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/cliff.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2145391Z [00:09:13.647]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2224432Z [00:09:13.654]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/config.prod.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2315235Z [00:09:13.663]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/examples/resolve.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2396648Z [00:09:13.672]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/examples/publish.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2474107Z [00:09:13.679]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/examples/convert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2551888Z [00:09:13.687]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2628802Z [00:09:13.695]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/store/signed_packets.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2706260Z [00:09:13.703]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2783253Z [00:09:13.710]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2859664Z [00:09:13.718]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/dns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.2937213Z [00:09:13.726]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3014022Z [00:09:13.733]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3091755Z [00:09:13.741]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/dns/node_authority.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3177406Z [00:09:13.750]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/server.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3251783Z [00:09:13.757]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3326324Z [00:09:13.765]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/metrics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3400795Z [00:09:13.772]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/store.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3475022Z [00:09:13.780]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3548229Z [00:09:13.787]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/rate_limiting.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3621283Z [00:09:13.794]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3695303Z [00:09:13.802]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/extract.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3771257Z [00:09:13.809]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/tls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3848052Z [00:09:13.817]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/doh/extract.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.3924773Z [00:09:13.824]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/doh/response.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4001161Z [00:09:13.832]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/doh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4081163Z [00:09:13.840]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/src/http/pkarr.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4161533Z [00:09:13.848]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/benches/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4240034Z [00:09:13.856]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-dns-server/config.dev.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4315405Z [00:09:13.864]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/CHANGELOG_old.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4389701Z [00:09:13.871]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4465993Z [00:09:13.879]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/docker/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4541849Z [00:09:13.886]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/docker/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4619085Z [00:09:13.894]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/docker/Dockerfile.ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4695347Z [00:09:13.902]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.img/iroh_wordmark.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4769597Z [00:09:13.909]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4848180Z [00:09:13.917]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/example.config.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.4924858Z [00:09:13.924]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/code_of_conduct.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5000282Z [00:09:13.932]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/ansible/redeploy-relay.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5073729Z [00:09:13.939]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5164202Z [00:09:13.948]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/cleanup.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5251593Z [00:09:13.957]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/beta.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5335861Z [00:09:13.966]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/tests.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5414690Z [00:09:13.973]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/flaky.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5495894Z [00:09:13.982]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/commit.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5574435Z [00:09:13.989]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5651736Z [00:09:13.997]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/test_relay_server.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5727444Z [00:09:14.005]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/docker.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5803525Z [00:09:14.012]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/docs.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5881956Z [00:09:14.020]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.5959081Z [00:09:14.028]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/netsim_runner.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6060545Z [00:09:14.038]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/project_sync.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6142546Z [00:09:14.046]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/workflows/netsim.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6216999Z [00:09:14.054]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/pull_request_template.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6291855Z [00:09:14.061]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6366802Z [00:09:14.069]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.github/ISSUE_TEMPLATE/default.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6440371Z [00:09:14.076]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6515221Z [00:09:14.083]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6590085Z [00:09:14.091]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6662696Z [00:09:14.098]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6741593Z [00:09:14.106]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6813707Z [00:09:14.113]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6886163Z [00:09:14.121]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.6959867Z [00:09:14.128]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7035467Z [00:09:14.136]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7111837Z [00:09:14.143]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7185655Z [00:09:14.151]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7260603Z [00:09:14.158]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7341240Z [00:09:14.166]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7416934Z [00:09:14.174]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7491011Z [00:09:14.181]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7564438Z [00:09:14.188]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7638403Z [00:09:14.196]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7713518Z [00:09:14.203]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7786394Z [00:09:14.211]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7860673Z [00:09:14.218]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.7937007Z [00:09:14.226]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8010191Z [00:09:14.233]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8082562Z [00:09:14.240]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8157022Z [00:09:14.248]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8233339Z [00:09:14.255]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8313914Z [00:09:14.263]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-0693b4301786d22b827ddfabe5a67df1876b3888.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8389138Z [00:09:14.271]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-0693b4301786d22b827ddfabe5a67df1876b3888.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8463782Z [00:09:14.278]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-41b84cf995cd3ff602ccc9272224138255c8aa9a.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8545000Z [00:09:14.286]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-41b84cf995cd3ff602ccc9272224138255c8aa9a.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8624053Z [00:09:14.294]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-0693b4301786d22b827ddfabe5a67df1876b3888.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8701767Z [00:09:14.302]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-41b84cf995cd3ff602ccc9272224138255c8aa9a.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8780197Z [00:09:14.310]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-41b84cf995cd3ff602ccc9272224138255c8aa9a.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8858993Z [00:09:14.318]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/objects/pack/pack-0693b4301786d22b827ddfabe5a67df1876b3888.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.8936077Z [00:09:14.326]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9018802Z [00:09:14.334]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9104945Z [00:09:14.342]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9185180Z [00:09:14.350]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9265678Z [00:09:14.359]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/key.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9343440Z [00:09:14.366]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/ticket.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9417077Z [00:09:14.374]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/node_addr.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9490538Z [00:09:14.381]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/ticket/node.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9562634Z [00:09:14.388]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9635279Z [00:09:14.396]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/iroh-base/src/relay_url.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9709137Z [00:09:14.403]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9782297Z [00:09:14.410]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9857252Z [00:09:14.418]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-profiles-c384d8a63b7f7303/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:19.9930702Z [00:09:14.425]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-profiles-c384d8a63b7f7303/build_script_build-c384d8a63b7f7303.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0004630Z [00:09:14.432]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-profiles-c384d8a63b7f7303/build_script_build-c384d8a63b7f7303' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0077238Z [00:09:14.440]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0152670Z [00:09:14.447]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0227242Z [00:09:14.455]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0309016Z [00:09:14.463]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/blake3-37838791eb706f97/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0384009Z [00:09:14.470]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/blake3-37838791eb706f97/build_script_build-37838791eb706f97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0459032Z [00:09:14.478]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/blake3-37838791eb706f97/build_script_build-37838791eb706f97' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0531425Z [00:09:14.485]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-4af46a944ee5c449/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0604028Z [00:09:14.492]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-4af46a944ee5c449/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0679796Z [00:09:14.500]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-4af46a944ee5c449/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0752492Z [00:09:14.507]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-4af46a944ee5c449/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0828815Z [00:09:14.515]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build_script_build-c22483514f20c33d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0903567Z [00:09:14.522]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.0977757Z [00:09:14.530]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:20.1050754Z [00:09:14.537]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1123588Z [00:09:14.544]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build_script_build-89d3fda42f56463d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1199327Z [00:09:14.552]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build_script_build-89d3fda42f56463d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1284390Z [00:09:14.560]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1366119Z [00:09:14.569]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build_script_build-3cd47793a0d9e53a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1441733Z [00:09:14.576]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build_script_build-3cd47793a0d9e53a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1516995Z [00:09:14.584]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/curve25519-dalek-d234037a90ad6b0d/build_script_build-d234037a90ad6b0d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1590709Z [00:09:14.591]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/curve25519-dalek-d234037a90ad6b0d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1662711Z [00:09:14.598]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/curve25519-dalek-d234037a90ad6b0d/build_script_build-d234037a90ad6b0d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1735035Z [00:09:14.606]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1808152Z [00:09:14.613]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1880045Z [00:09:14.620]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.1956588Z [00:09:14.628]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2030883Z [00:09:14.635]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2104392Z [00:09:14.642]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2176790Z [00:09:14.650]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2247519Z [00:09:14.657]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/heapless-a901313180159c8f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2322351Z [00:09:14.664]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/heapless-a901313180159c8f/build_script_build-a901313180159c8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2393180Z [00:09:14.671]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/heapless-a901313180159c8f/build_script_build-a901313180159c8f' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2466444Z [00:09:14.679]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-a843d26e150dc751/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2538766Z [00:09:14.686]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-a843d26e150dc751/build_script_build-a843d26e150dc751.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2613800Z [00:09:14.693]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-a843d26e150dc751/build_script_build-a843d26e150dc751' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2690823Z [00:09:14.701]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustls-7342a51518c1c288/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2764640Z [00:09:14.708]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustls-7342a51518c1c288/build_script_build-7342a51518c1c288' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2841252Z [00:09:14.716]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustls-7342a51518c1c288/build_script_build-7342a51518c1c288.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2917232Z [00:09:14.724]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-26122a162310513a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.2992837Z [00:09:14.731]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-26122a162310513a/build_script_build-26122a162310513a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3075358Z [00:09:14.739]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-26122a162310513a/build_script_build-26122a162310513a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3154277Z [00:09:14.747]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3234386Z [00:09:14.755]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3305758Z [00:09:14.763]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3378429Z [00:09:14.770]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3454834Z [00:09:14.777]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/ring-fca5babb2b7effc7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3527240Z [00:09:14.785]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/ring-fca5babb2b7effc7/build_script_build-fca5babb2b7effc7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3599324Z [00:09:14.792]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/ring-fca5babb2b7effc7/build_script_build-fca5babb2b7effc7' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3672634Z [00:09:14.799]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3745059Z [00:09:14.807]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3817748Z [00:09:14.814]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3893128Z [00:09:14.821]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde_json-bd97ea2f9e5b7434/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.3970418Z [00:09:14.829]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde_json-bd97ea2f9e5b7434/build_script_build-bd97ea2f9e5b7434' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4047181Z [00:09:14.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde_json-bd97ea2f9e5b7434/build_script_build-bd97ea2f9e5b7434.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4121639Z [00:09:14.844]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/out/version.expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4196871Z [00:09:14.852]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4274966Z [00:09:14.859]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4354301Z [00:09:14.867]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4436844Z [00:09:14.876]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4516188Z [00:09:14.884]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-relay-5091d3dcb591944b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4594628Z [00:09:14.891]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-relay-5091d3dcb591944b/build_script_build-5091d3dcb591944b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4674866Z [00:09:14.899]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-relay-5091d3dcb591944b/build_script_build-5091d3dcb591944b' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4751438Z [00:09:14.907]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/moka-be5419609833fd8a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4829102Z [00:09:14.915]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/moka-be5419609833fd8a/build_script_build-be5419609833fd8a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4904074Z [00:09:14.922]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/moka-be5419609833fd8a/build_script_build-be5419609833fd8a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.4980746Z [00:09:14.930]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5057563Z [00:09:14.938]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5132242Z [00:09:14.945]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5207132Z [00:09:14.953]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5280985Z [00:09:14.960]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build_script_build-666d147f7ba58189' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5355163Z [00:09:14.967]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build_script_build-666d147f7ba58189.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5427887Z [00:09:14.975]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5500425Z [00:09:14.982]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5571529Z [00:09:14.989]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5643933Z [00:09:14.996]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5715942Z [00:09:15.004]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:20.5790360Z [00:09:15.011]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build_script_build-e96d69173af72e21' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5862840Z [00:09:15.018]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/pkarr-7be97c0194deac7f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.5937005Z [00:09:15.026]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/pkarr-7be97c0194deac7f/build_script_build-7be97c0194deac7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6010604Z [00:09:15.033]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/pkarr-7be97c0194deac7f/build_script_build-7be97c0194deac7f' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6087792Z [00:09:15.041]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6163992Z [00:09:15.048]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6241249Z [00:09:15.056]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6319168Z [00:09:15.064]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/num-traits-085a0421259d7e05/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6395467Z [00:09:15.071]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/num-traits-085a0421259d7e05/build_script_build-085a0421259d7e05' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6472835Z [00:09:15.079]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/num-traits-085a0421259d7e05/build_script_build-085a0421259d7e05.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6548950Z [00:09:15.087]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6625777Z [00:09:15.095]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6702815Z [00:09:15.102]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6785573Z [00:09:15.111]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6863647Z [00:09:15.118]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.6940714Z [00:09:15.126]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7018894Z [00:09:15.134]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build_script_build-c9fa196059b28a3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7092462Z [00:09:15.141]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build_script_build-c9fa196059b28a3e' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7165612Z [00:09:15.149]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7240027Z [00:09:15.156]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/oid-registry-dbdd2a13ef4eeb8f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7313173Z [00:09:15.163]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/oid-registry-dbdd2a13ef4eeb8f/build_script_build-dbdd2a13ef4eeb8f' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7388681Z [00:09:15.171]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/oid-registry-dbdd2a13ef4eeb8f/build_script_build-dbdd2a13ef4eeb8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7464157Z [00:09:15.178]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7537460Z [00:09:15.186]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7613478Z [00:09:15.193]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7690263Z [00:09:15.201]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7766518Z [00:09:15.209]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7839362Z [00:09:15.216]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7915854Z [00:09:15.224]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.7989415Z [00:09:15.231]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8061592Z [00:09:15.238]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build_script_build-fb67fca51f35cb53' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8135346Z [00:09:15.246]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:20.8210106Z [00:09:15.253]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8286575Z [00:09:15.261]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8359572Z [00:09:15.268]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8434372Z [00:09:15.275]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8508848Z [00:09:15.283]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8583171Z [00:09:15.290]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8656308Z [00:09:15.298]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8731084Z [00:09:15.305]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/getrandom-0acad16b08348785/build_script_build-0acad16b08348785' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8803517Z [00:09:15.312]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/getrandom-0acad16b08348785/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8878679Z [00:09:15.320]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/getrandom-0acad16b08348785/build_script_build-0acad16b08348785.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.8952111Z [00:09:15.327]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-core-a3d13f428ce32414/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9029723Z [00:09:15.335]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-core-a3d13f428ce32414/build_script_build-a3d13f428ce32414' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9103358Z [00:09:15.342]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/precis-core-a3d13f428ce32414/build_script_build-a3d13f428ce32414.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9181121Z [00:09:15.350]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9255888Z [00:09:15.358]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build_script_build-b95ab72ee230b1b8' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9330410Z [00:09:15.365]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:20.9406693Z [00:09:15.373]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9481983Z [00:09:15.380]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build_script_build-21f3052f47c7564f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9555924Z [00:09:15.388]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build_script_build-21f3052f47c7564f' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9629713Z [00:09:15.395]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/redb-a782b76090a31b30/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9705684Z [00:09:15.403]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/redb-a782b76090a31b30/build_script_build-a782b76090a31b30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9781158Z [00:09:15.410]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/redb-a782b76090a31b30/build_script_build-a782b76090a31b30' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9857429Z [00:09:15.418]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-7daf1389b4dcf813/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:20.9933484Z [00:09:15.425]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-7daf1389b4dcf813/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0011353Z [00:09:15.433]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-7daf1389b4dcf813/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0083762Z [00:09:15.440]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-7daf1389b4dcf813/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0159188Z [00:09:15.448]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0234088Z [00:09:15.455]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0307604Z [00:09:15.463]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0382134Z [00:09:15.470]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-d56e456135fd6ccf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0456408Z [00:09:15.478]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-d56e456135fd6ccf/build_script_build-d56e456135fd6ccf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0531964Z [00:09:15.485]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/semver-d56e456135fd6ccf/build_script_build-d56e456135fd6ccf' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0608297Z [00:09:15.493]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0687852Z [00:09:15.501]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0762919Z [00:09:15.508]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0840352Z [00:09:15.516]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/fs-err-8611d171883c69fc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0917725Z [00:09:15.524]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/fs-err-8611d171883c69fc/build_script_build-8611d171883c69fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.0993888Z [00:09:15.531]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/fs-err-8611d171883c69fc/build_script_build-8611d171883c69fc' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1068331Z [00:09:15.539]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/portable-atomic-7d7e7e480db8bb40/build_script_build-7d7e7e480db8bb40.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1142160Z [00:09:15.546]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/portable-atomic-7d7e7e480db8bb40/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1215845Z [00:09:15.554]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/portable-atomic-7d7e7e480db8bb40/build_script_build-7d7e7e480db8bb40' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1292701Z [00:09:15.561]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1368971Z [00:09:15.569]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build_script_build-84f2e12a512fad9e' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1449928Z [00:09:15.577]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build_script_build-84f2e12a512fad9e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1527289Z [00:09:15.585]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-6ad8e7e63b5dfc42/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1603659Z [00:09:15.592]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-6ad8e7e63b5dfc42/build_script_build-6ad8e7e63b5dfc42' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1680182Z [00:09:15.600]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/build/serde-6ad8e7e63b5dfc42/build_script_build-6ad8e7e63b5dfc42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1761741Z [00:09:15.608]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1839904Z [00:09:15.616]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasn1_rs_derive-45dc89ce06fdd0a3.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1914530Z [00:09:15.623]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/ucd_parse-d50dac1c9619486d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.1989221Z [00:09:15.631]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_generator-8c93fe7170482c79.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2063579Z [00:09:15.638]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/thiserror_impl-09cbb1665cdfc628.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2139516Z [00:09:15.646]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/num_enum_derive-e8bb0d097f06ac7a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2216742Z [00:09:15.654]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/enum_as_inner-e4c1a2da2d3fa205.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2290688Z [00:09:15.661]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_lite-b2630d4d6aa364e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2367833Z [00:09:15.669]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustc_version-6d95c4e7a4040f07.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2445235Z [00:09:15.676]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/strum_macros-920333dcc0f3f4d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2522722Z [00:09:15.684]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/hashbrown-e5949c13137400f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2599201Z [00:09:15.692]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_meta-7b04917f6b20b10f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2675560Z [00:09:15.700]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpostcard_derive-5b34effe6681ad29.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2753555Z [00:09:15.707]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2830296Z [00:09:15.715]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_meta-7b04917f6b20b10f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2905166Z [00:09:15.723]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro_crate-510bfe316b6da67f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.2982588Z [00:09:15.730]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3059827Z [00:09:15.738]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstruct_iterable_internal-9cebe4e4c265e628.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3136007Z [00:09:15.746]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3212815Z [00:09:15.753]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_automata-d4d25f6b63e8714d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3291004Z [00:09:15.761]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/paste-d4b21fc6492e3195.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3367714Z [00:09:15.769]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnested_enum_utils-9603df742ba299ab.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3444343Z [00:09:15.776]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libder_derive-b2ebd3ee369dd857.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3521901Z [00:09:15.784]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libzerovec_derive-76a189f4ebdfaf72.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3600590Z [00:09:15.792]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3677307Z [00:09:15.800]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/asn1_rs_impl-f488e18a6b34683a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3751369Z [00:09:15.807]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/synstructure-c05609e66b0d03d2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3826579Z [00:09:15.815]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libderive_more_impl-29183fa3f633b355.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3901679Z [00:09:15.822]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.3976213Z [00:09:15.830]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4049257Z [00:09:15.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/async_trait-1e21a360bcada2ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4123926Z [00:09:15.844]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4197933Z [00:09:15.852]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libprecis_tools-8cd4f865eee17601.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4274386Z [00:09:15.859]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4349443Z [00:09:15.867]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror_impl-09cbb1665cdfc628.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4425191Z [00:09:15.875]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/der_derive-b2ebd3ee369dd857.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4499446Z [00:09:15.882]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4572612Z [00:09:15.889]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/erased_serde-2252c8bfae2fa6ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4645394Z [00:09:15.897]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4720121Z [00:09:15.904]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsemver-73fdc62d37bc63ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4793979Z [00:09:15.911]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4868838Z [00:09:15.919]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/cc-0688051f948a226e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.4946423Z [00:09:15.927]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/thiserror_impl-3cf295331814a8db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5021570Z [00:09:15.934]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5099279Z [00:09:15.942]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/yoke_derive-e279ed62d1e1f54e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5178117Z [00:09:15.950]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libenum_as_inner-e4c1a2da2d3fa205.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5254834Z [00:09:15.958]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstrum_macros-de03a2aaafa0f0f8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5332247Z [00:09:15.965]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libhashbrown-e5949c13137400f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5410145Z [00:09:15.973]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/tokio_macros-5034364e461b0ed9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5487593Z [00:09:15.981]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5564429Z [00:09:15.988]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libzerofrom_derive-050465dd4205e245.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5644245Z [00:09:15.996]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/struct_iterable_derive-b65e0e805fc6042e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5724773Z [00:09:16.004]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5804561Z [00:09:16.012]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pin_project_internal-63b3b96270e7d8c2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5881843Z [00:09:16.020]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pest_meta-7b04917f6b20b10f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.5959571Z [00:09:16.028]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtoml_edit-1d0286da8289a3fa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6038031Z [00:09:16.036]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6116673Z [00:09:16.044]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6192837Z [00:09:16.051]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest-4c8334ab2c1afc42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6269696Z [00:09:16.059]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/toml_datetime-b0efca2709d16ed6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6345128Z [00:09:16.067]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/struct_iterable_internal-9cebe4e4c265e628.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6419671Z [00:09:16.074]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex-813717a3c512d141.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6494333Z [00:09:16.081]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/litrs-6cc7a3a6964c1385.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6568523Z [00:09:16.089]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6642545Z [00:09:16.096]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6718361Z [00:09:16.104]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6792880Z [00:09:16.111]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/serde-d938b6a2993e586b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6868830Z [00:09:16.119]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.6944267Z [00:09:16.126]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libaho_corasick-10bb05023a6f79b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7018485Z [00:09:16.134]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7092662Z [00:09:16.141]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7167228Z [00:09:16.149]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7241620Z [00:09:16.156]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/unicode_xid-6339c36d0c7ebba4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7317792Z [00:09:16.164]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/precis_tools-8cd4f865eee17601.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7397350Z [00:09:16.172]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/enumflags2_derive-4247b8c6c57d0a8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7473513Z [00:09:16.179]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro_crate-510bfe316b6da67f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7547006Z [00:09:16.187]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_derive-0b30dcbb68b195d4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7623180Z [00:09:16.194]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/curve25519_dalek_derive-e9bc2fcea383d7d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7696543Z [00:09:16.202]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/regex_lite-b2630d4d6aa364e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7768761Z [00:09:16.209]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liblazy_static-386955e475fc3d57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7841431Z [00:09:16.216]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/aho_corasick-10bb05023a6f79b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7913247Z [00:09:16.223]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror_impl-3cf295331814a8db.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.7986026Z [00:09:16.231]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libenumflags2_derive-4247b8c6c57d0a8d.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8059592Z [00:09:16.238]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/time_macros-4c5a6d7411a19867.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8133899Z [00:09:16.245]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libclap_derive-bc4ba59015a714aa.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8206287Z [00:09:16.253]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/librustc_version-6d95c4e7a4040f07.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8278153Z [00:09:16.260]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/toml_edit-1d0286da8289a3fa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8351739Z [00:09:16.267]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libprecis_tools-8cd4f865eee17601.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8425809Z [00:09:16.275]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstruct_iterable_derive-b65e0e805fc6042e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8499155Z [00:09:16.282]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8573517Z [00:09:16.289]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/nested_enum_utils-9603df742ba299ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8645303Z [00:09:16.297]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8717850Z [00:09:16.304]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8791819Z [00:09:16.311]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/displaydoc-7e3caaefad793fdd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8866653Z [00:09:16.319]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtoml_datetime-b0efca2709d16ed6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.8940084Z [00:09:16.326]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pest_generator-8c93fe7170482c79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9017331Z [00:09:16.334]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/rustversion-a291dd095d8cbcc8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9093370Z [00:09:16.341]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9169204Z [00:09:16.349]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/regex_automata-d4d25f6b63e8714d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9244132Z [00:09:16.356]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtracing_attributes-44edeccea3c38331.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9319277Z [00:09:16.364]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libindexmap-b4323f096d005774.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9394614Z [00:09:16.371]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/document_features-d142194e6a381e9c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9470175Z [00:09:16.379]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9546013Z [00:09:16.387]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libhashbrown-e5949c13137400f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9622059Z [00:09:16.394]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_lite-b2630d4d6aa364e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9698157Z [00:09:16.402]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest-4c8334ab2c1afc42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9774848Z [00:09:16.409]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9852466Z [00:09:16.417]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/time_core-07024a0d881339a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:21.9929146Z [00:09:16.425]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/indexmap-b4323f096d005774.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0007968Z [00:09:16.433]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/regex_syntax-6e8c13dee0a493bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0083136Z [00:09:16.440]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libindexmap-b4323f096d005774.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0159833Z [00:09:16.448]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtoml_edit-1d0286da8289a3fa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0237507Z [00:09:16.456]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/clap_derive-bc4ba59015a714aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0315779Z [00:09:16.464]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0390212Z [00:09:16.471]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror-b26360a705e19153.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0464994Z [00:09:16.479]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/derive_more_impl-29183fa3f633b355.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0554325Z [00:09:16.486]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnum_conv-a1b56b94ee2fb49a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0625348Z [00:09:16.495]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/lazy_static-386955e475fc3d57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0704869Z [00:09:16.502]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/strum_macros-de03a2aaafa0f0f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0781668Z [00:09:16.510]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0856555Z [00:09:16.518]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcurve25519_dalek_derive-e9bc2fcea383d7d0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.0930752Z [00:09:16.525]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1002796Z [00:09:16.532]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-823e917b4b842b0f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1075326Z [00:09:16.540]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtokio_macros-5034364e461b0ed9.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1149504Z [00:09:16.547]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/zerovec_derive-76a189f4ebdfaf72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1221751Z [00:09:16.554]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsemver-73fdc62d37bc63ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1297699Z [00:09:16.562]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/syn-823e917b4b842b0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1373812Z [00:09:16.569]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libserde-d938b6a2993e586b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1448752Z [00:09:16.577]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/regex-813717a3c512d141.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1522279Z [00:09:16.584]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libaho_corasick-10bb05023a6f79b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1596011Z [00:09:16.592]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/memchr-05ca04b75261ca49.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1670758Z [00:09:16.599]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnum_enum_derive-e8bb0d097f06ac7a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1743966Z [00:09:16.606]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpest_generator-8c93fe7170482c79.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1818572Z [00:09:16.614]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/equivalent-d4141b76549b3f53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1892743Z [00:09:16.621]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.1967097Z [00:09:16.629]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libnum_conv-a1b56b94ee2fb49a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2042374Z [00:09:16.636]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstruct_iterable_internal-9cebe4e4c265e628.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2114159Z [00:09:16.643]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libdisplaydoc-7e3caaefad793fdd.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2187992Z [00:09:16.651]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex_automata-d4d25f6b63e8714d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2264741Z [00:09:16.658]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/futures_macro-86b23cfc3abd83a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2338858Z [00:09:16.666]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2411926Z [00:09:16.673]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2485662Z [00:09:16.681]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/tracing_attributes-44edeccea3c38331.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2562095Z [00:09:16.688]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/rustc_version-6d95c4e7a4040f07.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2637528Z [00:09:16.696]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liblazy_static-386955e475fc3d57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2712675Z [00:09:16.703]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2789521Z [00:09:16.711]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pnet_macros-93e12c6d47943dd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2868222Z [00:09:16.719]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasync_trait-1e21a360bcada2ae.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.2945064Z [00:09:16.727]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/syn-94f40e26de0f9146.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3019541Z [00:09:16.734]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/iroh_metrics_derive-a969c70febf92089.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3094081Z [00:09:16.741]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/postcard_derive-5b34effe6681ad29.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3167578Z [00:09:16.749]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libaxum_macros-99dbc815a8dfab54.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3244297Z [00:09:16.756]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3318149Z [00:09:16.764]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3392513Z [00:09:16.771]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/snafu_derive-f23bbf43783207c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3465747Z [00:09:16.779]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pest-4c8334ab2c1afc42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3538880Z [00:09:16.786]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtime_core-07024a0d881339a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3613291Z [00:09:16.793]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/pest_derive-0b30dcbb68b195d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3688281Z [00:09:16.801]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libwinnow-6bd2c9c6ba75e76d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3763700Z [00:09:16.808]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/num_conv-a1b56b94ee2fb49a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3837515Z [00:09:16.816]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3911509Z [00:09:16.823]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpin_project_internal-63b3b96270e7d8c2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.3986120Z [00:09:16.831]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/winnow-6bd2c9c6ba75e76d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4060240Z [00:09:16.838]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/semver-73fdc62d37bc63ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4138718Z [00:09:16.846]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/axum_macros-99dbc815a8dfab54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4214082Z [00:09:16.853]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libserde-d938b6a2993e586b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4287558Z [00:09:16.861]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4358995Z [00:09:16.868]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtoml_datetime-b0efca2709d16ed6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4430672Z [00:09:16.875]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/derive_more_impl-4267fe1ef3be6f20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4508117Z [00:09:16.883]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/thiserror-b26360a705e19153.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4582150Z [00:09:16.890]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libfutures_macro-86b23cfc3abd83a4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4654058Z [00:09:16.897]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4728278Z [00:09:16.905]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4800260Z [00:09:16.912]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4874802Z [00:09:16.919]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsnafu_derive-f23bbf43783207c7.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.4951175Z [00:09:16.927]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libyoke_derive-e279ed62d1e1f54e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5025561Z [00:09:16.935]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libderive_more_impl-4267fe1ef3be6f20.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5100058Z [00:09:16.942]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtime_core-07024a0d881339a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5175955Z [00:09:16.950]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5252322Z [00:09:16.957]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5324350Z [00:09:16.964]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libasn1_rs_impl-f488e18a6b34683a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5397652Z [00:09:16.972]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libtime_macros-4c5a6d7411a19867.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5472327Z [00:09:16.979]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libregex-813717a3c512d141.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5550337Z [00:09:16.987]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libstrum_macros-920333dcc0f3f4d4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5625609Z [00:09:16.995]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/asn1_rs_derive-45dc89ce06fdd0a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5701388Z [00:09:17.002]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/proc_macro_crate-510bfe316b6da67f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5777308Z [00:09:17.010]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5853151Z [00:09:17.017]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liberased_serde-2252c8bfae2fa6ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.5928044Z [00:09:17.025]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/liberased_serde-2252c8bfae2fa6ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6000483Z [00:09:17.032]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/ucd_trie-56344b5ef67d5053.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6073790Z [00:09:17.039]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/zerofrom_derive-050465dd4205e245.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6147890Z [00:09:17.047]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libsyn-823e917b4b842b0f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6221996Z [00:09:17.054]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/serde_derive-4dea58f2f780c793.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6298973Z [00:09:17.062]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libpnet_macros-93e12c6d47943dd3.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6373960Z [00:09:17.069]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libthiserror-b26360a705e19153.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6449662Z [00:09:17.077]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libiroh_metrics_derive-a969c70febf92089.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6525232Z [00:09:17.084]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libwinnow-6bd2c9c6ba75e76d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6602476Z [00:09:17.092]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6678458Z [00:09:17.100]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-profiles-c384d8a63b7f7303/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6755498Z [00:09:17.107]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-profiles-c384d8a63b7f7303/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6830246Z [00:09:17.115]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-profiles-c384d8a63b7f7303/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6906000Z [00:09:17.123]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-profiles-c384d8a63b7f7303/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.6985330Z [00:09:17.130]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/async-trait-1e21a360bcada2ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7062295Z [00:09:17.138]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/async-trait-1e21a360bcada2ae/dep-lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7138648Z [00:09:17.146]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/async-trait-1e21a360bcada2ae/lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7214296Z [00:09:17.153]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/async-trait-1e21a360bcada2ae/lib-async_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7291886Z [00:09:17.161]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7365556Z [00:09:17.169]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7439298Z [00:09:17.176]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7514648Z [00:09:17.183]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7590458Z [00:09:17.191]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-823e917b4b842b0f/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7666566Z [00:09:17.199]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-823e917b4b842b0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7741157Z [00:09:17.206]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-823e917b4b842b0f/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7815164Z [00:09:17.214]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-823e917b4b842b0f/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7890930Z [00:09:17.221]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.7966220Z [00:09:17.229]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8040377Z [00:09:17.236]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8117454Z [00:09:17.244]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8193490Z [00:09:17.251]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/blake3-37838791eb706f97/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8267805Z [00:09:17.259]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/blake3-37838791eb706f97/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8341605Z [00:09:17.266]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/blake3-37838791eb706f97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8418224Z [00:09:17.274]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/blake3-37838791eb706f97/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8492056Z [00:09:17.281]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pnet_macros-93e12c6d47943dd3/lib-pnet_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8564610Z [00:09:17.288]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pnet_macros-93e12c6d47943dd3/dep-lib-pnet_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8637202Z [00:09:17.296]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pnet_macros-93e12c6d47943dd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8710157Z [00:09:17.303]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pnet_macros-93e12c6d47943dd3/lib-pnet_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8783907Z [00:09:17.310]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8859060Z [00:09:17.318]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.8933375Z [00:09:17.325]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9006665Z [00:09:17.333]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9083331Z [00:09:17.340]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-4af46a944ee5c449/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9157841Z [00:09:17.348]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-4af46a944ee5c449/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9230833Z [00:09:17.355]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_derive-b65e0e805fc6042e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9306799Z [00:09:17.363]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_derive-b65e0e805fc6042e/lib-struct_iterable_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9379570Z [00:09:17.370]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_derive-b65e0e805fc6042e/dep-lib-struct_iterable_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9453178Z [00:09:17.377]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_derive-b65e0e805fc6042e/lib-struct_iterable_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9523506Z [00:09:17.384]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:22.9593201Z [00:09:17.391]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:22.9664247Z [00:09:17.398]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9737131Z [00:09:17.406]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:22.9810817Z [00:09:17.413]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-73fdc62d37bc63ac/lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9885385Z [00:09:17.421]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-73fdc62d37bc63ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:22.9957286Z [00:09:17.428]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-73fdc62d37bc63ac/lib-semver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0029849Z [00:09:17.435]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-73fdc62d37bc63ac/dep-lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0102403Z [00:09:17.442]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_datetime-b0efca2709d16ed6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0175649Z [00:09:17.450]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_datetime-b0efca2709d16ed6/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0247342Z [00:09:17.457]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_datetime-b0efca2709d16ed6/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0321791Z [00:09:17.464]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_datetime-b0efca2709d16ed6/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0395284Z [00:09:17.472]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0468322Z [00:09:17.479]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0541962Z [00:09:17.486]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0620103Z [00:09:17.494]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0691438Z [00:09:17.501]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0762638Z [00:09:17.508]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0835001Z [00:09:17.516]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0907692Z [00:09:17.523]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.0980054Z [00:09:17.530]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1051857Z [00:09:17.537]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1123899Z [00:09:17.544]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1195664Z [00:09:17.552]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1267775Z [00:09:17.559]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-d234037a90ad6b0d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1339298Z [00:09:17.566]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-d234037a90ad6b0d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1410917Z [00:09:17.573]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-d234037a90ad6b0d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1482692Z [00:09:17.580]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-d234037a90ad6b0d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1558307Z [00:09:17.588]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1633498Z [00:09:17.595]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1707234Z [00:09:17.603]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1780065Z [00:09:17.610]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1852606Z [00:09:17.617]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1925257Z [00:09:17.624]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.1997533Z [00:09:17.632]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heapless-a901313180159c8f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2073607Z [00:09:17.639]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heapless-a901313180159c8f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2144597Z [00:09:17.646]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heapless-a901313180159c8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2217344Z [00:09:17.654]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heapless-a901313180159c8f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2291646Z [00:09:17.661]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-a843d26e150dc751/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2365116Z [00:09:17.669]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-a843d26e150dc751/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2435878Z [00:09:17.676]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-a843d26e150dc751/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2509254Z [00:09:17.683]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-a843d26e150dc751/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2581874Z [00:09:17.690]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2653572Z [00:09:17.697]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2726386Z [00:09:17.705]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/lib-synstructure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2795719Z [00:09:17.712]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/dep-lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2869277Z [00:09:17.719]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustls-7342a51518c1c288/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.2942615Z [00:09:17.726]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustls-7342a51518c1c288/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3015684Z [00:09:17.734]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustls-7342a51518c1c288/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3089002Z [00:09:17.741]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustls-7342a51518c1c288/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3164007Z [00:09:17.748]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3239619Z [00:09:17.756]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3318691Z [00:09:17.764]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3392527Z [00:09:17.771]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3467262Z [00:09:17.779]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enum-as-inner-e4c1a2da2d3fa205/lib-enum_as_inner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3541077Z [00:09:17.786]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enum-as-inner-e4c1a2da2d3fa205/lib-enum_as_inner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3611325Z [00:09:17.793]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enum-as-inner-e4c1a2da2d3fa205/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3681116Z [00:09:17.800]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enum-as-inner-e4c1a2da2d3fa205/dep-lib-enum_as_inner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3752597Z [00:09:17.807]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-impl-f488e18a6b34683a/lib-asn1_rs_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3824462Z [00:09:17.814]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-impl-f488e18a6b34683a/lib-asn1_rs_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3897212Z [00:09:17.822]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-impl-f488e18a6b34683a/dep-lib-asn1_rs_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.3968065Z [00:09:17.829]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-impl-f488e18a6b34683a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4040231Z [00:09:17.836]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4113487Z [00:09:17.843]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4186403Z [00:09:17.851]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4258739Z [00:09:17.858]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/dep-lib-litrs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4331421Z [00:09:17.865]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4405182Z [00:09:17.873]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:23.4478351Z [00:09:17.880]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4552842Z [00:09:17.887]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:23.4630824Z [00:09:17.895]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4707797Z [00:09:17.903]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4782430Z [00:09:17.910]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/displaydoc-7e3caaefad793fdd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4857528Z [00:09:17.918]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/displaydoc-7e3caaefad793fdd/lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.4931392Z [00:09:17.925]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/displaydoc-7e3caaefad793fdd/dep-lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5005158Z [00:09:17.932]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/displaydoc-7e3caaefad793fdd/lib-displaydoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5078937Z [00:09:17.940]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ring-fca5babb2b7effc7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5150951Z [00:09:17.947]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ring-fca5babb2b7effc7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5222151Z [00:09:17.954]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ring-fca5babb2b7effc7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5293234Z [00:09:17.961]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ring-fca5babb2b7effc7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5363996Z [00:09:17.968]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro-crate-510bfe316b6da67f/dep-lib-proc_macro_crate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5433796Z [00:09:17.975]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro-crate-510bfe316b6da67f/lib-proc_macro_crate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5509521Z [00:09:17.983]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro-crate-510bfe316b6da67f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5583873Z [00:09:17.990]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro-crate-510bfe316b6da67f/lib-proc_macro_crate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5657371Z [00:09:17.998]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/postcard-derive-5b34effe6681ad29/dep-lib-postcard_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5730534Z [00:09:18.005]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/postcard-derive-5b34effe6681ad29/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5803102Z [00:09:18.012]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/postcard-derive-5b34effe6681ad29/lib-postcard_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5874447Z [00:09:18.019]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/postcard-derive-5b34effe6681ad29/lib-postcard_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.5948976Z [00:09:18.027]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6024249Z [00:09:18.034]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6097411Z [00:09:18.042]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6172001Z [00:09:18.049]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6246624Z [00:09:18.057]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-b26360a705e19153/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6321877Z [00:09:18.064]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-b26360a705e19153/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6396861Z [00:09:18.072]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-b26360a705e19153/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6471291Z [00:09:18.079]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-b26360a705e19153/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6545909Z [00:09:18.087]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_json-bd97ea2f9e5b7434/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6619393Z [00:09:18.094]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_json-bd97ea2f9e5b7434/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6697009Z [00:09:18.102]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_json-bd97ea2f9e5b7434/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6776378Z [00:09:18.110]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_json-bd97ea2f9e5b7434/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6852746Z [00:09:18.117]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.6926199Z [00:09:18.125]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7000587Z [00:09:18.132]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-relay-5091d3dcb591944b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7074386Z [00:09:18.139]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-relay-5091d3dcb591944b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7151362Z [00:09:18.147]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-relay-5091d3dcb591944b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7225756Z [00:09:18.155]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-relay-5091d3dcb591944b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7301705Z [00:09:18.162]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7376604Z [00:09:18.170]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7451699Z [00:09:18.177]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7525872Z [00:09:18.185]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7600902Z [00:09:18.192]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7675571Z [00:09:18.200]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:23.7750399Z [00:09:18.207]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7825630Z [00:09:18.215]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:23.7901430Z [00:09:18.222]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustc_version-6d95c4e7a4040f07/lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.7977064Z [00:09:18.230]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustc_version-6d95c4e7a4040f07/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8050736Z [00:09:18.237]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustc_version-6d95c4e7a4040f07/dep-lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8122892Z [00:09:18.244]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustc_version-6d95c4e7a4040f07/lib-rustc_version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8197688Z [00:09:18.252]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8271761Z [00:09:18.259]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8343383Z [00:09:18.266]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8416647Z [00:09:18.274]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8490568Z [00:09:18.281]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/aho-corasick-10bb05023a6f79b6/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8563423Z [00:09:18.288]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/aho-corasick-10bb05023a6f79b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8635599Z [00:09:18.296]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/aho-corasick-10bb05023a6f79b6/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8707379Z [00:09:18.303]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/aho-corasick-10bb05023a6f79b6/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8786151Z [00:09:18.311]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_derive-0b30dcbb68b195d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8862787Z [00:09:18.318]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_derive-0b30dcbb68b195d4/dep-lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.8938737Z [00:09:18.326]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_derive-0b30dcbb68b195d4/lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9013744Z [00:09:18.333]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_derive-0b30dcbb68b195d4/lib-pest_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9088752Z [00:09:18.341]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9165231Z [00:09:18.348]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9244431Z [00:09:18.356]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9316879Z [00:09:18.364]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9392606Z [00:09:18.371]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/erased-serde-2252c8bfae2fa6ed/lib-erased_serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9471541Z [00:09:18.379]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/erased-serde-2252c8bfae2fa6ed/dep-lib-erased_serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9546320Z [00:09:18.387]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/erased-serde-2252c8bfae2fa6ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9626633Z [00:09:18.395]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/erased-serde-2252c8bfae2fa6ed/lib-erased_serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9703622Z [00:09:18.402]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-derive-45dc89ce06fdd0a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9779770Z [00:09:18.410]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-derive-45dc89ce06fdd0a3/lib-asn1_rs_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9857165Z [00:09:18.418]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-derive-45dc89ce06fdd0a3/lib-asn1_rs_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:23.9930441Z [00:09:18.425]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/asn1-rs-derive-45dc89ce06fdd0a3/dep-lib-asn1_rs_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0007763Z [00:09:18.433]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/futures-macro-86b23cfc3abd83a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0086862Z [00:09:18.441]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/futures-macro-86b23cfc3abd83a4/lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0162234Z [00:09:18.448]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/futures-macro-86b23cfc3abd83a4/lib-futures_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0238632Z [00:09:18.456]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/futures-macro-86b23cfc3abd83a4/dep-lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0313521Z [00:09:18.463]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0388016Z [00:09:18.471]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0462496Z [00:09:18.478]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0536499Z [00:09:18.486]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0611097Z [00:09:18.493]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pin-project-internal-63b3b96270e7d8c2/lib-pin_project_internal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0686571Z [00:09:18.501]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pin-project-internal-63b3b96270e7d8c2/lib-pin_project_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0759047Z [00:09:18.508]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pin-project-internal-63b3b96270e7d8c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0830561Z [00:09:18.515]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pin-project-internal-63b3b96270e7d8c2/dep-lib-pin_project_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0903614Z [00:09:18.522]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.0977043Z [00:09:18.530]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.1049247Z [00:09:18.537]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.1121622Z [00:09:18.544]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.1195788Z [00:09:18.552]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:24.1269385Z [00:09:18.559]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:24.1342708Z [00:09:18.566]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.1416341Z [00:09:18.574]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:24.1489185Z [00:09:18.581]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_internal-9cebe4e4c265e628/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.1564620Z [00:09:18.588]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_internal-9cebe4e4c265e628/lib-struct_iterable_internal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.1637140Z [00:09:18.596]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_internal-9cebe4e4c265e628/dep-lib-struct_iterable_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.1710736Z [00:09:18.603]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/struct_iterable_internal-9cebe4e4c265e628/lib-struct_iterable_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.1785147Z [00:09:18.611]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-813717a3c512d141/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.1858625Z [00:09:18.618]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-813717a3c512d141/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.1930733Z [00:09:18.625]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-813717a3c512d141/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2005920Z [00:09:18.633]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-813717a3c512d141/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2083371Z [00:09:18.640]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2157382Z [00:09:18.648]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2231866Z [00:09:18.655]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2306361Z [00:09:18.663]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2380215Z [00:09:18.670]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2454367Z [00:09:18.677]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2528122Z [00:09:18.685]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2601169Z [00:09:18.692]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2674419Z [00:09:18.699]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pkarr-7be97c0194deac7f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2748087Z [00:09:18.707]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pkarr-7be97c0194deac7f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2824160Z [00:09:18.714]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pkarr-7be97c0194deac7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2898772Z [00:09:18.722]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pkarr-7be97c0194deac7f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.2976161Z [00:09:18.730]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3051627Z [00:09:18.737]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3127861Z [00:09:18.745]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3204146Z [00:09:18.752]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3282503Z [00:09:18.760]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/lib-yoke_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3358240Z [00:09:18.768]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3433571Z [00:09:18.775]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3509096Z [00:09:18.783]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/dep-lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3584743Z [00:09:18.790]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3657438Z [00:09:18.798]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3731769Z [00:09:18.805]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3804556Z [00:09:18.812]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3877360Z [00:09:18.820]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/indexmap-b4323f096d005774/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.3953683Z [00:09:18.827]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/indexmap-b4323f096d005774/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4029242Z [00:09:18.835]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/indexmap-b4323f096d005774/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4105277Z [00:09:18.843]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/indexmap-b4323f096d005774/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4179277Z [00:09:18.850]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4254621Z [00:09:18.857]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4328419Z [00:09:18.865]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4402295Z [00:09:18.872]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4476244Z [00:09:18.880]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4550211Z [00:09:18.887]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4626055Z [00:09:18.895]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4699695Z [00:09:18.902]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4776889Z [00:09:18.910]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-macros-4c5a6d7411a19867/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4850032Z [00:09:18.917]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-macros-4c5a6d7411a19867/lib-time_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4923139Z [00:09:18.924]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-macros-4c5a6d7411a19867/lib-time_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.4996540Z [00:09:18.932]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-macros-4c5a6d7411a19867/dep-lib-time_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5071401Z [00:09:18.939]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5144554Z [00:09:18.946]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5216842Z [00:09:18.954]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5289923Z [00:09:18.961]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5364056Z [00:09:18.968]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/dep-lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5437665Z [00:09:18.976]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5510872Z [00:09:18.983]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5582911Z [00:09:18.990]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5654874Z [00:09:18.997]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-traits-085a0421259d7e05/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5727375Z [00:09:19.005]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-traits-085a0421259d7e05/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5798906Z [00:09:19.012]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-traits-085a0421259d7e05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5871250Z [00:09:19.019]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num-traits-085a0421259d7e05/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.5943271Z [00:09:19.026]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6014444Z [00:09:19.033]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6086753Z [00:09:19.041]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6161163Z [00:09:19.048]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6235000Z [00:09:19.055]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/snafu-derive-f23bbf43783207c7/lib-snafu_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6309259Z [00:09:19.063]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/snafu-derive-f23bbf43783207c7/lib-snafu_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6384190Z [00:09:19.070]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/snafu-derive-f23bbf43783207c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6455152Z [00:09:19.078]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/snafu-derive-f23bbf43783207c7/dep-lib-snafu_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6528074Z [00:09:19.085]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6600549Z [00:09:19.092]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6674182Z [00:09:19.099]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6749582Z [00:09:19.107]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6822838Z [00:09:19.114]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enumflags2_derive-4247b8c6c57d0a8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6894978Z [00:09:19.121]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enumflags2_derive-4247b8c6c57d0a8d/lib-enumflags2_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.6968026Z [00:09:19.129]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enumflags2_derive-4247b8c6c57d0a8d/lib-enumflags2_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7040626Z [00:09:19.136]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/enumflags2_derive-4247b8c6c57d0a8d/dep-lib-enumflags2_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7116804Z [00:09:19.144]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest-4c8334ab2c1afc42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7192305Z [00:09:19.151]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest-4c8334ab2c1afc42/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7268033Z [00:09:19.159]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest-4c8334ab2c1afc42/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7342075Z [00:09:19.166]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest-4c8334ab2c1afc42/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7417267Z [00:09:19.174]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-4267fe1ef3be6f20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7493147Z [00:09:19.181]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-4267fe1ef3be6f20/lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7568205Z [00:09:19.189]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-4267fe1ef3be6f20/dep-lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7643279Z [00:09:19.196]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-4267fe1ef3be6f20/lib-derive_more_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7719121Z [00:09:19.204]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7797228Z [00:09:19.212]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7872313Z [00:09:19.219]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.7944783Z [00:09:19.227]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8018926Z [00:09:19.234]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_meta-7b04917f6b20b10f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8093875Z [00:09:19.241]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_meta-7b04917f6b20b10f/lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8167929Z [00:09:19.249]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_meta-7b04917f6b20b10f/dep-lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8242604Z [00:09:19.256]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_meta-7b04917f6b20b10f/lib-pest_meta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8318137Z [00:09:19.264]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/axum-macros-99dbc815a8dfab54/lib-axum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8391496Z [00:09:19.271]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/axum-macros-99dbc815a8dfab54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8464831Z [00:09:19.279]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/axum-macros-99dbc815a8dfab54/dep-lib-axum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8538141Z [00:09:19.286]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/axum-macros-99dbc815a8dfab54/lib-axum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8613579Z [00:09:19.293]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8686073Z [00:09:19.301]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:24.8759203Z [00:09:19.308]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8832142Z [00:09:19.315]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:24.8906576Z [00:09:19.323]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tokio-macros-5034364e461b0ed9/lib-tokio_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.8981134Z [00:09:19.330]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tokio-macros-5034364e461b0ed9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9056165Z [00:09:19.338]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tokio-macros-5034364e461b0ed9/dep-lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9131194Z [00:09:19.345]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/tokio-macros-5034364e461b0ed9/lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9206993Z [00:09:19.353]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9280574Z [00:09:19.360]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9354966Z [00:09:19.368]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9427146Z [00:09:19.375]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9502229Z [00:09:19.382]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-core-07024a0d881339a0/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9578313Z [00:09:19.390]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-core-07024a0d881339a0/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9653757Z [00:09:19.397]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-core-07024a0d881339a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9729179Z [00:09:19.405]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/time-core-07024a0d881339a0/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9805063Z [00:09:19.412]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num_enum_derive-e8bb0d097f06ac7a/lib-num_enum_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9880600Z [00:09:19.420]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num_enum_derive-e8bb0d097f06ac7a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:24.9955564Z [00:09:19.428]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num_enum_derive-e8bb0d097f06ac7a/lib-num_enum_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0035816Z [00:09:19.436]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/num_enum_derive-e8bb0d097f06ac7a/dep-lib-num_enum_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0117504Z [00:09:19.444]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/oid-registry-dbdd2a13ef4eeb8f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0199511Z [00:09:19.452]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/oid-registry-dbdd2a13ef4eeb8f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0277199Z [00:09:19.460]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/oid-registry-dbdd2a13ef4eeb8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0360957Z [00:09:19.468]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/oid-registry-dbdd2a13ef4eeb8f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0438891Z [00:09:19.476]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-d938b6a2993e586b/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0519976Z [00:09:19.484]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-d938b6a2993e586b/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0603478Z [00:09:19.492]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-d938b6a2993e586b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0684765Z [00:09:19.500]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-d938b6a2993e586b/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0766047Z [00:09:19.508]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0847919Z [00:09:19.517]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.0928518Z [00:09:19.525]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1004634Z [00:09:19.532]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1084129Z [00:09:19.540]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1161839Z [00:09:19.548]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1242148Z [00:09:19.556]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1321822Z [00:09:19.564]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1402793Z [00:09:19.572]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1478887Z [00:09:19.580]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1555712Z [00:09:19.588]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/nested_enum_utils-9603df742ba299ab/lib-nested_enum_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1629747Z [00:09:19.595]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/nested_enum_utils-9603df742ba299ab/dep-lib-nested_enum_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1704013Z [00:09:19.602]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/nested_enum_utils-9603df742ba299ab/lib-nested_enum_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1783862Z [00:09:19.610]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/nested_enum_utils-9603df742ba299ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1858264Z [00:09:19.618]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.1931975Z [00:09:19.625]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.2010011Z [00:09:19.633]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.2085002Z [00:09:19.640]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.2160487Z [00:09:19.648]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.2236320Z [00:09:19.656]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.2314071Z [00:09:19.663]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.2394140Z [00:09:19.671]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.2469551Z [00:09:19.679]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.2543776Z [00:09:19.686]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.2621444Z [00:09:19.694]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.2701232Z [00:09:19.702]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.2782427Z [00:09:19.710]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-e9bc2fcea383d7d0/dep-lib-curve25519_dalek_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.2860886Z [00:09:19.718]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-e9bc2fcea383d7d0/lib-curve25519_dalek_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.2938296Z [00:09:19.726]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-e9bc2fcea383d7d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3015527Z [00:09:19.733]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-e9bc2fcea383d7d0/lib-curve25519_dalek_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3092292Z [00:09:19.741]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-automata-d4d25f6b63e8714d/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3169790Z [00:09:19.749]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-automata-d4d25f6b63e8714d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3244671Z [00:09:19.756]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-automata-d4d25f6b63e8714d/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3319822Z [00:09:19.764]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-automata-d4d25f6b63e8714d/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3395707Z [00:09:19.772]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3470650Z [00:09:19.779]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.3547261Z [00:09:19.787]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3622768Z [00:09:19.794]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.3698624Z [00:09:19.802]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-tools-8cd4f865eee17601/lib-precis_tools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3773882Z [00:09:19.809]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-tools-8cd4f865eee17601/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3848195Z [00:09:19.817]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-tools-8cd4f865eee17601/lib-precis_tools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3921532Z [00:09:19.824]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-tools-8cd4f865eee17601/dep-lib-precis_tools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.3996449Z [00:09:19.832]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4070245Z [00:09:19.839]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4144197Z [00:09:19.846]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4217858Z [00:09:19.854]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4294857Z [00:09:19.861]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4370153Z [00:09:19.869]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/lib-unicode_xid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4444434Z [00:09:19.876]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/lib-unicode_xid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4518299Z [00:09:19.884]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/dep-lib-unicode_xid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4592442Z [00:09:19.891]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4666519Z [00:09:19.899]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4737739Z [00:09:19.906]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4810428Z [00:09:19.913]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.4883814Z [00:09:19.920]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.4956559Z [00:09:19.928]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.5029582Z [00:09:19.935]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/dep-lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5103646Z [00:09:19.942]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5179330Z [00:09:19.950]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5253128Z [00:09:19.957]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/lib-zerofrom_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5326800Z [00:09:19.965]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/getrandom-0acad16b08348785/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5399590Z [00:09:19.972]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/getrandom-0acad16b08348785/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5470779Z [00:09:19.979]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/getrandom-0acad16b08348785/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5543517Z [00:09:19.986]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/getrandom-0acad16b08348785/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5614928Z [00:09:19.993]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-core-a3d13f428ce32414/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5686502Z [00:09:20.001]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-core-a3d13f428ce32414/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5758873Z [00:09:20.008]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-core-a3d13f428ce32414/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5832141Z [00:09:20.015]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/precis-core-a3d13f428ce32414/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.5906340Z [00:09:20.023]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.5979980Z [00:09:20.030]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.6051564Z [00:09:20.037]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6123760Z [00:09:20.044]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.6195752Z [00:09:20.052]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6266600Z [00:09:20.059]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6338343Z [00:09:20.066]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6410684Z [00:09:20.073]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6481411Z [00:09:20.080]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-de03a2aaafa0f0f8/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6554803Z [00:09:20.087]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-de03a2aaafa0f0f8/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6625261Z [00:09:20.095]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-de03a2aaafa0f0f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6696218Z [00:09:20.102]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/strum_macros-de03a2aaafa0f0f8/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6769214Z [00:09:20.109]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6840751Z [00:09:20.116]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6913537Z [00:09:20.123]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.6983985Z [00:09:20.130]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7054520Z [00:09:20.137]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7127699Z [00:09:20.145]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7200580Z [00:09:20.152]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7273638Z [00:09:20.159]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7347174Z [00:09:20.167]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/dep-lib-document_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7419268Z [00:09:20.174]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7491935Z [00:09:20.181]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7565600Z [00:09:20.189]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7638915Z [00:09:20.196]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7711965Z [00:09:20.203]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/lib-zerovec_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7783281Z [00:09:20.210]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/dep-lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7854807Z [00:09:20.218]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7928161Z [00:09:20.225]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_generator-8c93fe7170482c79/lib-pest_generator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.7999819Z [00:09:20.232]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_generator-8c93fe7170482c79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8072385Z [00:09:20.239]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_generator-8c93fe7170482c79/lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8144156Z [00:09:20.246]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/pest_generator-8c93fe7170482c79/dep-lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8216542Z [00:09:20.254]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8287523Z [00:09:20.261]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.8359616Z [00:09:20.268]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8432070Z [00:09:20.275]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:25.8503745Z [00:09:20.282]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-7daf1389b4dcf813/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8576500Z [00:09:20.290]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-7daf1389b4dcf813/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8648546Z [00:09:20.297]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8720182Z [00:09:20.304]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8792361Z [00:09:20.311]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8865109Z [00:09:20.319]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.8937068Z [00:09:20.326]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/dep-lib-ucd_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9011225Z [00:09:20.333]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9082197Z [00:09:20.340]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/lib-ucd_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9155099Z [00:09:20.347]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/lib-ucd_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9227567Z [00:09:20.355]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/hashbrown-e5949c13137400f5/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9299007Z [00:09:20.362]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/hashbrown-e5949c13137400f5/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9369231Z [00:09:20.369]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/hashbrown-e5949c13137400f5/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9439926Z [00:09:20.376]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/hashbrown-e5949c13137400f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9512632Z [00:09:20.383]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-d56e456135fd6ccf/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9585588Z [00:09:20.391]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-d56e456135fd6ccf/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9656732Z [00:09:20.398]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-d56e456135fd6ccf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9727366Z [00:09:20.405]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/semver-d56e456135fd6ccf/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9798862Z [00:09:20.412]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9871096Z [00:09:20.419]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:25.9941328Z [00:09:20.426]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0013148Z [00:09:20.433]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0086224Z [00:09:20.441]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_edit-1d0286da8289a3fa/lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0157956Z [00:09:20.448]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_edit-1d0286da8289a3fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0229910Z [00:09:20.455]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_edit-1d0286da8289a3fa/dep-lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0300986Z [00:09:20.462]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/toml_edit-1d0286da8289a3fa/lib-toml_edit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0372414Z [00:09:20.469]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-a969c70febf92089/lib-iroh_metrics_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0442892Z [00:09:20.476]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-a969c70febf92089/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0515171Z [00:09:20.484]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-a969c70febf92089/lib-iroh_metrics_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0591998Z [00:09:20.491]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-a969c70febf92089/dep-lib-iroh_metrics_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0666518Z [00:09:20.499]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/fs-err-8611d171883c69fc/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0738502Z [00:09:20.506]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/fs-err-8611d171883c69fc/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0811035Z [00:09:20.513]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/fs-err-8611d171883c69fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0885275Z [00:09:20.521]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/fs-err-8611d171883c69fc/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.0957147Z [00:09:20.528]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1032072Z [00:09:20.535]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/dep-lib-regex_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1102345Z [00:09:20.542]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/lib-regex_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1172613Z [00:09:20.549]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/lib-regex_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1246162Z [00:09:20.557]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/portable-atomic-7d7e7e480db8bb40/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1319683Z [00:09:20.564]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/portable-atomic-7d7e7e480db8bb40/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1391679Z [00:09:20.571]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/portable-atomic-7d7e7e480db8bb40/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1464738Z [00:09:20.578]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/portable-atomic-7d7e7e480db8bb40/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1538243Z [00:09:20.586]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/der_derive-b2ebd3ee369dd857/dep-lib-der_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1611108Z [00:09:20.593]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/der_derive-b2ebd3ee369dd857/lib-der_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1681907Z [00:09:20.600]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/der_derive-b2ebd3ee369dd857/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1752579Z [00:09:20.607]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/der_derive-b2ebd3ee369dd857/lib-der_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1825136Z [00:09:20.615]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.1895851Z [00:09:20.622]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.1967051Z [00:09:20.629]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2038428Z [00:09:20.636]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.2110020Z [00:09:20.643]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/winnow-6bd2c9c6ba75e76d/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2181715Z [00:09:20.650]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/winnow-6bd2c9c6ba75e76d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2255832Z [00:09:20.658]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/winnow-6bd2c9c6ba75e76d/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2329093Z [00:09:20.665]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/winnow-6bd2c9c6ba75e76d/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2401206Z [00:09:20.672]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2475746Z [00:09:20.680]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2550030Z [00:09:20.687]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2627874Z [00:09:20.695]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2702450Z [00:09:20.702]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-29183fa3f633b355/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2774859Z [00:09:20.709]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-29183fa3f633b355/lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2849192Z [00:09:20.717]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-29183fa3f633b355/dep-lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.2924039Z [00:09:20.724]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/derive_more-impl-29183fa3f633b355/lib-derive_more_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3003537Z [00:09:20.732]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-6ad8e7e63b5dfc42/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3079210Z [00:09:20.740]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-6ad8e7e63b5dfc42/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3153662Z [00:09:20.747]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-6ad8e7e63b5dfc42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3228308Z [00:09:20.755]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/serde-6ad8e7e63b5dfc42/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3301584Z [00:09:20.762]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3377214Z [00:09:20.770]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3453468Z [00:09:20.777]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3528083Z [00:09:20.785]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3604985Z [00:09:20.793]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/bulk.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3679684Z [00:09:20.800]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_base.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3752537Z [00:09:20.807]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3826875Z [00:09:20.815]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/iroh-dns-server' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3901527Z [00:09:20.822]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/iroh-dns-server.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.3979325Z [00:09:20.830]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-030084654980dd06/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4054171Z [00:09:20.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-030084654980dd06/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4128456Z [00:09:20.845]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-030084654980dd06/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4201376Z [00:09:20.852]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-030084654980dd06/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4277751Z [00:09:20.860]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4354742Z [00:09:20.867]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4429115Z [00:09:20.875]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4502445Z [00:09:20.882]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4573918Z [00:09:20.889]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4647040Z [00:09:20.897]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/out/oid_db.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4720290Z [00:09:20.904]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4792632Z [00:09:20.911]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4867564Z [00:09:20.919]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.4939510Z [00:09:20.926]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/oid-registry-2b9bfd9751471bec/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.5012030Z [00:09:20.933]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-5396afe1e3923260/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.5084948Z [00:09:20.940]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-5396afe1e3923260/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.5158483Z [00:09:20.948]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-5396afe1e3923260/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.5234270Z [00:09:20.955]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-5396afe1e3923260/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.5310586Z [00:09:20.963]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.5387835Z [00:09:20.971]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.5461876Z [00:09:20.978]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.5537890Z [00:09:20.986]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.5611324Z [00:09:20.993]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.5686047Z [00:09:21.001]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.5761000Z [00:09:21.008]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.5833651Z [00:09:21.015]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.5906683Z [00:09:21.023]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.5982342Z [00:09:21.030]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6058756Z [00:09:21.038]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6134765Z [00:09:21.045]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6209809Z [00:09:21.053]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6285045Z [00:09:21.060]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/00c879ee3285a50d-montgomery.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6361272Z [00:09:21.068]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a4019cc0736b0423-cpu_intel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6438554Z [00:09:21.076]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a0330e891e733f4e-gfp_p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6515335Z [00:09:21.083]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/aaa1ba3e455ee2e1-limbs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6589208Z [00:09:21.091]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/libring_core_0_17_14_.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6664796Z [00:09:21.098]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-aes-gcm-avx2-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6740282Z [00:09:21.106]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a4019cc0736b0423-crypto.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6814317Z [00:09:21.113]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-x86_64-mont-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6889246Z [00:09:21.121]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/25ac62e5b3c53843-curve25519_64_adx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.6964043Z [00:09:21.128]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-p256-x86_64-asm-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7040136Z [00:09:21.136]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a4019cc0736b0423-mem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7117778Z [00:09:21.144]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/e165cd818145c705-fiat_curve25519_adx_mul.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7195495Z [00:09:21.151]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-sha512-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7276165Z [00:09:21.159]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-vpaes-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7354050Z [00:09:21.167]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/25ac62e5b3c53843-curve25519.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7430910Z [00:09:21.175]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a0330e891e733f4e-ecp_nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7506760Z [00:09:21.183]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/libring_core_0_17_14__test.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7586089Z [00:09:21.191]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a0330e891e733f4e-p256-nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7666906Z [00:09:21.199]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/00c879ee3285a50d-montgomery_inv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7744582Z [00:09:21.206]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/e165cd818145c705-fiat_curve25519_adx_square.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7825385Z [00:09:21.215]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7904172Z [00:09:21.222]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-aesni-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.7983752Z [00:09:21.230]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a0330e891e733f4e-gfp_p384.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8062634Z [00:09:21.238]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a0330e891e733f4e-p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8143847Z [00:09:21.246]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-sha256-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8223962Z [00:09:21.254]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-ghash-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8301525Z [00:09:21.262]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/d5a9841f3dc6e253-poly1305.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8380374Z [00:09:21.270]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-x86_64-mont5-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8460054Z [00:09:21.278]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/c322a0bcc369f531-chacha-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8537686Z [00:09:21.286]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/a4019cc0736b0423-constant_time_test.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8615154Z [00:09:21.293]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/out/0bbbd18bda93c05b-aes_nohw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8693282Z [00:09:21.301]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8768377Z [00:09:21.309]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8846040Z [00:09:21.317]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8920653Z [00:09:21.324]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-fec6758cf7141296/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.8995544Z [00:09:21.332]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.9073625Z [00:09:21.339]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.9151869Z [00:09:21.347]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.9227132Z [00:09:21.355]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.9306590Z [00:09:21.363]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.9385464Z [00:09:21.371]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.9462036Z [00:09:21.378]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.9539870Z [00:09:21.386]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:26.9616709Z [00:09:21.394]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.9695468Z [00:09:21.401]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.9773359Z [00:09:21.409]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.9849561Z [00:09:21.417]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:26.9927688Z [00:09:21.425]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-75a42e086614dbe1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.0006571Z [00:09:21.433]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-75a42e086614dbe1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.0089094Z [00:09:21.441]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-75a42e086614dbe1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.0169979Z [00:09:21.449]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-75a42e086614dbe1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.0248243Z [00:09:21.457]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.0323226Z [00:09:21.464]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.0400661Z [00:09:21.472]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.0479848Z [00:09:21.480]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.0556686Z [00:09:21.488]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.0635315Z [00:09:21.495]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.0710874Z [00:09:21.503]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.0787072Z [00:09:21.511]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.0863413Z [00:09:21.518]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-c2e9dd3e2e40f645/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.0939737Z [00:09:21.526]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-c2e9dd3e2e40f645/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.1014992Z [00:09:21.533]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-c2e9dd3e2e40f645/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.1091397Z [00:09:21.541]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-c2e9dd3e2e40f645/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.1166236Z [00:09:21.549]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1239611Z [00:09:21.556]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1315087Z [00:09:21.564]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1389512Z [00:09:21.571]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1464619Z [00:09:21.578]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1535935Z [00:09:21.586]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1607540Z [00:09:21.593]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1680272Z [00:09:21.600]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1754729Z [00:09:21.607]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1830024Z [00:09:21.615]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1906947Z [00:09:21.622]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.1982067Z [00:09:21.630]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.2059019Z [00:09:21.638]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-285b49ce4ba2f87d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2141268Z [00:09:21.646]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-285b49ce4ba2f87d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2219795Z [00:09:21.654]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-285b49ce4ba2f87d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2299000Z [00:09:21.662]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-285b49ce4ba2f87d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2378865Z [00:09:21.670]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-36addb412a393a1e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2454391Z [00:09:21.677]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-36addb412a393a1e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2531810Z [00:09:21.685]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-36addb412a393a1e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2608188Z [00:09:21.693]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-36addb412a393a1e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2683439Z [00:09:21.700]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/out/bidi_class.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2758028Z [00:09:21.708]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/out/space_separator.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2834093Z [00:09:21.715]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/out/width_mapping.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2907924Z [00:09:21.723]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/out/unicode_version.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.2985226Z [00:09:21.731]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3058922Z [00:09:21.738]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3136522Z [00:09:21.746]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3216658Z [00:09:21.754]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-41990debd242f9f0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3297080Z [00:09:21.762]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/b8423798394d5395-blake3_avx512_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3373473Z [00:09:21.769]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/libblake3_avx512_assembly.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3454748Z [00:09:21.777]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/b8423798394d5395-blake3_sse2_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3535539Z [00:09:21.785]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3619664Z [00:09:21.794]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/flag_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3699200Z [00:09:21.802]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/b8423798394d5395-blake3_sse41_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3776317Z [00:09:21.810]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/libblake3_sse2_sse41_avx2_assembly.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3853780Z [00:09:21.817]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/out/b8423798394d5395-blake3_avx2_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.3929750Z [00:09:21.825]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.4005322Z [00:09:21.833]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.4079735Z [00:09:21.840]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.4154949Z [00:09:21.847]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9e8525a40d20e4d5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.4229893Z [00:09:21.855]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.4304287Z [00:09:21.862]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.4378728Z [00:09:21.870]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.4458528Z [00:09:21.878]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.4537267Z [00:09:21.886]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.4615666Z [00:09:21.893]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.4692292Z [00:09:21.901]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.4769500Z [00:09:21.909]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.4848116Z [00:09:21.917]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-4c64520dd234ddfa/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.4925881Z [00:09:21.925]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-4c64520dd234ddfa/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5003839Z [00:09:21.932]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-4c64520dd234ddfa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5082716Z [00:09:21.940]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-4c64520dd234ddfa/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5160851Z [00:09:21.948]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5240303Z [00:09:21.956]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5317405Z [00:09:21.964]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5395074Z [00:09:21.971]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5471175Z [00:09:21.979]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-1ccfb54a280c489c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5545574Z [00:09:21.987]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-1ccfb54a280c489c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5619953Z [00:09:21.994]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-1ccfb54a280c489c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5694976Z [00:09:22.001]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-1ccfb54a280c489c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5768501Z [00:09:22.009]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5842347Z [00:09:22.016]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5919474Z [00:09:22.024]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.5995515Z [00:09:22.032]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.6070551Z [00:09:22.039]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.6145747Z [00:09:22.046]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.6218596Z [00:09:22.054]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.6294393Z [00:09:22.061]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.6367900Z [00:09:22.069]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.6441720Z [00:09:22.076]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.6515503Z [00:09:22.084]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.6589642Z [00:09:22.091]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.6663651Z [00:09:22.098]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.6739647Z [00:09:22.106]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.6814429Z [00:09:22.113]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.6887638Z [00:09:22.121]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.6961467Z [00:09:22.128]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.7036737Z [00:09:22.136]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.7110562Z [00:09:22.143]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.7183466Z [00:09:22.150]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.7255810Z [00:09:22.158]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/proc-macro2-1b0da5bc268064ea/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.7328334Z [00:09:22.165]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/proc-macro2-1b0da5bc268064ea/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.7402189Z [00:09:22.172]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/proc-macro2-1b0da5bc268064ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.7475227Z [00:09:22.180]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/proc-macro2-1b0da5bc268064ea/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.7548461Z [00:09:22.187]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/out/public.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.7620549Z [00:09:22.194]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/out/precis_tables.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.7693653Z [00:09:22.201]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/out/context_tables.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.7765902Z [00:09:22.209]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.7839291Z [00:09:22.216]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.7910379Z [00:09:22.223]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.7982584Z [00:09:22.230]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-ff179b6ec2b966e2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8060252Z [00:09:22.238]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-0863c9157713ddc2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8134329Z [00:09:22.245]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-0863c9157713ddc2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8207845Z [00:09:22.253]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-0863c9157713ddc2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8281604Z [00:09:22.260]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-0863c9157713ddc2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8358924Z [00:09:22.268]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d4bf976c9d3ee89c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8431804Z [00:09:22.275]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d4bf976c9d3ee89c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8506885Z [00:09:22.283]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d4bf976c9d3ee89c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8580247Z [00:09:22.290]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d4bf976c9d3ee89c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8652597Z [00:09:22.297]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8725876Z [00:09:22.305]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8797216Z [00:09:22.312]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8869817Z [00:09:22.319]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.8943437Z [00:09:22.326]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-a5f00adbea0b4da0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9016300Z [00:09:22.334]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-a5f00adbea0b4da0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9088022Z [00:09:22.341]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-a5f00adbea0b4da0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9160233Z [00:09:22.348]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-a5f00adbea0b4da0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9232198Z [00:09:22.355]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_base.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9313685Z [00:09:22.363]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiri_string-22d684c798c72277.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9385470Z [00:09:22.371]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.9457227Z [00:09:22.378]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable_internal-28337eb7f0b3cd88.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9529327Z [00:09:22.385]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-7dafa748878d480a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9604431Z [00:09:22.392]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinked_hash_map-8f661f202569b569.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9677095Z [00:09:22.400]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:27.9748259Z [00:09:22.407]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_err-aaf9a421e59ff624.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9821417Z [00:09:22.414]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mainline-2222c868613dab41.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9894993Z [00:09:22.422]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/oid_registry-9cbf1fccd89e62ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:27.9966940Z [00:09:22.429]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdashmap-2bdd130270b0776c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.0039522Z [00:09:22.436]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerofrom-69fc3906116d7f31.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.0112065Z [00:09:22.443]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.0183898Z [00:09:22.450]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-cf2d1af1b12de127.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.0258100Z [00:09:22.458]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac-4f718781499b6e53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.0332164Z [00:09:22.465]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.0405912Z [00:09:22.473]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/der_parser-0842ccec62be9b3b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.0483358Z [00:09:22.480]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.0558066Z [00:09:22.488]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.0633329Z [00:09:22.495]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae2e8b2512e8e039.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.0708953Z [00:09:22.503]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.0785399Z [00:09:22.511]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chacha20-6b9e3de667c4e00a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.0860241Z [00:09:22.518]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.0934501Z [00:09:22.525]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.1010560Z [00:09:22.533]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-04e032851045267c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.1086153Z [00:09:22.541]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.1162112Z [00:09:22.548]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libproc_macro2-6d12c7e6423b6742.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.1237348Z [00:09:22.556]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmoka-ffae028f70d72faf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.1312314Z [00:09:22.563]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-22c26254a8e8bf93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.1387722Z [00:09:22.571]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.1463661Z [00:09:22.578]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-c5bdfea50a930cfb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.1537086Z [00:09:22.586]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-b0a30c79b1d8977c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.1613213Z [00:09:22.593]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-9e3e844fa44a348b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.1687566Z [00:09:22.601]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.1763216Z [00:09:22.608]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/axum_core-b8842663f57ee171.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.1838623Z [00:09:22.616]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.1912227Z [00:09:22.623]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ed25519_dalek-2f521e9c13e4f918.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.1986776Z [00:09:22.631]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ntimestamp-1047870679186adb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.2060588Z [00:09:22.638]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-9e3e844fa44a348b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.2135969Z [00:09:22.646]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-24fe2f4a89134b16.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.2214102Z [00:09:22.653]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.2288707Z [00:09:22.661]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.2364070Z [00:09:22.668]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netdev-47a95973b9bed063.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.2439143Z [00:09:22.676]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-213ee7ffc89f216f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.2513880Z [00:09:22.683]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/humantime_serde-237d91bac4d5a04e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.2588671Z [00:09:22.691]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-fecc121bfa12cec9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.2664226Z [00:09:22.698]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.2737435Z [00:09:22.706]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmainline-2222c868613dab41.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.2813723Z [00:09:22.713]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_governor-4936fbe53635004e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.2888671Z [00:09:22.721]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.2965061Z [00:09:22.729]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-ce419289619bf748.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.3039231Z [00:09:22.736]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-d5d39313a1c80774.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.3114708Z [00:09:22.743]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgovernor-1bd2647e80a24227.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.3191791Z [00:09:22.751]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-75d987cb38e79d6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.3266231Z [00:09:22.759]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_stream-aecc7e378f971dd4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.3341285Z [00:09:22.766]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-a334be260832c48b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.3417550Z [00:09:22.774]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.3491625Z [00:09:22.781]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.3565351Z [00:09:22.789]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforwarded_header_value-1de4fa5212cc9c49.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.3640696Z [00:09:22.796]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/resolv_conf-5c926bf08a0cabdd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.3714026Z [00:09:22.803]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.3789115Z [00:09:22.811]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.3862815Z [00:09:22.818]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.3937481Z [00:09:22.826]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_bencode-85f798abc749bf00.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4010433Z [00:09:22.833]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.4084769Z [00:09:22.840]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-dbd20dc53d8c5b93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4158428Z [00:09:22.848]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.4232593Z [00:09:22.855]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_dns_server-85dfed6466deb933.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4308086Z [00:09:22.863]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-ceb38c9793a76648.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4382155Z [00:09:22.870]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-d8fd778839412d9d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4456215Z [00:09:22.878]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-d9676659b3049add.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4532425Z [00:09:22.885]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttl_cache-1fe2a8f662489c4c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4608008Z [00:09:22.893]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.4683894Z [00:09:22.900]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-ecf3074339209513.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4757947Z [00:09:22.908]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4833455Z [00:09:22.915]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_error-14b94a560d20ed84.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4907497Z [00:09:22.923]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspinning_top-3245eaa486c742f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.4984155Z [00:09:22.930]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.5060847Z [00:09:22.938]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.5135597Z [00:09:22.946]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/portmapper-1cefb301fe6b58e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5209704Z [00:09:22.953]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweb_time-f50d6b9996de2cee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5284599Z [00:09:22.960]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinout-77ce7efe53e8eb34.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5359776Z [00:09:22.968]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5436570Z [00:09:22.976]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquanta-e2f3c152fdb77b38.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5513150Z [00:09:22.983]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-9463aad69c03bdb3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5588077Z [00:09:22.991]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_next-68a47dd156bbc4af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5663222Z [00:09:22.998]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-78a2ed794e28c4e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5738565Z [00:09:23.006]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerotrie-62d6e788ced6dbd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5814012Z [00:09:23.013]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcordyceps-9b638b4fd9b20fa3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5889510Z [00:09:23.021]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-75d987cb38e79d6a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.5964429Z [00:09:23.028]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/universal_hash-588e0c716b0f8737.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.6039045Z [00:09:23.036]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.6113490Z [00:09:23.043]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.6187109Z [00:09:23.051]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-5e5a5a0dd909f634.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.6261113Z [00:09:23.058]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/salsa20-6506f1d2400c1d44.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.6336764Z [00:09:23.066]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/heapless-f67a3b11c0c2d598.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.6414058Z [00:09:23.073]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.6488262Z [00:09:23.081]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-48e2914d0f6cd654.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.6562677Z [00:09:23.088]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.6636694Z [00:09:23.096]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinout-77ce7efe53e8eb34.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.6711444Z [00:09:23.103]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-966d5ed1362e7fa5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.6787230Z [00:09:23.111]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-9ea89ee71de6e700.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.6862633Z [00:09:23.118]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-5c926bf08a0cabdd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.6936811Z [00:09:23.126]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-e51a41140109962d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.7011100Z [00:09:23.133]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna_adapter-e83780988e2dbfcf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.7083770Z [00:09:23.140]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.7157392Z [00:09:23.148]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/enumflags2-117e16b55a0b0b19.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.7230561Z [00:09:23.155]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_backtrace-3ec6bd66974baafa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.7303242Z [00:09:23.162]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.7376223Z [00:09:23.170]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.7449308Z [00:09:23.177]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pemfile-68e0e7ccca191210.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.7522613Z [00:09:23.184]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.7597983Z [00:09:23.192]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-287bc2134ca3f004.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.7671482Z [00:09:23.199]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.7745983Z [00:09:23.207]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.7817674Z [00:09:23.214]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.7890238Z [00:09:23.221]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.7962138Z [00:09:23.228]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.8033165Z [00:09:23.235]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.8104634Z [00:09:23.242]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-04e032851045267c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.8178266Z [00:09:23.250]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.8254077Z [00:09:23.257]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.8326450Z [00:09:23.265]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/precis_profiles-f5c3d068172c31c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.8399389Z [00:09:23.272]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-68e0e7ccca191210.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.8471056Z [00:09:23.279]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_relay.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.8543333Z [00:09:23.286]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.8613671Z [00:09:23.293]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-93b2bb5463fc457b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.8684944Z [00:09:23.301]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable-5413369f3b91efc0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.8757945Z [00:09:23.308]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-bdb67aaf8f78f70e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.8830174Z [00:09:23.315]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.8902783Z [00:09:23.322]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-8c4ec576ea46dc51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.8973990Z [00:09:23.329]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-c78d8f5c38837b1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9045441Z [00:09:23.337]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/litemap-4f92a5b30108e80c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9118624Z [00:09:23.344]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_backtrace-3ec6bd66974baafa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9191360Z [00:09:23.351]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserdect-f4c442a994bf3e43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9264477Z [00:09:23.358]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-2f521e9c13e4f918.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9338091Z [00:09:23.366]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-3c177f353e280ec1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9411522Z [00:09:23.373]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-489cf9526ba80302.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9484772Z [00:09:23.380]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quoted_string_parser-37a5af646113d63d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9556315Z [00:09:23.388]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_compat-5327d45b53629405.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9630341Z [00:09:23.395]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-0a2db152d85704c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9706569Z [00:09:23.403]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-21edd56883f084c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9782686Z [00:09:23.410]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:28.9857072Z [00:09:23.418]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-12d15bc598f04d67.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:28.9929872Z [00:09:23.425]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-03548c92e6823d63.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.0011751Z [00:09:23.433]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.0090378Z [00:09:23.441]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.0165371Z [00:09:23.448]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuniversal_hash-588e0c716b0f8737.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.0241828Z [00:09:23.456]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.0316265Z [00:09:23.464]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.0388952Z [00:09:23.471]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.0461487Z [00:09:23.478]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-5b85d592df917c6c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.0535408Z [00:09:23.486]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-117e16b55a0b0b19.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.0609213Z [00:09:23.493]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer-d9676659b3049add.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.0685981Z [00:09:23.501]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-ee7708eddc862b04.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.0762594Z [00:09:23.508]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-80799a78bcf7bc8f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.0840809Z [00:09:23.516]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_util-d6cf716df83a2dec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.0914838Z [00:09:23.523]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_platform_verifier-4fdd284ea4901dc8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.0988210Z [00:09:23.531]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/url-4f43cb9f1fd56197.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1062879Z [00:09:23.538]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/moka-ffae028f70d72faf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1136082Z [00:09:23.546]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-da2a1eb238c6ff9d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1210083Z [00:09:23.553]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-ca630a76bca2c9f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1281848Z [00:09:23.560]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.1356316Z [00:09:23.568]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-48e2914d0f6cd654.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1428183Z [00:09:23.575]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxmltree-9d2ceca730f3ab49.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1502520Z [00:09:23.582]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.1577051Z [00:09:23.590]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1649673Z [00:09:23.597]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-2838f41305dc90fc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1721942Z [00:09:23.604]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-8f813d817ddda9c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1795063Z [00:09:23.612]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-6f603e675326931a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1869430Z [00:09:23.619]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yoke-295bab17eb0ed447.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.1942042Z [00:09:23.626]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-26e5dc6af9f272bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2014019Z [00:09:23.633]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec-ceb38c9793a76648.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2085548Z [00:09:23.641]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.2158277Z [00:09:23.648]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_subscriber-d5d39313a1c80774.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2230676Z [00:09:23.655]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iri_string-22d684c798c72277.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2304218Z [00:09:23.662]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libproc_macro2-6d12c7e6423b6742.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2377061Z [00:09:23.670]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem_rfc7468-db0187e92056542e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2448622Z [00:09:23.677]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-dbd20dc53d8c5b93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2520635Z [00:09:23.684]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_integer-5e5a5a0dd909f634.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2592491Z [00:09:23.691]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-3d8b07bc90578b2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2666881Z [00:09:23.699]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-ceb38c9793a76648.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2739056Z [00:09:23.706]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inout-77ce7efe53e8eb34.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2811274Z [00:09:23.713]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-69e3e0c9d8fb3dc6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2885288Z [00:09:23.721]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcobs-7bf11f2579779df2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.2957907Z [00:09:23.728]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_box-2c68a58bdef7dbf1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3029660Z [00:09:23.735]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.3100815Z [00:09:23.742]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-eddf530cce81f2e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3172493Z [00:09:23.749]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64ct-1e310fc94067b196.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3247551Z [00:09:23.757]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha1-5d05948eb73fb380.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3318148Z [00:09:23.764]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-b35ff2d809c7a9bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3390983Z [00:09:23.771]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/prefix_trie-5a5a51734298f751.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3465691Z [00:09:23.779]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libntimestamp-1047870679186adb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3539886Z [00:09:23.786]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.3612024Z [00:09:23.793]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3687437Z [00:09:23.801]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.3760546Z [00:09:23.808]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-7b62e1b00e34b91b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3832132Z [00:09:23.815]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-7a2c37a496bde7b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3904830Z [00:09:23.823]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-8313eda8812ce6f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.3975962Z [00:09:23.830]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.4048531Z [00:09:23.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-63c40da70f3fe75a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.4120497Z [00:09:23.844]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quanta-e2f3c152fdb77b38.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.4192091Z [00:09:23.851]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/digest-e249bb45cb1d8f61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.4265567Z [00:09:23.859]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx509_parser-063a0147cb1c06bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.4337801Z [00:09:23.866]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.4410333Z [00:09:23.873]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.4483182Z [00:09:23.880]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hickory_server-b7425b6376649662.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.4555407Z [00:09:23.888]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac-4f718781499b6e53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.4628180Z [00:09:23.895]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.4699815Z [00:09:23.902]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_websockets-ffd74131ef2138da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.4771784Z [00:09:23.909]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttl_cache-1fe2a8f662489c4c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.4844735Z [00:09:23.917]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-a334be260832c48b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.4918472Z [00:09:23.924]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstun_rs-1c1217315af6667b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.4990789Z [00:09:23.931]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_http-b66af45db8a74961.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.5063620Z [00:09:23.938]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.5135723Z [00:09:23.946]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-6b9e3de667c4e00a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.5207630Z [00:09:23.953]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.5278847Z [00:09:23.960]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-47a95973b9bed063.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.5351255Z [00:09:23.967]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.5423785Z [00:09:23.974]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.5496287Z [00:09:23.982]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable_internal-28337eb7f0b3cd88.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.5570114Z [00:09:23.989]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.5643890Z [00:09:23.996]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ppv_lite86-ae76558765f8051a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.5716952Z [00:09:24.004]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.5790484Z [00:09:24.011]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.5862089Z [00:09:24.018]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspinning_top-3245eaa486c742f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.5936004Z [00:09:24.026]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.6010987Z [00:09:24.033]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-7304a325c91f702f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.6086099Z [00:09:24.041]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_bigint-c6124a5a68b17027.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.6161123Z [00:09:24.048]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_proto-89d384dbd67034f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.6235729Z [00:09:24.056]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweb_time-f50d6b9996de2cee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.6309128Z [00:09:24.063]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.6384484Z [00:09:24.070]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/struct_iterable-5413369f3b91efc0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.6457572Z [00:09:24.078]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-8c4ec576ea46dc51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.6531896Z [00:09:24.085]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.6603992Z [00:09:24.092]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-da2a1eb238c6ff9d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.6676755Z [00:09:24.100]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime_serde-237d91bac4d5a04e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.6751508Z [00:09:24.107]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxml-c8e4d08db3244035.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.6827781Z [00:09:24.115]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-224a83edff42760e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.6905833Z [00:09:24.123]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.6983372Z [00:09:24.130]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-966d5ed1362e7fa5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.7059231Z [00:09:24.138]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-21edd56883f084c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.7136270Z [00:09:24.146]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.7211537Z [00:09:24.153]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-fbf9229152a0f466.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.7286552Z [00:09:24.161]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-9ea89ee71de6e700.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.7361309Z [00:09:24.168]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-fb2e9ad978fcacd4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.7439213Z [00:09:24.176]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-a3defb0dfd42740c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.7516019Z [00:09:24.184]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mime-3b2f1791f4355644.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.7593534Z [00:09:24.191]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.7669388Z [00:09:24.199]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.7745806Z [00:09:24.207]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.7822884Z [00:09:24.214]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_bench-8bfcb9115c36cc8b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.7900706Z [00:09:24.222]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_error-14b94a560d20ed84.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.7976378Z [00:09:24.230]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.8050258Z [00:09:24.237]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.8123550Z [00:09:24.244]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-47ad323aa7f376b3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.8197565Z [00:09:24.252]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_rustls-3434f7cacc6619b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.8275472Z [00:09:24.259]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.8358812Z [00:09:24.268]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.8440475Z [00:09:24.276]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-d9676659b3049add.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.8517923Z [00:09:24.284]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_packet-fd6de1138106d2c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.8593673Z [00:09:24.291]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmoka-ffae028f70d72faf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.8670246Z [00:09:24.299]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-564de66be398fb44.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.8747765Z [00:09:24.307]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-94914e9337f6129c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.8822157Z [00:09:24.314]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.8899686Z [00:09:24.322]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-e2c846147a1dc314.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.8976474Z [00:09:24.330]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-4953aaa4b0e024b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.9053380Z [00:09:24.337]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/derive_more-f5e942a261ec3c41.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.9128527Z [00:09:24.345]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.9203904Z [00:09:24.352]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_bench-8bfcb9115c36cc8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.9280332Z [00:09:24.360]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-67ed253cc1158d38.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.9360039Z [00:09:24.368]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.9436609Z [00:09:24.376]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.9511650Z [00:09:24.383]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.9586968Z [00:09:24.391]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-a3defb0dfd42740c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.9662088Z [00:09:24.398]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-03548c92e6823d63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.9737911Z [00:09:24.406]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.9815233Z [00:09:24.413]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519-524b80e87b224db7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:29.9889657Z [00:09:24.421]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:29.9965370Z [00:09:24.428]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-ddd676e0475fe4d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.0039452Z [00:09:24.436]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_proto-89d384dbd67034f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.0116011Z [00:09:24.444]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-a01f839427e0ea69.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.0192188Z [00:09:24.451]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.0269004Z [00:09:24.459]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties_data-26e5dc6af9f272bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.0348628Z [00:09:24.467]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serdect-f4c442a994bf3e43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.0428264Z [00:09:24.475]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-1c6501fb005a3808.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.0504975Z [00:09:24.482]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-f5e942a261ec3c41.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.0580758Z [00:09:24.490]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.0654542Z [00:09:24.497]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.0731159Z [00:09:24.505]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-f67a3b11c0c2d598.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.0812464Z [00:09:24.513]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.0891443Z [00:09:24.521]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgovernor-1bd2647e80a24227.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.0968285Z [00:09:24.529]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn_udp-5640244c14546d21.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.1044962Z [00:09:24.536]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-fe2af8081382be25.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.1121904Z [00:09:24.544]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-3ffef8f52e10bb6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.1197419Z [00:09:24.552]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.1273549Z [00:09:24.559]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.1351976Z [00:09:24.567]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-11bb0297d6ff75e0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.1428626Z [00:09:24.575]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.1504997Z [00:09:24.582]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0a2db152d85704c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.1581402Z [00:09:24.590]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha1-5d05948eb73fb380.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.1655611Z [00:09:24.598]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.1729160Z [00:09:24.605]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-94914e9337f6129c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.1802889Z [00:09:24.612]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/der-3d8b07bc90578b2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.1878398Z [00:09:24.620]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time_core-4fe424f2226aa698.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.1952850Z [00:09:24.627]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aead-3fb7ae699fcda4ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2029151Z [00:09:24.635]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-3610075b05a4d6b5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2105559Z [00:09:24.643]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pkcs8-ff6855f17f48dba5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2181101Z [00:09:24.650]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backon-090434201e014437.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2255171Z [00:09:24.657]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/forwarded_header_value-1de4fa5212cc9c49.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2329768Z [00:09:24.665]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flume-0ac510a99cd50cc1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2405361Z [00:09:24.673]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.2478615Z [00:09:24.680]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simple_dns-fda472c1dc5361a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2554202Z [00:09:24.687]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-f1665d6af11c357b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2627842Z [00:09:24.695]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_watcher-9a5ff183a3f30af7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2700106Z [00:09:24.702]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xml-c8e4d08db3244035.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2772023Z [00:09:24.709]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_server-b7425b6376649662.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2846466Z [00:09:24.717]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.2923372Z [00:09:24.724]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-8313eda8812ce6f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.2996959Z [00:09:24.732]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cordyceps-9b638b4fd9b20fa3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3069055Z [00:09:24.739]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3141340Z [00:09:24.746]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-50a1f384a5a694a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3213827Z [00:09:24.753]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_proto-89d384dbd67034f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3287228Z [00:09:24.761]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nom-224a83edff42760e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3362343Z [00:09:24.768]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-4f92a5b30108e80c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3438495Z [00:09:24.776]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/no_std_compat-5327d45b53629405.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3513799Z [00:09:24.783]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3589069Z [00:09:24.791]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_server-b7425b6376649662.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3666779Z [00:09:24.799]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.3744352Z [00:09:24.806]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3820562Z [00:09:24.814]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-295bab17eb0ed447.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3896416Z [00:09:24.822]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-47a95973b9bed063.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.3970072Z [00:09:24.829]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac-4f718781499b6e53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.4043695Z [00:09:24.836]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libraw_cpuid-87a8a348d3207916.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.4115477Z [00:09:24.844]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cipher-38bef5ef50eaa8a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.4189910Z [00:09:24.851]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-93b2bb5463fc457b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.4264558Z [00:09:24.858]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.4337945Z [00:09:24.866]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.4411089Z [00:09:24.873]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_provider-e51a41140109962d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.4483768Z [00:09:24.880]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.4559625Z [00:09:24.888]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.4634869Z [00:09:24.895]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-0613dc12852cddf0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.4707549Z [00:09:24.903]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.4779591Z [00:09:24.910]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquoted_string_parser-37a5af646113d63d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.4852701Z [00:09:24.917]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.4927538Z [00:09:24.925]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.5005426Z [00:09:24.932]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.5080625Z [00:09:24.940]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_executor-2838f41305dc90fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5155639Z [00:09:24.947]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki-69e3e0c9d8fb3dc6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5230120Z [00:09:24.955]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.5302652Z [00:09:24.962]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-1a4097d404d8edbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5377576Z [00:09:24.970]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/block_buffer-63c40da70f3fe75a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5453783Z [00:09:24.977]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5528773Z [00:09:24.985]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_dns_server-1af1c6c7295b5562.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5607447Z [00:09:24.993]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-9463aad69c03bdb3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5681650Z [00:09:25.000]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-c5bdfea50a930cfb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5754785Z [00:09:25.007]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarc_swap-a543dcf2e7b9422e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5829598Z [00:09:25.015]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-7a2c37a496bde7b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5905263Z [00:09:25.023]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-213ee7ffc89f216f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.5980596Z [00:09:25.030]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn_proto-fde08372c0b900d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.6055348Z [00:09:25.038]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.6127898Z [00:09:25.045]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/self_cell-ae2e8b2512e8e039.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.6202353Z [00:09:25.052]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.6274949Z [00:09:25.059]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.6348774Z [00:09:25.067]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-ea25c2792e490063.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.6421554Z [00:09:25.074]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.6495802Z [00:09:25.082]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.6567623Z [00:09:25.089]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.6640947Z [00:09:25.096]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-1c6501fb005a3808.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.6713509Z [00:09:25.103]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.6787512Z [00:09:25.111]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-814b052032b77461.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.6862271Z [00:09:25.118]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.6937415Z [00:09:25.126]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linked_hash_map-8f661f202569b569.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.7011206Z [00:09:25.133]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime_serde-237d91bac4d5a04e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.7085492Z [00:09:25.141]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httparse-f1665d6af11c357b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.7162713Z [00:09:25.148]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.7236105Z [00:09:25.156]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.7309808Z [00:09:25.163]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.7384906Z [00:09:25.170]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/snafu-2926c4ed3142019b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.7461244Z [00:09:25.178]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.7535821Z [00:09:25.186]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.7609757Z [00:09:25.193]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body_util-f98fd5e36812db6c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.7685607Z [00:09:25.201]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.7759629Z [00:09:25.208]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.7833537Z [00:09:25.215]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem_rfc7468-db0187e92056542e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.7908253Z [00:09:25.223]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.7980836Z [00:09:25.230]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimple_dns-fda472c1dc5361a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8053516Z [00:09:25.237]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-221e5a438611646b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8127088Z [00:09:25.245]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8202536Z [00:09:25.252]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-63686468d78d1ab7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8276598Z [00:09:25.260]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bencode-85f798abc749bf00.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8350926Z [00:09:25.267]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-90e1bbf2a32433d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8426521Z [00:09:25.275]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8502564Z [00:09:25.282]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.8577348Z [00:09:25.290]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-62d6e788ced6dbd3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8653127Z [00:09:25.297]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_rustls-3434f7cacc6619b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8727246Z [00:09:25.305]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.8800540Z [00:09:25.312]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-3c177f353e280ec1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8874622Z [00:09:25.319]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-eddf530cce81f2e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.8948067Z [00:09:25.327]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-221e5a438611646b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9024479Z [00:09:25.334]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-26e5dc6af9f272bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9098590Z [00:09:25.342]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportmapper-1cefb301fe6b58e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9173275Z [00:09:25.349]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519-524b80e87b224db7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9248888Z [00:09:25.357]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.9322334Z [00:09:25.364]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time-8bf3d36d8f0618d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9402258Z [00:09:25.372]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.9477349Z [00:09:25.380]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-5640244c14546d21.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9551523Z [00:09:25.387]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-6e2eca6aeb33bf8b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9623754Z [00:09:25.394]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-6e2eca6aeb33bf8b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9695987Z [00:09:25.402]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d3a2c1d7d354fd84.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9769809Z [00:09:25.409]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:30.9844572Z [00:09:25.416]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libntimestamp-1047870679186adb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9916130Z [00:09:25.424]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spinning_top-3245eaa486c742f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:30.9988385Z [00:09:25.431]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.0062338Z [00:09:25.438]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hickory_proto-489cf9526ba80302.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.0136422Z [00:09:25.446]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-ee874ebcba82b610.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.0209650Z [00:09:25.453]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_secretbox-37335fbdb2fc9ac7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.0281507Z [00:09:25.460]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportmapper-1cefb301fe6b58e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.0356408Z [00:09:25.468]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.0430876Z [00:09:25.475]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-3fb7ae699fcda4ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.0505363Z [00:09:25.483]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuniversal_hash-588e0c716b0f8737.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.0580528Z [00:09:25.490]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.0653649Z [00:09:25.497]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.0728420Z [00:09:25.505]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/potential_utf-da2a1eb238c6ff9d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.0803705Z [00:09:25.512]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum-97ed1bdc94e43430.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.0875946Z [00:09:25.520]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_route-c5846aec5813db94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.0948511Z [00:09:25.527]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-6b9e3de667c4e00a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.1020482Z [00:09:25.534]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.1091529Z [00:09:25.541]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body-5278a82d10af6267.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.1165066Z [00:09:25.548]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-12d15bc598f04d67.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.1238163Z [00:09:25.556]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_path_to_error-f5f72d3b8b34b7e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.1310431Z [00:09:25.563]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-5f88784fe38c795f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.1385013Z [00:09:25.570]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.1458988Z [00:09:25.578]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.1532662Z [00:09:25.585]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-224a83edff42760e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.1605932Z [00:09:25.593]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-9a5ff183a3f30af7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.1684697Z [00:09:25.600]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha256-875e584b2b84c016.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.1759923Z [00:09:25.608]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserdect-f4c442a994bf3e43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.1834665Z [00:09:25.615]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.1908553Z [00:09:25.623]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.1982542Z [00:09:25.630]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.2056957Z [00:09:25.638]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_base-a6f5c8c61f7cbfc0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.2130761Z [00:09:25.645]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-1fcc1707793c3439.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.2204772Z [00:09:25.653]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-64fc8e2d5b417427.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.2278535Z [00:09:25.660]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.2353185Z [00:09:25.667]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.2426010Z [00:09:25.675]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.2498836Z [00:09:25.682]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-aecc7e378f971dd4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.2573931Z [00:09:25.689]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-4fe424f2226aa698.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.2646546Z [00:09:25.697]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.2718442Z [00:09:25.704]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-71dc4a0545e132ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.2790700Z [00:09:25.711]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-ce419289619bf748.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.2868475Z [00:09:25.719]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-fecc121bfa12cec9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.2945320Z [00:09:25.726]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.3019225Z [00:09:25.734]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.3094010Z [00:09:25.741]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-68a47dd156bbc4af.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.3167028Z [00:09:25.749]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-8313eda8812ce6f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.3242080Z [00:09:25.756]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsurge_ping-c1eb15b8a118d11e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.3316413Z [00:09:25.764]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.3390630Z [00:09:25.771]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-e51a41140109962d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.3464725Z [00:09:25.778]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.3537314Z [00:09:25.786]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-67ed253cc1158d38.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.3611578Z [00:09:25.793]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/stun_rs-1c1217315af6667b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.3685115Z [00:09:25.801]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.3756953Z [00:09:25.808]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/humantime-aed975c38708e121.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.3828947Z [00:09:25.815]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls_acme-2a6687d6d0e31b75.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.3902745Z [00:09:25.822]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-ce419289619bf748.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.3977357Z [00:09:25.830]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/x509_parser-063a0147cb1c06bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4051180Z [00:09:25.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-9b8a75bcac8756d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4126052Z [00:09:25.845]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpoly1305-b43a7ab7e2706ca2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4200880Z [00:09:25.852]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.4275907Z [00:09:25.860]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-9667a3b66098ab5b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4349909Z [00:09:25.867]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-f03840213ff059c4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4424143Z [00:09:25.874]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uuid-7b62e1b00e34b91b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4496175Z [00:09:25.882]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.4569035Z [00:09:25.889]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4641469Z [00:09:25.896]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_profiles-f5c3d068172c31c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4715957Z [00:09:25.904]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-e83780988e2dbfcf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4789731Z [00:09:25.911]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-ddd676e0475fe4d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4865585Z [00:09:25.919]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_dns_server-1af1c6c7295b5562' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:31.4944047Z [00:09:25.926]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-d05aa5b0623c5582.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.5024556Z [00:09:25.934]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.5100200Z [00:09:25.942]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-d5d39313a1c80774.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.5176763Z [00:09:25.950]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-2b80999cabeda839.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.5253644Z [00:09:25.957]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchit-4cbb67a072be49b5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.5328567Z [00:09:25.965]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-80799a78bcf7bc8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.5404201Z [00:09:25.972]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_sys-7a2c37a496bde7b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.5477185Z [00:09:25.980]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9e59165f20ecc914.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.5551556Z [00:09:25.987]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.5624887Z [00:09:25.995]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/attohttpc-dfead94f8e9626eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.5696933Z [00:09:26.002]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.5770907Z [00:09:26.009]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.5847115Z [00:09:26.017]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/axum-97ed1bdc94e43430.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.5926321Z [00:09:26.025]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.6002285Z [00:09:26.032]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_error-14b94a560d20ed84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.6079711Z [00:09:26.040]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.6155861Z [00:09:26.048]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/precis_core-651c6c22395fe89c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.6231000Z [00:09:26.055]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.6305032Z [00:09:26.063]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-fbf9229152a0f466.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.6379743Z [00:09:26.070]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-564de66be398fb44.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.6456048Z [00:09:26.078]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.6532894Z [00:09:26.085]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.6611887Z [00:09:26.093]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.6689997Z [00:09:26.101]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-98553ac9fa3f33c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.6769340Z [00:09:26.109]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.6850541Z [00:09:26.117]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_timer-b5124fd43b6b0eee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.6926813Z [00:09:26.125]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-1f435225ef531318.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7002186Z [00:09:26.132]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/raw_cpuid-87a8a348d3207916.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7076881Z [00:09:26.140]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/color_backtrace-3ec6bd66974baafa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7154319Z [00:09:26.147]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-fe2af8081382be25.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7233176Z [00:09:26.155]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-72248de5e968cab2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7311229Z [00:09:26.163]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.7388092Z [00:09:26.171]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_core-b8842663f57ee171.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7464249Z [00:09:26.178]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimple_dns-fda472c1dc5361a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7537850Z [00:09:26.186]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflume-0ac510a99cd50cc1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7611102Z [00:09:26.193]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-fde08372c0b900d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7685076Z [00:09:26.200]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.7758474Z [00:09:26.208]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-68a47dd156bbc4af.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7830988Z [00:09:26.215]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-3ffef8f52e10bb6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7902501Z [00:09:26.222]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-ae76558765f8051a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.7976135Z [00:09:26.230]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.8048487Z [00:09:26.237]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki_roots-3c8e96ee757abcc0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.8121479Z [00:09:26.244]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.8195059Z [00:09:26.251]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-5ae59ed32c17bb7c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.8270946Z [00:09:26.259]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-9b8a75bcac8756d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.8345241Z [00:09:26.267]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties-dbd20dc53d8c5b93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.8421669Z [00:09:26.274]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-b35ff2d809c7a9bb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.8494013Z [00:09:26.281]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.8567489Z [00:09:26.289]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-50a1f384a5a694a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.8639292Z [00:09:26.296]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx509_parser-063a0147cb1c06bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.8711763Z [00:09:26.303]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinked_hash_map-8f661f202569b569.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.8784448Z [00:09:26.310]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.8857594Z [00:09:26.318]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.8931482Z [00:09:26.325]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-5640244c14546d21.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9007518Z [00:09:26.333]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhdrhistogram-50722beeb1f13be1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9082566Z [00:09:26.340]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.9156955Z [00:09:26.348]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pkarr-384999782258224d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9230816Z [00:09:26.355]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_rustls_acme-2a6687d6d0e31b75.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9304883Z [00:09:26.363]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.9378075Z [00:09:26.370]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-e2c846147a1dc314.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9451533Z [00:09:26.377]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:31.9526228Z [00:09:26.385]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder_parser-0842ccec62be9b3b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9601066Z [00:09:26.392]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_box-2c68a58bdef7dbf1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9674937Z [00:09:26.400]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9750185Z [00:09:26.407]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64_url-d8de8b78b94ac2f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9825233Z [00:09:26.414]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-2926c4ed3142019b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9898132Z [00:09:26.422]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-80799a78bcf7bc8f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:31.9971069Z [00:09:26.429]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-ae76558765f8051a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0047570Z [00:09:26.437]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.0125215Z [00:09:26.445]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.0201140Z [00:09:26.452]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-4e699ae71a440dfa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0281840Z [00:09:26.460]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_rustls-44f114d24532b203.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0360815Z [00:09:26.468]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-93b2bb5463fc457b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0441658Z [00:09:26.476]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-414779377bb4a7cc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0520416Z [00:09:26.484]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnonempty-e9bb8c4901db6910.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0599435Z [00:09:26.492]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-4e699ae71a440dfa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0678379Z [00:09:26.500]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquoted_string_parser-37a5af646113d63d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0755376Z [00:09:26.508]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbackon-090434201e014437.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0831169Z [00:09:26.515]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-c6124a5a68b17027.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0907753Z [00:09:26.523]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-117e16b55a0b0b19.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.0982339Z [00:09:26.530]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_server-849720b3a8cea8c9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1057811Z [00:09:26.538]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1131551Z [00:09:26.545]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-a6f5c8c61f7cbfc0.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1204767Z [00:09:26.553]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dashmap-2bdd130270b0776c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1276459Z [00:09:26.560]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fs_err-aaf9a421e59ff624.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1357353Z [00:09:26.568]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.1435422Z [00:09:26.576]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0a2db152d85704c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1512428Z [00:09:26.583]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-aecc7e378f971dd4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1590405Z [00:09:26.591]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-68e0e7ccca191210.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1666894Z [00:09:26.599]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-6f603e675326931a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1742888Z [00:09:26.606]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64_url-d8de8b78b94ac2f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1821776Z [00:09:26.614]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys_next-ba4199caf252a0f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1904276Z [00:09:26.622]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.1984336Z [00:09:26.630]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hickory_resolver-ab55967963ec6551.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.2059814Z [00:09:26.638]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.2135036Z [00:09:26.645]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-92e3bb9db962aec2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.2208179Z [00:09:26.653]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-f1665d6af11c357b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.2285997Z [00:09:26.661]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.2362801Z [00:09:26.668]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_log-7d5e0eb37a8f3898.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.2438555Z [00:09:26.676]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.2514084Z [00:09:26.683]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-a6f5c8c61f7cbfc0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.2591608Z [00:09:26.691]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_threads-ed1f5cc285c756a1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.2671463Z [00:09:26.699]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-f03840213ff059c4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.2751167Z [00:09:26.707]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-4225e20aae5b41a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.2828761Z [00:09:26.715]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.2904357Z [00:09:26.722]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-9667a3b66098ab5b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.2979320Z [00:09:26.730]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-c2d1492b5a7e2dc0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3055227Z [00:09:26.738]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.3130585Z [00:09:26.745]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha2-0613dc12852cddf0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3206413Z [00:09:26.753]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki_roots-3edb310f2ff9d695.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3283866Z [00:09:26.760]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-e6154f994056b976.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3361480Z [00:09:26.768]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkcs8-ff6855f17f48dba5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3436969Z [00:09:26.776]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae2e8b2512e8e039.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3515069Z [00:09:26.783]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-c78d8f5c38837b1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3591917Z [00:09:26.791]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-384999782258224d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3668364Z [00:09:26.799]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder_parser-0842ccec62be9b3b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3741974Z [00:09:26.806]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pest-a01f839427e0ea69.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3816331Z [00:09:26.814]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-1b66133574378451.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3889961Z [00:09:26.821]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-d1532eacab8be3af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.3963462Z [00:09:26.828]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-221e5a438611646b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4039452Z [00:09:26.836]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-50a1f384a5a694a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4115550Z [00:09:26.844]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_core-b8842663f57ee171.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4195023Z [00:09:26.851]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ttl_cache-1fe2a8f662489c4c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4271793Z [00:09:26.859]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-6f78ecb506554950.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4345875Z [00:09:26.867]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_core-90e1bbf2a32433d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4424239Z [00:09:26.874]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-2f6b35ad6a9a94fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4500275Z [00:09:26.882]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-3ffef8f52e10bb6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4576117Z [00:09:26.889]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_common-f72e527e54cb532e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4650893Z [00:09:26.897]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_compat-5327d45b53629405.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4726059Z [00:09:26.905]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-5f88784fe38c795f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4800561Z [00:09:26.912]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xmltree-9d2ceca730f3ab49.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4874770Z [00:09:26.920]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls-4ee141f6b64dd5db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.4948740Z [00:09:26.927]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls_acme-2a6687d6d0e31b75.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.5024045Z [00:09:26.934]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-651c6c22395fe89c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.5098778Z [00:09:26.942]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_path_to_error-f5f72d3b8b34b7e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.5174876Z [00:09:26.949]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-69e3e0c9d8fb3dc6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.5251524Z [00:09:26.957]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.5329930Z [00:09:26.965]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-489cf9526ba80302.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.5405073Z [00:09:26.972]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.5480139Z [00:09:26.980]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.5556494Z [00:09:26.988]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_websockets-ffd74131ef2138da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.5630439Z [00:09:26.995]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/governor-1bd2647e80a24227.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.5706219Z [00:09:27.003]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.5781194Z [00:09:27.010]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-c2d1492b5a7e2dc0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.5860498Z [00:09:27.018]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-782a4fa57206130c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.5942038Z [00:09:27.026]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6019019Z [00:09:27.034]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-e249bb45cb1d8f61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6099154Z [00:09:27.042]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.6176170Z [00:09:27.050]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-a01f839427e0ea69.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6251593Z [00:09:27.057]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-62d6e788ced6dbd3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6331164Z [00:09:27.065]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcobs-7bf11f2579779df2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6411804Z [00:09:27.073]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnonzero_ext-cf29fb3cde9555f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6489463Z [00:09:27.081]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_governor-4936fbe53635004e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6564816Z [00:09:27.088]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6642538Z [00:09:27.096]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-69fc3906116d7f31.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6721274Z [00:09:27.104]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-94914e9337f6129c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6798570Z [00:09:27.112]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-b0a30c79b1d8977c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6872864Z [00:09:27.119]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rcgen-6a70405f17b9ca38.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.6948399Z [00:09:27.127]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee874ebcba82b610.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7025334Z [00:09:27.134]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_urlencoded-9463aad69c03bdb3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7102729Z [00:09:27.142]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-4f92a5b30108e80c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7177537Z [00:09:27.150]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-966d5ed1362e7fa5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7253371Z [00:09:27.157]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e6154f994056b976.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7327054Z [00:09:27.165]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_ident-de6eed6e4f0a8781.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7402624Z [00:09:27.172]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmainline-2222c868613dab41.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7477926Z [00:09:27.180]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-fde08372c0b900d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7552322Z [00:09:27.187]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7626636Z [00:09:27.195]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7702818Z [00:09:27.202]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7779558Z [00:09:27.210]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforwarded_header_value-1de4fa5212cc9c49.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7858662Z [00:09:27.218]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.7934924Z [00:09:27.225]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-fecc121bfa12cec9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8012221Z [00:09:27.233]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-c2d1492b5a7e2dc0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8088164Z [00:09:27.241]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-d3a2c1d7d354fd84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8162302Z [00:09:27.248]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-4225e20aae5b41a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8234733Z [00:09:27.255]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.8306566Z [00:09:27.263]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-64fe79283aff12f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8379857Z [00:09:27.270]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.8453678Z [00:09:27.277]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/portable_atomic-b0a30c79b1d8977c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8526060Z [00:09:27.285]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-ca630a76bca2c9f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8600156Z [00:09:27.292]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-6506f1d2400c1d44.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8674661Z [00:09:27.299]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_snafu-92e3bb9db962aec2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8747636Z [00:09:27.307]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3c8e96ee757abcc0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8820511Z [00:09:27.314]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-12d15bc598f04d67.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8892397Z [00:09:27.321]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64_url-d8de8b78b94ac2f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.8965765Z [00:09:27.329]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-b66af45db8a74961.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9040029Z [00:09:27.336]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-69fc3906116d7f31.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9114505Z [00:09:27.343]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-ecf3074339209513.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9187232Z [00:09:27.351]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:32.9260322Z [00:09:27.358]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-5278a82d10af6267.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9333779Z [00:09:27.365]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_future-f999888d2e91923d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9406946Z [00:09:27.373]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-5c926bf08a0cabdd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9478620Z [00:09:27.380]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9551682Z [00:09:27.387]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-345c4e657eef996d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9626456Z [00:09:27.395]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquanta-e2f3c152fdb77b38.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9698503Z [00:09:27.402]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-8f813d817ddda9c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9771286Z [00:09:27.409]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curve25519_dalek-2cf11b7410935c69.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9846583Z [00:09:27.417]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbackon-090434201e014437.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9921583Z [00:09:27.424]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64ct-1e310fc94067b196.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:32.9994804Z [00:09:27.432]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lru-67ed253cc1158d38.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0065921Z [00:09:27.439]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0141244Z [00:09:27.446]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-ca630a76bca2c9f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0215694Z [00:09:27.454]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper-a120ce9a7ee20f78.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0292046Z [00:09:27.461]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-04e032851045267c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0368682Z [00:09:27.469]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cobs-7bf11f2579779df2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0444554Z [00:09:27.476]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.0517988Z [00:09:27.484]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backtrace-11bb0297d6ff75e0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0591326Z [00:09:27.491]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnonempty-e9bb8c4901db6910.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0665131Z [00:09:27.499]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.0742215Z [00:09:27.506]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0819720Z [00:09:27.514]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-9a5ff183a3f30af7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0900557Z [00:09:27.522]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-22921f9843672075.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.0976738Z [00:09:27.530]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.1054330Z [00:09:27.537]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-ab55967963ec6551.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1130796Z [00:09:27.545]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_enum-8c4ec576ea46dc51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1205527Z [00:09:27.553]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_box-2c68a58bdef7dbf1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1279651Z [00:09:27.560]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1356166Z [00:09:27.568]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.1431937Z [00:09:27.575]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_util-4368839c51ba1920.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1507996Z [00:09:27.583]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-814b052032b77461.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1582599Z [00:09:27.590]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys_next-ba4199caf252a0f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1657907Z [00:09:27.598]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1734462Z [00:09:27.605]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-98553ac9fa3f33c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1806707Z [00:09:27.613]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-345c4e657eef996d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1879442Z [00:09:27.620]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yasna-6e2eca6aeb33bf8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.1953932Z [00:09:27.627]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-4f43cb9f1fd56197.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2029337Z [00:09:27.635]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-213ee7ffc89f216f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2103314Z [00:09:27.642]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-153b7d3ad072c2cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2175772Z [00:09:27.650]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.2249168Z [00:09:27.657]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2320991Z [00:09:27.664]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures-22c26254a8e8bf93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2392856Z [00:09:27.671]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.2466812Z [00:09:27.679]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/writeable-564de66be398fb44.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2538255Z [00:09:27.686]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-8f813d817ddda9c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2609281Z [00:09:27.693]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2680529Z [00:09:27.700]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.2752744Z [00:09:27.707]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc-24fe2f4a89134b16.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2825187Z [00:09:27.714]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxmltree-9d2ceca730f3ab49.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2899173Z [00:09:27.722]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ed25519-524b80e87b224db7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.2970867Z [00:09:27.729]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-71dc4a0545e132ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3041298Z [00:09:27.736]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_util-306f8a8965e7ad5e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3112343Z [00:09:27.743]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerovec-1fcc1707793c3439.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3182530Z [00:09:27.750]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.3253586Z [00:09:27.757]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-6a70405f17b9ca38.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3329495Z [00:09:27.765]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-7304a325c91f702f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3405997Z [00:09:27.773]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-0f87a4f6008f8383.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3479603Z [00:09:27.780]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-f98fd5e36812db6c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3559807Z [00:09:27.788]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pem-fe2af8081382be25.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3638963Z [00:09:27.796]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/surge_ping-c1eb15b8a118d11e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3715558Z [00:09:27.803]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-f72e527e54cb532e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3791261Z [00:09:27.811]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_ident-de6eed6e4f0a8781.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3866174Z [00:09:27.819]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-384999782258224d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.3941549Z [00:09:27.826]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e6154f994056b976.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4017828Z [00:09:27.834]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-7304a325c91f702f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4092530Z [00:09:27.841]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_locale_core-3c177f353e280ec1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4167335Z [00:09:27.849]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-bdb67aaf8f78f70e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4241407Z [00:09:27.856]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstun_rs-1c1217315af6667b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4315780Z [00:09:27.864]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4391147Z [00:09:27.871]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboid_registry-9cbf1fccd89e62ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4465499Z [00:09:27.879]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_normalization-7dafa748878d480a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4538108Z [00:09:27.886]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarc_swap-a543dcf2e7b9422e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4611353Z [00:09:27.893]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-9e59165f20ecc914.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4683369Z [00:09:27.900]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.4758638Z [00:09:27.908]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-ee7708eddc862b04.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4832372Z [00:09:27.915]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.4905997Z [00:09:27.923]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusticata_macros-4e928acf2364b351.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.4978072Z [00:09:27.930]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bencode-85f798abc749bf00.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5049264Z [00:09:27.937]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-2f521e9c13e4f918.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5120996Z [00:09:27.944]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.5190483Z [00:09:27.951]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-0f87a4f6008f8383.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5261238Z [00:09:27.958]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3c8e96ee757abcc0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5331955Z [00:09:27.965]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.5404742Z [00:09:27.973]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-651c6c22395fe89c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5476820Z [00:09:27.980]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.5549056Z [00:09:27.987]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-1a4097d404d8edbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5621869Z [00:09:27.994]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer_data-98553ac9fa3f33c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5693721Z [00:09:28.001]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-5b85d592df917c6c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5765507Z [00:09:28.009]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-f03840213ff059c4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5837541Z [00:09:28.016]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-3d8b07bc90578b2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5910346Z [00:09:28.023]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-b658eb0372a3d785.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.5982226Z [00:09:28.030]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hdrhistogram-50722beeb1f13be1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6055550Z [00:09:28.038]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.6130827Z [00:09:28.045]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac_sha256-875e584b2b84c016.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6205454Z [00:09:28.053]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-3f4f8f5c753037ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6282333Z [00:09:28.060]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6360747Z [00:09:28.068]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiri_string-22d684c798c72277.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6437257Z [00:09:28.076]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project-bdb67aaf8f78f70e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6511588Z [00:09:28.083]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.6586290Z [00:09:28.091]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-7d5e0eb37a8f3898.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6663227Z [00:09:28.098]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum-97ed1bdc94e43430.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6740208Z [00:09:28.106]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_path_to_error-f5f72d3b8b34b7e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6817215Z [00:09:28.114]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bulk-742648c5058bb15c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6894009Z [00:09:28.121]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-ffdcfa01f480f689.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.6971460Z [00:09:28.129]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-64fc8e2d5b417427.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7045845Z [00:09:28.137]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.7119132Z [00:09:28.144]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-ddd676e0475fe4d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7193758Z [00:09:28.151]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/igd_next-48e2914d0f6cd654.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7269289Z [00:09:28.159]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.7343211Z [00:09:28.166]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-1f435225ef531318.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7417014Z [00:09:28.174]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_ident-de6eed6e4f0a8781.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7492100Z [00:09:28.181]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys_next-ba4199caf252a0f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7567264Z [00:09:28.189]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-2838f41305dc90fc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7641381Z [00:09:28.196]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7714516Z [00:09:28.203]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-9ac944fbe0a9ac2a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7789444Z [00:09:28.211]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7863388Z [00:09:28.218]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-6a70405f17b9ca38.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.7938246Z [00:09:28.226]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_relay.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8013772Z [00:09:28.233]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8087149Z [00:09:28.241]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-295bab17eb0ed447.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8160986Z [00:09:28.248]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-0613dc12852cddf0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8233725Z [00:09:28.255]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.8306966Z [00:09:28.263]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcordyceps-9b638b4fd9b20fa3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8379651Z [00:09:28.270]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-dfc87195b3f936a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8452352Z [00:09:28.277]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.8526261Z [00:09:28.285]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkcs8-ff6855f17f48dba5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8599016Z [00:09:28.292]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdashmap-2bdd130270b0776c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8673925Z [00:09:28.299]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_threads-ed1f5cc285c756a1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8747492Z [00:09:28.307]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-5ae59ed32c17bb7c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8821291Z [00:09:28.314]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-100ede5101d639fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8895093Z [00:09:28.322]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-6506f1d2400c1d44.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.8968177Z [00:09:28.329]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/axum_server-849720b3a8cea8c9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.9041511Z [00:09:28.336]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9e59165f20ecc914.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.9124855Z [00:09:28.344]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_secretbox-37335fbdb2fc9ac7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.9199342Z [00:09:28.352]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_websockets-ffd74131ef2138da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.9277077Z [00:09:28.360]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.9352176Z [00:09:28.367]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_governor-4936fbe53635004e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.9431715Z [00:09:28.375]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-1a4097d404d8edbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.9509658Z [00:09:28.383]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bulk-742648c5058bb15c' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:33.9591343Z [00:09:28.391]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.9673570Z [00:09:28.399]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-5e5a5a0dd909f634.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.9753565Z [00:09:28.407]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.9833148Z [00:09:28.415]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:33.9910471Z [00:09:28.423]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-a3defb0dfd42740c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:33.9985081Z [00:09:28.431]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-fd6de1138106d2c7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.0062071Z [00:09:28.438]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-b658eb0372a3d785.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.0140995Z [00:09:28.446]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_err-aaf9a421e59ff624.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.0219373Z [00:09:28.454]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-1f435225ef531318.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.0300461Z [00:09:28.462]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-b66af45db8a74961.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.0378242Z [00:09:28.470]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-0d4e05a30fbe3aad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.0453361Z [00:09:28.477]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.0528372Z [00:09:28.485]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.0606369Z [00:09:28.493]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.0683214Z [00:09:28.500]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-a94717bfa15bd397.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.0758921Z [00:09:28.508]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-22c26254a8e8bf93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.0835312Z [00:09:28.515]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-e83780988e2dbfcf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.0912076Z [00:09:28.523]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.0987848Z [00:09:28.531]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.1065441Z [00:09:28.539]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spki-4953aaa4b0e024b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.1142829Z [00:09:28.546]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3edb310f2ff9d695.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.1221417Z [00:09:28.554]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/derive_more-0d4e05a30fbe3aad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.1299669Z [00:09:28.562]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprefix_trie-5a5a51734298f751.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.1381536Z [00:09:28.570]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.1460280Z [00:09:28.578]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-f98fd5e36812db6c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.1541398Z [00:09:28.586]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_compat-e125ba1945580cae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.1620580Z [00:09:28.594]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.1699396Z [00:09:28.602]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-dfc87195b3f936a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.1775241Z [00:09:28.610]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/h2-0f87a4f6008f8383.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.1852146Z [00:09:28.617]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/reqwest-03548c92e6823d63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.1931775Z [00:09:28.625]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.2007360Z [00:09:28.633]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2081542Z [00:09:28.640]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-75d987cb38e79d6a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2156533Z [00:09:28.648]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-7d5e0eb37a8f3898.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2231373Z [00:09:28.655]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-3b50e6e6f370b682.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2305618Z [00:09:28.663]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nonempty-e9bb8c4901db6910.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2381276Z [00:09:28.670]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower-cf2d1af1b12de127.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2455398Z [00:09:28.678]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2531815Z [00:09:28.685]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-c6124a5a68b17027.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2606326Z [00:09:28.693]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-aa5b0dfc4d8124ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2680110Z [00:09:28.700]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/proc_macro2-6d12c7e6423b6742.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2756245Z [00:09:28.708]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2830470Z [00:09:28.715]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.2904239Z [00:09:28.722]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.2977667Z [00:09:28.730]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-ab55967963ec6551.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.3054791Z [00:09:28.737]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_collections-72248de5e968cab2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.3133119Z [00:09:28.745]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nonzero_ext-cf29fb3cde9555f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.3209176Z [00:09:28.753]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arc_swap-a543dcf2e7b9422e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.3284101Z [00:09:28.760]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-1c6501fb005a3808.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.3359185Z [00:09:28.768]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/object-1b66133574378451.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.3436051Z [00:09:28.776]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_bytes-2b80999cabeda839.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.3510124Z [00:09:28.783]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.3585364Z [00:09:28.791]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstruct_iterable-5413369f3b91efc0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.3659392Z [00:09:28.798]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.3732634Z [00:09:28.805]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-ea25c2792e490063.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.3806780Z [00:09:28.813]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_metrics-a94717bfa15bd397.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.3881352Z [00:09:28.820]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.3955570Z [00:09:28.828]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_route-c5846aec5813db94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4030212Z [00:09:28.835]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.4104601Z [00:09:28.842]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-3f4f8f5c753037ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4181887Z [00:09:28.850]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-fbf9229152a0f466.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4258226Z [00:09:28.858]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-72248de5e968cab2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4333484Z [00:09:28.865]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprefix_trie-5a5a51734298f751.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4408158Z [00:09:28.873]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_route-c5846aec5813db94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4481993Z [00:09:28.880]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-9ea89ee71de6e700.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4555951Z [00:09:28.888]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.4632417Z [00:09:28.895]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-2cf11b7410935c69.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4707074Z [00:09:28.903]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4780379Z [00:09:28.910]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/asn1_rs-541192580b67f634.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4854735Z [00:09:28.917]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-3edb310f2ff9d695.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.4929891Z [00:09:28.925]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-8bf3d36d8f0618d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5006565Z [00:09:28.933]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d05aa5b0623c5582.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5079786Z [00:09:28.940]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.5151784Z [00:09:28.947]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ring-785b2dfc0ad97373.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5226637Z [00:09:28.955]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_utils-153b7d3ad072c2cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5299375Z [00:09:28.962]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/poly1305-b43a7ab7e2706ca2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5373486Z [00:09:28.969]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-13c7a68134b642c2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5445792Z [00:09:28.977]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netwatch-9b8a75bcac8756d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5518313Z [00:09:28.984]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-153b7d3ad072c2cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5590454Z [00:09:28.991]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.5663409Z [00:09:28.998]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-38bef5ef50eaa8a4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5737808Z [00:09:29.006]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.5813506Z [00:09:29.013]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_bench-8bfcb9115c36cc8b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5886437Z [00:09:29.021]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha256-875e584b2b84c016.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.5959943Z [00:09:29.028]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsurge_ping-c1eb15b8a118d11e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.6032579Z [00:09:29.035]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64ct-1e310fc94067b196.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.6105539Z [00:09:29.043]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_compat-e125ba1945580cae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.6179200Z [00:09:29.050]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_dns_server-85dfed6466deb933.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.6252824Z [00:09:29.057]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-785b2dfc0ad97373.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.6326804Z [00:09:29.065]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-4ee141f6b64dd5db.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.6400831Z [00:09:29.072]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.6475343Z [00:09:29.080]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-3b50e6e6f370b682.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.6553162Z [00:09:29.087]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.6631296Z [00:09:29.095]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.6707818Z [00:09:29.103]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_dns_server-85dfed6466deb933.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.6782507Z [00:09:29.110]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-63c40da70f3fe75a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.6858290Z [00:09:29.118]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_threads-ed1f5cc285c756a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.6934790Z [00:09:29.125]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.7009747Z [00:09:29.133]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.7085814Z [00:09:29.141]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libraw_cpuid-87a8a348d3207916.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.7158957Z [00:09:29.148]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.7232909Z [00:09:29.155]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.7308220Z [00:09:29.163]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-2b80999cabeda839.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.7382513Z [00:09:29.170]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.7460379Z [00:09:29.178]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-f72e527e54cb532e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.7535125Z [00:09:29.185]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-4368839c51ba1920.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.7609071Z [00:09:29.193]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-cf2d1af1b12de127.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.7683161Z [00:09:29.200]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-a120ce9a7ee20f78.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.7755874Z [00:09:29.208]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-f67a3b11c0c2d598.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.7831797Z [00:09:29.215]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spin-9667a3b66098ab5b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.7908595Z [00:09:29.223]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-44f114d24532b203.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.7983369Z [00:09:29.230]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-38bef5ef50eaa8a4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.8058066Z [00:09:29.238]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxml-c8e4d08db3244035.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.8134174Z [00:09:29.245]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-22921f9843672075.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.8208325Z [00:09:29.253]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.8286852Z [00:09:29.261]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.8364066Z [00:09:29.268]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-306f8a8965e7ad5e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.8440720Z [00:09:29.276]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-4fe424f2226aa698.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.8517706Z [00:09:29.284]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.8593192Z [00:09:29.291]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-fd6de1138106d2c7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.8668742Z [00:09:29.299]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-414779377bb4a7cc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.8743975Z [00:09:29.306]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-4e699ae71a440dfa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.8817079Z [00:09:29.314]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-21edd56883f084c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.8891561Z [00:09:29.321]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-e249bb45cb1d8f61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.8964376Z [00:09:29.328]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/data_encoding-ecf3074339209513.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.9038052Z [00:09:29.336]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.9111860Z [00:09:29.343]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.9184557Z [00:09:29.350]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-13c7a68134b642c2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.9258646Z [00:09:29.358]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foldhash-345c4e657eef996d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.9335691Z [00:09:29.366]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/struct_iterable_internal-28337eb7f0b3cd88.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.9411352Z [00:09:29.373]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.9487332Z [00:09:29.381]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:34.9561967Z [00:09:29.388]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_secretbox-37335fbdb2fc9ac7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.9637765Z [00:09:29.396]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.9712672Z [00:09:29.403]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-1b66133574378451.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.9788472Z [00:09:29.411]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-f999888d2e91923d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.9863673Z [00:09:29.418]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhdrhistogram-50722beeb1f13be1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:34.9938626Z [00:09:29.426]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpoly1305-b43a7ab7e2706ca2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.0014034Z [00:09:29.433]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/deranged-414779377bb4a7cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.0086336Z [00:09:29.441]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/postcard-287bc2134ca3f004.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.0160868Z [00:09:29.448]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna-5ae59ed32c17bb7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.0234654Z [00:09:29.455]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusticata_macros-4e928acf2364b351.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.0309767Z [00:09:29.463]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.0384259Z [00:09:29.470]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.0459570Z [00:09:29.478]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.0537588Z [00:09:29.486]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.0617737Z [00:09:29.494]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-d1532eacab8be3af.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.0698264Z [00:09:29.502]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-287bc2134ca3f004.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.0776891Z [00:09:29.510]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-9ac944fbe0a9ac2a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.0853764Z [00:09:29.517]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1-c78d8f5c38837b1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.0932148Z [00:09:29.525]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.1010711Z [00:09:29.533]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/matchit-4cbb67a072be49b5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1088916Z [00:09:29.541]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.1171109Z [00:09:29.549]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_compat-e125ba1945580cae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1249053Z [00:09:29.557]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_buffered-d8fd778839412d9d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1325253Z [00:09:29.565]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-0d4e05a30fbe3aad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1402294Z [00:09:29.572]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-11bb0297d6ff75e0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1478670Z [00:09:29.580]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1554391Z [00:09:29.587]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn-782a4fa57206130c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1632019Z [00:09:29.595]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac_sha1-5d05948eb73fb380.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1708318Z [00:09:29.603]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1785041Z [00:09:29.610]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libattohttpc-dfead94f8e9626eb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1860570Z [00:09:29.618]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_timer-b5124fd43b6b0eee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.1938404Z [00:09:29.626]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-47ad323aa7f376b3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2011526Z [00:09:29.633]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.2088484Z [00:09:29.641]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboid_registry-9cbf1fccd89e62ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2163542Z [00:09:29.648]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rusticata_macros-4e928acf2364b351.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2239239Z [00:09:29.656]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.2316186Z [00:09:29.664]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_rustls-3434f7cacc6619b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2391494Z [00:09:29.671]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-64fe79283aff12f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2468115Z [00:09:29.679]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-24fe2f4a89134b16.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2544571Z [00:09:29.686]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.2620256Z [00:09:29.694]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-7b62e1b00e34b91b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2695895Z [00:09:29.702]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-90e1bbf2a32433d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2771244Z [00:09:29.709]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchit-4cbb67a072be49b5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2846963Z [00:09:29.717]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ipnet-a334be260832c48b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2921973Z [00:09:29.724]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_demangle-3610075b05a4d6b5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.2996349Z [00:09:29.732]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-22921f9843672075.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.3071150Z [00:09:29.739]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.3145851Z [00:09:29.747]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-100ede5101d639fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.3218575Z [00:09:29.754]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.3292301Z [00:09:29.761]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee874ebcba82b610.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.3367254Z [00:09:29.769]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-2cf11b7410935c69.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.3439797Z [00:09:29.776]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.3513624Z [00:09:29.783]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasn1_rs-541192580b67f634.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.3595198Z [00:09:29.791]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-64fe79283aff12f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.3662130Z [00:09:29.798]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-d488803a5a1e9927.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.3737035Z [00:09:29.806]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-9ac944fbe0a9ac2a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.3812023Z [00:09:29.813]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_profiles-f5c3d068172c31c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.3885947Z [00:09:29.821]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.3961461Z [00:09:29.828]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayvec-e2c846147a1dc314.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4035543Z [00:09:29.836]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pem_rfc7468-db0187e92056542e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4110467Z [00:09:29.843]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.4184243Z [00:09:29.850]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rcgen-5f88784fe38c795f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4259208Z [00:09:29.858]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-b35ff2d809c7a9bb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4334483Z [00:09:29.865]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/generic_array-c5bdfea50a930cfb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4409011Z [00:09:29.873]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thread_local-71dc4a0545e132ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4485442Z [00:09:29.881]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnonzero_ext-cf29fb3cde9555f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4563807Z [00:09:29.888]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinystr-eddf530cce81f2e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4638789Z [00:09:29.896]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d6cf716df83a2dec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4716115Z [00:09:29.904]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libattohttpc-dfead94f8e9626eb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4790618Z [00:09:29.911]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.4864008Z [00:09:29.918]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-78a2ed794e28c4e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.4939110Z [00:09:29.926]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-3b50e6e6f370b682.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5016069Z [00:09:29.934]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-3fb7ae699fcda4ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5090809Z [00:09:29.941]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.5167939Z [00:09:29.949]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-d8fd778839412d9d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5243733Z [00:09:29.956]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.5318949Z [00:09:29.964]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-4953aaa4b0e024b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5394367Z [00:09:29.971]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-13c7a68134b642c2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5468734Z [00:09:29.979]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5544588Z [00:09:29.986]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-3610075b05a4d6b5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5618621Z [00:09:29.994]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-6f78ecb506554950.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5694071Z [00:09:30.001]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_timer-b5124fd43b6b0eee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5770541Z [00:09:30.009]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.5845274Z [00:09:30.016]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/web_time-f50d6b9996de2cee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5920125Z [00:09:30.024]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/minimal_lexical-af26c987b8632de0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.5995308Z [00:09:30.032]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.6070120Z [00:09:30.039]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaxum_server-849720b3a8cea8c9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.6147423Z [00:09:30.047]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-ee7708eddc862b04.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.6221738Z [00:09:30.054]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-ffdcfa01f480f689.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.6297276Z [00:09:30.062]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.6370447Z [00:09:30.069]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_platform_verifier-4fdd284ea4901dc8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.6446231Z [00:09:30.077]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.6523448Z [00:09:30.084]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-782a4fa57206130c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.6600486Z [00:09:30.092]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-f5e942a261ec3c41.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.6678293Z [00:09:30.100]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-dfc87195b3f936a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.6758586Z [00:09:30.108]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-7dafa748878d480a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.6838169Z [00:09:30.116]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:35.6917721Z [00:09:30.124]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-100ede5101d639fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.6995321Z [00:09:30.132]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-9e3e844fa44a348b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7073286Z [00:09:30.139]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/blake3-5b85d592df917c6c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7150193Z [00:09:30.147]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasn1_rs-541192580b67f634.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7228157Z [00:09:30.155]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflume-0ac510a99cd50cc1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7303873Z [00:09:30.162]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7382206Z [00:09:30.170]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_dns_server.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7464330Z [00:09:30.178]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_relay.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7544536Z [00:09:30.186]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_relay.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7623570Z [00:09:30.194]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_bench.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7701354Z [00:09:30.202]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_dns_server.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7785962Z [00:09:30.211]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7863683Z [00:09:30.218]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.7943124Z [00:09:30.226]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8020037Z [00:09:30.234]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/dep-lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8095780Z [00:09:30.242]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x509-parser-063a0147cb1c06bd/dep-lib-x509_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8172129Z [00:09:30.249]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x509-parser-063a0147cb1c06bd/lib-x509_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8246939Z [00:09:30.257]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x509-parser-063a0147cb1c06bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8323475Z [00:09:30.264]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x509-parser-063a0147cb1c06bd/lib-x509_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8398536Z [00:09:30.272]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-14b94a560d20ed84/lib-tracing_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8474525Z [00:09:30.279]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-14b94a560d20ed84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8548344Z [00:09:30.287]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-14b94a560d20ed84/dep-lib-tracing_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8621526Z [00:09:30.294]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-14b94a560d20ed84/lib-tracing_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8698023Z [00:09:30.302]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-50a1f384a5a694a5/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8773814Z [00:09:30.309]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-50a1f384a5a694a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8847656Z [00:09:30.317]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-50a1f384a5a694a5/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8920702Z [00:09:30.324]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-50a1f384a5a694a5/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.8994594Z [00:09:30.331]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-dfc87195b3f936a5/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9070634Z [00:09:30.339]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-dfc87195b3f936a5/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9143552Z [00:09:30.346]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-dfc87195b3f936a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9219246Z [00:09:30.354]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-dfc87195b3f936a5/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9294764Z [00:09:30.361]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-ddd676e0475fe4d7/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9369400Z [00:09:30.369]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-ddd676e0475fe4d7/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9442717Z [00:09:30.376]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-ddd676e0475fe4d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9517742Z [00:09:30.384]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-ddd676e0475fe4d7/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9591564Z [00:09:30.391]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-7304a325c91f702f/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9665161Z [00:09:30.399]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-7304a325c91f702f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9738746Z [00:09:30.406]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-7304a325c91f702f/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9812227Z [00:09:30.413]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-7304a325c91f702f/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9888433Z [00:09:30.421]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-ffdcfa01f480f689/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:35.9960212Z [00:09:30.428]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-ffdcfa01f480f689/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0034682Z [00:09:30.435]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-ffdcfa01f480f689/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0109804Z [00:09:30.443]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-ffdcfa01f480f689/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0185264Z [00:09:30.450]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-030084654980dd06/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0258363Z [00:09:30.458]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-030084654980dd06/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0331321Z [00:09:30.465]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-62d6e788ced6dbd3/lib-zerotrie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0404308Z [00:09:30.472]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-62d6e788ced6dbd3/dep-lib-zerotrie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0476947Z [00:09:30.480]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-62d6e788ced6dbd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0550246Z [00:09:30.487]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-62d6e788ced6dbd3/lib-zerotrie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0625321Z [00:09:30.495]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-0d4e05a30fbe3aad/dep-lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0700842Z [00:09:30.502]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-0d4e05a30fbe3aad/lib-derive_more.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0775125Z [00:09:30.509]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-0d4e05a30fbe3aad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0848710Z [00:09:30.517]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-0d4e05a30fbe3aad/lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.0924362Z [00:09:30.524]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-1cefb301fe6b58e9/dep-lib-portmapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1004707Z [00:09:30.532]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-1cefb301fe6b58e9/lib-portmapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1083415Z [00:09:30.540]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-1cefb301fe6b58e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1162212Z [00:09:30.548]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-1cefb301fe6b58e9/lib-portmapper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1236504Z [00:09:30.556]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-7bf11f2579779df2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1310959Z [00:09:30.563]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-7bf11f2579779df2/lib-cobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1385602Z [00:09:30.571]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-7bf11f2579779df2/dep-lib-cobs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1463171Z [00:09:30.578]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-7bf11f2579779df2/lib-cobs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1540556Z [00:09:30.586]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-11bb0297d6ff75e0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1616731Z [00:09:30.594]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-11bb0297d6ff75e0/dep-lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1691446Z [00:09:30.601]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-11bb0297d6ff75e0/lib-backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1765762Z [00:09:30.609]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-11bb0297d6ff75e0/lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1839492Z [00:09:30.616]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-1b66133574378451/dep-lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1912563Z [00:09:30.623]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-1b66133574378451/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.1987293Z [00:09:30.631]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-1b66133574378451/lib-object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.2062424Z [00:09:30.638]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-1b66133574378451/lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.2138734Z [00:09:30.646]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-a01f839427e0ea69/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.2213221Z [00:09:30.653]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-a01f839427e0ea69/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.2291665Z [00:09:30.661]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-a01f839427e0ea69/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.2367822Z [00:09:30.669]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-a01f839427e0ea69/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.2443261Z [00:09:30.676]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-fe2af8081382be25/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.2518425Z [00:09:30.684]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-fe2af8081382be25/dep-lib-pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.2593580Z [00:09:30.691]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-fe2af8081382be25/lib-pem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.2669016Z [00:09:30.699]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-fe2af8081382be25/lib-pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.2745453Z [00:09:30.706]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.2824945Z [00:09:30.714]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.2905456Z [00:09:30.723]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.2982197Z [00:09:30.730]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.3058061Z [00:09:30.738]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.3134280Z [00:09:30.745]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.3207130Z [00:09:30.753]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.3282256Z [00:09:30.760]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.3357114Z [00:09:30.768]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-9463aad69c03bdb3/dep-lib-serde_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.3431684Z [00:09:30.775]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-9463aad69c03bdb3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.3505248Z [00:09:30.783]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-9463aad69c03bdb3/lib-serde_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.3581151Z [00:09:30.790]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-9463aad69c03bdb3/lib-serde_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.3656862Z [00:09:30.798]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fecc121bfa12cec9/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.3730422Z [00:09:30.805]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fecc121bfa12cec9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.3804418Z [00:09:30.812]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fecc121bfa12cec9/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.3878306Z [00:09:30.820]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fecc121bfa12cec9/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.3952859Z [00:09:30.827]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-ba4199caf252a0f4/lib-dirs_sys_next.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4035736Z [00:09:30.836]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-ba4199caf252a0f4/lib-dirs_sys_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4112576Z [00:09:30.843]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-ba4199caf252a0f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4189437Z [00:09:30.851]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-ba4199caf252a0f4/dep-lib-dirs_sys_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4264190Z [00:09:30.858]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-4fe424f2226aa698/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4343151Z [00:09:30.866]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-4fe424f2226aa698/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4419766Z [00:09:30.874]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-4fe424f2226aa698/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4494539Z [00:09:30.881]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-4fe424f2226aa698/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4572008Z [00:09:30.889]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-2bdd130270b0776c/lib-dashmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4650699Z [00:09:30.897]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-2bdd130270b0776c/lib-dashmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4731258Z [00:09:30.905]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-2bdd130270b0776c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4813802Z [00:09:30.913]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-2bdd130270b0776c/dep-lib-dashmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.4894969Z [00:09:30.921]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.4976037Z [00:09:30.929]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.5059991Z [00:09:30.938]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.5143184Z [00:09:30.946]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.5224539Z [00:09:30.954]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.5304627Z [00:09:30.962]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.5383795Z [00:09:30.970]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.5460584Z [00:09:30.978]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.5535726Z [00:09:30.986]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-875e584b2b84c016/lib-hmac_sha256.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.5610887Z [00:09:30.993]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-875e584b2b84c016/lib-hmac_sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.5685409Z [00:09:31.001]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-875e584b2b84c016/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.5758673Z [00:09:31.008]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-875e584b2b84c016/dep-lib-hmac_sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.5833828Z [00:09:31.015]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.5911924Z [00:09:31.023]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.5989401Z [00:09:31.031]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.6065160Z [00:09:31.039]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.6144611Z [00:09:31.046]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.6221341Z [00:09:31.054]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.6301378Z [00:09:31.062]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.6379356Z [00:09:31.070]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.6463254Z [00:09:31.078]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.6542851Z [00:09:31.086]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.6626273Z [00:09:31.095]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.6705062Z [00:09:31.102]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.6787970Z [00:09:31.111]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.6871817Z [00:09:31.119]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.6950531Z [00:09:31.127]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.7026765Z [00:09:31.135]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.7104938Z [00:09:31.142]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.7180670Z [00:09:31.150]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.7257287Z [00:09:31.158]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-ceb38c9793a76648/lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.7335416Z [00:09:31.165]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-ceb38c9793a76648/lib-tinyvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.7414038Z [00:09:31.173]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-ceb38c9793a76648/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.7486941Z [00:09:31.181]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-ceb38c9793a76648/dep-lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.7561983Z [00:09:31.188]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-e249bb45cb1d8f61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.7637851Z [00:09:31.196]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-e249bb45cb1d8f61/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.7711196Z [00:09:31.203]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-e249bb45cb1d8f61/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.7784786Z [00:09:31.210]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-e249bb45cb1d8f61/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.7857561Z [00:09:31.218]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-117e16b55a0b0b19/lib-enumflags2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.7929920Z [00:09:31.225]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-117e16b55a0b0b19/lib-enumflags2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8002856Z [00:09:31.232]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-117e16b55a0b0b19/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8074391Z [00:09:31.239]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-117e16b55a0b0b19/dep-lib-enumflags2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8150202Z [00:09:31.247]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-2b80999cabeda839/lib-serde_bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8226827Z [00:09:31.255]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-2b80999cabeda839/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8303895Z [00:09:31.262]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-2b80999cabeda839/dep-lib-serde_bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8381060Z [00:09:31.270]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-2b80999cabeda839/lib-serde_bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8462518Z [00:09:31.278]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-9b8a75bcac8756d8/lib-netwatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8544745Z [00:09:31.286]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-9b8a75bcac8756d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8623228Z [00:09:31.294]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-9b8a75bcac8756d8/lib-netwatch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8700095Z [00:09:31.302]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-9b8a75bcac8756d8/dep-lib-netwatch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.8774874Z [00:09:31.309]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.8849822Z [00:09:31.317]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.8926924Z [00:09:31.325]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.9002406Z [00:09:31.332]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:36.9078746Z [00:09:31.340]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-68a47dd156bbc4af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9155359Z [00:09:31.348]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-68a47dd156bbc4af/lib-dirs_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9231319Z [00:09:31.355]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-68a47dd156bbc4af/dep-lib-dirs_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9306678Z [00:09:31.363]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-68a47dd156bbc4af/lib-dirs_next.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9381433Z [00:09:31.370]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9454537Z [00:09:31.377]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9528482Z [00:09:31.385]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9606761Z [00:09:31.393]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9686169Z [00:09:31.401]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-98553ac9fa3f33c8/lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9764640Z [00:09:31.408]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-98553ac9fa3f33c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9840300Z [00:09:31.416]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-98553ac9fa3f33c8/lib-icu_normalizer_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9914364Z [00:09:31.423]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-98553ac9fa3f33c8/dep-lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:36.9988961Z [00:09:31.431]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.0064669Z [00:09:31.438]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.0144298Z [00:09:31.446]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.0219210Z [00:09:31.454]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.0295485Z [00:09:31.462]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-785b2dfc0ad97373/dep-lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.0369885Z [00:09:31.469]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-785b2dfc0ad97373/lib-ring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.0445284Z [00:09:31.477]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-785b2dfc0ad97373/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.0520408Z [00:09:31.484]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-785b2dfc0ad97373/lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.0595545Z [00:09:31.492]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spinning_top-3245eaa486c742f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.0671008Z [00:09:31.499]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spinning_top-3245eaa486c742f9/lib-spinning_top' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.0745923Z [00:09:31.507]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spinning_top-3245eaa486c742f9/lib-spinning_top.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.0821601Z [00:09:31.514]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spinning_top-3245eaa486c742f9/dep-lib-spinning_top' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.0898918Z [00:09:31.522]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-69fc3906116d7f31/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.0975338Z [00:09:31.529]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-69fc3906116d7f31/dep-lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1050407Z [00:09:31.537]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-69fc3906116d7f31/lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1124244Z [00:09:31.544]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-69fc3906116d7f31/lib-zerofrom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1202093Z [00:09:31.552]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/lib-arc_swap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1276095Z [00:09:31.560]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1349614Z [00:09:31.567]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/dep-lib-arc_swap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1428368Z [00:09:31.575]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/lib-arc_swap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1508198Z [00:09:31.583]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/web-time-f50d6b9996de2cee/lib-web_time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1587114Z [00:09:31.591]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/web-time-f50d6b9996de2cee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1664291Z [00:09:31.598]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/web-time-f50d6b9996de2cee/dep-lib-web_time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1742026Z [00:09:31.606]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/web-time-f50d6b9996de2cee/lib-web_time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1817315Z [00:09:31.614]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-414779377bb4a7cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1891797Z [00:09:31.621]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-414779377bb4a7cc/dep-lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.1968713Z [00:09:31.629]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-414779377bb4a7cc/lib-deranged.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2043296Z [00:09:31.636]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-414779377bb4a7cc/lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2119903Z [00:09:31.644]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-295bab17eb0ed447/lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2197972Z [00:09:31.652]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-295bab17eb0ed447/dep-lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2273771Z [00:09:31.659]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-295bab17eb0ed447/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2348287Z [00:09:31.667]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-295bab17eb0ed447/lib-yoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2424169Z [00:09:31.674]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-9ac944fbe0a9ac2a/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2499167Z [00:09:31.682]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-9ac944fbe0a9ac2a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2571902Z [00:09:31.689]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-9ac944fbe0a9ac2a/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2645944Z [00:09:31.697]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-9ac944fbe0a9ac2a/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2719489Z [00:09:31.704]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-04e032851045267c/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2794954Z [00:09:31.711]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-04e032851045267c/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2868798Z [00:09:31.719]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-04e032851045267c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.2944364Z [00:09:31.726]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-04e032851045267c/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.3021301Z [00:09:31.734]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3c177f353e280ec1/dep-lib-icu_locale_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.3097630Z [00:09:31.742]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3c177f353e280ec1/lib-icu_locale_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.3172724Z [00:09:31.749]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3c177f353e280ec1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.3246947Z [00:09:31.757]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3c177f353e280ec1/lib-icu_locale_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.3322180Z [00:09:31.764]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.3397798Z [00:09:31.772]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.3476747Z [00:09:31.780]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.3554018Z [00:09:31.787]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.3630316Z [00:09:31.795]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d3a2c1d7d354fd84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.3704800Z [00:09:31.802]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d3a2c1d7d354fd84/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.3780841Z [00:09:31.810]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d3a2c1d7d354fd84/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.3858566Z [00:09:31.818]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d3a2c1d7d354fd84/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.3936761Z [00:09:31.825]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.4011601Z [00:09:31.833]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.4088380Z [00:09:31.841]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.4166295Z [00:09:31.849]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.4242728Z [00:09:31.856]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-c2d1492b5a7e2dc0/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.4319022Z [00:09:31.864]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-c2d1492b5a7e2dc0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.4393614Z [00:09:31.871]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-c2d1492b5a7e2dc0/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.4468071Z [00:09:31.879]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-c2d1492b5a7e2dc0/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.4542033Z [00:09:31.886]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-5c926bf08a0cabdd/dep-lib-resolv_conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.4616510Z [00:09:31.894]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-5c926bf08a0cabdd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.4689679Z [00:09:31.901]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-5c926bf08a0cabdd/lib-resolv_conf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.4764239Z [00:09:31.908]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-5c926bf08a0cabdd/lib-resolv_conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.4843954Z [00:09:31.916]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-85dfed6466deb933/lib-iroh_dns_server.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.4921209Z [00:09:31.924]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-85dfed6466deb933/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.4998860Z [00:09:31.932]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-85dfed6466deb933/dep-lib-iroh_dns_server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5075129Z [00:09:31.939]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-85dfed6466deb933/lib-iroh_dns_server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5149204Z [00:09:31.947]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-dfead94f8e9626eb/dep-lib-attohttpc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5223747Z [00:09:31.954]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-dfead94f8e9626eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5297112Z [00:09:31.962]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-dfead94f8e9626eb/lib-attohttpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5371750Z [00:09:31.969]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-dfead94f8e9626eb/lib-attohttpc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5449416Z [00:09:31.977]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-221e5a438611646b/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5524364Z [00:09:31.984]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-221e5a438611646b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5599835Z [00:09:31.992]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-221e5a438611646b/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5677213Z [00:09:32.000]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-221e5a438611646b/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5754802Z [00:09:32.007]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a3defb0dfd42740c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5831754Z [00:09:32.015]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a3defb0dfd42740c/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5908121Z [00:09:32.023]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a3defb0dfd42740c/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.5984030Z [00:09:32.030]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a3defb0dfd42740c/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.6060222Z [00:09:32.038]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-7dafa748878d480a/lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.6137938Z [00:09:32.046]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-7dafa748878d480a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.6214753Z [00:09:32.053]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-7dafa748878d480a/dep-lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.6291460Z [00:09:32.061]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-7dafa748878d480a/lib-unicode_normalization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.6366694Z [00:09:32.069]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonzero_ext-cf29fb3cde9555f1/dep-lib-nonzero_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.6442431Z [00:09:32.076]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonzero_ext-cf29fb3cde9555f1/lib-nonzero_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.6521514Z [00:09:32.084]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonzero_ext-cf29fb3cde9555f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.6596737Z [00:09:32.092]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonzero_ext-cf29fb3cde9555f1/lib-nonzero_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.6674105Z [00:09:32.099]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.6747627Z [00:09:32.107]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.6820610Z [00:09:32.114]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.6893556Z [00:09:32.121]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.6967188Z [00:09:32.129]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-2b9bfd9751471bec/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.7042163Z [00:09:32.136]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-2b9bfd9751471bec/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.7118105Z [00:09:32.144]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-306f8a8965e7ad5e/lib-hyper_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.7192880Z [00:09:32.151]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-306f8a8965e7ad5e/dep-lib-hyper_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.7268285Z [00:09:32.159]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-306f8a8965e7ad5e/lib-hyper_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.7347458Z [00:09:32.167]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-306f8a8965e7ad5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.7424445Z [00:09:32.174]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-ce419289619bf748/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.7504486Z [00:09:32.182]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-ce419289619bf748/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.7581855Z [00:09:32.190]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-ce419289619bf748/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.7658793Z [00:09:32.198]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-ce419289619bf748/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.7735180Z [00:09:32.205]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.7810307Z [00:09:32.213]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.7885253Z [00:09:32.221]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.7964712Z [00:09:32.228]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.8041706Z [00:09:32.236]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-44f114d24532b203/dep-lib-tokio_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8117375Z [00:09:32.244]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-44f114d24532b203/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8192248Z [00:09:32.251]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-44f114d24532b203/lib-tokio_rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8268724Z [00:09:32.259]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-44f114d24532b203/lib-tokio_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8347131Z [00:09:32.267]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-0613dc12852cddf0/lib-sha2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8422797Z [00:09:32.274]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-0613dc12852cddf0/lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8499057Z [00:09:32.282]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-0613dc12852cddf0/dep-lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8579175Z [00:09:32.290]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-0613dc12852cddf0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8655616Z [00:09:32.298]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-4f718781499b6e53/dep-lib-hmac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8730444Z [00:09:32.305]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-4f718781499b6e53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8807657Z [00:09:32.313]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-4f718781499b6e53/lib-hmac.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8882309Z [00:09:32.320]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-4f718781499b6e53/lib-hmac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.8959187Z [00:09:32.328]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-782a4fa57206130c/dep-lib-iroh_quinn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.9035063Z [00:09:32.335]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-782a4fa57206130c/lib-iroh_quinn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.9112637Z [00:09:32.343]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-782a4fa57206130c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.9188590Z [00:09:32.351]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-782a4fa57206130c/lib-iroh_quinn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.9265037Z [00:09:32.358]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bencode-85f798abc749bf00/lib-serde_bencode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.9340783Z [00:09:32.366]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bencode-85f798abc749bf00/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.9417774Z [00:09:32.374]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bencode-85f798abc749bf00/lib-serde_bencode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.9494380Z [00:09:32.381]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bencode-85f798abc749bf00/dep-lib-serde_bencode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:37.9572182Z [00:09:32.389]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.9647772Z [00:09:32.397]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.9720910Z [00:09:32.404]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.9797931Z [00:09:32.412]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.9870698Z [00:09:32.419]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:37.9943851Z [00:09:32.426]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.0019375Z [00:09:32.434]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.0097135Z [00:09:32.442]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.0176763Z [00:09:32.450]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-5396afe1e3923260/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.0252321Z [00:09:32.457]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-5396afe1e3923260/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.0328956Z [00:09:32.465]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.0405939Z [00:09:32.473]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.0483844Z [00:09:32.480]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.0562611Z [00:09:32.488]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.0640068Z [00:09:32.496]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-153b7d3ad072c2cd/lib-netlink_packet_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.0712244Z [00:09:32.503]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-153b7d3ad072c2cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.0787634Z [00:09:32.511]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-153b7d3ad072c2cd/dep-lib-netlink_packet_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.0864159Z [00:09:32.518]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-153b7d3ad072c2cd/lib-netlink_packet_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.0939217Z [00:09:32.526]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-4368839c51ba1920/lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1013192Z [00:09:32.533]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-4368839c51ba1920/dep-lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1088683Z [00:09:32.541]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-4368839c51ba1920/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1164322Z [00:09:32.548]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-4368839c51ba1920/lib-tokio_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1239212Z [00:09:32.556]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable-5413369f3b91efc0/dep-lib-struct_iterable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1313819Z [00:09:32.563]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable-5413369f3b91efc0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1387736Z [00:09:32.571]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable-5413369f3b91efc0/lib-struct_iterable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1463214Z [00:09:32.578]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable-5413369f3b91efc0/lib-struct_iterable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1536782Z [00:09:32.586]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-6a70405f17b9ca38/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1609649Z [00:09:32.593]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-6a70405f17b9ca38/lib-rcgen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1684636Z [00:09:32.600]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-6a70405f17b9ca38/lib-rcgen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1763654Z [00:09:32.608]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-6a70405f17b9ca38/dep-lib-rcgen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1846124Z [00:09:32.617]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-12d15bc598f04d67/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.1924115Z [00:09:32.624]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-12d15bc598f04d67/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.2000436Z [00:09:32.632]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-12d15bc598f04d67/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.2076610Z [00:09:32.640]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-12d15bc598f04d67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.2158052Z [00:09:32.648]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.2235540Z [00:09:32.655]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.2310387Z [00:09:32.663]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.2386345Z [00:09:32.671]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.2461744Z [00:09:32.678]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-2f521e9c13e4f918/dep-lib-ed25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.2535358Z [00:09:32.686]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-2f521e9c13e4f918/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.2608907Z [00:09:32.693]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-2f521e9c13e4f918/lib-ed25519_dalek.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.2684101Z [00:09:32.700]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-2f521e9c13e4f918/lib-ed25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.2758872Z [00:09:32.708]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-9cbf1fccd89e62ca/lib-oid_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.2835641Z [00:09:32.715]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-9cbf1fccd89e62ca/dep-lib-oid_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.2912285Z [00:09:32.723]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-9cbf1fccd89e62ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.2986717Z [00:09:32.731]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/oid-registry-9cbf1fccd89e62ca/lib-oid_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.3060854Z [00:09:32.738]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-cf2d1af1b12de127/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.3136744Z [00:09:32.746]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-cf2d1af1b12de127/lib-tower.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.3214995Z [00:09:32.753]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-cf2d1af1b12de127/lib-tower' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.3292668Z [00:09:32.761]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-cf2d1af1b12de127/dep-lib-tower' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.3369458Z [00:09:32.769]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.3445130Z [00:09:32.776]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.3521813Z [00:09:32.784]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.3597970Z [00:09:32.792]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.3675908Z [00:09:32.800]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-f98fd5e36812db6c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.3749727Z [00:09:32.807]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-f98fd5e36812db6c/dep-lib-http_body_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.3822826Z [00:09:32.814]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-f98fd5e36812db6c/lib-http_body_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.3897984Z [00:09:32.822]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-f98fd5e36812db6c/lib-http_body_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.3976655Z [00:09:32.830]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_threads-ed1f5cc285c756a1/dep-lib-num_threads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4054652Z [00:09:32.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_threads-ed1f5cc285c756a1/lib-num_threads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4133760Z [00:09:32.845]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_threads-ed1f5cc285c756a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4210188Z [00:09:32.853]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_threads-ed1f5cc285c756a1/lib-num_threads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4285138Z [00:09:32.861]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4359340Z [00:09:32.868]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4432245Z [00:09:32.875]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4505450Z [00:09:32.882]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4579096Z [00:09:32.890]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3c8e96ee757abcc0/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4653799Z [00:09:32.897]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3c8e96ee757abcc0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4725872Z [00:09:32.905]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3c8e96ee757abcc0/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4799178Z [00:09:32.912]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3c8e96ee757abcc0/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4871192Z [00:09:32.919]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-1e310fc94067b196/lib-base64ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.4944753Z [00:09:32.926]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-1e310fc94067b196/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5018746Z [00:09:32.934]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-1e310fc94067b196/dep-lib-base64ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5093961Z [00:09:32.941]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-1e310fc94067b196/lib-base64ct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5168574Z [00:09:32.949]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-4953aaa4b0e024b6/dep-lib-spki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5244166Z [00:09:32.956]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-4953aaa4b0e024b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5320073Z [00:09:32.964]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-4953aaa4b0e024b6/lib-spki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5396746Z [00:09:32.972]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-4953aaa4b0e024b6/lib-spki.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5473923Z [00:09:32.979]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.5551868Z [00:09:32.987]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.5628311Z [00:09:32.995]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5702424Z [00:09:33.002]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5777467Z [00:09:33.010]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5852156Z [00:09:33.017]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.5927128Z [00:09:33.025]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttl_cache-1fe2a8f662489c4c/lib-ttl_cache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6001756Z [00:09:33.032]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttl_cache-1fe2a8f662489c4c/lib-ttl_cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6077284Z [00:09:33.040]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttl_cache-1fe2a8f662489c4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6154306Z [00:09:33.047]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttl_cache-1fe2a8f662489c4c/dep-lib-ttl_cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6233463Z [00:09:33.055]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ca630a76bca2c9f5/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6308106Z [00:09:33.063]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ca630a76bca2c9f5/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6381922Z [00:09:33.070]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ca630a76bca2c9f5/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6459361Z [00:09:33.078]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ca630a76bca2c9f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6533751Z [00:09:33.085]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quanta-e2f3c152fdb77b38/lib-quanta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6607535Z [00:09:33.093]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quanta-e2f3c152fdb77b38/dep-lib-quanta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6682464Z [00:09:33.100]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quanta-e2f3c152fdb77b38/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6757572Z [00:09:33.108]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quanta-e2f3c152fdb77b38/lib-quanta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6834513Z [00:09:33.115]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-4f43cb9f1fd56197/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6911792Z [00:09:33.123]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-4f43cb9f1fd56197/lib-url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.6988409Z [00:09:33.131]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-4f43cb9f1fd56197/dep-lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.7063628Z [00:09:33.138]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-4f43cb9f1fd56197/lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.7138852Z [00:09:33.146]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.7215392Z [00:09:33.153]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.7291893Z [00:09:33.161]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.7367124Z [00:09:33.169]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.7443270Z [00:09:33.176]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-core-b8842663f57ee171/lib-axum_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.7518986Z [00:09:33.184]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-core-b8842663f57ee171/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.7594441Z [00:09:33.191]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-core-b8842663f57ee171/lib-axum_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.7668828Z [00:09:33.199]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-core-b8842663f57ee171/dep-lib-axum_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.7744236Z [00:09:33.206]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b0a30c79b1d8977c/lib-portable_atomic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.7818415Z [00:09:33.214]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b0a30c79b1d8977c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.7891593Z [00:09:33.221]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b0a30c79b1d8977c/dep-lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.7968111Z [00:09:33.229]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b0a30c79b1d8977c/lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.8045404Z [00:09:33.236]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.8119625Z [00:09:33.244]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.8193722Z [00:09:33.251]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.8267043Z [00:09:33.259]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.8341971Z [00:09:33.266]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-e2c846147a1dc314/lib-arrayvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.8416793Z [00:09:33.274]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-e2c846147a1dc314/dep-lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.8489701Z [00:09:33.281]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-e2c846147a1dc314/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.8563519Z [00:09:33.288]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-e2c846147a1dc314/lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.8639857Z [00:09:33.296]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.8716495Z [00:09:33.304]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:38.8789899Z [00:09:33.311]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/forwarded-header-value-1de4fa5212cc9c49/lib-forwarded_header_value.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.8863972Z [00:09:33.318]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/forwarded-header-value-1de4fa5212cc9c49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.8937561Z [00:09:33.326]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/forwarded-header-value-1de4fa5212cc9c49/lib-forwarded_header_value' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9011794Z [00:09:33.333]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/forwarded-header-value-1de4fa5212cc9c49/dep-lib-forwarded_header_value' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9085869Z [00:09:33.341]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-3d8b07bc90578b2b/lib-der' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9162040Z [00:09:33.348]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-3d8b07bc90578b2b/dep-lib-der' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9234836Z [00:09:33.355]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-3d8b07bc90578b2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9311802Z [00:09:33.363]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-3d8b07bc90578b2b/lib-der.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9388532Z [00:09:33.371]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-b35ff2d809c7a9bb/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9464244Z [00:09:33.378]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-b35ff2d809c7a9bb/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9538402Z [00:09:33.386]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-b35ff2d809c7a9bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9612785Z [00:09:33.393]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-b35ff2d809c7a9bb/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9690616Z [00:09:33.401]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonempty-e9bb8c4901db6910/lib-nonempty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9767372Z [00:09:33.409]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonempty-e9bb8c4901db6910/lib-nonempty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9841989Z [00:09:33.416]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonempty-e9bb8c4901db6910/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9914919Z [00:09:33.423]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nonempty-e9bb8c4901db6910/dep-lib-nonempty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:38.9988454Z [00:09:33.431]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-f5e942a261ec3c41/dep-lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0072087Z [00:09:33.439]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-f5e942a261ec3c41/lib-derive_more.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0152234Z [00:09:33.447]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-f5e942a261ec3c41/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0230903Z [00:09:33.455]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-f5e942a261ec3c41/lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0308531Z [00:09:33.463]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-a3bc3e7b97c7f3aa/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0386514Z [00:09:33.471]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-a3bc3e7b97c7f3aa/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0463736Z [00:09:33.478]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-6506f1d2400c1d44/dep-lib-salsa20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0542218Z [00:09:33.486]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-6506f1d2400c1d44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0622448Z [00:09:33.494]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-6506f1d2400c1d44/lib-salsa20.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0701893Z [00:09:33.502]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-6506f1d2400c1d44/lib-salsa20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0778134Z [00:09:33.510]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-5b85d592df917c6c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0852034Z [00:09:33.517]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-5b85d592df917c6c/lib-blake3.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.0926776Z [00:09:33.525]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-5b85d592df917c6c/dep-lib-blake3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1000370Z [00:09:33.532]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-5b85d592df917c6c/lib-blake3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1075293Z [00:09:33.540]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-f5c3d068172c31c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1148901Z [00:09:33.547]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-f5c3d068172c31c3/dep-lib-precis_profiles' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1224832Z [00:09:33.554]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-f5c3d068172c31c3/lib-precis_profiles' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1298815Z [00:09:33.562]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-f5c3d068172c31c3/lib-precis_profiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1375363Z [00:09:33.569]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1450399Z [00:09:33.577]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1524096Z [00:09:33.584]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1597335Z [00:09:33.592]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1670760Z [00:09:33.599]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-287bc2134ca3f004/lib-postcard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1742732Z [00:09:33.606]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-287bc2134ca3f004/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1816508Z [00:09:33.614]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-287bc2134ca3f004/lib-postcard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1890928Z [00:09:33.621]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-287bc2134ca3f004/dep-lib-postcard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.1967870Z [00:09:33.629]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-6f603e675326931a/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.2041475Z [00:09:33.636]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-6f603e675326931a/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.2112325Z [00:09:33.643]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-6f603e675326931a/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.2183201Z [00:09:33.650]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-6f603e675326931a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.2258323Z [00:09:33.658]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.2331016Z [00:09:33.665]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.2406809Z [00:09:33.673]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.2479540Z [00:09:33.680]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.2553302Z [00:09:33.687]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae2e8b2512e8e039/lib-self_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.2629024Z [00:09:33.695]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae2e8b2512e8e039/dep-lib-self_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.2708743Z [00:09:33.703]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae2e8b2512e8e039/lib-self_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.2785538Z [00:09:33.710]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae2e8b2512e8e039/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.2858502Z [00:09:33.718]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-d9676659b3049add/lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.2931883Z [00:09:33.725]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-d9676659b3049add/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3004508Z [00:09:33.732]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-d9676659b3049add/lib-icu_normalizer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3078261Z [00:09:33.740]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-d9676659b3049add/dep-lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3154285Z [00:09:33.747]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-f67a3b11c0c2d598/lib-heapless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3229824Z [00:09:33.755]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-f67a3b11c0c2d598/dep-lib-heapless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3304767Z [00:09:33.762]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-f67a3b11c0c2d598/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3380291Z [00:09:33.770]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-f67a3b11c0c2d598/lib-heapless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3456789Z [00:09:33.778]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-b66af45db8a74961/lib-tower_http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3535394Z [00:09:33.785]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-b66af45db8a74961/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3611771Z [00:09:33.793]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-b66af45db8a74961/dep-lib-tower_http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3687138Z [00:09:33.801]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-b66af45db8a74961/lib-tower_http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3761124Z [00:09:33.808]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-bdb67aaf8f78f70e/dep-lib-pin_project' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3835840Z [00:09:33.816]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-bdb67aaf8f78f70e/lib-pin_project' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3908865Z [00:09:33.823]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-bdb67aaf8f78f70e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.3982087Z [00:09:33.830]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-bdb67aaf8f78f70e/lib-pin_project.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4054175Z [00:09:33.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-fec6758cf7141296/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4126873Z [00:09:33.845]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-fec6758cf7141296/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4199775Z [00:09:33.852]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prefix-trie-5a5a51734298f751/dep-lib-prefix_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4274227Z [00:09:33.859]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prefix-trie-5a5a51734298f751/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4347753Z [00:09:33.867]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prefix-trie-5a5a51734298f751/lib-prefix_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4421924Z [00:09:33.874]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prefix-trie-5a5a51734298f751/lib-prefix_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4494248Z [00:09:33.881]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-72248de5e968cab2/lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4569228Z [00:09:33.889]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-72248de5e968cab2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4644476Z [00:09:33.896]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-72248de5e968cab2/lib-icu_collections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4717183Z [00:09:33.904]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-72248de5e968cab2/dep-lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.4790083Z [00:09:33.911]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.4865279Z [00:09:33.919]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.4937442Z [00:09:33.926]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.5011599Z [00:09:33.933]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.5084215Z [00:09:33.940]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.5154632Z [00:09:33.947]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.5229489Z [00:09:33.955]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.5306675Z [00:09:33.963]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.5386650Z [00:09:33.970]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.5461870Z [00:09:33.978]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.5535895Z [00:09:33.986]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-67ed253cc1158d38/dep-lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.5608702Z [00:09:33.993]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-67ed253cc1158d38/lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.5682004Z [00:09:34.000]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-67ed253cc1158d38/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.5755838Z [00:09:34.007]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-67ed253cc1158d38/lib-lru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.5830904Z [00:09:34.015]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-a94717bfa15bd397/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.5904139Z [00:09:34.022]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-a94717bfa15bd397/lib-iroh_metrics' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.5979979Z [00:09:34.030]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-a94717bfa15bd397/lib-iroh_metrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.6055148Z [00:09:34.037]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-a94717bfa15bd397/dep-lib-iroh_metrics' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.6130824Z [00:09:34.045]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.6203688Z [00:09:34.052]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.6277435Z [00:09:34.060]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.6353663Z [00:09:34.067]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.6431858Z [00:09:34.075]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-3f4f8f5c753037ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.6507314Z [00:09:34.083]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-3f4f8f5c753037ba/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.6582010Z [00:09:34.090]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-3f4f8f5c753037ba/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.6656819Z [00:09:34.098]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-3f4f8f5c753037ba/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.6731142Z [00:09:34.105]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-9e3e844fa44a348b/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.6806198Z [00:09:34.113]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-9e3e844fa44a348b/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.6880085Z [00:09:34.120]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-9e3e844fa44a348b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.6956061Z [00:09:34.128]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-9e3e844fa44a348b/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.7031861Z [00:09:34.135]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-4ee141f6b64dd5db/dep-lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.7104336Z [00:09:34.142]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-4ee141f6b64dd5db/lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.7180156Z [00:09:34.150]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-4ee141f6b64dd5db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.7258111Z [00:09:34.158]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-4ee141f6b64dd5db/lib-rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.7333647Z [00:09:34.165]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-75d987cb38e79d6a/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.7409430Z [00:09:34.173]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-75d987cb38e79d6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.7483577Z [00:09:34.180]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-75d987cb38e79d6a/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.7557500Z [00:09:34.188]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-75d987cb38e79d6a/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.7633147Z [00:09:34.195]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.7711589Z [00:09:34.203]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.7789536Z [00:09:34.211]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.7866224Z [00:09:34.219]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.7942591Z [00:09:34.226]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-4f92a5b30108e80c/lib-litemap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.8019324Z [00:09:34.234]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-4f92a5b30108e80c/dep-lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.8093371Z [00:09:34.241]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-4f92a5b30108e80c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.8165930Z [00:09:34.249]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-4f92a5b30108e80c/lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.8238991Z [00:09:34.256]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.8313820Z [00:09:34.263]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.8386457Z [00:09:34.271]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.8459941Z [00:09:34.278]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:39.8534498Z [00:09:34.285]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-2838f41305dc90fc/lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.8607747Z [00:09:34.293]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-2838f41305dc90fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.8680916Z [00:09:34.300]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-2838f41305dc90fc/dep-lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.8755263Z [00:09:34.307]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-2838f41305dc90fc/lib-futures_executor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.8829126Z [00:09:34.315]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-ff6855f17f48dba5/lib-pkcs8.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.8900964Z [00:09:34.322]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-ff6855f17f48dba5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.8974798Z [00:09:34.329]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-ff6855f17f48dba5/dep-lib-pkcs8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9049344Z [00:09:34.337]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-ff6855f17f48dba5/lib-pkcs8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9124680Z [00:09:34.344]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-acme-2a6687d6d0e31b75/lib-tokio_rustls_acme.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9197265Z [00:09:34.352]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-acme-2a6687d6d0e31b75/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9272481Z [00:09:34.359]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-acme-2a6687d6d0e31b75/dep-lib-tokio_rustls_acme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9346220Z [00:09:34.367]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-acme-2a6687d6d0e31b75/lib-tokio_rustls_acme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9419819Z [00:09:34.374]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-ea25c2792e490063/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9497318Z [00:09:34.382]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-ea25c2792e490063/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9570787Z [00:09:34.389]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-ea25c2792e490063/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9646262Z [00:09:34.397]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-ea25c2792e490063/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9720809Z [00:09:34.404]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee874ebcba82b610/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9796078Z [00:09:34.412]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee874ebcba82b610/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9872374Z [00:09:34.419]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee874ebcba82b610/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:39.9948596Z [00:09:34.427]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee874ebcba82b610/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0025461Z [00:09:34.434]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.0099784Z [00:09:34.442]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.0177641Z [00:09:34.450]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-806403528a74456a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0251251Z [00:09:34.457]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-806403528a74456a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0328106Z [00:09:34.465]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-64fe79283aff12f4/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0403891Z [00:09:34.472]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-64fe79283aff12f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0478936Z [00:09:34.480]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-64fe79283aff12f4/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0553249Z [00:09:34.487]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-64fe79283aff12f4/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0630421Z [00:09:34.495]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-24fe2f4a89134b16/lib-crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0707512Z [00:09:34.503]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-24fe2f4a89134b16/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0781464Z [00:09:34.510]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-24fe2f4a89134b16/dep-lib-crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0857367Z [00:09:34.518]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-24fe2f4a89134b16/lib-crc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.0932906Z [00:09:34.525]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-6f78ecb506554950/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1007929Z [00:09:34.533]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-6f78ecb506554950/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1083283Z [00:09:34.540]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-6f78ecb506554950/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1157723Z [00:09:34.548]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-6f78ecb506554950/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1232123Z [00:09:34.555]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-22921f9843672075/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1304926Z [00:09:34.562]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-22921f9843672075/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1380524Z [00:09:34.570]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-22921f9843672075/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1454408Z [00:09:34.577]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-22921f9843672075/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1528670Z [00:09:34.585]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-9b638b4fd9b20fa3/lib-cordyceps' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1600173Z [00:09:34.592]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-9b638b4fd9b20fa3/lib-cordyceps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1671466Z [00:09:34.599]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-9b638b4fd9b20fa3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1742307Z [00:09:34.606]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-9b638b4fd9b20fa3/dep-lib-cordyceps' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1814531Z [00:09:34.613]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-ident-de6eed6e4f0a8781/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1885081Z [00:09:34.620]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-ident-de6eed6e4f0a8781/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.1960001Z [00:09:34.628]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-ident-de6eed6e4f0a8781/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2037237Z [00:09:34.636]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-ident-de6eed6e4f0a8781/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2115141Z [00:09:34.643]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-224a83edff42760e/lib-nom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2188855Z [00:09:34.651]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-224a83edff42760e/dep-lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2261616Z [00:09:34.658]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-224a83edff42760e/lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2333626Z [00:09:34.665]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-224a83edff42760e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2405870Z [00:09:34.673]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-64fc8e2d5b417427/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2476920Z [00:09:34.680]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-64fc8e2d5b417427/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2548973Z [00:09:34.687]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-64fc8e2d5b417427/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2620514Z [00:09:34.694]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-64fc8e2d5b417427/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2690859Z [00:09:34.701]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2761727Z [00:09:34.708]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2832033Z [00:09:34.715]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2901718Z [00:09:34.722]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.2972767Z [00:09:34.729]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-03548c92e6823d63/lib-reqwest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3041672Z [00:09:34.736]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-03548c92e6823d63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3111700Z [00:09:34.743]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-03548c92e6823d63/lib-reqwest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3180718Z [00:09:34.750]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-03548c92e6823d63/dep-lib-reqwest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3251480Z [00:09:34.757]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-f5f72d3b8b34b7e3/dep-lib-serde_path_to_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3323217Z [00:09:34.764]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-f5f72d3b8b34b7e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3396949Z [00:09:34.772]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-f5f72d3b8b34b7e3/lib-serde_path_to_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3473805Z [00:09:34.779]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-f5f72d3b8b34b7e3/lib-serde_path_to_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3548326Z [00:09:34.787]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-f72e527e54cb532e/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3619899Z [00:09:34.794]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-f72e527e54cb532e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3693868Z [00:09:34.801]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-f72e527e54cb532e/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3763781Z [00:09:34.808]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-f72e527e54cb532e/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3834383Z [00:09:34.815]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-100ede5101d639fe/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3906454Z [00:09:34.823]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-100ede5101d639fe/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.3977533Z [00:09:34.830]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-100ede5101d639fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4051996Z [00:09:34.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-100ede5101d639fe/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4126949Z [00:09:34.845]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-ae76558765f8051a/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4206389Z [00:09:34.853]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-ae76558765f8051a/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4286636Z [00:09:34.861]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-ae76558765f8051a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4361808Z [00:09:34.868]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-ae76558765f8051a/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4437125Z [00:09:34.876]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-3fb7ae699fcda4ed/lib-aead' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4510768Z [00:09:34.883]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-3fb7ae699fcda4ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4589061Z [00:09:34.891]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-3fb7ae699fcda4ed/dep-lib-aead' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4665568Z [00:09:34.899]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-3fb7ae699fcda4ed/lib-aead.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4739915Z [00:09:34.906]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-75a42e086614dbe1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4814141Z [00:09:34.913]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-75a42e086614dbe1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4888274Z [00:09:34.921]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-1af1c6c7295b5562/bin-iroh-dns-server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.4963200Z [00:09:34.928]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-1af1c6c7295b5562/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5036332Z [00:09:34.936]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-1af1c6c7295b5562/bin-iroh-dns-server.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5108025Z [00:09:34.943]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-dns-server-1af1c6c7295b5562/dep-bin-iroh-dns-server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5180229Z [00:09:34.950]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-3434f7cacc6619b7/lib-hyper_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5254694Z [00:09:34.957]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-3434f7cacc6619b7/dep-lib-hyper_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5327050Z [00:09:34.965]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-3434f7cacc6619b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5400524Z [00:09:34.972]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-3434f7cacc6619b7/lib-hyper_rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5472189Z [00:09:34.979]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-f03840213ff059c4/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5542752Z [00:09:34.986]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-f03840213ff059c4/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5614955Z [00:09:34.994]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-f03840213ff059c4/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5689927Z [00:09:35.001]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-f03840213ff059c4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5762886Z [00:09:35.008]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchit-4cbb67a072be49b5/lib-matchit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5838184Z [00:09:35.016]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchit-4cbb67a072be49b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5914763Z [00:09:35.023]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchit-4cbb67a072be49b5/lib-matchit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.5988436Z [00:09:35.031]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchit-4cbb67a072be49b5/dep-lib-matchit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6064348Z [00:09:35.038]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-4fdd284ea4901dc8/lib-rustls_platform_verifier.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6137453Z [00:09:35.046]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-4fdd284ea4901dc8/dep-lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6209613Z [00:09:35.053]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-4fdd284ea4901dc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6283722Z [00:09:35.060]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-4fdd284ea4901dc8/lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6358542Z [00:09:35.068]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-da2a1eb238c6ff9d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6434279Z [00:09:35.075]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-da2a1eb238c6ff9d/lib-potential_utf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6510538Z [00:09:35.083]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-da2a1eb238c6ff9d/dep-lib-potential_utf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6585761Z [00:09:35.091]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-da2a1eb238c6ff9d/lib-potential_utf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6659204Z [00:09:35.098]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-fda472c1dc5361a5/lib-simple_dns' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6732394Z [00:09:35.105]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-fda472c1dc5361a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6806222Z [00:09:35.113]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-fda472c1dc5361a5/dep-lib-simple_dns' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6879059Z [00:09:35.120]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-fda472c1dc5361a5/lib-simple_dns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.6950804Z [00:09:35.127]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-6e2eca6aeb33bf8b/dep-lib-yasna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7022058Z [00:09:35.134]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-6e2eca6aeb33bf8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7090594Z [00:09:35.141]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-6e2eca6aeb33bf8b/lib-yasna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7159773Z [00:09:35.148]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-6e2eca6aeb33bf8b/lib-yasna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7230938Z [00:09:35.155]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-80799a78bcf7bc8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7300372Z [00:09:35.162]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-80799a78bcf7bc8f/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7370803Z [00:09:35.169]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-80799a78bcf7bc8f/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7440487Z [00:09:35.176]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-80799a78bcf7bc8f/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7512162Z [00:09:35.183]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/asn1-rs-541192580b67f634/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7584168Z [00:09:35.190]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/asn1-rs-541192580b67f634/dep-lib-asn1_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7661070Z [00:09:35.198]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/asn1-rs-541192580b67f634/lib-asn1_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7740160Z [00:09:35.206]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/asn1-rs-541192580b67f634/lib-asn1_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.7821702Z [00:09:35.214]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.7900018Z [00:09:35.222]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.7976985Z [00:09:35.230]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.8049442Z [00:09:35.237]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.8121986Z [00:09:35.244]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.8196251Z [00:09:35.252]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.8270049Z [00:09:35.259]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.8342689Z [00:09:35.266]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.8414386Z [00:09:35.273]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.8485831Z [00:09:35.281]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:40.8556865Z [00:09:35.288]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.8629521Z [00:09:35.295]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.8701285Z [00:09:35.302]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.8771408Z [00:09:35.309]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.8842150Z [00:09:35.316]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e6154f994056b976/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.8912188Z [00:09:35.323]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e6154f994056b976/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.8982136Z [00:09:35.330]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e6154f994056b976/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9050450Z [00:09:35.337]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e6154f994056b976/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9120426Z [00:09:35.344]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-090434201e014437/lib-backon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9191150Z [00:09:35.351]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-090434201e014437/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9262125Z [00:09:35.358]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-090434201e014437/dep-lib-backon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9333807Z [00:09:35.365]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-090434201e014437/lib-backon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9408225Z [00:09:35.373]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-server-849720b3a8cea8c9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9481954Z [00:09:35.380]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-server-849720b3a8cea8c9/lib-axum_server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9558224Z [00:09:35.388]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-server-849720b3a8cea8c9/dep-lib-axum_server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9636338Z [00:09:35.396]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-server-849720b3a8cea8c9/lib-axum_server.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9712539Z [00:09:35.403]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-ab55967963ec6551/lib-hickory_resolver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9785475Z [00:09:35.411]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-ab55967963ec6551/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9858638Z [00:09:35.418]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-ab55967963ec6551/lib-hickory_resolver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:40.9931801Z [00:09:35.425]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-ab55967963ec6551/dep-lib-hickory_resolver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0006429Z [00:09:35.433]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusticata-macros-4e928acf2364b351/lib-rusticata_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0078418Z [00:09:35.440]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusticata-macros-4e928acf2364b351/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0152040Z [00:09:35.447]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusticata-macros-4e928acf2364b351/dep-lib-rusticata_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0230451Z [00:09:35.455]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusticata-macros-4e928acf2364b351/lib-rusticata_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0306422Z [00:09:35.463]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0378672Z [00:09:35.470]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0451498Z [00:09:35.477]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/governor-1bd2647e80a24227/lib-governor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0524685Z [00:09:35.484]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/governor-1bd2647e80a24227/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0598147Z [00:09:35.492]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/governor-1bd2647e80a24227/lib-governor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0670414Z [00:09:35.499]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/governor-1bd2647e80a24227/dep-lib-governor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.0742731Z [00:09:35.506]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.0815077Z [00:09:35.514]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.0887179Z [00:09:35.521]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.0959556Z [00:09:35.528]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.1033353Z [00:09:35.535]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-48e2914d0f6cd654/lib-igd_next.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1104628Z [00:09:35.542]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-48e2914d0f6cd654/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1178056Z [00:09:35.550]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-48e2914d0f6cd654/lib-igd_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1248736Z [00:09:35.557]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-48e2914d0f6cd654/dep-lib-igd_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1319772Z [00:09:35.564]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-fde08372c0b900d0/dep-lib-iroh_quinn_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1391331Z [00:09:35.571]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-fde08372c0b900d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1466220Z [00:09:35.579]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-fde08372c0b900d0/lib-iroh_quinn_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1538928Z [00:09:35.586]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-fde08372c0b900d0/lib-iroh_quinn_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1613615Z [00:09:35.593]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-c2e9dd3e2e40f645/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1689921Z [00:09:35.601]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-c2e9dd3e2e40f645/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1765370Z [00:09:35.608]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-26e5dc6af9f272bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1838471Z [00:09:35.616]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-26e5dc6af9f272bd/dep-lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1911764Z [00:09:35.623]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-26e5dc6af9f272bd/lib-icu_properties_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.1984680Z [00:09:35.630]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-26e5dc6af9f272bd/lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.2058129Z [00:09:35.638]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.2130481Z [00:09:35.645]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.2204162Z [00:09:35.652]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.2280153Z [00:09:35.660]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.2355235Z [00:09:35.668]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-e51a41140109962d/lib-icu_provider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.2427601Z [00:09:35.675]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-e51a41140109962d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.2499324Z [00:09:35.682]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-e51a41140109962d/dep-lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.2571976Z [00:09:35.689]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-e51a41140109962d/lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.2642446Z [00:09:35.696]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-a334be260832c48b/lib-ipnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.2713383Z [00:09:35.703]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-a334be260832c48b/dep-lib-ipnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.2785817Z [00:09:35.711]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-a334be260832c48b/lib-ipnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.2857091Z [00:09:35.718]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-a334be260832c48b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.2929288Z [00:09:35.725]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.3004101Z [00:09:35.732]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.3078077Z [00:09:35.740]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-5d05948eb73fb380/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.3150099Z [00:09:35.747]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-5d05948eb73fb380/lib-hmac_sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.3220693Z [00:09:35.754]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-5d05948eb73fb380/lib-hmac_sha1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.3291885Z [00:09:35.761]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-5d05948eb73fb380/dep-lib-hmac_sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.3364004Z [00:09:35.768]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.3440701Z [00:09:35.776]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.3519833Z [00:09:35.784]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.3597431Z [00:09:35.792]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.3672777Z [00:09:35.799]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.3745882Z [00:09:35.807]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.3818114Z [00:09:35.814]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-7b62e1b00e34b91b/dep-lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.3891314Z [00:09:35.821]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-7b62e1b00e34b91b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.3965059Z [00:09:35.829]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-7b62e1b00e34b91b/lib-uuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.4038410Z [00:09:35.836]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-7b62e1b00e34b91b/lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.4111733Z [00:09:35.843]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.4183098Z [00:09:35.850]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.4254759Z [00:09:35.857]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.4327909Z [00:09:35.865]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.4402471Z [00:09:35.872]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-814b052032b77461/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.4472750Z [00:09:35.879]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-814b052032b77461/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.4543323Z [00:09:35.886]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-814b052032b77461/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.4613223Z [00:09:35.893]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-814b052032b77461/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.4683525Z [00:09:35.900]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.4754045Z [00:09:35.907]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.4825840Z [00:09:35.915]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.4894482Z [00:09:35.921]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.4964341Z [00:09:35.928]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-f999888d2e91923d/dep-lib-n0_future' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.5035009Z [00:09:35.935]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-f999888d2e91923d/lib-n0_future' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.5104964Z [00:09:35.942]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-f999888d2e91923d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.5174385Z [00:09:35.949]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-f999888d2e91923d/lib-n0_future.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.5243828Z [00:09:35.956]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.5313813Z [00:09:35.963]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.5383623Z [00:09:35.970]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.5458280Z [00:09:35.978]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.5535767Z [00:09:35.985]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.5616504Z [00:09:35.993]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.5694506Z [00:09:36.001]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-285b49ce4ba2f87d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.5770868Z [00:09:36.009]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-285b49ce4ba2f87d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.5849631Z [00:09:36.017]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-37a5af646113d63d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.5925655Z [00:09:36.025]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-37a5af646113d63d/lib-quoted_string_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6000062Z [00:09:36.032]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-37a5af646113d63d/dep-lib-quoted_string_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6073503Z [00:09:36.039]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-37a5af646113d63d/lib-quoted_string_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6147602Z [00:09:36.047]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-url-d8de8b78b94ac2f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6220732Z [00:09:36.054]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-url-d8de8b78b94ac2f4/lib-base64_url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6293886Z [00:09:36.061]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-url-d8de8b78b94ac2f4/dep-lib-base64_url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6366598Z [00:09:36.069]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-url-d8de8b78b94ac2f4/lib-base64_url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6440946Z [00:09:36.076]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-aaf9a421e59ff624/dep-lib-fs_err' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6513770Z [00:09:36.083]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-aaf9a421e59ff624/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6585254Z [00:09:36.091]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-aaf9a421e59ff624/lib-fs_err.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6656513Z [00:09:36.098]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-aaf9a421e59ff624/lib-fs_err' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.6727900Z [00:09:36.105]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.6799441Z [00:09:36.112]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.6871744Z [00:09:36.119]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.6942269Z [00:09:36.126]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.7016129Z [00:09:36.134]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-36addb412a393a1e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7088525Z [00:09:36.141]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-36addb412a393a1e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7160350Z [00:09:36.148]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-90e1bbf2a32433d3/lib-netlink_packet_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7235377Z [00:09:36.155]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-90e1bbf2a32433d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7310075Z [00:09:36.163]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-90e1bbf2a32433d3/lib-netlink_packet_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7385389Z [00:09:36.171]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-90e1bbf2a32433d3/dep-lib-netlink_packet_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7459808Z [00:09:36.178]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-41990debd242f9f0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7534752Z [00:09:36.185]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-41990debd242f9f0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7610910Z [00:09:36.193]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-d1532eacab8be3af/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7687004Z [00:09:36.201]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-d1532eacab8be3af/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7761705Z [00:09:36.208]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-d1532eacab8be3af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7835779Z [00:09:36.216]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-d1532eacab8be3af/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7909078Z [00:09:36.223]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-9ea89ee71de6e700/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.7983429Z [00:09:36.230]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-9ea89ee71de6e700/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.8057448Z [00:09:36.238]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-9ea89ee71de6e700/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.8132028Z [00:09:36.245]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-9ea89ee71de6e700/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.8204677Z [00:09:36.252]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.8279377Z [00:09:36.260]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.8355089Z [00:09:36.267]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.8429866Z [00:09:36.275]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.8505496Z [00:09:36.282]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-9e8525a40d20e4d5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.8581073Z [00:09:36.290]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-9e8525a40d20e4d5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.8658725Z [00:09:36.298]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-3610075b05a4d6b5/lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.8735815Z [00:09:36.306]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-3610075b05a4d6b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.8813248Z [00:09:36.313]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-3610075b05a4d6b5/dep-lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.8888734Z [00:09:36.321]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-3610075b05a4d6b5/lib-rustc_demangle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.8964272Z [00:09:36.328]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.9038520Z [00:09:36.336]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.9111984Z [00:09:36.343]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.9187632Z [00:09:36.351]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:41.9262005Z [00:09:36.358]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-d5d39313a1c80774/lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.9337186Z [00:09:36.366]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-d5d39313a1c80774/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.9413488Z [00:09:36.373]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-d5d39313a1c80774/lib-tracing_subscriber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.9488528Z [00:09:36.381]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-d5d39313a1c80774/dep-lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.9566623Z [00:09:36.389]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-3b50e6e6f370b682/lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.9641998Z [00:09:36.396]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-3b50e6e6f370b682/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.9716925Z [00:09:36.404]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-3b50e6e6f370b682/lib-chrono.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.9791842Z [00:09:36.411]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-3b50e6e6f370b682/dep-lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.9867592Z [00:09:36.419]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-compat-5327d45b53629405/lib-no_std_compat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:41.9941667Z [00:09:36.426]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-compat-5327d45b53629405/dep-lib-no_std_compat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0015080Z [00:09:36.433]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-compat-5327d45b53629405/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0088377Z [00:09:36.441]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-compat-5327d45b53629405/lib-no_std_compat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0165169Z [00:09:36.448]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8f813d817ddda9c3/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0245100Z [00:09:36.456]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8f813d817ddda9c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0325702Z [00:09:36.464]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8f813d817ddda9c3/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0401461Z [00:09:36.472]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8f813d817ddda9c3/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0478764Z [00:09:36.480]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-7d5e0eb37a8f3898/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0553835Z [00:09:36.487]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-7d5e0eb37a8f3898/lib-tracing_log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0626671Z [00:09:36.495]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-7d5e0eb37a8f3898/lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0700593Z [00:09:36.502]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-7d5e0eb37a8f3898/dep-lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0774467Z [00:09:36.509]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-489cf9526ba80302/lib-hickory_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0848475Z [00:09:36.517]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-489cf9526ba80302/lib-hickory_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0921010Z [00:09:36.524]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-489cf9526ba80302/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.0994434Z [00:09:36.531]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-489cf9526ba80302/dep-lib-hickory_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1066988Z [00:09:36.539]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-94914e9337f6129c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1141448Z [00:09:36.546]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-94914e9337f6129c/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1213876Z [00:09:36.553]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-94914e9337f6129c/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1286054Z [00:09:36.561]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-94914e9337f6129c/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1358150Z [00:09:36.568]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-0ac510a99cd50cc1/lib-flume' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1429974Z [00:09:36.575]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-0ac510a99cd50cc1/dep-lib-flume' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1501782Z [00:09:36.582]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-0ac510a99cd50cc1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1570793Z [00:09:36.589]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-0ac510a99cd50cc1/lib-flume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1640490Z [00:09:36.596]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1710682Z [00:09:36.603]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.1780524Z [00:09:36.610]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.1849027Z [00:09:36.617]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.1918655Z [00:09:36.624]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.1988383Z [00:09:36.631]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.2057116Z [00:09:36.638]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.2126234Z [00:09:36.645]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.2197082Z [00:09:36.652]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-ee7708eddc862b04/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.2266408Z [00:09:36.659]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-ee7708eddc862b04/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.2337959Z [00:09:36.666]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-ee7708eddc862b04/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.2406573Z [00:09:36.673]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-ee7708eddc862b04/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.2474983Z [00:09:36.680]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-588e0c716b0f8737/lib-universal_hash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.2545106Z [00:09:36.687]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-588e0c716b0f8737/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.2613871Z [00:09:36.693]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-588e0c716b0f8737/dep-lib-universal_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.2682752Z [00:09:36.700]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-588e0c716b0f8737/lib-universal_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.2753313Z [00:09:36.707]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.2822586Z [00:09:36.714]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.2892121Z [00:09:36.721]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.2961135Z [00:09:36.728]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.3030899Z [00:09:36.735]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.3099687Z [00:09:36.742]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.3167824Z [00:09:36.749]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.3236313Z [00:09:36.756]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.3305698Z [00:09:36.763]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3edb310f2ff9d695/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.3375415Z [00:09:36.770]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3edb310f2ff9d695/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.3445180Z [00:09:36.777]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3edb310f2ff9d695/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.3514206Z [00:09:36.783]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-3edb310f2ff9d695/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.3584640Z [00:09:36.790]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-78a2ed794e28c4e7/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.3653735Z [00:09:36.797]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-78a2ed794e28c4e7/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.3722674Z [00:09:36.804]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-78a2ed794e28c4e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.3791347Z [00:09:36.811]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-78a2ed794e28c4e7/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.3861348Z [00:09:36.818]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.3931890Z [00:09:36.825]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4000615Z [00:09:36.832]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4071858Z [00:09:36.839]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4140616Z [00:09:36.846]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-966d5ed1362e7fa5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.4208800Z [00:09:36.853]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-966d5ed1362e7fa5/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.4278393Z [00:09:36.860]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-966d5ed1362e7fa5/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.4348490Z [00:09:36.867]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-966d5ed1362e7fa5/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.4417257Z [00:09:36.874]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4486254Z [00:09:36.881]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4554592Z [00:09:36.887]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4623273Z [00:09:36.894]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4691550Z [00:09:36.901]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4760700Z [00:09:36.908]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4829489Z [00:09:36.915]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4899030Z [00:09:36.922]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.4967645Z [00:09:36.929]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-1c1217315af6667b/lib-stun_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5037344Z [00:09:36.936]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-1c1217315af6667b/lib-stun_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5107820Z [00:09:36.943]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-1c1217315af6667b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5176004Z [00:09:36.950]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-1c1217315af6667b/dep-lib-stun_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5247225Z [00:09:36.957]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-4c64520dd234ddfa/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5315863Z [00:09:36.964]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-4c64520dd234ddfa/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5384489Z [00:09:36.970]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-6b9e3de667c4e00a/lib-chacha20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5451763Z [00:09:36.977]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-6b9e3de667c4e00a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5520418Z [00:09:36.984]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-6b9e3de667c4e00a/dep-lib-chacha20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5588250Z [00:09:36.991]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-6b9e3de667c4e00a/lib-chacha20.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5656856Z [00:09:36.998]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-13c7a68134b642c2/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5724018Z [00:09:37.004]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-13c7a68134b642c2/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5791094Z [00:09:37.011]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-13c7a68134b642c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5859791Z [00:09:37.018]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-13c7a68134b642c2/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5928744Z [00:09:37.025]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.5996521Z [00:09:37.032]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.6064921Z [00:09:37.039]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.6134220Z [00:09:37.045]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.6204295Z [00:09:37.052]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-66aa5a5106484d6a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.6272725Z [00:09:37.059]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-66aa5a5106484d6a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.6341157Z [00:09:37.066]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-2cf11b7410935c69/dep-lib-curve25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.6409386Z [00:09:37.073]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-2cf11b7410935c69/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.6479692Z [00:09:37.080]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-2cf11b7410935c69/lib-curve25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.6548022Z [00:09:37.087]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-2cf11b7410935c69/lib-curve25519_dalek.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.6616040Z [00:09:37.094]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.6683883Z [00:09:37.100]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.6752235Z [00:09:37.107]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.6820511Z [00:09:37.114]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.6889288Z [00:09:37.121]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-4e699ae71a440dfa/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.6958628Z [00:09:37.128]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-4e699ae71a440dfa/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7028661Z [00:09:37.135]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-4e699ae71a440dfa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7096504Z [00:09:37.142]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-4e699ae71a440dfa/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7165995Z [00:09:37.149]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-b658eb0372a3d785/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7238424Z [00:09:37.156]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-b658eb0372a3d785/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7307368Z [00:09:37.163]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-b658eb0372a3d785/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7374818Z [00:09:37.170]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-b658eb0372a3d785/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7444628Z [00:09:37.176]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.7511983Z [00:09:37.183]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.7580835Z [00:09:37.190]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.7649154Z [00:09:37.197]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.7717129Z [00:09:37.204]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-1047870679186adb/lib-ntimestamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7786609Z [00:09:37.211]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-1047870679186adb/dep-lib-ntimestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7854894Z [00:09:37.218]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-1047870679186adb/lib-ntimestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7923371Z [00:09:37.224]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-1047870679186adb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.7992468Z [00:09:37.231]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-2c68a58bdef7dbf1/lib-crypto_box' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.8060828Z [00:09:37.238]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-2c68a58bdef7dbf1/dep-lib-crypto_box' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.8130236Z [00:09:37.245]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-2c68a58bdef7dbf1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.8199143Z [00:09:37.252]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-2c68a58bdef7dbf1/lib-crypto_box.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.8267980Z [00:09:37.259]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-6d12c7e6423b6742/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.8335547Z [00:09:37.266]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-6d12c7e6423b6742/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.8404958Z [00:09:37.272]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-6d12c7e6423b6742/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.8474328Z [00:09:37.279]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-6d12c7e6423b6742/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.8544032Z [00:09:37.286]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.8612460Z [00:09:37.293]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.8681234Z [00:09:37.300]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.8750953Z [00:09:37.307]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:42.8819919Z [00:09:37.314]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-e83780988e2dbfcf/dep-lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.8888152Z [00:09:37.321]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-e83780988e2dbfcf/lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.8957369Z [00:09:37.328]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-e83780988e2dbfcf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9025779Z [00:09:37.335]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-e83780988e2dbfcf/lib-idna_adapter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9096307Z [00:09:37.342]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-3ec6bd66974baafa/dep-lib-color_backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9165601Z [00:09:37.348]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-3ec6bd66974baafa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9233589Z [00:09:37.355]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-3ec6bd66974baafa/lib-color_backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9301517Z [00:09:37.362]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-3ec6bd66974baafa/lib-color_backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9371434Z [00:09:37.369]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-742648c5058bb15c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9439459Z [00:09:37.376]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-742648c5058bb15c/bin-bulk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9507345Z [00:09:37.383]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-742648c5058bb15c/bin-bulk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9577160Z [00:09:37.390]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-742648c5058bb15c/dep-bin-bulk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9648212Z [00:09:37.397]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0a2db152d85704c5/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9718078Z [00:09:37.404]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0a2db152d85704c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9790921Z [00:09:37.411]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0a2db152d85704c5/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9863875Z [00:09:37.418]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0a2db152d85704c5/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:42.9934512Z [00:09:37.425]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mainline-2222c868613dab41/lib-mainline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.0006130Z [00:09:37.433]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mainline-2222c868613dab41/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.0077164Z [00:09:37.440]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mainline-2222c868613dab41/lib-mainline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.0146276Z [00:09:37.447]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mainline-2222c868613dab41/dep-lib-mainline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.0220180Z [00:09:37.454]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.0289861Z [00:09:37.461]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.0359287Z [00:09:37.468]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.0428969Z [00:09:37.475]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.0498359Z [00:09:37.482]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.0567864Z [00:09:37.489]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.0639022Z [00:09:37.496]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.0709555Z [00:09:37.503]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.0779676Z [00:09:37.510]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.0849039Z [00:09:37.517]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/lib-linked_hash_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.0919345Z [00:09:37.524]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/lib-linked_hash_map.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.0987818Z [00:09:37.531]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/dep-lib-linked_hash_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1058243Z [00:09:37.538]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-21edd56883f084c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1128928Z [00:09:37.545]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-21edd56883f084c8/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1199553Z [00:09:37.552]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-21edd56883f084c8/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1271178Z [00:09:37.559]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-21edd56883f084c8/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1340489Z [00:09:37.566]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-9667a3b66098ab5b/lib-spin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1410383Z [00:09:37.573]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-9667a3b66098ab5b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1482476Z [00:09:37.580]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-9667a3b66098ab5b/lib-spin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1554117Z [00:09:37.587]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-9667a3b66098ab5b/dep-lib-spin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1625085Z [00:09:37.595]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-1f435225ef531318/lib-toml_writer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1697890Z [00:09:37.602]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-1f435225ef531318/lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1770097Z [00:09:37.609]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-1f435225ef531318/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1839974Z [00:09:37.616]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-1f435225ef531318/dep-lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1910225Z [00:09:37.623]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-97ed1bdc94e43430/lib-axum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.1980033Z [00:09:37.630]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-97ed1bdc94e43430/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2051020Z [00:09:37.637]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-97ed1bdc94e43430/lib-axum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2121849Z [00:09:37.644]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/axum-97ed1bdc94e43430/dep-lib-axum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2190673Z [00:09:37.651]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-89d384dbd67034f3/lib-netlink_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2259958Z [00:09:37.658]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-89d384dbd67034f3/lib-netlink_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2328791Z [00:09:37.665]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-89d384dbd67034f3/dep-lib-netlink_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2399175Z [00:09:37.672]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-89d384dbd67034f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2466870Z [00:09:37.679]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-4225e20aae5b41a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2536121Z [00:09:37.686]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-4225e20aae5b41a5/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2605344Z [00:09:37.693]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-4225e20aae5b41a5/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2677163Z [00:09:37.700]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-4225e20aae5b41a5/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2747618Z [00:09:37.707]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-5278a82d10af6267/dep-lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2817862Z [00:09:37.714]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-5278a82d10af6267/lib-http_body.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2887172Z [00:09:37.721]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-5278a82d10af6267/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.2957578Z [00:09:37.728]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-5278a82d10af6267/lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.3026864Z [00:09:37.735]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-c8e4d08db3244035/lib-xml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.3096823Z [00:09:37.742]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-c8e4d08db3244035/dep-lib-xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.3168229Z [00:09:37.749]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-c8e4d08db3244035/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.3239752Z [00:09:37.756]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-c8e4d08db3244035/lib-xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.3309327Z [00:09:37.763]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.3378886Z [00:09:37.770]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.3448528Z [00:09:37.777]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.3517209Z [00:09:37.784]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.3589180Z [00:09:37.791]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-d8fd778839412d9d/dep-lib-futures_buffered' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.3664642Z [00:09:37.798]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-d8fd778839412d9d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.3742009Z [00:09:37.806]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-d8fd778839412d9d/lib-futures_buffered' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.3814447Z [00:09:37.813]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-d8fd778839412d9d/lib-futures_buffered.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.3888891Z [00:09:37.821]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-1ccfb54a280c489c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.3962466Z [00:09:37.828]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-1ccfb54a280c489c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4034686Z [00:09:37.835]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4108470Z [00:09:37.843]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4181909Z [00:09:37.850]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-8bfcb9115c36cc8b/lib-iroh_bench' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4254122Z [00:09:37.857]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-8bfcb9115c36cc8b/lib-iroh_bench.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4327839Z [00:09:37.865]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-8bfcb9115c36cc8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4399298Z [00:09:37.872]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-bench-8bfcb9115c36cc8b/dep-lib-iroh_bench' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4473442Z [00:09:37.879]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-5ae59ed32c17bb7c/lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4547960Z [00:09:37.887]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-5ae59ed32c17bb7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4623085Z [00:09:37.894]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-5ae59ed32c17bb7c/lib-idna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4695713Z [00:09:37.902]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-5ae59ed32c17bb7c/dep-lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.4769172Z [00:09:37.909]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.4842675Z [00:09:37.916]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.4915266Z [00:09:37.924]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.4986366Z [00:09:37.931]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.5059036Z [00:09:37.938]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.5135363Z [00:09:37.946]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.5211405Z [00:09:37.953]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a044d05216782401/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.5286173Z [00:09:37.961]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a044d05216782401/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.5360439Z [00:09:37.968]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-69e3e0c9d8fb3dc6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.5436198Z [00:09:37.976]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-69e3e0c9d8fb3dc6/lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.5509807Z [00:09:37.983]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-69e3e0c9d8fb3dc6/dep-lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.5586534Z [00:09:37.991]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-69e3e0c9d8fb3dc6/lib-webpki.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.5662185Z [00:09:37.998]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.5737886Z [00:09:38.006]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.5813809Z [00:09:38.013]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.5888554Z [00:09:38.021]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.5965683Z [00:09:38.028]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-524b80e87b224db7/dep-lib-ed25519' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.6042725Z [00:09:38.036]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-524b80e87b224db7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.6117373Z [00:09:38.044]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-524b80e87b224db7/lib-ed25519' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.6191333Z [00:09:38.051]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-524b80e87b224db7/lib-ed25519.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.6267236Z [00:09:38.059]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-92e3bb9db962aec2/lib-n0_snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.6341954Z [00:09:38.066]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-92e3bb9db962aec2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.6419960Z [00:09:38.074]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-92e3bb9db962aec2/lib-n0_snafu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.6499622Z [00:09:38.082]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-92e3bb9db962aec2/dep-lib-n0_snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.6575487Z [00:09:38.090]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.6648988Z [00:09:38.097]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.6722603Z [00:09:38.104]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.6798749Z [00:09:38.112]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.6874210Z [00:09:38.119]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-b43a7ab7e2706ca2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.6948938Z [00:09:38.127]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-b43a7ab7e2706ca2/dep-lib-poly1305' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.7023617Z [00:09:38.134]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-b43a7ab7e2706ca2/lib-poly1305.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.7097874Z [00:09:38.142]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-b43a7ab7e2706ca2/lib-poly1305' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.7173179Z [00:09:38.149]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.7249503Z [00:09:38.157]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.7331476Z [00:09:38.165]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.7410976Z [00:09:38.173]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.7488136Z [00:09:38.181]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.7561487Z [00:09:38.188]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.7636331Z [00:09:38.196]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.7710290Z [00:09:38.203]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.7783972Z [00:09:38.210]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-f1665d6af11c357b/lib-httparse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.7858617Z [00:09:38.218]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-f1665d6af11c357b/lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.7932035Z [00:09:38.225]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-f1665d6af11c357b/dep-lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.8006267Z [00:09:38.233]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-f1665d6af11c357b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.8080585Z [00:09:38.240]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-3ffef8f52e10bb6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.8158777Z [00:09:38.248]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-3ffef8f52e10bb6b/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.8232679Z [00:09:38.255]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-3ffef8f52e10bb6b/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.8306925Z [00:09:38.263]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-3ffef8f52e10bb6b/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.8381865Z [00:09:38.270]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.8457229Z [00:09:38.278]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.8535082Z [00:09:38.285]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.8613093Z [00:09:38.293]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.8687492Z [00:09:38.301]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.8760331Z [00:09:38.308]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.8834383Z [00:09:38.315]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/raw-cpuid-87a8a348d3207916/lib-raw_cpuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.8908607Z [00:09:38.323]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/raw-cpuid-87a8a348d3207916/dep-lib-raw_cpuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.8982505Z [00:09:38.330]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/raw-cpuid-87a8a348d3207916/lib-raw_cpuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.9059693Z [00:09:38.338]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/raw-cpuid-87a8a348d3207916/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.9136904Z [00:09:38.346]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-c1eb15b8a118d11e/dep-lib-surge_ping' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.9211252Z [00:09:38.353]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-c1eb15b8a118d11e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.9283307Z [00:09:38.360]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-c1eb15b8a118d11e/lib-surge_ping' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.9355974Z [00:09:38.368]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-c1eb15b8a118d11e/lib-surge_ping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.9431160Z [00:09:38.375]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.9504759Z [00:09:38.382]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.9578879Z [00:09:38.390]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.9652298Z [00:09:38.397]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.9725485Z [00:09:38.405]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.9799541Z [00:09:38.412]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:43.9871535Z [00:09:38.419]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-serde-237d91bac4d5a04e/lib-humantime_serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:43.9945767Z [00:09:38.427]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-serde-237d91bac4d5a04e/lib-humantime_serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0021516Z [00:09:38.434]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-serde-237d91bac4d5a04e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0096765Z [00:09:38.442]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-serde-237d91bac4d5a04e/dep-lib-humantime_serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0170086Z [00:09:38.449]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-22c26254a8e8bf93/lib-futures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0244490Z [00:09:38.456]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-22c26254a8e8bf93/dep-lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0317096Z [00:09:38.464]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-22c26254a8e8bf93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0390255Z [00:09:38.471]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-22c26254a8e8bf93/lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0464715Z [00:09:38.478]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693/dep-lib-iroh_relay' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0538515Z [00:09:38.486]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0611793Z [00:09:38.493]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693/lib-iroh_relay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0686451Z [00:09:38.501]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693/lib-iroh_relay' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0759748Z [00:09:38.508]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-84d2720902058693/output-lib-iroh_relay' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.0832159Z [00:09:38.515]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.0904090Z [00:09:38.522]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.0977368Z [00:09:38.530]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.1050368Z [00:09:38.537]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.1129241Z [00:09:38.544]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower_governor-4936fbe53635004e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1196601Z [00:09:38.552]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower_governor-4936fbe53635004e/dep-lib-tower_governor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1268273Z [00:09:38.559]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower_governor-4936fbe53635004e/lib-tower_governor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1340631Z [00:09:38.566]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower_governor-4936fbe53635004e/lib-tower_governor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1413630Z [00:09:38.573]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-9a5ff183a3f30af7/lib-n0_watcher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1488533Z [00:09:38.581]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-9a5ff183a3f30af7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1561671Z [00:09:38.588]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-9a5ff183a3f30af7/lib-n0_watcher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1634789Z [00:09:38.595]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-9a5ff183a3f30af7/dep-lib-n0_watcher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1707939Z [00:09:38.603]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-c78d8f5c38837b1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1780552Z [00:09:38.610]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-c78d8f5c38837b1d/lib-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1853242Z [00:09:38.617]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-c78d8f5c38837b1d/lib-sha1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1925611Z [00:09:38.625]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-c78d8f5c38837b1d/dep-lib-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.1998875Z [00:09:38.632]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-77ce7efe53e8eb34/dep-lib-inout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2071139Z [00:09:38.639]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-77ce7efe53e8eb34/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2145446Z [00:09:38.647]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-77ce7efe53e8eb34/lib-inout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2219856Z [00:09:38.654]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-77ce7efe53e8eb34/lib-inout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2292887Z [00:09:38.661]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-63c40da70f3fe75a/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2364983Z [00:09:38.669]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-63c40da70f3fe75a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2437392Z [00:09:38.676]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-63c40da70f3fe75a/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2509492Z [00:09:38.683]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-63c40da70f3fe75a/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2584709Z [00:09:38.690]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-5e5a5a0dd909f634/lib-num_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2657227Z [00:09:38.698]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-5e5a5a0dd909f634/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2729793Z [00:09:38.705]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-5e5a5a0dd909f634/lib-num_integer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2802221Z [00:09:38.712]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-5e5a5a0dd909f634/dep-lib-num_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2874898Z [00:09:38.719]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.2950650Z [00:09:38.727]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.3025722Z [00:09:38.735]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.3098865Z [00:09:38.742]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.3170937Z [00:09:38.749]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-dbd20dc53d8c5b93/lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.3242491Z [00:09:38.756]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-dbd20dc53d8c5b93/lib-icu_properties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.3314753Z [00:09:38.763]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-dbd20dc53d8c5b93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.3386855Z [00:09:38.771]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-dbd20dc53d8c5b93/dep-lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.3459166Z [00:09:38.778]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.3531746Z [00:09:38.785]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.3604714Z [00:09:38.792]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.3678894Z [00:09:38.800]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.3752399Z [00:09:38.807]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-a120ce9a7ee20f78/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.3826093Z [00:09:38.815]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-a120ce9a7ee20f78/lib-hyper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.3899508Z [00:09:38.822]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-a120ce9a7ee20f78/dep-lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.3971940Z [00:09:38.829]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-a120ce9a7ee20f78/lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4047356Z [00:09:38.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-e125ba1945580cae/dep-lib-async_compat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4121773Z [00:09:38.844]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-e125ba1945580cae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4194685Z [00:09:38.851]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-e125ba1945580cae/lib-async_compat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4267746Z [00:09:38.859]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-e125ba1945580cae/lib-async_compat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4340888Z [00:09:38.866]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-1b0da5bc268064ea/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4413665Z [00:09:38.873]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/proc-macro2-1b0da5bc268064ea/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4487451Z [00:09:38.881]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-5640244c14546d21/dep-lib-iroh_quinn_udp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4561013Z [00:09:38.888]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-5640244c14546d21/lib-iroh_quinn_udp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4634386Z [00:09:38.895]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-5640244c14546d21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4708425Z [00:09:38.903]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-5640244c14546d21/lib-iroh_quinn_udp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4781842Z [00:09:38.910]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4855832Z [00:09:38.918]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.4930827Z [00:09:38.925]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5004981Z [00:09:38.932]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5078248Z [00:09:38.940]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-eddf530cce81f2e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5152355Z [00:09:38.947]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-eddf530cce81f2e1/dep-lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5224544Z [00:09:38.954]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-eddf530cce81f2e1/lib-tinystr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5298599Z [00:09:38.962]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-eddf530cce81f2e1/lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5372018Z [00:09:38.969]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5444320Z [00:09:38.976]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5518484Z [00:09:38.984]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5591708Z [00:09:38.991]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5665118Z [00:09:38.998]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-ff179b6ec2b966e2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5737676Z [00:09:39.006]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-ff179b6ec2b966e2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.5809845Z [00:09:39.013]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.5883909Z [00:09:39.020]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.5954397Z [00:09:39.027]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.6025923Z [00:09:39.035]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.6097174Z [00:09:39.042]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-c5bdfea50a930cfb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.6170691Z [00:09:39.049]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-c5bdfea50a930cfb/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.6242743Z [00:09:39.056]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-c5bdfea50a930cfb/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.6313609Z [00:09:39.063]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-c5bdfea50a930cfb/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.6385558Z [00:09:39.071]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.6458561Z [00:09:39.078]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.6532113Z [00:09:39.085]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.6604878Z [00:09:39.092]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.6678394Z [00:09:39.100]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.6750700Z [00:09:39.107]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.6824403Z [00:09:39.114]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.6897356Z [00:09:39.122]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.6970879Z [00:09:39.129]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.7041958Z [00:09:39.136]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.7112421Z [00:09:39.143]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.7182120Z [00:09:39.150]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.7251587Z [00:09:39.157]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-1c6501fb005a3808/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.7321369Z [00:09:39.164]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-1c6501fb005a3808/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.7391274Z [00:09:39.171]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-1c6501fb005a3808/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.7462000Z [00:09:39.178]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-1c6501fb005a3808/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.7531366Z [00:09:39.185]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.7601634Z [00:09:39.192]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.7671483Z [00:09:39.199]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.7740606Z [00:09:39.206]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.7809042Z [00:09:39.213]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-38bef5ef50eaa8a4/lib-cipher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.7878084Z [00:09:39.220]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-38bef5ef50eaa8a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.7946478Z [00:09:39.227]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-38bef5ef50eaa8a4/dep-lib-cipher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.8015577Z [00:09:39.234]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-38bef5ef50eaa8a4/lib-cipher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.8087455Z [00:09:39.241]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.8156306Z [00:09:39.248]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.8226563Z [00:09:39.255]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.8296132Z [00:09:39.262]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.8364897Z [00:09:39.269]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-server-b7425b6376649662/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.8433898Z [00:09:39.275]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-server-b7425b6376649662/dep-lib-hickory_server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.8504174Z [00:09:39.282]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-server-b7425b6376649662/lib-hickory_server.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.8574198Z [00:09:39.289]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-server-b7425b6376649662/lib-hickory_server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.8644896Z [00:09:39.296]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-93b2bb5463fc457b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.8714207Z [00:09:39.303]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-93b2bb5463fc457b/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.8782834Z [00:09:39.310]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-93b2bb5463fc457b/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.8852201Z [00:09:39.317]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-93b2bb5463fc457b/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.8922090Z [00:09:39.324]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.8996561Z [00:09:39.332]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.9068575Z [00:09:39.339]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.9141691Z [00:09:39.346]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:44.9220844Z [00:09:39.354]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-c6124a5a68b17027/lib-num_bigint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.9301404Z [00:09:39.362]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-c6124a5a68b17027/lib-num_bigint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.9377141Z [00:09:39.370]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-c6124a5a68b17027/dep-lib-num_bigint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.9454797Z [00:09:39.377]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-c6124a5a68b17027/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.9532055Z [00:09:39.385]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable_internal-28337eb7f0b3cd88/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.9605621Z [00:09:39.392]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable_internal-28337eb7f0b3cd88/lib-struct_iterable_internal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.9677915Z [00:09:39.400]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable_internal-28337eb7f0b3cd88/dep-lib-struct_iterable_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.9750672Z [00:09:39.407]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/struct_iterable_internal-28337eb7f0b3cd88/lib-struct_iterable_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.9826503Z [00:09:39.415]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-timer-b5124fd43b6b0eee/dep-lib-futures_timer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.9900717Z [00:09:39.422]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-timer-b5124fd43b6b0eee/lib-futures_timer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:44.9974308Z [00:09:39.429]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-timer-b5124fd43b6b0eee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0051219Z [00:09:39.437]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-timer-b5124fd43b6b0eee/lib-futures_timer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0128392Z [00:09:39.445]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0863c9157713ddc2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0200797Z [00:09:39.452]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0863c9157713ddc2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0277806Z [00:09:39.460]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-db0187e92056542e/lib-pem_rfc7468.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0350777Z [00:09:39.467]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-db0187e92056542e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0423355Z [00:09:39.474]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-db0187e92056542e/lib-pem_rfc7468' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0495639Z [00:09:39.482]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-db0187e92056542e/dep-lib-pem_rfc7468' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0569083Z [00:09:39.489]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9e59165f20ecc914/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0640946Z [00:09:39.496]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9e59165f20ecc914/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0713976Z [00:09:39.503]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9e59165f20ecc914/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0785882Z [00:09:39.511]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9e59165f20ecc914/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.0859769Z [00:09:39.518]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.0933748Z [00:09:39.525]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.1006744Z [00:09:39.533]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.1081096Z [00:09:39.540]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.1153791Z [00:09:39.547]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-564de66be398fb44/dep-lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1227827Z [00:09:39.555]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-564de66be398fb44/lib-writeable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1300236Z [00:09:39.562]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-564de66be398fb44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1373167Z [00:09:39.569]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-564de66be398fb44/lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1446398Z [00:09:39.577]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/lib-humantime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1522889Z [00:09:39.584]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1594905Z [00:09:39.591]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/lib-humantime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1666375Z [00:09:39.599]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/dep-lib-humantime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1739520Z [00:09:39.606]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-1a4097d404d8edbb/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1812030Z [00:09:39.613]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-1a4097d404d8edbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1884002Z [00:09:39.620]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-1a4097d404d8edbb/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.1958284Z [00:09:39.628]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-1a4097d404d8edbb/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2029556Z [00:09:39.635]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2100505Z [00:09:39.642]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/dep-lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2172492Z [00:09:39.649]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/lib-toml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2244085Z [00:09:39.656]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-213ee7ffc89f216f/lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2315730Z [00:09:39.664]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-fd6de1138106d2c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2388733Z [00:09:39.671]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-fd6de1138106d2c7/lib-pnet_packet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2460385Z [00:09:39.678]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-fd6de1138106d2c7/lib-pnet_packet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2534052Z [00:09:39.685]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-fd6de1138106d2c7/dep-lib-pnet_packet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2608266Z [00:09:39.693]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2681899Z [00:09:39.700]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2755294Z [00:09:39.707]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2827784Z [00:09:39.715]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2905266Z [00:09:39.722]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-71dc4a0545e132ae/dep-lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.2981020Z [00:09:39.730]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-71dc4a0545e132ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3054865Z [00:09:39.737]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-71dc4a0545e132ae/lib-thread_local.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3127295Z [00:09:39.745]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-71dc4a0545e132ae/lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3199177Z [00:09:39.752]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-7a2c37a496bde7b6/lib-netlink_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3269921Z [00:09:39.759]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-7a2c37a496bde7b6/dep-lib-netlink_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3339893Z [00:09:39.766]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-7a2c37a496bde7b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3409832Z [00:09:39.773]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-7a2c37a496bde7b6/lib-netlink_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3478845Z [00:09:39.780]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-345c4e657eef996d/lib-foldhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3548611Z [00:09:39.787]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-345c4e657eef996d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3619845Z [00:09:39.794]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-345c4e657eef996d/dep-lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3692035Z [00:09:39.801]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-345c4e657eef996d/lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.3764401Z [00:09:39.808]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.3834601Z [00:09:39.815]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.3904409Z [00:09:39.822]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.3974587Z [00:09:39.829]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.4044861Z [00:09:39.837]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.4114230Z [00:09:39.843]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.4184069Z [00:09:39.850]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.4255183Z [00:09:39.858]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.4326309Z [00:09:39.865]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.4396965Z [00:09:39.872]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/dep-lib-mime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.4468584Z [00:09:39.879]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.4537966Z [00:09:39.886]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.4608375Z [00:09:39.893]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-ffae028f70d72faf/dep-lib-moka' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.4677850Z [00:09:39.900]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-ffae028f70d72faf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.4747968Z [00:09:39.907]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-ffae028f70d72faf/lib-moka' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.4817496Z [00:09:39.914]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-ffae028f70d72faf/lib-moka.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.4887085Z [00:09:39.921]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-8bf3d36d8f0618d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.4956538Z [00:09:39.928]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-8bf3d36d8f0618d7/lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5026671Z [00:09:39.935]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-8bf3d36d8f0618d7/lib-time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5094271Z [00:09:39.941]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-8bf3d36d8f0618d7/dep-lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5162714Z [00:09:39.948]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d05aa5b0623c5582/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5230335Z [00:09:39.955]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d05aa5b0623c5582/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5297684Z [00:09:39.962]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d05aa5b0623c5582/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5366736Z [00:09:39.969]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d05aa5b0623c5582/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5435564Z [00:09:39.976]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2/dep-lib-iroh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5503494Z [00:09:39.982]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2/output-lib-iroh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5572606Z [00:09:39.989]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5641467Z [00:09:39.996]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2/lib-iroh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5709336Z [00:09:40.003]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-cd5afe3fb00aede2/lib-iroh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.5778039Z [00:09:40.010]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.5847970Z [00:09:40.017]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.5916399Z [00:09:40.024]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.5985963Z [00:09:40.031]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.6056708Z [00:09:40.038]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d4bf976c9d3ee89c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.6126705Z [00:09:40.045]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d4bf976c9d3ee89c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.6196535Z [00:09:40.052]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-1fcc1707793c3439/dep-lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.6265439Z [00:09:40.059]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-1fcc1707793c3439/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.6333822Z [00:09:40.065]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-1fcc1707793c3439/lib-zerovec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.6402387Z [00:09:40.072]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-1fcc1707793c3439/lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.6471037Z [00:09:40.079]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ffd74131ef2138da/dep-lib-tokio_websockets' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.6540411Z [00:09:40.086]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ffd74131ef2138da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.6607667Z [00:09:40.093]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ffd74131ef2138da/lib-tokio_websockets' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.6676321Z [00:09:40.100]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ffd74131ef2138da/lib-tokio_websockets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.6744614Z [00:09:40.106]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.6811992Z [00:09:40.113]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.6880126Z [00:09:40.120]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.6948020Z [00:09:40.127]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.7017328Z [00:09:40.134]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-22d684c798c72277/dep-lib-iri_string' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.7086300Z [00:09:40.141]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-22d684c798c72277/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.7154034Z [00:09:40.147]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-22d684c798c72277/lib-iri_string' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.7222335Z [00:09:40.154]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-22d684c798c72277/lib-iri_string.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.7289335Z [00:09:40.161]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-8313eda8812ce6f9/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.7359020Z [00:09:40.168]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-8313eda8812ce6f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.7426363Z [00:09:40.175]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-8313eda8812ce6f9/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.7494263Z [00:09:40.181]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-8313eda8812ce6f9/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.7563720Z [00:09:40.188]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.7630958Z [00:09:40.195]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.7698885Z [00:09:40.202]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.7767219Z [00:09:40.209]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.7834610Z [00:09:40.215]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-c5846aec5813db94/lib-netlink_packet_route' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.7901544Z [00:09:40.222]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-c5846aec5813db94/dep-lib-netlink_packet_route' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.7970600Z [00:09:40.229]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-c5846aec5813db94/lib-netlink_packet_route.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8039740Z [00:09:40.236]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-c5846aec5813db94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8109621Z [00:09:40.243]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hdrhistogram-50722beeb1f13be1/dep-lib-hdrhistogram' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8177930Z [00:09:40.250]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hdrhistogram-50722beeb1f13be1/lib-hdrhistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8246687Z [00:09:40.257]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hdrhistogram-50722beeb1f13be1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8314528Z [00:09:40.263]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hdrhistogram-50722beeb1f13be1/lib-hdrhistogram' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8381478Z [00:09:40.270]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.8450687Z [00:09:40.277]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.8519676Z [00:09:40.284]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.8587867Z [00:09:40.291]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.8655414Z [00:09:40.298]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-8c4ec576ea46dc51/lib-num_enum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8723143Z [00:09:40.304]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-8c4ec576ea46dc51/dep-lib-num_enum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8793720Z [00:09:40.311]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-8c4ec576ea46dc51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8860716Z [00:09:40.318]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-8c4ec576ea46dc51/lib-num_enum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8929545Z [00:09:40.325]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-parser-0842ccec62be9b3b/dep-lib-der_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.8999211Z [00:09:40.332]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-parser-0842ccec62be9b3b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.9067237Z [00:09:40.339]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-parser-0842ccec62be9b3b/lib-der_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.9136386Z [00:09:40.346]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-parser-0842ccec62be9b3b/lib-der_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.9204317Z [00:09:40.352]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.9272108Z [00:09:40.359]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.9339829Z [00:09:40.366]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.9407698Z [00:09:40.373]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-47ad323aa7f376b3/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:45.9479291Z [00:09:40.380]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.9547669Z [00:09:40.387]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.9616449Z [00:09:40.394]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.9685784Z [00:09:40.401]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.9756441Z [00:09:40.408]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.9824771Z [00:09:40.415]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.9896117Z [00:09:40.422]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:45.9966673Z [00:09:40.429]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.0035981Z [00:09:40.436]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-ecf3074339209513/dep-lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0104993Z [00:09:40.442]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-ecf3074339209513/lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0174713Z [00:09:40.449]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-ecf3074339209513/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0246918Z [00:09:40.457]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-ecf3074339209513/lib-data_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0318884Z [00:09:40.464]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-f4c442a994bf3e43/dep-lib-serdect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0387399Z [00:09:40.471]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-f4c442a994bf3e43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0454911Z [00:09:40.478]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-f4c442a994bf3e43/lib-serdect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0523504Z [00:09:40.484]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-f4c442a994bf3e43/lib-serdect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0592180Z [00:09:40.491]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-651c6c22395fe89c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0659590Z [00:09:40.498]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-651c6c22395fe89c/lib-precis_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0728082Z [00:09:40.505]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-651c6c22395fe89c/dep-lib-precis_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0796097Z [00:09:40.512]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-651c6c22395fe89c/lib-precis_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0865032Z [00:09:40.519]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.0933928Z [00:09:40.525]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1002727Z [00:09:40.532]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1071779Z [00:09:40.539]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1140954Z [00:09:40.546]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-9d2ceca730f3ab49/lib-xmltree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1209870Z [00:09:40.553]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-9d2ceca730f3ab49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1278947Z [00:09:40.560]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-9d2ceca730f3ab49/lib-xmltree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1347483Z [00:09:40.567]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-9d2ceca730f3ab49/dep-lib-xmltree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1416632Z [00:09:40.574]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-68e0e7ccca191210/dep-lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1488146Z [00:09:40.581]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-68e0e7ccca191210/lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1556598Z [00:09:40.588]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-68e0e7ccca191210/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1625732Z [00:09:40.595]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-68e0e7ccca191210/lib-rustls_pemfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1695209Z [00:09:40.602]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-384999782258224d/lib-pkarr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1765079Z [00:09:40.609]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-384999782258224d/dep-lib-pkarr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1835267Z [00:09:40.616]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-384999782258224d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1903658Z [00:09:40.622]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-384999782258224d/lib-pkarr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.1974111Z [00:09:40.629]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-a6f5c8c61f7cbfc0/lib-iroh_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2042591Z [00:09:40.636]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-a6f5c8c61f7cbfc0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2112045Z [00:09:40.643]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-a6f5c8c61f7cbfc0/dep-lib-iroh_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2181399Z [00:09:40.650]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-a6f5c8c61f7cbfc0/lib-iroh_base.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2250092Z [00:09:40.657]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2319964Z [00:09:40.664]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2387411Z [00:09:40.671]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-0f87a4f6008f8383/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2455589Z [00:09:40.678]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-0f87a4f6008f8383/lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2524439Z [00:09:40.684]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-0f87a4f6008f8383/lib-h2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2592727Z [00:09:40.691]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-0f87a4f6008f8383/dep-lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2663460Z [00:09:40.698]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-2926c4ed3142019b/dep-lib-snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2732828Z [00:09:40.705]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-2926c4ed3142019b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2802563Z [00:09:40.712]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-2926c4ed3142019b/lib-snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2871998Z [00:09:40.719]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-2926c4ed3142019b/lib-snafu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.2941468Z [00:09:40.726]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-37335fbdb2fc9ac7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3010772Z [00:09:40.733]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-37335fbdb2fc9ac7/lib-crypto_secretbox.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3081687Z [00:09:40.740]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-37335fbdb2fc9ac7/lib-crypto_secretbox' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3150487Z [00:09:40.747]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-37335fbdb2fc9ac7/dep-lib-crypto_secretbox' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3220203Z [00:09:40.754]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d6cf716df83a2dec/lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3290641Z [00:09:40.761]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d6cf716df83a2dec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3360195Z [00:09:40.768]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d6cf716df83a2dec/lib-futures_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3429374Z [00:09:40.775]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d6cf716df83a2dec/dep-lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3498302Z [00:09:40.782]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.3566192Z [00:09:40.789]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.3634794Z [00:09:40.795]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.3701276Z [00:09:40.802]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.3770250Z [00:09:40.809]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-aecc7e378f971dd4/dep-lib-tokio_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3837498Z [00:09:40.816]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-aecc7e378f971dd4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3904998Z [00:09:40.822]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-aecc7e378f971dd4/lib-tokio_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.3971814Z [00:09:40.829]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-aecc7e378f971dd4/lib-tokio_stream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4040021Z [00:09:40.836]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-a5f00adbea0b4da0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4110834Z [00:09:40.843]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-a5f00adbea0b4da0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4179347Z [00:09:40.850]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-5f88784fe38c795f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4247224Z [00:09:40.857]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-5f88784fe38c795f/lib-rcgen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4316175Z [00:09:40.864]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-5f88784fe38c795f/lib-rcgen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4384894Z [00:09:40.871]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-5f88784fe38c795f/dep-lib-rcgen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4452224Z [00:09:40.877]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-47a95973b9bed063/dep-lib-netdev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4520375Z [00:09:40.884]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-47a95973b9bed063/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4590079Z [00:09:40.891]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-47a95973b9bed063/lib-netdev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4658168Z [00:09:40.898]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-47a95973b9bed063/lib-netdev.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.4725965Z [00:09:40.905]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.4794082Z [00:09:40.911]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.4861709Z [00:09:40.918]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.4931245Z [00:09:40.925]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.4999042Z [00:09:40.932]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5067074Z [00:09:40.939]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5135253Z [00:09:40.946]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5206316Z [00:09:40.953]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5277851Z [00:09:40.960]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5347325Z [00:09:40.967]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5418263Z [00:09:40.974]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5485919Z [00:09:40.981]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5554597Z [00:09:40.987]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5623880Z [00:09:40.994]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5690878Z [00:09:41.001]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5758458Z [00:09:41.008]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/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-20T21:20:46.5827112Z [00:09:41.015]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh_bench.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:46.5895027Z [00:09:41.022]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/libiroh.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.5963208Z [00:09:41.028]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/release/iroh-bulk' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6030829Z [00:09:41.035]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6097747Z [00:09:41.042]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6165786Z [00:09:41.049]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6234015Z [00:09:41.055]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ujZ8STPuKX/TEMPREPO/Makefile.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6304674Z [00:09:41.063]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/iroh-dns-server' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6373675Z [00:09:41.069]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6442735Z [00:09:41.076]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6513491Z [00:09:41.083]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/iroh-bulk' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6584205Z [00:09:41.091]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6653788Z [00:09:41.097]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6721818Z [00:09:41.104]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh-dns-server' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6790095Z [00:09:41.111]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6857743Z [00:09:41.118]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:20:46.6927070Z [00:09:41.125]➜  mode of '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh-bulk' retained as 0755 (rwxr-xr-x)
2025-08-20T21:20:46.7658538Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:20:46.7659792Z [00:09:41.198]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:21:13.6510797Z 
2025-08-20T21:21:13.6511740Z [+] Sanitizing /tmp/pkgforge/UmyuVQ8aI_SBUILD/BUILD.log ==> /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh.static.log
2025-08-20T21:21:16.1511313Z '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh.static.log' -> '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh-bulk.log'
2025-08-20T21:21:16.1563306Z '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh.static.log' -> '/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/iroh-dns-server.log'
2025-08-20T21:21:16.1591064Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-bulk?tag=HEAD-fb37550-250820T090352-x86_64-linux&download=iroh-bulk.log
2025-08-20T21:21:16.1592004Z 
2025-08-20T21:21:16.1592788Z [+] Parsing/Uploading iroh/iroh-bulk --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Firoh%2Firoh-bulk [x86_64-Linux]
2025-08-20T21:21:16.1643107Z {
2025-08-20T21:21:16.1643935Z   "_disabled": "false",
2025-08-20T21:21:16.1644730Z   "host": "x86_64-Linux",
2025-08-20T21:21:16.1645323Z   "rank": "",
2025-08-20T21:21:16.1645675Z   "pkg": "iroh.static",
2025-08-20T21:21:16.1646060Z   "pkg_family": "iroh",
2025-08-20T21:21:16.1646493Z   "pkg_id": "github.com.n0-computer.iroh.source",
2025-08-20T21:21:16.1647001Z   "pkg_name": "iroh-bulk",
2025-08-20T21:21:16.1647380Z   "pkg_type": "static",
2025-08-20T21:21:16.1648060Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-bulk",
2025-08-20T21:21:16.1648791Z   "app_id": "",
2025-08-20T21:21:16.1649120Z   "appstream": "",
2025-08-20T21:21:16.1649429Z   "category": [
2025-08-20T21:21:16.1649743Z     "ConsoleOnly",
2025-08-20T21:21:16.1650054Z     "Utility"
2025-08-20T21:21:16.1650345Z   ],
2025-08-20T21:21:16.1650806Z   "description": "Multi CMD Toolkit for Iroh, peer-2-peer that just works",
2025-08-20T21:21:16.1651404Z   "desktop": "",
2025-08-20T21:21:16.1651723Z   "homepage": [
2025-08-20T21:21:16.1652061Z     "https://iroh.computer",
2025-08-20T21:21:16.1652506Z     "https://github.com/n0-computer/iroh"
2025-08-20T21:21:16.1653142Z   ],
2025-08-20T21:21:16.1654248Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-bulk?tag=HEAD-fb37550-250820T090352-x86_64-linux&download=iroh-bulk.png",
2025-08-20T21:21:16.1655337Z   "license": [
2025-08-20T21:21:16.1655648Z     "MIT"
2025-08-20T21:21:16.1655934Z   ],
2025-08-20T21:21:16.1656222Z   "maintainer": [
2025-08-20T21:21:16.1656620Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:21:16.1657076Z   ],
2025-08-20T21:21:16.1657498Z   "provides": [
2025-08-20T21:21:16.1657824Z     "iroh-bulk",
2025-08-20T21:21:16.1658158Z     "iroh-dns-server"
2025-08-20T21:21:16.1658511Z   ],
2025-08-20T21:21:16.1658787Z   "note": [
2025-08-20T21:21:16.1659367Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/n0-computer/iroh"
2025-08-20T21:21:16.1660042Z   ],
2025-08-20T21:21:16.1660322Z   "repology": [
2025-08-20T21:21:16.1660637Z     "iroh"
2025-08-20T21:21:16.1660919Z   ],
2025-08-20T21:21:16.1661209Z   "screenshots": [],
2025-08-20T21:21:16.1661543Z   "src_url": [
2025-08-20T21:21:16.1661905Z     "https://github.com/n0-computer/iroh"
2025-08-20T21:21:16.1662338Z   ],
2025-08-20T21:21:16.1662617Z   "tag": [
2025-08-20T21:21:16.1662907Z     "Utility"
2025-08-20T21:21:16.1663387Z   ],
2025-08-20T21:21:16.1663714Z   "version": "HEAD-fb37550-250820T090352",
2025-08-20T21:21:16.1664169Z   "version_upstream": "0.91.0",
2025-08-20T21:21:16.1664773Z   "bsum": "4920be99d374d1ec5c3fd6e545050977a8d150f7bd3f2e57cceca9695c06ff66",
2025-08-20T21:21:16.1665434Z   "build_date": "2025-08-20T21:20:51Z",
2025-08-20T21:21:16.1666069Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108160687",
2025-08-20T21:21:16.1666700Z   "build_id": "17108160687",
2025-08-20T21:21:16.1667772Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-bulk?tag=HEAD-fb37550-250820T090352-x86_64-linux&download=iroh-bulk.log",
2025-08-20T21:21:16.1669308Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/iroh/static.official.source.yaml",
2025-08-20T21:21:16.1670868Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-bulk?tag=HEAD-fb37550-250820T090352-x86_64-linux&download=iroh-bulk",
2025-08-20T21:21:16.1672474Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/iroh/official/iroh-bulk:HEAD-fb37550-250820T090352-x86_64-linux",
2025-08-20T21:21:16.1673649Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/iroh/official/iroh-bulk",
2025-08-20T21:21:16.1674866Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-bulk?tag=HEAD-fb37550-250820T090352-x86_64-linux&manifest",
2025-08-20T21:21:16.1676114Z   "shasum": "6d26838ae27b6c6c87b183b63e8f39b0d5efe3d6ba926d6321b9eee3b8275c8a",
2025-08-20T21:21:16.1676757Z   "size": "12 MB",
2025-08-20T21:21:16.1677082Z   "size_raw": "12131112",
2025-08-20T21:21:16.1677440Z   "snapshots": [
2025-08-20T21:21:16.1677958Z     "HEAD-906250b-250228T111514-x86_64-linux[0.32.1]",
2025-08-20T21:21:16.1678531Z     "HEAD-aa7463b-250302T145013-x86_64-linux[NA-2025-03-02]",
2025-08-20T21:21:16.1679121Z     "HEAD-7acfe39-250304T153125-x86_64-linux[NA-2025-03-04]",
2025-08-20T21:21:16.1679669Z     "HEAD-4930837-250305T120345-x86_64-linux[0.32.1]",
2025-08-20T21:21:16.1680185Z     "HEAD-e36ac77-250528T113746-x86_64-linux[0.34.1]",
2025-08-20T21:21:16.1680719Z     "HEAD-75eae87-250602T125652-x86_64-linux[0.34.1]",
2025-08-20T21:21:16.1681235Z     "HEAD-d4de591-250604T114227-x86_64-linux[0.35.0]",
2025-08-20T21:21:16.1681756Z     "HEAD-d915bfd-250611T134236-x86_64-linux[0.35.0]",
2025-08-20T21:21:16.1682273Z     "HEAD-aebbc72-250618T103221-x86_64-linux[0.35.0]",
2025-08-20T21:21:16.1682783Z     "HEAD-518400b-250621T135529-x86_64-linux[0.35.0]",
2025-08-20T21:21:16.1683513Z     "HEAD-1859de3-250625T141836-x86_64-linux[0.35.0]",
2025-08-20T21:21:16.1684034Z     "HEAD-ac2a3f2-250626T165457-x86_64-linux[0.35.0]",
2025-08-20T21:21:16.1684558Z     "HEAD-9c023bf-250701T092740-x86_64-linux[0.35.0]",
2025-08-20T21:21:16.1685057Z     "HEAD-0776687-250711T104605-x86_64-linux[0.35.0]",
2025-08-20T21:21:16.1685670Z     "HEAD-3a1592a-250716T101607-x86_64-linux[0.90.0]",
2025-08-20T21:21:16.1686198Z     "HEAD-f3fd988-250718T094616-x86_64-linux[0.90.0]",
2025-08-20T21:21:16.1686716Z     "HEAD-e2cfde7-250723T094854-x86_64-linux[0.90.0]",
2025-08-20T21:21:16.1687235Z     "HEAD-75fd57c-250725T110724-x86_64-linux[0.90.0]",
2025-08-20T21:21:16.1687744Z     "HEAD-bcb60d4-250730T130159-x86_64-linux[0.90.0]",
2025-08-20T21:21:16.1688257Z     "HEAD-fe7240d-250801T095100-x86_64-linux[0.90.0]",
2025-08-20T21:21:16.1688874Z     "HEAD-e30c788-250804T103733-x86_64-linux[0.90.0]",
2025-08-20T21:21:16.1689381Z     "HEAD-2308388-250815T140702-x86_64-linux[0.90.0]"
2025-08-20T21:21:16.1689817Z   ]
2025-08-20T21:21:16.1690082Z }
2025-08-20T21:21:16.1691072Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-dns-server?tag=HEAD-fb37550-250820T090352-x86_64-linux&download=iroh-dns-server.log
2025-08-20T21:21:16.1692055Z 
2025-08-20T21:21:16.1692907Z [+] Parsing/Uploading iroh/iroh-dns-server --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Firoh%2Firoh-dns-server [x86_64-Linux]
2025-08-20T21:21:16.1694064Z 
2025-08-20T21:21:16.1694070Z 
2025-08-20T21:21:16.1708390Z {
2025-08-20T21:21:16.1708821Z   "_disabled": "false",
2025-08-20T21:21:16.1709313Z   "host": "x86_64-Linux",
2025-08-20T21:21:16.1709761Z   "rank": "",
2025-08-20T21:21:16.1710198Z   "pkg": "iroh.static",
2025-08-20T21:21:16.1710584Z   "pkg_family": "iroh",
2025-08-20T21:21:16.1711025Z   "pkg_id": "github.com.n0-computer.iroh.source",
2025-08-20T21:21:16.1711538Z   "pkg_name": "iroh-dns-server",
2025-08-20T21:21:16.1711939Z   "pkg_type": "static",
2025-08-20T21:21:16.1712633Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server",
2025-08-20T21:21:16.1717081Z   "app_id": "",
2025-08-20T21:21:16.1717419Z   "appstream": "",
2025-08-20T21:21:16.1717746Z   "category": [
2025-08-20T21:21:16.1718057Z     "ConsoleOnly",
2025-08-20T21:21:16.1718367Z     "Utility"
2025-08-20T21:21:16.1718654Z   ],
2025-08-20T21:21:16.1719033Z   "description": "Pkarr relay and DNS server for Iroh",
2025-08-20T21:21:16.1719587Z   "desktop": "",
2025-08-20T21:21:16.1719903Z   "homepage": [
2025-08-20T21:21:16.1720246Z     "https://iroh.computer",
2025-08-20T21:21:16.1720821Z     "https://github.com/n0-computer/iroh"
2025-08-20T21:21:16.1721390Z   ],
2025-08-20T21:21:16.1722422Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-dns-server?tag=HEAD-fb37550-250820T090352-x86_64-linux&download=iroh-dns-server.png",
2025-08-20T21:21:16.1724135Z   "license": [
2025-08-20T21:21:16.1724449Z     "MIT"
2025-08-20T21:21:16.1724719Z   ],
2025-08-20T21:21:16.1724998Z   "maintainer": [
2025-08-20T21:21:16.1725397Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:21:16.1725865Z   ],
2025-08-20T21:21:16.1726142Z   "provides": [
2025-08-20T21:21:16.1726616Z     "iroh-bulk",
2025-08-20T21:21:16.1726951Z     "iroh-dns-server"
2025-08-20T21:21:16.1727553Z   ],
2025-08-20T21:21:16.1727833Z   "note": [
2025-08-20T21:21:16.1728411Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/n0-computer/iroh"
2025-08-20T21:21:16.1729061Z   ],
2025-08-20T21:21:16.1729348Z   "repology": [
2025-08-20T21:21:16.1729651Z     "iroh"
2025-08-20T21:21:16.1729925Z   ],
2025-08-20T21:21:16.1730198Z   "screenshots": [],
2025-08-20T21:21:16.1730506Z   "src_url": [
2025-08-20T21:21:16.1730842Z     "https://github.com/n0-computer/iroh"
2025-08-20T21:21:16.1731280Z   ],
2025-08-20T21:21:16.1731568Z   "tag": [
2025-08-20T21:21:16.1731856Z     "Utility"
2025-08-20T21:21:16.1732143Z   ],
2025-08-20T21:21:16.1732437Z   "version": "HEAD-fb37550-250820T090352",
2025-08-20T21:21:16.1732846Z   "version_upstream": "",
2025-08-20T21:21:16.1733589Z   "bsum": "6522283697b5a61ed83fa6a9090640c04b4f51b8903931dffcb8731381e5bcc6",
2025-08-20T21:21:16.1734167Z   "build_date": "2025-08-20T21:21:02Z",
2025-08-20T21:21:16.1734892Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108160687",
2025-08-20T21:21:16.1735549Z   "build_id": "17108160687",
2025-08-20T21:21:16.1736728Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-dns-server?tag=HEAD-fb37550-250820T090352-x86_64-linux&download=iroh-dns-server.log",
2025-08-20T21:21:16.1738354Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/iroh/static.official.source.yaml",
2025-08-20T21:21:16.1739943Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-dns-server?tag=HEAD-fb37550-250820T090352-x86_64-linux&download=iroh-dns-server",
2025-08-20T21:21:16.1741706Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server:HEAD-fb37550-250820T090352-x86_64-linux",
2025-08-20T21:21:16.1742766Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server",
2025-08-20T21:21:16.1744266Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-dns-server?tag=HEAD-fb37550-250820T090352-x86_64-linux&manifest",
2025-08-20T21:21:16.1745529Z   "shasum": "0d754b6abaa7432e0139bd588edb3e1594a55300910b10adc4016a26db8466f2",
2025-08-20T21:21:16.1746163Z   "size": "9.7 MB",
2025-08-20T21:21:16.1746509Z   "size_raw": "10160200",
2025-08-20T21:21:16.1746894Z   "snapshots": [
2025-08-20T21:21:16.1747246Z     "HEAD-906250b-250228T111514-x86_64-linux",
2025-08-20T21:21:16.1747710Z     "HEAD-aa7463b-250302T145013-x86_64-linux",
2025-08-20T21:21:16.1748182Z     "HEAD-7acfe39-250304T153125-x86_64-linux",
2025-08-20T21:21:16.1748666Z     "HEAD-4930837-250305T120345-x86_64-linux",
2025-08-20T21:21:16.1749135Z     "HEAD-e36ac77-250528T113746-x86_64-linux",
2025-08-20T21:21:16.1749595Z     "HEAD-75eae87-250602T125652-x86_64-linux",
2025-08-20T21:21:16.1750047Z     "HEAD-d4de591-250604T114227-x86_64-linux",
2025-08-20T21:21:16.1750512Z     "HEAD-d915bfd-250611T134236-x86_64-linux",
2025-08-20T21:21:16.1750976Z     "HEAD-aebbc72-250618T103221-x86_64-linux",
2025-08-20T21:21:16.1751425Z     "HEAD-518400b-250621T135529-x86_64-linux",
2025-08-20T21:21:16.1751868Z     "HEAD-1859de3-250625T141836-x86_64-linux",
2025-08-20T21:21:16.1752322Z     "HEAD-ac2a3f2-250626T165457-x86_64-linux",
2025-08-20T21:21:16.1752775Z     "HEAD-9c023bf-250701T092740-x86_64-linux",
2025-08-20T21:21:16.1753660Z     "HEAD-0776687-250711T104605-x86_64-linux",
2025-08-20T21:21:16.1754161Z     "HEAD-3a1592a-250716T101607-x86_64-linux",
2025-08-20T21:21:16.1754615Z     "HEAD-f3fd988-250718T094616-x86_64-linux",
2025-08-20T21:21:16.1755148Z     "HEAD-e2cfde7-250723T094854-x86_64-linux",
2025-08-20T21:21:16.1755657Z     "HEAD-75fd57c-250725T110724-x86_64-linux",
2025-08-20T21:21:16.1756129Z     "HEAD-bcb60d4-250730T130159-x86_64-linux",
2025-08-20T21:21:16.1756616Z     "HEAD-fe7240d-250801T095100-x86_64-linux",
2025-08-20T21:21:16.1757083Z     "HEAD-e30c788-250804T103733-x86_64-linux",
2025-08-20T21:21:16.1757548Z     "HEAD-2308388-250815T140702-x86_64-linux"
2025-08-20T21:21:16.1758194Z   ]
2025-08-20T21:21:16.1758468Z }
2025-08-20T21:21:16.1758638Z 
2025-08-20T21:21:16.1758650Z 
2025-08-20T21:21:16.5165944Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server:HEAD-fb37550-250820T090352-x86_64-linux": ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server:HEAD-fb37550-250820T090352-x86_64-linux: not found
2025-08-20T21:21:16.5207762Z Uploading empty artifact
2025-08-20T21:21:16.5214514Z time=2025-08-20T21:21:16Z level=debug msg=Request #0
2025-08-20T21:21:16.5216010Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/iroh/official/iroh-dns-server/manifests/sha256:5fb868ca0143aca59a3de4b37221d58940d680abd27246ae7591a2d571841e33"
2025-08-20T21:21:16.5217122Z > Request method: "HEAD"
2025-08-20T21:21:16.5217524Z > Request headers:
2025-08-20T21:21:16.5219705Z    "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-20T21:21:16.5221245Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:21:16.5580310Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/iroh/official/iroh-bulk:HEAD-fb37550-250820T090352-x86_64-linux": ghcr.io/pkgforge/bincache/iroh/official/iroh-bulk:HEAD-fb37550-250820T090352-x86_64-linux: not found
2025-08-20T21:21:16.5623858Z Uploading empty artifact
2025-08-20T21:21:16.5626725Z time=2025-08-20T21:21:16Z level=debug msg=Request #0
2025-08-20T21:21:16.5628203Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/iroh/official/iroh-bulk/manifests/sha256:5fb868ca0143aca59a3de4b37221d58940d680abd27246ae7591a2d571841e33"
2025-08-20T21:21:16.5631936Z > Request method: "HEAD"
2025-08-20T21:21:16.5632405Z > Request headers:
2025-08-20T21:21:16.5633747Z    "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-20T21:21:16.5634805Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:21:16.7132907Z time=2025-08-20T21:21:16Z level=debug msg=Response #0
2025-08-20T21:21:16.7133864Z < Response Status: "401 Unauthorized"
2025-08-20T21:21:16.7134506Z < Response headers:
2025-08-20T21:21:16.7134977Z    "Content-Length": "73"
2025-08-20T21:21:16.7135632Z    "X-Github-Request-Id": "1050:2E6251:44E62E:4AA7EE:68A63C4C"
2025-08-20T21:21:16.7136421Z    "Content-Type": "application/json"
2025-08-20T21:21:16.7138127Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/iroh/official/iroh-dns-server:pull\""
2025-08-20T21:21:16.7139158Z    "Date": "Wed, 20 Aug 2025 21:21:16 GMT"
2025-08-20T21:21:16.7139625Z time=2025-08-20T21:21:16Z level=debug msg=Request #1
2025-08-20T21:21:16.7140821Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Firoh%2Fofficial%2Firoh-dns-server%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:21:16.7141741Z > Request method: "GET"
2025-08-20T21:21:16.7142036Z > Request headers:
2025-08-20T21:21:16.7142319Z    "Authorization": "*****"
2025-08-20T21:21:16.7142646Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:21:16.7578019Z time=2025-08-20T21:21:16Z level=debug msg=Response #0
2025-08-20T21:21:16.7578682Z < Response Status: "401 Unauthorized"
2025-08-20T21:21:16.7579139Z < Response headers:
2025-08-20T21:21:16.7579455Z    "Content-Type": "application/json"
2025-08-20T21:21:16.7580558Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/iroh/official/iroh-bulk:pull\""
2025-08-20T21:21:16.7581628Z    "Date": "Wed, 20 Aug 2025 21:21:16 GMT"
2025-08-20T21:21:16.7582000Z    "Content-Length": "73"
2025-08-20T21:21:16.7582411Z    "X-Github-Request-Id": "1051:1EAEDD:42EE7B:48B1CA:68A63C4C"
2025-08-20T21:21:16.7583239Z time=2025-08-20T21:21:16Z level=debug msg=Request #1
2025-08-20T21:21:16.7584165Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Firoh%2Fofficial%2Firoh-bulk%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:21:16.7585020Z > Request method: "GET"
2025-08-20T21:21:16.7585314Z > Request headers:
2025-08-20T21:21:16.7585590Z    "Authorization": "*****"
2025-08-20T21:21:16.7585915Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:21:16.8442778Z time=2025-08-20T21:21:16Z level=debug msg=Response #1
2025-08-20T21:21:16.8443800Z < Response Status: "200 OK"
2025-08-20T21:21:16.8444165Z < Response headers:
2025-08-20T21:21:16.8444480Z    "Content-Type": "application/json"
2025-08-20T21:21:16.8444946Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:21:16.8445633Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:21:16.8446249Z    "Date": "Wed, 20 Aug 2025 21:21:16 GMT"
2025-08-20T21:21:16.8446631Z    "Content-Length": "69"
2025-08-20T21:21:16.8447040Z    "X-Github-Request-Id": "1050:2E6251:44E642:4AA809:68A63C4C"
2025-08-20T21:21:16.8447744Z time=2025-08-20T21:21:16Z level=debug msg=Request #2
2025-08-20T21:21:16.8449008Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/iroh/official/iroh-dns-server/manifests/sha256:5fb868ca0143aca59a3de4b37221d58940d680abd27246ae7591a2d571841e33"
2025-08-20T21:21:16.8450204Z > Request method: "HEAD"
2025-08-20T21:21:16.8450499Z > Request headers:
2025-08-20T21:21:16.8450776Z    "Authorization": "*****"
2025-08-20T21:21:16.8451098Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:21:16.8453241Z    "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-20T21:21:16.8830134Z time=2025-08-20T21:21:16Z level=debug msg=Response #1
2025-08-20T21:21:16.8830856Z < Response Status: "200 OK"
2025-08-20T21:21:16.8831212Z < Response headers:
2025-08-20T21:21:16.8831537Z    "Content-Type": "application/json"
2025-08-20T21:21:16.8832025Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:21:16.8832712Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:21:16.8833629Z    "Date": "Wed, 20 Aug 2025 21:21:16 GMT"
2025-08-20T21:21:16.8833999Z    "Content-Length": "69"
2025-08-20T21:21:16.8834406Z    "X-Github-Request-Id": "1051:1EAEDD:42EE8D:48B1DE:68A63C4C"
2025-08-20T21:21:16.8834914Z time=2025-08-20T21:21:16Z level=debug msg=Request #2
2025-08-20T21:21:16.8836019Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/iroh/official/iroh-bulk/manifests/sha256:5fb868ca0143aca59a3de4b37221d58940d680abd27246ae7591a2d571841e33"
2025-08-20T21:21:16.8837054Z > Request method: "HEAD"
2025-08-20T21:21:16.8837352Z > Request headers:
2025-08-20T21:21:16.8838834Z    "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-20T21:21:16.8840395Z    "Authorization": "*****"
2025-08-20T21:21:16.8840716Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:21:16.9166243Z time=2025-08-20T21:21:16Z level=debug msg=Response #2
2025-08-20T21:21:16.9167286Z < Response Status: "404 Not Found"
2025-08-20T21:21:16.9167885Z < Response headers:
2025-08-20T21:21:16.9168345Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:21:16.9169053Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:21:16.9169702Z    "Date": "Wed, 20 Aug 2025 21:21:16 GMT"
2025-08-20T21:21:16.9170086Z    "Content-Length": "70"
2025-08-20T21:21:16.9170499Z    "X-Github-Request-Id": "1050:2E6251:44E67B:4AA843:68A63C4C"
2025-08-20T21:21:16.9171004Z    "Content-Type": "application/json"
2025-08-20T21:21:16.9171444Z time=2025-08-20T21:21:16Z level=debug msg=Request #3
2025-08-20T21:21:16.9172794Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/iroh/official/iroh-dns-server/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:21:16.9174320Z > Request method: "HEAD"
2025-08-20T21:21:16.9174668Z > Request headers:
2025-08-20T21:21:16.9174939Z    "Authorization": "*****"
2025-08-20T21:21:16.9175215Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:21:16.9496027Z time=2025-08-20T21:21:16Z level=debug msg=Response #2
2025-08-20T21:21:16.9496948Z < Response Status: "404 Not Found"
2025-08-20T21:21:16.9497564Z < Response headers:
2025-08-20T21:21:16.9497959Z    "Content-Type": "application/json"
2025-08-20T21:21:16.9498520Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:21:16.9499299Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:21:16.9500016Z    "Date": "Wed, 20 Aug 2025 21:21:16 GMT"
2025-08-20T21:21:16.9500464Z    "Content-Length": "70"
2025-08-20T21:21:16.9500967Z    "X-Github-Request-Id": "1051:1EAEDD:42EEAC:48B1FE:68A63C4C"
2025-08-20T21:21:16.9501602Z time=2025-08-20T21:21:16Z level=debug msg=Request #3
2025-08-20T21:21:16.9503356Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/iroh/official/iroh-bulk/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:21:16.9504645Z > Request method: "HEAD"
2025-08-20T21:21:16.9505023Z > Request headers:
2025-08-20T21:21:16.9505372Z    "Authorization": "*****"
2025-08-20T21:21:16.9505772Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:21:16.9844164Z time=2025-08-20T21:21:16Z level=debug msg=Response #3
2025-08-20T21:21:16.9845434Z < Response Status: "200 OK"
2025-08-20T21:21:16.9846286Z < Response headers:
2025-08-20T21:21:16.9847390Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:21:16.9848394Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:21:16.9849255Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:21:16.9850303Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:21:16.9851084Z    "Date": "Wed, 20 Aug 2025 21:21:16 GMT"
2025-08-20T21:21:16.9851702Z    "X-Github-Request-Id": "1050:2E6251:44E694:4AA85C:68A63C4C"
2025-08-20T21:21:16.9852317Z    "Content-Length": "0"
2025-08-20T21:21:16.9852738Z    "Content-Type": ""
2025-08-20T21:21:16.9853475Z time=2025-08-20T21:21:16Z level=debug msg=Request #4
2025-08-20T21:21:16.9854717Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/iroh/official/iroh-dns-server/manifests/HEAD-fb37550-250820T090352-x86_64-linux"
2025-08-20T21:21:16.9855784Z > Request method: "PUT"
2025-08-20T21:21:16.9856054Z > Request headers:
2025-08-20T21:21:16.9856304Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:21:16.9856692Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:21:16.9857113Z    "Authorization": "*****"
2025-08-20T21:21:17.0523132Z time=2025-08-20T21:21:17Z level=debug msg=Response #3
2025-08-20T21:21:17.0523707Z < Response Status: "200 OK"
2025-08-20T21:21:17.0524203Z < Response headers:
2025-08-20T21:21:17.0524517Z    "Content-Type": ""
2025-08-20T21:21:17.0525210Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:21:17.0525995Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:21:17.0526924Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:21:17.0527749Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:21:17.0528304Z    "Date": "Wed, 20 Aug 2025 21:21:17 GMT"
2025-08-20T21:21:17.0528750Z    "X-Github-Request-Id": "1051:1EAEDD:42EEB8:48B20A:68A63C4C"
2025-08-20T21:21:17.0529192Z    "Content-Length": "0"
2025-08-20T21:21:17.0529556Z time=2025-08-20T21:21:17Z level=debug msg=Request #4
2025-08-20T21:21:17.0530416Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/iroh/official/iroh-bulk/manifests/HEAD-fb37550-250820T090352-x86_64-linux"
2025-08-20T21:21:17.0531292Z > Request method: "PUT"
2025-08-20T21:21:17.0531593Z > Request headers:
2025-08-20T21:21:17.0531985Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:21:17.0532456Z    "Authorization": "*****"
2025-08-20T21:21:17.0532775Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:21:17.3309689Z time=2025-08-20T21:21:17Z level=debug msg=Response #4
2025-08-20T21:21:17.3310692Z < Response Status: "201 Created"
2025-08-20T21:21:17.3311419Z < Response headers:
2025-08-20T21:21:17.3313125Z    "Location": "/v2/pkgforge/bincache/iroh/official/iroh-dns-server/manifests/sha256:5fb868ca0143aca59a3de4b37221d58940d680abd27246ae7591a2d571841e33"
2025-08-20T21:21:17.3314741Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:21:17.3315260Z    "Date": "Wed, 20 Aug 2025 21:21:17 GMT"
2025-08-20T21:21:17.3315589Z    "Content-Length": "0"
2025-08-20T21:21:17.3315945Z    "X-Github-Request-Id": "1050:2E6251:44E6AB:4AA878:68A63C4C"
2025-08-20T21:21:17.3316371Z    "Content-Type": "application/json"
2025-08-20T21:21:17.3322195Z    "Docker-Content-Digest": "sha256:5fb868ca0143aca59a3de4b37221d58940d680abd27246ae7591a2d571841e33"
2025-08-20T21:21:17.3323174Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:21:17.3324222Z Pushed [registry] ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server:HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:17.3325470Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:21:17.3326201Z Digest: sha256:5fb868ca0143aca59a3de4b37221d58940d680abd27246ae7591a2d571841e33
2025-08-20T21:21:17.3476483Z time=2025-08-20T21:21:17Z level=debug msg=Response #4
2025-08-20T21:21:17.3477185Z < Response Status: "201 Created"
2025-08-20T21:21:17.3477705Z < Response headers:
2025-08-20T21:21:17.3478260Z    "X-Github-Request-Id": "1051:1EAEDD:42EEC9:48B222:68A63C4D"
2025-08-20T21:21:17.3478957Z    "Content-Type": "application/json"
2025-08-20T21:21:17.3479942Z    "Docker-Content-Digest": "sha256:5fb868ca0143aca59a3de4b37221d58940d680abd27246ae7591a2d571841e33"
2025-08-20T21:21:17.3481022Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:21:17.3482415Z    "Location": "/v2/pkgforge/bincache/iroh/official/iroh-bulk/manifests/sha256:5fb868ca0143aca59a3de4b37221d58940d680abd27246ae7591a2d571841e33"
2025-08-20T21:21:17.3483842Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:21:17.3484451Z    "Date": "Wed, 20 Aug 2025 21:21:17 GMT"
2025-08-20T21:21:17.3484860Z    "Content-Length": "0"
2025-08-20T21:21:17.3485656Z Pushed [registry] ghcr.io/pkgforge/bincache/iroh/official/iroh-bulk:HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:17.3486566Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:21:17.3487257Z Digest: sha256:5fb868ca0143aca59a3de4b37221d58940d680abd27246ae7591a2d571841e33
2025-08-20T21:21:19.8009031Z Uploading fa79b85bbe05 CHECKSUM
2025-08-20T21:21:19.8065579Z Uploading 6d26838ae27b iroh-bulk
2025-08-20T21:21:19.8085070Z Uploading a253a54e9867 CHECKSUM.sig
2025-08-20T21:21:19.8149740Z Uploading a253a54e9867 CHECKSUM.sig
2025-08-20T21:21:19.8152750Z Uploading 09de5c7e5ed3 iroh-bulk.sig
2025-08-20T21:21:19.8163256Z Uploading 8f82d566b164 iroh-dns-server.sig
2025-08-20T21:21:19.8214394Z Uploading fa79b85bbe05 CHECKSUM
2025-08-20T21:21:19.8459175Z Uploading 0d754b6abaa7 iroh-dns-server
2025-08-20T21:21:19.8844643Z Exists    9778285b6969 LICENSE
2025-08-20T21:21:19.8901494Z Exists    9778285b6969 LICENSE
2025-08-20T21:21:19.9663695Z Uploading bdc0711d6d48 LICENSE.sig
2025-08-20T21:21:19.9697512Z Uploading bdc0711d6d48 LICENSE.sig
2025-08-20T21:21:20.3998993Z Uploaded  fa79b85bbe05 CHECKSUM
2025-08-20T21:21:20.4855776Z Uploaded  a253a54e9867 CHECKSUM.sig
2025-08-20T21:21:20.5396814Z Exists    537afdd49545 SBUILD
2025-08-20T21:21:20.5697211Z Uploading 3e947ad8f17c SBUILD.sig
2025-08-20T21:21:20.6121199Z Exists    11cf0313013e iroh-dns-server.png
2025-08-20T21:21:20.6826031Z Uploading ecb88d57ecd5 iroh-bulk.json
2025-08-20T21:21:20.7566181Z Uploaded  bdc0711d6d48 LICENSE.sig
2025-08-20T21:21:20.8296911Z Uploading 08454a3b6f10 iroh-bulk.json.sig
2025-08-20T21:21:20.9242653Z Uploaded  a253a54e9867 CHECKSUM.sig
2025-08-20T21:21:20.9279454Z Uploaded  fa79b85bbe05 CHECKSUM
2025-08-20T21:21:20.9988625Z Exists    537afdd49545 SBUILD
2025-08-20T21:21:21.0067838Z Uploading 3e947ad8f17c SBUILD.sig
2025-08-20T21:21:21.0422690Z Uploaded  09de5c7e5ed3 iroh-bulk.sig
2025-08-20T21:21:21.0717451Z Exists    11cf0313013e iroh-dns-server.png
2025-08-20T21:21:21.1106529Z Uploading 1de2bd55f3f0 iroh-bulk.log
2025-08-20T21:21:21.1514564Z Uploading 72b683df884f iroh-dns-server.json
2025-08-20T21:21:21.1841385Z Uploaded  bdc0711d6d48 LICENSE.sig
2025-08-20T21:21:21.2609108Z Uploading 7ac00cd4d98b iroh-dns-server.json.sig
2025-08-20T21:21:21.3085094Z Uploaded  8f82d566b164 iroh-dns-server.sig
2025-08-20T21:21:21.3890893Z Uploading 1de2bd55f3f0 iroh-dns-server.log
2025-08-20T21:21:21.4131845Z Uploaded  6d26838ae27b iroh-bulk
2025-08-20T21:21:21.4518747Z Uploaded  0d754b6abaa7 iroh-dns-server
2025-08-20T21:21:21.4846226Z Uploading 17a5701c1781 iroh-bulk.log.sig
2025-08-20T21:21:21.4904750Z Uploaded  3e947ad8f17c SBUILD.sig
2025-08-20T21:21:21.5190986Z Uploading 7500633f30b4 iroh-dns-server.log.sig
2025-08-20T21:21:21.5596330Z Exists    4f0fd6537233 iroh-dns-server.version
2025-08-20T21:21:21.6358435Z Uploading 2beeb2e7a5ea iroh-dns-server.version.sig
2025-08-20T21:21:21.6382857Z Uploaded  3e947ad8f17c SBUILD.sig
2025-08-20T21:21:21.7128264Z Exists    4f0fd6537233 iroh-bulk.version
2025-08-20T21:21:21.7883727Z Uploading 2beeb2e7a5ea iroh-bulk.version.sig
2025-08-20T21:21:21.8563917Z Uploaded  08454a3b6f10 iroh-bulk.json.sig
2025-08-20T21:21:22.2565090Z Uploaded  1de2bd55f3f0 iroh-bulk.log
2025-08-20T21:21:22.2752365Z Uploaded  72b683df884f iroh-dns-server.json
2025-08-20T21:21:22.3541612Z Uploaded  7ac00cd4d98b iroh-dns-server.json.sig
2025-08-20T21:21:22.4435681Z Uploaded  1de2bd55f3f0 iroh-dns-server.log
2025-08-20T21:21:22.5017855Z Uploaded  2beeb2e7a5ea iroh-bulk.version.sig
2025-08-20T21:21:22.5436963Z Uploaded  ecb88d57ecd5 iroh-bulk.json
2025-08-20T21:21:22.6076288Z Uploaded  7500633f30b4 iroh-dns-server.log.sig
2025-08-20T21:21:22.8815758Z Uploaded  2beeb2e7a5ea iroh-dns-server.version.sig
2025-08-20T21:21:22.8816525Z Uploading bb9c11bcfa6d iroh-dns-server
2025-08-20T21:21:22.8837898Z Uploaded  17a5701c1781 iroh-bulk.log.sig
2025-08-20T21:21:22.8838553Z Uploading 4362c1047dbb iroh-bulk
2025-08-20T21:21:23.2697082Z Skipped   11cf0313013e iroh-bulk.png
2025-08-20T21:21:23.2697814Z Uploaded  4362c1047dbb iroh-bulk
2025-08-20T21:21:23.2698682Z Pushed [registry] ghcr.io/pkgforge/bincache/iroh/official/iroh-bulk:HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:23.2699569Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:21:23.2700248Z Digest: sha256:4362c1047dbbfd57e8a322975b84c1b53e108f68a4376ce61be439e72e03696a
2025-08-20T21:21:23.2955562Z Skipped   11cf0313013e iroh-bulk.png
2025-08-20T21:21:23.2956280Z Uploaded  bb9c11bcfa6d iroh-dns-server
2025-08-20T21:21:23.2957664Z Pushed [registry] ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server:HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:23.2958661Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:21:23.2959361Z Digest: sha256:bb9c11bcfa6d5fa5398ddad0243334244c9b51e01b4151afcb1d31b715e95639
2025-08-20T21:21:28.6640053Z 
2025-08-20T21:21:28.6640935Z [+] Registry --> https://ghcr.io/pkgforge/bincache/iroh/official/iroh-bulk
2025-08-20T21:21:28.6642109Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-bulk?tag=HEAD-fb37550-250820T090352-x86_64-linux&manifest 
2025-08-20T21:21:28.6643129Z 
2025-08-20T21:21:28.7280533Z 
2025-08-20T21:21:28.7281365Z [+] Registry --> https://ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server
2025-08-20T21:21:28.7283470Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/iroh/official/iroh-dns-server?tag=HEAD-fb37550-250820T090352-x86_64-linux&manifest 
2025-08-20T21:21:28.7285273Z 
2025-08-20T21:21:31.2302823Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:21:35.5687184Z ./BUILD_ARTIFACTS.tar : 32.01%   (   999 MiB =>    320 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:21:35.7787743Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:21:35.7828045Z 
2025-08-20T21:21:35.7829166Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml :: 00(Hr):10(Min):30(Sec)
2025-08-20T21:21:35.7830074Z 
2025-08-20T21:21:35.7845095Z 
2025-08-20T21:21:35.7845450Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:21:35 PM) UTC
2025-08-20T21:21:35.7845767Z 
2025-08-20T21:21:36.5797621Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:21:36.5846922Z ##[group]Run ##Presets
2025-08-20T21:21:36.5847265Z [36;1m##Presets[0m
2025-08-20T21:21:36.5847481Z [36;1mset +x ; set +e[0m
2025-08-20T21:21:36.5847703Z [36;1m#-------------#[0m
2025-08-20T21:21:36.5847916Z [36;1m##Debug?[0m
2025-08-20T21:21:36.5848174Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:21:36.5848486Z [36;1m  set -x[0m
2025-08-20T21:21:36.5848678Z [36;1mfi[0m
2025-08-20T21:21:36.5848861Z [36;1m#-------------#[0m
2025-08-20T21:21:36.5849075Z [36;1m##Set ENV[0m
2025-08-20T21:21:36.5849322Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:21:36.5849854Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-fb37550-250820T090352-x86_64-linux"[0m
2025-08-20T21:21:36.5850549Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-fb37550-250820T090352-x86_64-linux"[0m
2025-08-20T21:21:36.5851141Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687"[0m
2025-08-20T21:21:36.5851669Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:21:36.5852100Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:21:36.5852583Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:21:36.5853116Z [36;1m fi[0m
2025-08-20T21:21:36.5853315Z [36;1m##Push[0m
2025-08-20T21:21:36.5853551Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:21:36.5853852Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:21:36.5854227Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:21:36.5854706Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:21:36.5855152Z [36;1m     ls -sh "/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:21:36.5855485Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:21:36.5855704Z [36;1m       {[0m
2025-08-20T21:21:36.5855896Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:21:36.5856237Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:21:36.5856687Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:21:36.5857122Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:21:36.5857657Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-fb37550-250820T090352-x86_64-linux")[0m
2025-08-20T21:21:36.5858373Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108160687")[0m
2025-08-20T21:21:36.5858966Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108160687")[0m
2025-08-20T21:21:36.5859687Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server:HEAD-fb37550-250820T090352-x86_64-linux")[0m
2025-08-20T21:21:36.5860422Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:21:02Z")[0m
2025-08-20T21:21:36.5860925Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-fb37550-250820T090352")[0m
2025-08-20T21:21:36.5861534Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:21:02Z")[0m
2025-08-20T21:21:36.5862237Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server")[0m
2025-08-20T21:21:36.5862912Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:21:36.5863606Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-fb37550-250820T090352")[0m
2025-08-20T21:21:36.5864339Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-fb37550-250820T090352")[0m
2025-08-20T21:21:36.5865108Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server")[0m
2025-08-20T21:21:36.5865825Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-iroh")[0m
2025-08-20T21:21:36.5866375Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/n0-computer/iroh")[0m
2025-08-20T21:21:36.5866917Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:21:36.5867438Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-fb37550-250820T090352")[0m
2025-08-20T21:21:36.5867941Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:21:36.5868507Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:21:36.5868944Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:21:36.5869198Z [36;1m         #Check[0m
2025-08-20T21:21:36.5869788Z [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-20T21:21:02Z" ]]; then[0m
2025-08-20T21:21:36.5870509Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:21:36.5870861Z [36;1m            break[0m
2025-08-20T21:21:36.5871069Z [36;1m          else[0m
2025-08-20T21:21:36.5871471Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:21:36.5871898Z [36;1m          fi[0m
2025-08-20T21:21:36.5872122Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:21:36.5872377Z [36;1m        done[0m
2025-08-20T21:21:36.5872562Z [36;1m       }[0m
2025-08-20T21:21:36.5872769Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:21:36.5873211Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:21:36.5873814Z [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-20T21:21:02Z" ]]; then[0m
2025-08-20T21:21:36.5874590Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:21:36.5875007Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:21:36.5875264Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:21:36.5875879Z [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-20T21:21:02Z" ]]; then[0m
2025-08-20T21:21:36.5876627Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:21:36.5877144Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:21:36.5877541Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:21:36.5877775Z [36;1m           fi[0m
2025-08-20T21:21:36.5878050Z [36;1m       fi[0m
2025-08-20T21:21:36.5878235Z [36;1m   fi[0m
2025-08-20T21:21:36.5878410Z [36;1m fi[0m
2025-08-20T21:21:36.5878598Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:21:36.6152601Z shell: /usr/bin/bash -e {0}
2025-08-20T21:21:36.6152875Z env:
2025-08-20T21:21:36.6153263Z   CROSS_COMPILING: NO
2025-08-20T21:21:36.6153517Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:36.6153791Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:36.6154048Z   ON_QEMU: NO
2025-08-20T21:21:36.6154252Z   DEBUG: 0
2025-08-20T21:21:36.6154465Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:36.6154748Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:36.6155090Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:21:36.6155601Z   KEEP_LOGS: YES
2025-08-20T21:21:36.6155829Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:36.6156080Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:21:36.6156333Z   SBUILD_REBUILD: false
2025-08-20T21:21:36.6156972Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:21:36.6157669Z   BUILD_SYS: docker://rust
2025-08-20T21:21:36.6157929Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:36.6158164Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:36.6158392Z   SYSTMP: /tmp
2025-08-20T21:21:36.6158602Z   GHA_MODE: MATRIX
2025-08-20T21:21:36.6159123Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:36.6159749Z   INPUT_SBUILD: /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:21:36.6160202Z   BUILD_DIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml
2025-08-20T21:21:36.6160666Z   SBUILD_OUTDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:36.6161239Z   SBUILD_TMPDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:21:36.6161699Z   PKG_TYPE: static
2025-08-20T21:21:36.6161929Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:21:36.6162198Z   SBUILD_PKGVER: HEAD-fb37550-250820T090352
2025-08-20T21:21:36.6162649Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108160687
2025-08-20T21:21:36.6163320Z   BUILD_ID: 17108160687
2025-08-20T21:21:36.6163575Z   PKG_NAME: iroh-dns-server
2025-08-20T21:21:36.6163840Z   PKG_DATE: 2025-08-20T21:21:02Z
2025-08-20T21:21:36.6164126Z   PKG_VERSION: HEAD-fb37550-250820T090352
2025-08-20T21:21:36.6164428Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:21:36.6164799Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server
2025-08-20T21:21:36.6165256Z   GHCRPKG_TAG: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:36.6165814Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server
2025-08-20T21:21:36.6166382Z   PKG_SRCURL: https://github.com/n0-computer/iroh
2025-08-20T21:21:36.6166713Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:21:36.6167146Z   GHCR_TOKEN: ***
2025-08-20T21:21:36.6167485Z   GITHUB_TOKEN: ***
2025-08-20T21:21:36.6167756Z   GITLAB_TOKEN: ***
2025-08-20T21:21:36.6169146Z   MINISIGN_KEY: ***
2025-08-20T21:21:36.6169370Z ##[endgroup]
2025-08-20T21:21:36.6258781Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:21:36.6269180Z 320M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:21:36.6282390Z total 31M
2025-08-20T21:21:36.6282743Z 4.0K CHECKSUM
2025-08-20T21:21:36.6283363Z 4.0K CHECKSUM.sig
2025-08-20T21:21:36.6283741Z 4.0K LICENSE
2025-08-20T21:21:36.6284084Z 4.0K LICENSE.sig
2025-08-20T21:21:36.6284491Z 8.0K SBUILD
2025-08-20T21:21:36.6284855Z 4.0K SBUILD.sig
2025-08-20T21:21:36.6285273Z 4.0K SBUILD_TEMP
2025-08-20T21:21:36.6285705Z  12M iroh-bulk
2025-08-20T21:21:36.6286154Z 4.0K iroh-bulk.json
2025-08-20T21:21:36.6286628Z 4.0K iroh-bulk.json.sig
2025-08-20T21:21:36.6287114Z 2.9M iroh-bulk.log
2025-08-20T21:21:36.6287585Z 4.0K iroh-bulk.log.sig
2025-08-20T21:21:36.6288080Z  40K iroh-bulk.png
2025-08-20T21:21:36.6288503Z 4.0K iroh-bulk.sig
2025-08-20T21:21:36.6288946Z 4.0K iroh-bulk.version
2025-08-20T21:21:36.6289446Z 4.0K iroh-bulk.version.sig
2025-08-20T21:21:36.6290072Z 9.7M iroh-dns-server
2025-08-20T21:21:36.6290575Z 4.0K iroh-dns-server.json
2025-08-20T21:21:36.6291168Z 4.0K iroh-dns-server.json.sig
2025-08-20T21:21:36.6291681Z 2.9M iroh-dns-server.log
2025-08-20T21:21:36.6292153Z 4.0K iroh-dns-server.log.sig
2025-08-20T21:21:36.6292621Z  40K iroh-dns-server.png
2025-08-20T21:21:36.6293222Z 4.0K iroh-dns-server.sig
2025-08-20T21:21:36.6293668Z 4.0K iroh-dns-server.version
2025-08-20T21:21:36.6294033Z 4.0K iroh-dns-server.version.sig
2025-08-20T21:21:36.6294335Z 2.9M iroh.static.log
2025-08-20T21:21:36.6294590Z 4.0K iroh.static.version
2025-08-20T21:21:36.6294876Z 4.0K iroh.static.version.sig
2025-08-20T21:21:36.6295152Z 4.0K iroh.version
2025-08-20T21:21:36.6295390Z 4.0K iroh.version.sig
2025-08-20T21:21:37.3032089Z Uploading c5be345336a9 BUILD_ARTIFACTS.zstd
2025-08-20T21:21:43.5653322Z Uploaded  c5be345336a9 BUILD_ARTIFACTS.zstd
2025-08-20T21:21:43.5654289Z Uploading 14d58a987b75 SRCBUILD-iroh
2025-08-20T21:21:43.8768033Z Uploaded  14d58a987b75 SRCBUILD-iroh
2025-08-20T21:21:43.8769683Z Pushed [registry] ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687:HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:43.8771288Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:21:43.8772058Z Digest: sha256:14d58a987b75b56b50ac1c51385f54824bc4f4ca2cb0d96195f265dbaaa0d3d9
2025-08-20T21:21:49.2600179Z 
2025-08-20T21:21:49.2601101Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687
2025-08-20T21:21:49.2601693Z 
2025-08-20T21:21:49.6404751Z ##[group]Run ##Presets
2025-08-20T21:21:49.6405141Z [36;1m##Presets[0m
2025-08-20T21:21:49.6405351Z [36;1mset +x ; set +e[0m
2025-08-20T21:21:49.6405569Z [36;1m#-------------#[0m
2025-08-20T21:21:49.6405783Z [36;1m##Debug?[0m
2025-08-20T21:21:49.6406025Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:21:49.6406346Z [36;1m  set -x[0m
2025-08-20T21:21:49.6406538Z [36;1mfi[0m
2025-08-20T21:21:49.6406730Z [36;1m#-------------#[0m
2025-08-20T21:21:49.6407004Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:21:49.6407356Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:21:49.6456843Z shell: /usr/bin/bash -e {0}
2025-08-20T21:21:49.6457095Z env:
2025-08-20T21:21:49.6457293Z   CROSS_COMPILING: NO
2025-08-20T21:21:49.6457528Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:49.6457773Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:49.6458010Z   ON_QEMU: NO
2025-08-20T21:21:49.6458236Z   DEBUG: 0
2025-08-20T21:21:49.6458438Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:49.6458691Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:49.6459003Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:21:49.6459337Z   KEEP_LOGS: YES
2025-08-20T21:21:49.6459553Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:49.6459789Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:21:49.6460019Z   SBUILD_REBUILD: false
2025-08-20T21:21:49.6460618Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:21:49.6461263Z   BUILD_SYS: docker://rust
2025-08-20T21:21:49.6461505Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:49.6461725Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:49.6461937Z   SYSTMP: /tmp
2025-08-20T21:21:49.6462135Z   GHA_MODE: MATRIX
2025-08-20T21:21:49.6462623Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:49.6463414Z   INPUT_SBUILD: /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:21:49.6463778Z   BUILD_DIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml
2025-08-20T21:21:49.6464203Z   SBUILD_OUTDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:49.6464743Z   SBUILD_TMPDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:21:49.6465176Z   PKG_TYPE: static
2025-08-20T21:21:49.6465386Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:21:49.6465632Z   SBUILD_PKGVER: HEAD-fb37550-250820T090352
2025-08-20T21:21:49.6466169Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108160687
2025-08-20T21:21:49.6466578Z   BUILD_ID: 17108160687
2025-08-20T21:21:49.6466805Z   PKG_NAME: iroh-dns-server
2025-08-20T21:21:49.6467051Z   PKG_DATE: 2025-08-20T21:21:02Z
2025-08-20T21:21:49.6467323Z   PKG_VERSION: HEAD-fb37550-250820T090352
2025-08-20T21:21:49.6467606Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:21:49.6467957Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server
2025-08-20T21:21:49.6468385Z   GHCRPKG_TAG: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:49.6468917Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server
2025-08-20T21:21:49.6469444Z   PKG_SRCURL: https://github.com/n0-computer/iroh
2025-08-20T21:21:49.6469716Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:21:49.6469991Z   GHCRPKG_TAG_SRCBUILD: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:49.6470467Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687
2025-08-20T21:21:49.6470862Z ##[endgroup]
2025-08-20T21:21:49.6613449Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:21:49.6613750Z with:
2025-08-20T21:21:49.6613950Z   name: Bincache_iroh_x86_64-Linux
2025-08-20T21:21:49.6614244Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:21:49.6614538Z   compression-level: 0
2025-08-20T21:21:49.6614748Z   retention-days: 30
2025-08-20T21:21:49.6614942Z   overwrite: true
2025-08-20T21:21:49.6615138Z   if-no-files-found: warn
2025-08-20T21:21:49.6615355Z   include-hidden-files: false
2025-08-20T21:21:49.6615707Z env:
2025-08-20T21:21:49.6615870Z   CROSS_COMPILING: NO
2025-08-20T21:21:49.6616071Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:49.6616290Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:49.6616497Z   ON_QEMU: NO
2025-08-20T21:21:49.6616666Z   DEBUG: 0
2025-08-20T21:21:49.6616842Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:49.6617057Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:49.6617341Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:21:49.6617657Z   KEEP_LOGS: YES
2025-08-20T21:21:49.6617850Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:49.6618051Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:21:49.6618255Z   SBUILD_REBUILD: false
2025-08-20T21:21:49.6618774Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:21:49.6619328Z   BUILD_SYS: docker://rust
2025-08-20T21:21:49.6619546Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:49.6619740Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:49.6619931Z   SYSTMP: /tmp
2025-08-20T21:21:49.6620109Z   GHA_MODE: MATRIX
2025-08-20T21:21:49.6620538Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:49.6621061Z   INPUT_SBUILD: /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:21:49.6621386Z   BUILD_DIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml
2025-08-20T21:21:49.6621762Z   SBUILD_OUTDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:49.6622232Z   SBUILD_TMPDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:21:49.6631019Z   PKG_TYPE: static
2025-08-20T21:21:49.6631285Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:21:49.6631537Z   SBUILD_PKGVER: HEAD-fb37550-250820T090352
2025-08-20T21:21:49.6631952Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108160687
2025-08-20T21:21:49.6632330Z   BUILD_ID: 17108160687
2025-08-20T21:21:49.6632544Z   PKG_NAME: iroh-dns-server
2025-08-20T21:21:49.6632777Z   PKG_DATE: 2025-08-20T21:21:02Z
2025-08-20T21:21:49.6633195Z   PKG_VERSION: HEAD-fb37550-250820T090352
2025-08-20T21:21:49.6633457Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:21:49.6633776Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server
2025-08-20T21:21:49.6634162Z   GHCRPKG_TAG: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:49.6634628Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server
2025-08-20T21:21:49.6635213Z   PKG_SRCURL: https://github.com/n0-computer/iroh
2025-08-20T21:21:49.6635508Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:21:49.6635787Z   GHCRPKG_TAG_SRCBUILD: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:49.6636255Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687
2025-08-20T21:21:49.6636665Z   UTC_TIME: 2025_08_20T09_21_49_PM
2025-08-20T21:21:49.6636893Z ##[endgroup]
2025-08-20T21:21:49.9902479Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:21:49.9905879Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:21:49.9908060Z With the provided path, there will be 2 files uploaded
2025-08-20T21:21:50.2593109Z Artifact name is valid!
2025-08-20T21:21:50.2593797Z Root directory input is valid!
2025-08-20T21:21:50.3513693Z Beginning upload of artifact content to blob storage
2025-08-20T21:21:51.2751522Z Uploaded bytes 8388608
2025-08-20T21:21:51.3505415Z Uploaded bytes 16777216
2025-08-20T21:21:51.4033960Z Uploaded bytes 25165824
2025-08-20T21:21:51.4567817Z Uploaded bytes 33554432
2025-08-20T21:21:51.5579150Z Uploaded bytes 41943040
2025-08-20T21:21:51.6055875Z Uploaded bytes 50331648
2025-08-20T21:21:51.6863835Z Uploaded bytes 58720256
2025-08-20T21:21:51.7598245Z Uploaded bytes 67108864
2025-08-20T21:21:51.8590317Z Uploaded bytes 75497472
2025-08-20T21:21:51.9472596Z Uploaded bytes 83886080
2025-08-20T21:21:51.9928550Z Uploaded bytes 92274688
2025-08-20T21:21:52.1211710Z Uploaded bytes 100663296
2025-08-20T21:21:52.1875037Z Uploaded bytes 109051904
2025-08-20T21:21:52.2306632Z Uploaded bytes 117440512
2025-08-20T21:21:52.2634150Z Uploaded bytes 125829120
2025-08-20T21:21:52.4718342Z Uploaded bytes 134217728
2025-08-20T21:21:52.5230044Z Uploaded bytes 142606336
2025-08-20T21:21:52.5907078Z Uploaded bytes 150994944
2025-08-20T21:21:52.6050672Z Uploaded bytes 159383552
2025-08-20T21:21:52.7893389Z Uploaded bytes 167772160
2025-08-20T21:21:52.8338559Z Uploaded bytes 176160768
2025-08-20T21:21:52.8738025Z Uploaded bytes 184549376
2025-08-20T21:21:52.8828185Z Uploaded bytes 192937984
2025-08-20T21:21:53.0544023Z Uploaded bytes 201326592
2025-08-20T21:21:53.1363420Z Uploaded bytes 209715200
2025-08-20T21:21:53.1620939Z Uploaded bytes 218103808
2025-08-20T21:21:53.2159866Z Uploaded bytes 226492416
2025-08-20T21:21:53.3183291Z Uploaded bytes 234881024
2025-08-20T21:21:53.4359106Z Uploaded bytes 243269632
2025-08-20T21:21:53.4464289Z Uploaded bytes 251658240
2025-08-20T21:21:53.5169048Z Uploaded bytes 260046848
2025-08-20T21:21:53.6516099Z Uploaded bytes 268435456
2025-08-20T21:21:53.7447049Z Uploaded bytes 276824064
2025-08-20T21:21:53.7572186Z Uploaded bytes 285212672
2025-08-20T21:21:53.8393509Z Uploaded bytes 293601280
2025-08-20T21:21:53.9507057Z Uploaded bytes 301989888
2025-08-20T21:21:53.9748454Z Uploaded bytes 310378496
2025-08-20T21:21:54.0367387Z Uploaded bytes 318767104
2025-08-20T21:21:54.0999767Z Uploaded bytes 327155712
2025-08-20T21:21:54.2259261Z Uploaded bytes 335544320
2025-08-20T21:21:54.4142426Z Uploaded bytes 338756872
2025-08-20T21:21:54.4859562Z Finished uploading artifact content to blob storage!
2025-08-20T21:21:54.4863665Z SHA256 digest of uploaded artifact zip is e5f8cb27c22fd030c1449dde37b932757c1a0b8282f3402601c4ddb225830970
2025-08-20T21:21:54.4866176Z Finalizing artifact upload
2025-08-20T21:21:54.6290952Z Artifact Bincache_iroh_x86_64-Linux.zip successfully finalized. Artifact ID 3813344831
2025-08-20T21:21:54.6292217Z Artifact Bincache_iroh_x86_64-Linux has been successfully uploaded! Final size is 338756872 bytes. Artifact ID is 3813344831
2025-08-20T21:21:54.6299167Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108160687/artifacts/3813344831
2025-08-20T21:21:54.6542364Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:21:54.6542689Z with:
2025-08-20T21:21:54.6543129Z   subject-name: iroh-17108160687-HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:54.6544096Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:21:54.6544813Z   show-summary: true
2025-08-20T21:21:54.6545027Z   push-to-registry: false
2025-08-20T21:21:54.6545382Z   github-token: ***
2025-08-20T21:21:54.6545584Z env:
2025-08-20T21:21:54.6545761Z   CROSS_COMPILING: NO
2025-08-20T21:21:54.6545979Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:54.6546206Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:54.6546432Z   ON_QEMU: NO
2025-08-20T21:21:54.6546610Z   DEBUG: 0
2025-08-20T21:21:54.6546795Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:54.6547025Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:54.6547339Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:21:54.6547635Z   KEEP_LOGS: YES
2025-08-20T21:21:54.6547833Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:54.6548047Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:21:54.6548253Z   SBUILD_REBUILD: false
2025-08-20T21:21:54.6548786Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:21:54.6549353Z   BUILD_SYS: docker://rust
2025-08-20T21:21:54.6549578Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:54.6549780Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:54.6549977Z   SYSTMP: /tmp
2025-08-20T21:21:54.6550163Z   GHA_MODE: MATRIX
2025-08-20T21:21:54.6550605Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:54.6551215Z   INPUT_SBUILD: /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:21:54.6551540Z   BUILD_DIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml
2025-08-20T21:21:54.6551927Z   SBUILD_OUTDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:54.6552404Z   SBUILD_TMPDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:21:54.6552785Z   PKG_TYPE: static
2025-08-20T21:21:54.6553189Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:21:54.6553517Z   SBUILD_PKGVER: HEAD-fb37550-250820T090352
2025-08-20T21:21:54.6553907Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108160687
2025-08-20T21:21:54.6554275Z   BUILD_ID: 17108160687
2025-08-20T21:21:54.6554483Z   PKG_NAME: iroh-dns-server
2025-08-20T21:21:54.6554714Z   PKG_DATE: 2025-08-20T21:21:02Z
2025-08-20T21:21:54.6554960Z   PKG_VERSION: HEAD-fb37550-250820T090352
2025-08-20T21:21:54.6555216Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:21:54.6555533Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server
2025-08-20T21:21:54.6555911Z   GHCRPKG_TAG: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:54.6556381Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server
2025-08-20T21:21:54.6556850Z   PKG_SRCURL: https://github.com/n0-computer/iroh
2025-08-20T21:21:54.6557132Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:21:54.6557408Z   GHCRPKG_TAG_SRCBUILD: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:54.6557872Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687
2025-08-20T21:21:54.6558282Z   UTC_TIME: 2025_08_20T09_21_49_PM
2025-08-20T21:21:54.6558525Z ##[endgroup]
2025-08-20T21:21:54.6629479Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:21:54.6629922Z env:
2025-08-20T21:21:54.6630104Z   CROSS_COMPILING: NO
2025-08-20T21:21:54.6630328Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:54.6630568Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:54.6630788Z   ON_QEMU: NO
2025-08-20T21:21:54.6630963Z   DEBUG: 0
2025-08-20T21:21:54.6631146Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:54.6631549Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:54.6631847Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:21:54.6632145Z   KEEP_LOGS: YES
2025-08-20T21:21:54.6632402Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:54.6632610Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:21:54.6632818Z   SBUILD_REBUILD: false
2025-08-20T21:21:54.6633675Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:21:54.6634264Z   BUILD_SYS: docker://rust
2025-08-20T21:21:54.6634483Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:54.6634681Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:54.6634876Z   SYSTMP: /tmp
2025-08-20T21:21:54.6635057Z   GHA_MODE: MATRIX
2025-08-20T21:21:54.6635502Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:54.6636027Z   INPUT_SBUILD: /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:21:54.6636359Z   BUILD_DIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml
2025-08-20T21:21:54.6636742Z   SBUILD_OUTDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:54.6637227Z   SBUILD_TMPDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:21:54.6637610Z   PKG_TYPE: static
2025-08-20T21:21:54.6637801Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:21:54.6638030Z   SBUILD_PKGVER: HEAD-fb37550-250820T090352
2025-08-20T21:21:54.6638418Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108160687
2025-08-20T21:21:54.6638785Z   BUILD_ID: 17108160687
2025-08-20T21:21:54.6638992Z   PKG_NAME: iroh-dns-server
2025-08-20T21:21:54.6639221Z   PKG_DATE: 2025-08-20T21:21:02Z
2025-08-20T21:21:54.6639473Z   PKG_VERSION: HEAD-fb37550-250820T090352
2025-08-20T21:21:54.6639827Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:21:54.6640140Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server
2025-08-20T21:21:54.6640528Z   GHCRPKG_TAG: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:54.6641002Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server
2025-08-20T21:21:54.6641473Z   PKG_SRCURL: https://github.com/n0-computer/iroh
2025-08-20T21:21:54.6641757Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:21:54.6642033Z   GHCRPKG_TAG_SRCBUILD: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:54.6642504Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687
2025-08-20T21:21:54.6642916Z   UTC_TIME: 2025_08_20T09_21_49_PM
2025-08-20T21:21:54.6643258Z ##[endgroup]
2025-08-20T21:21:55.4487423Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:21:55.4487771Z with:
2025-08-20T21:21:55.4488429Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:21:55.4489285Z   subject-name: iroh-17108160687-HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:55.4489697Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:21:55.4492366Z   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/17108160687/attempts/1"}}}
2025-08-20T21:21:55.4495265Z   push-to-registry: false
2025-08-20T21:21:55.4495504Z   show-summary: true
2025-08-20T21:21:55.4496053Z   github-token: ***
2025-08-20T21:21:55.4496263Z env:
2025-08-20T21:21:55.4496440Z   CROSS_COMPILING: NO
2025-08-20T21:21:55.4496660Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:55.4496972Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:55.4497190Z   ON_QEMU: NO
2025-08-20T21:21:55.4497369Z   DEBUG: 0
2025-08-20T21:21:55.4497554Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:55.4497789Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:55.4498074Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:21:55.4498370Z   KEEP_LOGS: YES
2025-08-20T21:21:55.4498569Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:55.4498783Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:21:55.4498990Z   SBUILD_REBUILD: false
2025-08-20T21:21:55.4499518Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:21:55.4500092Z   BUILD_SYS: docker://rust
2025-08-20T21:21:55.4500316Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:55.4500524Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:55.4500762Z   SYSTMP: /tmp
2025-08-20T21:21:55.4500954Z   GHA_MODE: MATRIX
2025-08-20T21:21:55.4501392Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:55.4501918Z   INPUT_SBUILD: /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:21:55.4502247Z   BUILD_DIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml
2025-08-20T21:21:55.4502633Z   SBUILD_OUTDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:55.4503275Z   SBUILD_TMPDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:21:55.4503664Z   PKG_TYPE: static
2025-08-20T21:21:55.4503860Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:21:55.4504189Z   SBUILD_PKGVER: HEAD-fb37550-250820T090352
2025-08-20T21:21:55.4504575Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108160687
2025-08-20T21:21:55.4504943Z   BUILD_ID: 17108160687
2025-08-20T21:21:55.4505159Z   PKG_NAME: iroh-dns-server
2025-08-20T21:21:55.4505390Z   PKG_DATE: 2025-08-20T21:21:02Z
2025-08-20T21:21:55.4505647Z   PKG_VERSION: HEAD-fb37550-250820T090352
2025-08-20T21:21:55.4505913Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:21:55.4506250Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server
2025-08-20T21:21:55.4506637Z   GHCRPKG_TAG: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:55.4507109Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server
2025-08-20T21:21:55.4507589Z   PKG_SRCURL: https://github.com/n0-computer/iroh
2025-08-20T21:21:55.4507872Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:21:55.4508153Z   GHCRPKG_TAG_SRCBUILD: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:55.4508643Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687
2025-08-20T21:21:55.4509052Z   UTC_TIME: 2025_08_20T09_21_49_PM
2025-08-20T21:21:55.4509287Z ##[endgroup]
2025-08-20T21:21:57.8695124Z Attestation created for 23 subjects
2025-08-20T21:21:57.8699775Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:21:57.8700464Z -----BEGIN CERTIFICATE-----
2025-08-20T21:21:57.8701035Z MIIG8TCCBnagAwIBAgIUQOU2MUi7Kbv2JoVyHEFvVHf3PV8wCgYIKoZIzj0EAwMw
2025-08-20T21:21:57.8701800Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:21:57.8702557Z cm1lZGlhdGUwHhcNMjUwODIwMjEyMTU2WhcNMjUwODIwMjEzMTU2WjAAMFkwEwYH
2025-08-20T21:21:57.8703456Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE100Es6MiWm+M3CWoWYw8k3FzrZb1b4Ol4pzj
2025-08-20T21:21:57.8704032Z hC1qQ8GbHvSvL3bVkcx83E+fGJsF2nVWXtwTWi/6hL6ovpbuK6OCBZUwggWRMA4G
2025-08-20T21:21:57.8704501Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUtKOR
2025-08-20T21:21:57.8704999Z zbg1nZA93YQEtdrzIGGNf1EwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:21:57.8705466Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:21:57.8706160Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:21:57.8706840Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:21:57.8707322Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:21:57.8707890Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:21:57.8708360Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:21:57.8708839Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:21:57.8709320Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:21:57.8709996Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:21:57.8710462Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:21:57.8710939Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:21:57.8711417Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:21:57.8711897Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:21:57.8712376Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:21:57.8712859Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:21:57.8713579Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:21:57.8714237Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:21:57.8714788Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:21:57.8715265Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:21:57.8715887Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:21:57.8716367Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:21:57.8716970Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:21:57.8717447Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:21:57.8717920Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MTYwNjg3L2F0
2025-08-20T21:21:57.8718399Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T21:21:57.8718880Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJXCjR
2025-08-20T21:21:57.8719341Z AAAEAwBIMEYCIQCgZShzO/ym0wKevW7Q6Xb5oHZWeRaq0GZjDdshyLM+0QIhAOHs
2025-08-20T21:21:57.8719786Z UW6OV/NI9Q3FzBX3D0YICDeg7m9c9ahS7y/WTnbmMAoGCCqGSM49BAMDA2kAMGYC
2025-08-20T21:21:57.8720251Z MQDKUlSW+NVkKOyQxE8qQGn2AHu0ufU6KoHTDx7F3DqtxT/LVt2S0Sp5J8Q2Rnro
2025-08-20T21:21:57.8720727Z ZUECMQDXOw/BAT6Ve1gWQFsvnuhFYMGlkLbIIT2HP8UGBC9NCJf9dDvXEWIiuc++
2025-08-20T21:21:57.8721080Z L80dfnw=
2025-08-20T21:21:57.8721278Z -----END CERTIFICATE-----
2025-08-20T21:21:57.8721428Z 
2025-08-20T21:21:57.8721794Z ##[endgroup]
2025-08-20T21:21:57.8722188Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:21:57.8722596Z https://search.sigstore.dev?logIndex=414385250
2025-08-20T21:21:57.8723125Z [36mAttestation uploaded to repository[39m
2025-08-20T21:21:57.8723477Z https://github.com/pkgforge/bincache/attestations/9873934
2025-08-20T21:21:57.9549023Z ##[group]Run ##Presets
2025-08-20T21:21:57.9549292Z [36;1m##Presets[0m
2025-08-20T21:21:57.9549516Z [36;1mset +x ; set +e[0m
2025-08-20T21:21:57.9549735Z [36;1m#-------------#[0m
2025-08-20T21:21:57.9549949Z [36;1m##Debug?[0m
2025-08-20T21:21:57.9550202Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:21:57.9550500Z [36;1m  set -x[0m
2025-08-20T21:21:57.9550687Z [36;1mfi[0m
2025-08-20T21:21:57.9550872Z [36;1m#-------------#[0m
2025-08-20T21:21:57.9551188Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:21:57.9551710Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/iroh/official"[0m
2025-08-20T21:21:57.9552133Z [36;1m exit 1[0m
2025-08-20T21:21:57.9552323Z [36;1mfi[0m
2025-08-20T21:21:57.9600660Z shell: /usr/bin/bash -e {0}
2025-08-20T21:21:57.9600902Z env:
2025-08-20T21:21:57.9601093Z   CROSS_COMPILING: NO
2025-08-20T21:21:57.9601354Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:57.9601603Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:57.9601941Z   ON_QEMU: NO
2025-08-20T21:21:57.9602133Z   DEBUG: 0
2025-08-20T21:21:57.9602330Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:57.9602575Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:57.9602878Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:21:57.9603368Z   KEEP_LOGS: YES
2025-08-20T21:21:57.9614064Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:57.9614366Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:21:57.9614608Z   SBUILD_REBUILD: false
2025-08-20T21:21:57.9615188Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:21:57.9615823Z   BUILD_SYS: docker://rust
2025-08-20T21:21:57.9616060Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:57.9616272Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:57.9616488Z   SYSTMP: /tmp
2025-08-20T21:21:57.9616683Z   GHA_MODE: MATRIX
2025-08-20T21:21:57.9617163Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:57.9617737Z   INPUT_SBUILD: /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:21:57.9618104Z   BUILD_DIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml
2025-08-20T21:21:57.9618749Z   SBUILD_OUTDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:57.9619381Z   SBUILD_TMPDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:21:57.9619800Z   PKG_TYPE: static
2025-08-20T21:21:57.9620010Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:21:57.9620255Z   SBUILD_PKGVER: HEAD-fb37550-250820T090352
2025-08-20T21:21:57.9620803Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108160687
2025-08-20T21:21:57.9621201Z   BUILD_ID: 17108160687
2025-08-20T21:21:57.9621421Z   PKG_NAME: iroh-dns-server
2025-08-20T21:21:57.9621662Z   PKG_DATE: 2025-08-20T21:21:02Z
2025-08-20T21:21:57.9621931Z   PKG_VERSION: HEAD-fb37550-250820T090352
2025-08-20T21:21:57.9622211Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:21:57.9622545Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server
2025-08-20T21:21:57.9623118Z   GHCRPKG_TAG: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:57.9623627Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server
2025-08-20T21:21:57.9624131Z   PKG_SRCURL: https://github.com/n0-computer/iroh
2025-08-20T21:21:57.9624435Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:21:57.9624730Z   GHCRPKG_TAG_SRCBUILD: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:57.9625234Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687
2025-08-20T21:21:57.9625681Z   UTC_TIME: 2025_08_20T09_21_49_PM
2025-08-20T21:21:57.9625916Z ##[endgroup]
2025-08-20T21:21:57.9715016Z ##[group]Run ##Presets
2025-08-20T21:21:57.9715283Z [36;1m##Presets[0m
2025-08-20T21:21:57.9715492Z [36;1mset +x ; set +e[0m
2025-08-20T21:21:57.9715707Z [36;1m#-------------#[0m
2025-08-20T21:21:57.9715913Z [36;1m##Debug?[0m
2025-08-20T21:21:57.9716170Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:21:57.9716471Z [36;1m  set -x[0m
2025-08-20T21:21:57.9716656Z [36;1mfi[0m
2025-08-20T21:21:57.9716838Z [36;1m#-------------#[0m
2025-08-20T21:21:57.9717080Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:21:57.9717531Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/iroh/official"[0m
2025-08-20T21:21:57.9717949Z [36;1m exit 1[0m
2025-08-20T21:21:57.9718141Z [36;1mfi[0m
2025-08-20T21:21:57.9761070Z shell: /usr/bin/bash -e {0}
2025-08-20T21:21:57.9761319Z env:
2025-08-20T21:21:57.9761504Z   CROSS_COMPILING: NO
2025-08-20T21:21:57.9761731Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:57.9761997Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:57.9762220Z   ON_QEMU: NO
2025-08-20T21:21:57.9762396Z   DEBUG: 0
2025-08-20T21:21:57.9762579Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:57.9762809Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:57.9763291Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:21:57.9763708Z   KEEP_LOGS: YES
2025-08-20T21:21:57.9763908Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:57.9764120Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:21:57.9764326Z   SBUILD_REBUILD: false
2025-08-20T21:21:57.9764857Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:21:57.9765420Z   BUILD_SYS: docker://rust
2025-08-20T21:21:57.9765647Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:57.9765849Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:57.9766054Z   SYSTMP: /tmp
2025-08-20T21:21:57.9766238Z   GHA_MODE: MATRIX
2025-08-20T21:21:57.9766677Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:57.9767188Z   INPUT_SBUILD: /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:21:57.9767510Z   BUILD_DIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml
2025-08-20T21:21:57.9767891Z   SBUILD_OUTDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:57.9768372Z   SBUILD_TMPDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:21:57.9768747Z   PKG_TYPE: static
2025-08-20T21:21:57.9768942Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:21:57.9769179Z   SBUILD_PKGVER: HEAD-fb37550-250820T090352
2025-08-20T21:21:57.9769562Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108160687
2025-08-20T21:21:57.9769927Z   BUILD_ID: 17108160687
2025-08-20T21:21:57.9770137Z   PKG_NAME: iroh-dns-server
2025-08-20T21:21:57.9770453Z   PKG_DATE: 2025-08-20T21:21:02Z
2025-08-20T21:21:57.9770703Z   PKG_VERSION: HEAD-fb37550-250820T090352
2025-08-20T21:21:57.9770965Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:21:57.9771277Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server
2025-08-20T21:21:57.9771657Z   GHCRPKG_TAG: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:57.9772120Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server
2025-08-20T21:21:57.9772592Z   PKG_SRCURL: https://github.com/n0-computer/iroh
2025-08-20T21:21:57.9772878Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:21:57.9773334Z   GHCRPKG_TAG_SRCBUILD: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:57.9773807Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687
2025-08-20T21:21:57.9774215Z   UTC_TIME: 2025_08_20T09_21_49_PM
2025-08-20T21:21:57.9774443Z ##[endgroup]
2025-08-20T21:21:57.9858394Z ##[group]Run ##Presets
2025-08-20T21:21:57.9858657Z [36;1m##Presets[0m
2025-08-20T21:21:57.9858879Z [36;1mset +x ; set +e[0m
2025-08-20T21:21:57.9859096Z [36;1m#-------------#[0m
2025-08-20T21:21:57.9859306Z [36;1m##Debug?[0m
2025-08-20T21:21:57.9859557Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:21:57.9859853Z [36;1m  set -x[0m
2025-08-20T21:21:57.9860047Z [36;1mfi[0m
2025-08-20T21:21:57.9860229Z [36;1m#-------------#[0m
2025-08-20T21:21:57.9860582Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:21:57.9860982Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:21:57.9861299Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:21:57.9861571Z [36;1mfi[0m
2025-08-20T21:21:57.9904711Z shell: /usr/bin/bash -e {0}
2025-08-20T21:21:57.9904952Z env:
2025-08-20T21:21:57.9905138Z   CROSS_COMPILING: NO
2025-08-20T21:21:57.9905400Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:57.9905633Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:57.9905854Z   ON_QEMU: NO
2025-08-20T21:21:57.9906034Z   DEBUG: 0
2025-08-20T21:21:57.9906220Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:57.9906449Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:57.9906745Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/iroh/official
2025-08-20T21:21:57.9907051Z   KEEP_LOGS: YES
2025-08-20T21:21:57.9907251Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:57.9907469Z   PKG_FAMILY_LOCAL: iroh
2025-08-20T21:21:57.9907798Z   SBUILD_REBUILD: false
2025-08-20T21:21:57.9908339Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/iroh/static.official.source.yaml
2025-08-20T21:21:57.9908918Z   BUILD_SYS: docker://rust
2025-08-20T21:21:57.9909146Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:57.9909356Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:57.9909556Z   SYSTMP: /tmp
2025-08-20T21:21:57.9909743Z   GHA_MODE: MATRIX
2025-08-20T21:21:57.9910186Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:57.9910704Z   INPUT_SBUILD: /tmp/pkgforge/AXxqXKbbE_build.yaml
2025-08-20T21:21:57.9911033Z   BUILD_DIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml
2025-08-20T21:21:57.9911424Z   SBUILD_OUTDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:21:57.9911904Z   SBUILD_TMPDIR: /tmp/pkgforge/FQk6Im4_AxqKbbE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:21:57.9912290Z   PKG_TYPE: static
2025-08-20T21:21:57.9912493Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:21:57.9912732Z   SBUILD_PKGVER: HEAD-fb37550-250820T090352
2025-08-20T21:21:57.9913343Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108160687
2025-08-20T21:21:57.9913714Z   BUILD_ID: 17108160687
2025-08-20T21:21:57.9913931Z   PKG_NAME: iroh-dns-server
2025-08-20T21:21:57.9914158Z   PKG_DATE: 2025-08-20T21:21:02Z
2025-08-20T21:21:57.9914417Z   PKG_VERSION: HEAD-fb37550-250820T090352
2025-08-20T21:21:57.9914681Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:21:57.9915006Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/iroh/official/iroh-dns-server
2025-08-20T21:21:57.9915491Z   GHCRPKG_TAG: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:57.9915963Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/iroh/official/iroh-dns-server
2025-08-20T21:21:57.9916440Z   PKG_SRCURL: https://github.com/n0-computer/iroh
2025-08-20T21:21:57.9916723Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:21:57.9917008Z   GHCRPKG_TAG_SRCBUILD: HEAD-fb37550-250820T090352-x86_64-linux
2025-08-20T21:21:57.9917477Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/iroh/official/iroh-srcbuild-17108160687
2025-08-20T21:21:57.9917886Z   UTC_TIME: 2025_08_20T09_21_49_PM
2025-08-20T21:21:57.9918116Z ##[endgroup]
2025-08-20T21:21:57.9989922Z EXITED
2025-08-20T21:21:58.0032134Z Cleaning up orphan processes
