﻿2025-08-20T19:42:37.3251623Z Current runner version: '2.328.0'
2025-08-20T19:42:37.3287120Z ##[group]Runner Image Provisioner
2025-08-20T19:42:37.3288055Z Hosted Compute Agent
2025-08-20T19:42:37.3288621Z Version: 20250818.377
2025-08-20T19:42:37.3289325Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T19:42:37.3290018Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T19:42:37.3290639Z ##[endgroup]
2025-08-20T19:42:37.3291254Z ##[group]VM Image
2025-08-20T19:42:37.3291810Z - OS: Linux (arm64)
2025-08-20T19:42:37.3293066Z - Source: Partner
2025-08-20T19:42:37.3293644Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T19:42:37.3294310Z - Version: 20250728.24.1
2025-08-20T19:42:37.3295352Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T19:42:37.3296368Z ##[endgroup]
2025-08-20T19:42:37.3297688Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T19:42:37.3301161Z Attestations: write
2025-08-20T19:42:37.3301771Z Contents: write
2025-08-20T19:42:37.3302979Z Metadata: read
2025-08-20T19:42:37.3303687Z Packages: write
2025-08-20T19:42:37.3304281Z ##[endgroup]
2025-08-20T19:42:37.3307503Z Secret source: Actions
2025-08-20T19:42:37.3308573Z Prepare workflow directory
2025-08-20T19:42:37.3700277Z Prepare all required actions
2025-08-20T19:42:37.3740885Z Getting action download info
2025-08-20T19:42:37.7368680Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T19:42:38.6788005Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T19:42:39.2505799Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T19:42:39.4547807Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T19:42:39.9727174Z Getting action download info
2025-08-20T19:42:40.1097944Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T19:42:40.6748596Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T19:42:41.2670428Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/dumbpipe/official)
2025-08-20T19:42:41.3312850Z ##[group]Run ##Presets
2025-08-20T19:42:41.3313597Z [36;1m##Presets[0m
2025-08-20T19:42:41.3313900Z [36;1mset +x ; set +e[0m
2025-08-20T19:42:41.3314187Z [36;1m#-------------#[0m
2025-08-20T19:42:41.3314653Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T19:42:41.3315088Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T19:42:41.3315487Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3315918Z [36;1m  fi[0m
2025-08-20T19:42:41.3316241Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T19:42:41.3316766Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T19:42:41.3317217Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3317544Z [36;1m  fi[0m
2025-08-20T19:42:41.3317932Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T19:42:41.3318477Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T19:42:41.3318931Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3319306Z [36;1m  fi[0m
2025-08-20T19:42:41.3319597Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T19:42:41.3320052Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T19:42:41.3320409Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T19:42:41.3320735Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:42:41.3321182Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3321878Z [36;1m     else[0m
2025-08-20T19:42:41.3322539Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3322881Z [36;1m     fi[0m
2025-08-20T19:42:41.3323131Z [36;1m  fi[0m
2025-08-20T19:42:41.3323421Z [36;1mfi[0m
2025-08-20T19:42:41.3354794Z shell: /usr/bin/bash -e {0}
2025-08-20T19:42:41.3355817Z env:
2025-08-20T19:42:41.3356500Z   GH_TOKEN: ***
2025-08-20T19:42:41.3356937Z ##[endgroup]
2025-08-20T19:42:41.3580473Z ##[group]Run ##Presets
2025-08-20T19:42:41.3580869Z [36;1m##Presets[0m
2025-08-20T19:42:41.3581246Z [36;1mset +x ; set +e[0m
2025-08-20T19:42:41.3581692Z [36;1m#-------------#[0m
2025-08-20T19:42:41.3582011Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T19:42:41.3582867Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T19:42:41.3583392Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T19:42:41.3583919Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T19:42:41.3584373Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T19:42:41.3584820Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T19:42:41.3585267Z [36;1m  exit 1[0m
2025-08-20T19:42:41.3585491Z [36;1mfi[0m
2025-08-20T19:42:41.3607710Z shell: /usr/bin/bash -e {0}
2025-08-20T19:42:41.3608032Z env:
2025-08-20T19:42:41.3608671Z   RO_GHTOKEN: ***
2025-08-20T19:42:41.3608993Z   RO_GLTOKEN: ***
2025-08-20T19:42:41.3610254Z   MINISIGN_KEY: ***
2025-08-20T19:42:41.3610505Z ##[endgroup]
2025-08-20T19:42:41.3738175Z ##[group]Run ##Presets
2025-08-20T19:42:41.3738869Z [36;1m##Presets[0m
2025-08-20T19:42:41.3739150Z [36;1mset +x ; set +e[0m
2025-08-20T19:42:41.3739405Z [36;1m#-------------#[0m
2025-08-20T19:42:41.3739735Z [36;1m##Host Triplet[0m
2025-08-20T19:42:41.3740141Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T19:42:41.3740586Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T19:42:41.3741010Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T19:42:41.3741341Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T19:42:41.3741745Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T19:42:41.3742306Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T19:42:41.3742778Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T19:42:41.3743188Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T19:42:41.3743486Z [36;1m   fi[0m
2025-08-20T19:42:41.3743904Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T19:42:41.3744331Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T19:42:41.3744692Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T19:42:41.3745128Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T19:42:41.3745475Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T19:42:41.3745739Z [36;1m fi[0m
2025-08-20T19:42:41.3746155Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3746576Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3747035Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3747453Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3747774Z [36;1m##Debug[0m
2025-08-20T19:42:41.3748085Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T19:42:41.3748431Z [36;1m   export DEBUG="1"[0m
2025-08-20T19:42:41.3748683Z [36;1m else[0m
2025-08-20T19:42:41.3748992Z [36;1m   export DEBUG="0"[0m
2025-08-20T19:42:41.3749251Z [36;1m fi[0m
2025-08-20T19:42:41.3749504Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3749919Z [36;1m##Docker Platform[0m
2025-08-20T19:42:41.3750643Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T19:42:41.3751079Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T19:42:41.3751465Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T19:42:41.3751851Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T19:42:41.3752521Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T19:42:41.3752904Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T19:42:41.3753267Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T19:42:41.3753691Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T19:42:41.3753992Z [36;1m fi[0m
2025-08-20T19:42:41.3754413Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3754887Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3755264Z [36;1m##GHCRPKG_URL[0m
2025-08-20T19:42:41.3755824Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/dumbpipe/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T19:42:41.3756360Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T19:42:41.3756718Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3757149Z [36;1m##Logs[0m
2025-08-20T19:42:41.3757397Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T19:42:41.3757898Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T19:42:41.3758196Z [36;1m else[0m
2025-08-20T19:42:41.3758487Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T19:42:41.3758863Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T19:42:41.3759161Z [36;1m fi[0m
2025-08-20T19:42:41.3759684Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3760219Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3760575Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T19:42:41.3760994Z [36;1m PKG_FAMILY_LOCAL="$(echo "dumbpipe" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T19:42:41.3761474Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T19:42:41.3761824Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3762509Z [36;1m##Rebuild[0m
2025-08-20T19:42:41.3762796Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T19:42:41.3763155Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T19:42:41.3763509Z [36;1m else[0m
2025-08-20T19:42:41.3763759Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T19:42:41.3764041Z [36;1m fi[0m
2025-08-20T19:42:41.3764422Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3764812Z [36;1m ##SBUILD_URL[0m
2025-08-20T19:42:41.3765309Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T19:42:41.3765879Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T19:42:41.3766744Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T19:42:41.3767550Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T19:42:41.3767968Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T19:42:41.3768432Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T19:42:41.3769204Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T19:42:41.3769624Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3769995Z [36;1m    exit 1[0m
2025-08-20T19:42:41.3770292Z [36;1m   else[0m
2025-08-20T19:42:41.3770554Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T19:42:41.3770970Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3771358Z [36;1m    #Check for x_exec.host[0m
2025-08-20T19:42:41.3771973Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T19:42:41.3772779Z [36;1m      #check if supported[0m
2025-08-20T19:42:41.3773196Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T19:42:41.3773810Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T19:42:41.3774291Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T19:42:41.3774650Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3775075Z [36;1m         exit 1[0m
2025-08-20T19:42:41.3775323Z [36;1m       fi[0m
2025-08-20T19:42:41.3775562Z [36;1m      #get build system[0m
2025-08-20T19:42:41.3776037Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T19:42:41.3776455Z [36;1m       export BUILD_SYS[0m
2025-08-20T19:42:41.3776786Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3777274Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T19:42:41.3777661Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3778083Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3778482Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T19:42:41.3778872Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3779333Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:41.3779656Z [36;1m       fi[0m
2025-08-20T19:42:41.3780113Z [36;1m     fi[0m
2025-08-20T19:42:41.3780502Z [36;1m   fi[0m
2025-08-20T19:42:41.3780759Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T19:42:41.3804209Z shell: /usr/bin/bash -e {0}
2025-08-20T19:42:41.3804551Z ##[endgroup]
2025-08-20T19:42:42.0954450Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:42:42.0955181Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:42:42.0955421Z 
2025-08-20T19:42:42.4897351Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:42:42.4909397Z 100  5508  100  5508    0     0  13909      0 --:--:-- --:--:-- --:--:-- 13944
2025-08-20T19:42:42.4910378Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:42:42.5119618Z ##[group]Run ##Presets
2025-08-20T19:42:42.5120086Z [36;1m##Presets[0m
2025-08-20T19:42:42.5120369Z [36;1mset +x ; set +e[0m
2025-08-20T19:42:42.5120605Z [36;1m#-------------#[0m
2025-08-20T19:42:42.5120884Z [36;1m##Debug?[0m
2025-08-20T19:42:42.5121155Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:42:42.5121447Z [36;1m  set -x[0m
2025-08-20T19:42:42.5121688Z [36;1mfi[0m
2025-08-20T19:42:42.5121954Z [36;1m#-------------#[0m
2025-08-20T19:42:42.5122396Z [36;1m##CoreUtils[0m
2025-08-20T19:42:42.5122710Z [36;1msudo apt update -y[0m
2025-08-20T19:42:42.5123076Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T19:42:42.5124109Z [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-20T19:42:42.5125080Z [36;1m##tmp[0m
2025-08-20T19:42:42.5125439Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T19:42:42.5125821Z [36;1m#GH ENV[0m
2025-08-20T19:42:42.5126067Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:42.5126482Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:42.5126776Z [36;1m#-------------#[0m
2025-08-20T19:42:42.5127006Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T19:42:42.5127581Z [36;1msudo apt update -y[0m
2025-08-20T19:42:42.5127853Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T19:42:42.5128198Z [36;1m##Setup Minisign[0m
2025-08-20T19:42:42.5128492Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T19:42:42.5129056Z [36;1mecho "***[0m
2025-08-20T19:42:42.5130433Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T19:42:42.5130745Z [36;1m##User-Agent[0m
2025-08-20T19:42:42.5131457Z [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-20T19:42:42.5132519Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:42:42.5158570Z shell: /usr/bin/bash -e {0}
2025-08-20T19:42:42.5158886Z env:
2025-08-20T19:42:42.5159130Z   CROSS_COMPILING: NO
2025-08-20T19:42:42.5159440Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:42:42.5159705Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:42:42.5159949Z   ON_QEMU: NO
2025-08-20T19:42:42.5160230Z   DEBUG: 0
2025-08-20T19:42:42.5160464Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:42:42.5160786Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:42:42.5161126Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:42:42.5161466Z   KEEP_LOGS: YES
2025-08-20T19:42:42.5161727Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:42:42.5161976Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:42:42.5162410Z   SBUILD_REBUILD: false
2025-08-20T19:42:42.5163078Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:42:42.5163680Z   BUILD_SYS: docker://rust
2025-08-20T19:42:42.5163932Z   BUILD_ON_HOST: FALSE
2025-08-20T19:42:42.5164236Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:42:42.5164485Z ##[endgroup]
2025-08-20T19:42:42.7854732Z 
2025-08-20T19:42:43.6691005Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:42:43.6691631Z 
2025-08-20T19:42:43.6691880Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T19:42:43.6887319Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T19:42:43.6975478Z Get:3 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T19:42:43.7060409Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T19:42:43.8251152Z Get:5 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T19:42:43.8586960Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T19:42:43.8599988Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T19:42:43.8746063Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T19:42:43.8944381Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T19:42:43.8989793Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T19:42:43.9250697Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T19:42:43.9944191Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T19:42:44.1627886Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T19:42:44.2060090Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T19:42:44.2474272Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T19:42:44.3067667Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T19:42:44.3505148Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T19:42:44.3964450Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T19:42:44.4762299Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T19:42:44.5169779Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T19:42:44.5560037Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T19:42:44.6744276Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T19:42:44.7135014Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T19:42:44.7523090Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T19:42:44.7914343Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T19:42:44.8305838Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T19:42:44.8696973Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T19:42:44.9087472Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T19:42:44.9481140Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T19:42:44.9869999Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T19:42:45.0260633Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T19:42:45.0651396Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T19:42:45.1113211Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T19:42:45.1512705Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T19:42:45.1903940Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T19:42:45.2346560Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T19:42:45.3541899Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T19:42:45.3934569Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T19:42:45.4459790Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T19:42:45.4871007Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T19:42:45.5259375Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T19:42:45.5651178Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T19:42:45.6039890Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T19:42:54.1004716Z Fetched 11.9 MB in 2s (5429 kB/s)
2025-08-20T19:42:54.8340604Z Reading package lists...
2025-08-20T19:42:55.0090525Z Building dependency tree...
2025-08-20T19:42:55.0096529Z Reading state information...
2025-08-20T19:42:55.0293069Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:42:55.0384050Z 
2025-08-20T19:42:55.0501942Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:42:55.0502651Z 
2025-08-20T19:42:55.0502776Z Reading package lists...
2025-08-20T19:42:55.2430698Z Building dependency tree...
2025-08-20T19:42:55.2437566Z Reading state information...
2025-08-20T19:42:55.4774840Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:42:55.4775654Z bc set to manually installed.
2025-08-20T19:42:55.4776042Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:42:55.4776495Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T19:42:55.4776855Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:42:55.5394584Z The following NEW packages will be installed:
2025-08-20T19:42:55.5401331Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T19:42:55.5403759Z   moreutils
2025-08-20T19:42:55.5409840Z The following packages will be upgraded:
2025-08-20T19:42:55.5417963Z   jq libjq1
2025-08-20T19:42:55.5598112Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T19:42:55.6992951Z Need to get 936 kB of archives.
2025-08-20T19:42:55.6993486Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T19:42:55.6994332Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T19:42:55.8146404Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T19:42:55.8924474Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T19:42:55.9729753Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T19:42:56.0141207Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T19:42:56.0626010Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T19:42:56.1022822Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T19:42:56.1464709Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T19:42:56.4991469Z Fetched 936 kB in 1s (1486 kB/s)
2025-08-20T19:42:56.5670554Z Selecting previously unselected package fdupes.
2025-08-20T19:42:56.6908150Z (Reading database ... 
2025-08-20T19:42:56.6908538Z (Reading database ... 5%
2025-08-20T19:42:56.6908816Z (Reading database ... 10%
2025-08-20T19:42:56.6909162Z (Reading database ... 15%
2025-08-20T19:42:56.6909490Z (Reading database ... 20%
2025-08-20T19:42:56.6909775Z (Reading database ... 25%
2025-08-20T19:42:56.6910014Z (Reading database ... 30%
2025-08-20T19:42:56.6910263Z (Reading database ... 35%
2025-08-20T19:42:56.6910542Z (Reading database ... 40%
2025-08-20T19:42:56.6910819Z (Reading database ... 45%
2025-08-20T19:42:56.6911059Z (Reading database ... 50%
2025-08-20T19:42:57.0758516Z (Reading database ... 55%
2025-08-20T19:42:57.6335429Z (Reading database ... 60%
2025-08-20T19:42:58.1605808Z (Reading database ... 65%
2025-08-20T19:42:58.5923435Z (Reading database ... 70%
2025-08-20T19:42:59.1310782Z (Reading database ... 75%
2025-08-20T19:42:59.6811708Z (Reading database ... 80%
2025-08-20T19:43:00.2771885Z (Reading database ... 85%
2025-08-20T19:43:00.8358847Z (Reading database ... 90%
2025-08-20T19:43:01.3700422Z (Reading database ... 95%
2025-08-20T19:43:01.3700792Z (Reading database ... 100%
2025-08-20T19:43:01.3701406Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T19:43:01.3739942Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T19:43:01.4079205Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T19:43:05.4896508Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T19:43:05.5078215Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T19:43:05.6133177Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T19:43:05.6453516Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T19:43:05.7086106Z Selecting previously unselected package libio-pty-perl.
2025-08-20T19:43:05.7251364Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T19:43:05.7344631Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T19:43:05.8172526Z Selecting previously unselected package libipc-run-perl.
2025-08-20T19:43:05.8328602Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T19:43:05.8384572Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T19:43:05.9150462Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T19:43:05.9299093Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T19:43:05.9366743Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T19:43:05.9925712Z Selecting previously unselected package moreutils.
2025-08-20T19:43:06.0071337Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T19:43:06.0141152Z Unpacking moreutils (0.69-1) ...
2025-08-20T19:43:06.1329055Z Selecting previously unselected package dos2unix.
2025-08-20T19:43:06.1492950Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T19:43:06.1555161Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T19:43:06.4462393Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T19:43:06.6746030Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T19:43:06.6934290Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T19:43:06.7124880Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T19:43:06.7331325Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T19:43:06.7521848Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T19:43:06.7726159Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T19:43:06.7926304Z Setting up moreutils (0.69-1) ...
2025-08-20T19:43:06.8139696Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:43:22.6435411Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:43:23.8215726Z Reading package lists...
2025-08-20T19:43:24.0128707Z Building dependency tree...
2025-08-20T19:43:24.0134970Z Reading state information...
2025-08-20T19:43:24.2473904Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T19:43:24.2474404Z apt-utils is already the newest version (2.8.3).
2025-08-20T19:43:24.2474718Z apt-utils set to manually installed.
2025-08-20T19:43:24.2475115Z ca-certificates is already the newest version (20240203).
2025-08-20T19:43:24.2475504Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:43:24.2475920Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:43:24.2476319Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:43:24.2476681Z moreutils is already the newest version (0.69-1).
2025-08-20T19:43:24.2477107Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:43:24.2477510Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:43:24.2477888Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:43:24.2479424Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T19:43:24.2479776Z tmux set to manually installed.
2025-08-20T19:43:24.2480147Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:43:24.2480548Z The following additional packages will be installed:
2025-08-20T19:43:24.2481036Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T19:43:24.2481581Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T19:43:24.2482238Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T19:43:24.2482593Z   uuid-runtime
2025-08-20T19:43:24.2490269Z Suggested packages:
2025-08-20T19:43:24.2490745Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T19:43:24.2491874Z   util-linux-extra util-linux-locales
2025-08-20T19:43:24.2492435Z Recommended packages:
2025-08-20T19:43:24.2492700Z   unattended-upgrades
2025-08-20T19:43:24.3022342Z The following NEW packages will be installed:
2025-08-20T19:43:24.3022861Z   rename
2025-08-20T19:43:24.3026232Z The following packages will be upgraded:
2025-08-20T19:43:24.3026935Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T19:43:24.3027953Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T19:43:24.3035103Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T19:43:24.3035669Z   software-properties-common util-linux uuid-runtime
2025-08-20T19:43:24.3214454Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:43:24.4298098Z Need to get 4390 kB of archives.
2025-08-20T19:43:24.4298813Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T19:43:24.4299440Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T19:43:24.6004314Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T19:43:24.8097056Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T19:43:24.8538322Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T19:43:24.8960058Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T19:43:24.9381272Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T19:43:24.9801570Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T19:43:25.0242677Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T19:43:25.0687361Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T19:43:25.1111576Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T19:43:25.1595792Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T19:43:25.2028032Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T19:43:25.2493882Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T19:43:25.2960308Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T19:43:25.3506682Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T19:43:25.3937821Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T19:43:25.4432685Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T19:43:25.4854250Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T19:43:25.5296106Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T19:43:25.6536023Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T19:43:25.6980245Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T19:43:25.7403938Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T19:43:25.7843080Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T19:43:25.8266765Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T19:43:25.8684779Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T19:43:25.9107723Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T19:43:25.9527078Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T19:43:26.2031482Z Fetched 4390 kB in 2s (2713 kB/s)
2025-08-20T19:43:26.3194569Z (Reading database ... 
2025-08-20T19:43:26.3195493Z (Reading database ... 5%
2025-08-20T19:43:26.3196010Z (Reading database ... 10%
2025-08-20T19:43:26.3196268Z (Reading database ... 15%
2025-08-20T19:43:26.3196572Z (Reading database ... 20%
2025-08-20T19:43:26.3196821Z (Reading database ... 25%
2025-08-20T19:43:26.3197094Z (Reading database ... 30%
2025-08-20T19:43:26.3197378Z (Reading database ... 35%
2025-08-20T19:43:26.3197598Z (Reading database ... 40%
2025-08-20T19:43:26.3197867Z (Reading database ... 45%
2025-08-20T19:43:26.3198155Z (Reading database ... 50%
2025-08-20T19:43:26.3218899Z (Reading database ... 55%
2025-08-20T19:43:26.3309261Z (Reading database ... 60%
2025-08-20T19:43:26.3349744Z (Reading database ... 65%
2025-08-20T19:43:26.3364436Z (Reading database ... 70%
2025-08-20T19:43:26.3384706Z (Reading database ... 75%
2025-08-20T19:43:26.3417563Z (Reading database ... 80%
2025-08-20T19:43:26.3587460Z (Reading database ... 85%
2025-08-20T19:43:26.3605655Z (Reading database ... 90%
2025-08-20T19:43:26.3700286Z (Reading database ... 95%
2025-08-20T19:43:26.3700603Z (Reading database ... 100%
2025-08-20T19:43:26.3701229Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:43:26.3728531Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:26.3913051Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:26.7947029Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:26.8719319Z (Reading database ... 
2025-08-20T19:43:26.8719670Z (Reading database ... 5%
2025-08-20T19:43:26.8720135Z (Reading database ... 10%
2025-08-20T19:43:26.8720389Z (Reading database ... 15%
2025-08-20T19:43:26.8720662Z (Reading database ... 20%
2025-08-20T19:43:26.8720957Z (Reading database ... 25%
2025-08-20T19:43:26.8721200Z (Reading database ... 30%
2025-08-20T19:43:26.8721416Z (Reading database ... 35%
2025-08-20T19:43:26.8721727Z (Reading database ... 40%
2025-08-20T19:43:26.8722023Z (Reading database ... 45%
2025-08-20T19:43:26.8722582Z (Reading database ... 50%
2025-08-20T19:43:26.8739604Z (Reading database ... 55%
2025-08-20T19:43:26.8823170Z (Reading database ... 60%
2025-08-20T19:43:26.8861736Z (Reading database ... 65%
2025-08-20T19:43:26.8875603Z (Reading database ... 70%
2025-08-20T19:43:26.8894177Z (Reading database ... 75%
2025-08-20T19:43:26.8924827Z (Reading database ... 80%
2025-08-20T19:43:26.9089049Z (Reading database ... 85%
2025-08-20T19:43:26.9107687Z (Reading database ... 90%
2025-08-20T19:43:26.9198931Z (Reading database ... 95%
2025-08-20T19:43:26.9199212Z (Reading database ... 100%
2025-08-20T19:43:26.9199700Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:43:26.9227932Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:26.9467319Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:27.1229872Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:27.7318227Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T19:43:27.8311532Z (Reading database ... 
2025-08-20T19:43:27.8311919Z (Reading database ... 5%
2025-08-20T19:43:27.8312326Z (Reading database ... 10%
2025-08-20T19:43:27.8312648Z (Reading database ... 15%
2025-08-20T19:43:27.8312923Z (Reading database ... 20%
2025-08-20T19:43:27.8313165Z (Reading database ... 25%
2025-08-20T19:43:27.8313451Z (Reading database ... 30%
2025-08-20T19:43:27.8313726Z (Reading database ... 35%
2025-08-20T19:43:27.8313997Z (Reading database ... 40%
2025-08-20T19:43:27.8314280Z (Reading database ... 45%
2025-08-20T19:43:27.8314517Z (Reading database ... 50%
2025-08-20T19:43:27.8334144Z (Reading database ... 55%
2025-08-20T19:43:27.8418681Z (Reading database ... 60%
2025-08-20T19:43:27.8457279Z (Reading database ... 65%
2025-08-20T19:43:27.8470910Z (Reading database ... 70%
2025-08-20T19:43:27.8489630Z (Reading database ... 75%
2025-08-20T19:43:27.8521192Z (Reading database ... 80%
2025-08-20T19:43:27.8683858Z (Reading database ... 85%
2025-08-20T19:43:27.8701286Z (Reading database ... 90%
2025-08-20T19:43:27.8792200Z (Reading database ... 95%
2025-08-20T19:43:27.8792776Z (Reading database ... 100%
2025-08-20T19:43:27.8793103Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:43:27.8820180Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:27.9006327Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:27.9996285Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:28.0261381Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:28.1109482Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:28.1845775Z (Reading database ... 
2025-08-20T19:43:28.1846351Z (Reading database ... 5%
2025-08-20T19:43:28.1846627Z (Reading database ... 10%
2025-08-20T19:43:28.1846935Z (Reading database ... 15%
2025-08-20T19:43:28.1847230Z (Reading database ... 20%
2025-08-20T19:43:28.1847473Z (Reading database ... 25%
2025-08-20T19:43:28.1847708Z (Reading database ... 30%
2025-08-20T19:43:28.1848011Z (Reading database ... 35%
2025-08-20T19:43:28.1848294Z (Reading database ... 40%
2025-08-20T19:43:28.1848566Z (Reading database ... 45%
2025-08-20T19:43:28.1848813Z (Reading database ... 50%
2025-08-20T19:43:28.1867764Z (Reading database ... 55%
2025-08-20T19:43:28.1952321Z (Reading database ... 60%
2025-08-20T19:43:28.1989866Z (Reading database ... 65%
2025-08-20T19:43:28.2003652Z (Reading database ... 70%
2025-08-20T19:43:28.2021874Z (Reading database ... 75%
2025-08-20T19:43:28.2053257Z (Reading database ... 80%
2025-08-20T19:43:28.2214146Z (Reading database ... 85%
2025-08-20T19:43:28.2231317Z (Reading database ... 90%
2025-08-20T19:43:28.2318835Z (Reading database ... 95%
2025-08-20T19:43:28.2319242Z (Reading database ... 100%
2025-08-20T19:43:28.2319596Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:43:28.2345490Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:28.2566009Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:28.3366975Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:28.4151209Z (Reading database ... 
2025-08-20T19:43:28.4151531Z (Reading database ... 5%
2025-08-20T19:43:28.4152616Z (Reading database ... 10%
2025-08-20T19:43:28.4152906Z (Reading database ... 15%
2025-08-20T19:43:28.4153516Z (Reading database ... 20%
2025-08-20T19:43:28.4153832Z (Reading database ... 25%
2025-08-20T19:43:28.4154074Z (Reading database ... 30%
2025-08-20T19:43:28.4154340Z (Reading database ... 35%
2025-08-20T19:43:28.4154625Z (Reading database ... 40%
2025-08-20T19:43:28.4154866Z (Reading database ... 45%
2025-08-20T19:43:28.4155125Z (Reading database ... 50%
2025-08-20T19:43:28.4171514Z (Reading database ... 55%
2025-08-20T19:43:28.4254296Z (Reading database ... 60%
2025-08-20T19:43:28.4291476Z (Reading database ... 65%
2025-08-20T19:43:28.4304637Z (Reading database ... 70%
2025-08-20T19:43:28.4323367Z (Reading database ... 75%
2025-08-20T19:43:28.4354422Z (Reading database ... 80%
2025-08-20T19:43:28.4517800Z (Reading database ... 85%
2025-08-20T19:43:28.4535982Z (Reading database ... 90%
2025-08-20T19:43:28.4627292Z (Reading database ... 95%
2025-08-20T19:43:28.4627543Z (Reading database ... 100%
2025-08-20T19:43:28.4627969Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:43:28.4657689Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:28.4919520Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:28.5860364Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:28.6066621Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:28.6891401Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:28.7732407Z (Reading database ... 
2025-08-20T19:43:28.7732949Z (Reading database ... 5%
2025-08-20T19:43:28.7733969Z (Reading database ... 10%
2025-08-20T19:43:28.7734263Z (Reading database ... 15%
2025-08-20T19:43:28.7734712Z (Reading database ... 20%
2025-08-20T19:43:28.7734971Z (Reading database ... 25%
2025-08-20T19:43:28.7735243Z (Reading database ... 30%
2025-08-20T19:43:28.7735537Z (Reading database ... 35%
2025-08-20T19:43:28.7735780Z (Reading database ... 40%
2025-08-20T19:43:28.7736068Z (Reading database ... 45%
2025-08-20T19:43:28.7736346Z (Reading database ... 50%
2025-08-20T19:43:28.7754275Z (Reading database ... 55%
2025-08-20T19:43:28.7840336Z (Reading database ... 60%
2025-08-20T19:43:28.7878273Z (Reading database ... 65%
2025-08-20T19:43:28.7891413Z (Reading database ... 70%
2025-08-20T19:43:28.7910721Z (Reading database ... 75%
2025-08-20T19:43:28.7941831Z (Reading database ... 80%
2025-08-20T19:43:28.8107744Z (Reading database ... 85%
2025-08-20T19:43:28.8125844Z (Reading database ... 90%
2025-08-20T19:43:28.8218220Z (Reading database ... 95%
2025-08-20T19:43:28.8218512Z (Reading database ... 100%
2025-08-20T19:43:28.8218849Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:43:28.8247631Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:28.8470804Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:28.9254802Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:28.9861137Z (Reading database ... 
2025-08-20T19:43:28.9861519Z (Reading database ... 5%
2025-08-20T19:43:28.9861957Z (Reading database ... 10%
2025-08-20T19:43:28.9862347Z (Reading database ... 15%
2025-08-20T19:43:28.9862585Z (Reading database ... 20%
2025-08-20T19:43:28.9862929Z (Reading database ... 25%
2025-08-20T19:43:28.9863162Z (Reading database ... 30%
2025-08-20T19:43:28.9863438Z (Reading database ... 35%
2025-08-20T19:43:28.9863681Z (Reading database ... 40%
2025-08-20T19:43:28.9863933Z (Reading database ... 45%
2025-08-20T19:43:28.9864247Z (Reading database ... 50%
2025-08-20T19:43:28.9881969Z (Reading database ... 55%
2025-08-20T19:43:28.9969633Z (Reading database ... 60%
2025-08-20T19:43:29.0008254Z (Reading database ... 65%
2025-08-20T19:43:29.0021833Z (Reading database ... 70%
2025-08-20T19:43:29.0041831Z (Reading database ... 75%
2025-08-20T19:43:29.0073545Z (Reading database ... 80%
2025-08-20T19:43:29.0241749Z (Reading database ... 85%
2025-08-20T19:43:29.0259417Z (Reading database ... 90%
2025-08-20T19:43:29.0351447Z (Reading database ... 95%
2025-08-20T19:43:29.0351757Z (Reading database ... 100%
2025-08-20T19:43:29.0352401Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:43:29.0380424Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:43:29.0554951Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:29.1549745Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:43:29.2016150Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:29.2966205Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:43:29.3153998Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:29.3950159Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:43:29.4150796Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:29.5015603Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:43:29.5214998Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:29.6196742Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:43:29.6408466Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:29.7372560Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:43:29.7586052Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:29.8345103Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T19:43:29.8502800Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:29.9431593Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:43:29.9615512Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:30.0417757Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T19:43:30.0583393Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:30.1450393Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:30.2086358Z (Reading database ... 
2025-08-20T19:43:30.2086759Z (Reading database ... 5%
2025-08-20T19:43:30.2087011Z (Reading database ... 10%
2025-08-20T19:43:30.2087323Z (Reading database ... 15%
2025-08-20T19:43:30.2087559Z (Reading database ... 20%
2025-08-20T19:43:30.2087870Z (Reading database ... 25%
2025-08-20T19:43:30.2088124Z (Reading database ... 30%
2025-08-20T19:43:30.2088368Z (Reading database ... 35%
2025-08-20T19:43:30.2088660Z (Reading database ... 40%
2025-08-20T19:43:30.2088913Z (Reading database ... 45%
2025-08-20T19:43:30.2089182Z (Reading database ... 50%
2025-08-20T19:43:30.2107605Z (Reading database ... 55%
2025-08-20T19:43:30.2189114Z (Reading database ... 60%
2025-08-20T19:43:30.2226300Z (Reading database ... 65%
2025-08-20T19:43:30.2240225Z (Reading database ... 70%
2025-08-20T19:43:30.2259826Z (Reading database ... 75%
2025-08-20T19:43:30.2291513Z (Reading database ... 80%
2025-08-20T19:43:30.2449269Z (Reading database ... 85%
2025-08-20T19:43:30.2472210Z (Reading database ... 90%
2025-08-20T19:43:30.2556277Z (Reading database ... 95%
2025-08-20T19:43:30.2556554Z (Reading database ... 100%
2025-08-20T19:43:30.2556937Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T19:43:30.2585308Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:30.2820397Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:30.3675836Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:30.3865672Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:30.4632468Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:30.4826789Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:30.5594025Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T19:43:30.5770725Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T19:43:30.6564240Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T19:43:30.6749190Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:30.7612993Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T19:43:30.8837574Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T19:43:30.9890747Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T19:43:31.0968910Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T19:43:31.1573282Z Selecting previously unselected package rename.
2025-08-20T19:43:31.1738639Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T19:43:31.1791874Z Unpacking rename (2.02-1) ...
2025-08-20T19:43:31.2493629Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T19:43:31.2658527Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T19:43:31.3468030Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:31.3634737Z Setting up rename (2.02-1) ...
2025-08-20T19:43:31.3774683Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T19:43:31.3892544Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:31.4049980Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:31.4260962Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:31.4415190Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:31.4593700Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:32.0597277Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T19:43:32.0796204Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:32.0977516Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:32.1151496Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:32.1312348Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:32.4761255Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:32.4917163Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T19:43:32.5086150Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:32.6339316Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T19:43:32.7885853Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:32.8839905Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:32.9026135Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:32.9195214Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T19:43:32.9347668Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T19:43:33.0489542Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:43:33.3702294Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:43:33.4562341Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:43:39.8096034Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T19:43:41.1134888Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:43:41.1148834Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:43:41.2542491Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T19:43:41.2970425Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T19:43:41.3374940Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T19:43:41.3790803Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T19:43:42.2378256Z Reading package lists...
2025-08-20T19:43:42.4262939Z Building dependency tree...
2025-08-20T19:43:42.4269863Z Reading state information...
2025-08-20T19:43:42.4484575Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:43:42.4608480Z 
2025-08-20T19:43:42.4609376Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:43:42.4609916Z 
2025-08-20T19:43:42.5515153Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:43:42.5571552Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:43:42.6330376Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T19:43:42.6774821Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T19:43:42.7182726Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T19:43:42.7583957Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T19:43:43.6369529Z Reading package lists...
2025-08-20T19:43:43.8374993Z Building dependency tree...
2025-08-20T19:43:43.8383336Z Reading state information...
2025-08-20T19:43:43.8609155Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:43:43.8698037Z 
2025-08-20T19:43:43.8699009Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:43:43.8699558Z 
2025-08-20T19:43:43.8812263Z Reading package lists...
2025-08-20T19:43:44.0897537Z Building dependency tree...
2025-08-20T19:43:44.0905961Z Reading state information...
2025-08-20T19:43:44.3271762Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:43:44.3686502Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:43:44.3976661Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T19:43:44.5203301Z ##[group]Run ##Presets
2025-08-20T19:43:44.5203720Z [36;1m##Presets[0m
2025-08-20T19:43:44.5204042Z [36;1mset +x ; set +e[0m
2025-08-20T19:43:44.5204282Z [36;1m#-------------#[0m
2025-08-20T19:43:44.5204513Z [36;1m##Debug?[0m
2025-08-20T19:43:44.5204838Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:43:44.5205158Z [36;1m  set -x[0m
2025-08-20T19:43:44.5205436Z [36;1mfi[0m
2025-08-20T19:43:44.5205654Z [36;1m#-------------#[0m
2025-08-20T19:43:44.5206107Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T19:43:44.5206764Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T19:43:44.5207168Z [36;1msudo service procps restart[0m
2025-08-20T19:43:44.5207476Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T19:43:44.5234357Z shell: /usr/bin/bash -e {0}
2025-08-20T19:43:44.5234732Z env:
2025-08-20T19:43:44.5235121Z   CROSS_COMPILING: NO
2025-08-20T19:43:44.5235413Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:43:44.5235723Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:43:44.5235961Z   ON_QEMU: NO
2025-08-20T19:43:44.5236209Z   DEBUG: 0
2025-08-20T19:43:44.5236447Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:43:44.5236694Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:43:44.5237068Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:43:44.5237395Z   KEEP_LOGS: YES
2025-08-20T19:43:44.5237641Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:43:44.5237873Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:43:44.5238154Z   SBUILD_REBUILD: false
2025-08-20T19:43:44.5238750Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:43:44.5239353Z   BUILD_SYS: docker://rust
2025-08-20T19:43:44.5239588Z   BUILD_ON_HOST: FALSE
2025-08-20T19:43:44.5239861Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:43:44.5240109Z   SYSTMP: /tmp
2025-08-20T19:43:44.5240307Z   GHA_MODE: MATRIX
2025-08-20T19:43:44.5240819Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:43:44.5241300Z ##[endgroup]
2025-08-20T19:43:44.5334766Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T19:43:44.5389472Z 0
2025-08-20T19:43:44.5793683Z vm.max_map_count = 262144
2025-08-20T19:43:44.5794101Z fs.inotify.max_user_watches = 655360
2025-08-20T19:43:44.5794410Z fs.inotify.max_user_instances = 1280
2025-08-20T19:43:44.5794781Z vm.mmap_rnd_bits = 28
2025-08-20T19:43:44.5883604Z ##[group]Run ##Presets
2025-08-20T19:43:44.5884070Z [36;1m##Presets[0m
2025-08-20T19:43:44.5884287Z [36;1mset +x ; set +e[0m
2025-08-20T19:43:44.5884623Z [36;1m#-------------#[0m
2025-08-20T19:43:44.5884845Z [36;1m##Debug?[0m
2025-08-20T19:43:44.5885135Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:43:44.5885453Z [36;1m  set -x[0m
2025-08-20T19:43:44.5885675Z [36;1mfi[0m
2025-08-20T19:43:44.5885953Z [36;1m#-------------#[0m
2025-08-20T19:43:44.5886177Z [36;1m##Main[0m
2025-08-20T19:43:44.5886401Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T19:43:44.5887091Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T19:43:44.5887819Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T19:43:44.5888237Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T19:43:44.5888592Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T19:43:44.5888873Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T19:43:44.5889259Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T19:43:44.5889599Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T19:43:44.5889991Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T19:43:44.5890343Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T19:43:44.5890953Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T19:43:44.5891371Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T19:43:44.5891758Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T19:43:44.5892358Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T19:43:44.5892739Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T19:43:44.5893046Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T19:43:44.5893399Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T19:43:44.5893726Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T19:43:44.5894052Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T19:43:44.5894407Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T19:43:44.5894738Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T19:43:44.5895047Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T19:43:44.5895454Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T19:43:44.5895812Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T19:43:44.5896176Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T19:43:44.5896516Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T19:43:44.5896790Z [36;1m     "${POD_ID}" \[0m
2025-08-20T19:43:44.5897196Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T19:43:44.5897674Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T19:43:44.5898179Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:43:44.5898705Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T19:43:44.5899069Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T19:43:44.5899427Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T19:43:44.5900119Z [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-20T19:43:44.5900936Z [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-20T19:43:44.5901519Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T19:43:44.5901819Z [36;1m else[0m
2025-08-20T19:43:44.5902582Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T19:43:44.5903060Z [36;1m fi[0m
2025-08-20T19:43:44.5903354Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T19:43:44.5903746Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T19:43:44.5904221Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:43:44.5904663Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:43:44.5905126Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:43:44.5905576Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:43:44.5906002Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:43:44.5906472Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:43:44.5906913Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:43:44.5907350Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T19:43:44.5907771Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:43:44.5934420Z shell: /usr/bin/bash -e {0}
2025-08-20T19:43:44.5934693Z env:
2025-08-20T19:43:44.5934880Z   CROSS_COMPILING: NO
2025-08-20T19:43:44.5935206Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:43:44.5935685Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:43:44.5935923Z   ON_QEMU: NO
2025-08-20T19:43:44.5936172Z   DEBUG: 0
2025-08-20T19:43:44.5936371Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:43:44.5936679Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:43:44.5936996Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:43:44.5937315Z   KEEP_LOGS: YES
2025-08-20T19:43:44.5937555Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:43:44.5937787Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:43:44.5938028Z   SBUILD_REBUILD: false
2025-08-20T19:43:44.5938674Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:43:44.5939265Z   BUILD_SYS: docker://rust
2025-08-20T19:43:44.5939538Z   BUILD_ON_HOST: FALSE
2025-08-20T19:43:44.5939763Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:43:44.5939977Z   SYSTMP: /tmp
2025-08-20T19:43:44.5940225Z   GHA_MODE: MATRIX
2025-08-20T19:43:44.5940670Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:43:44.5941657Z   GHCR_TOKEN: ***
2025-08-20T19:43:44.5942523Z   GITHUB_TOKEN: ***
2025-08-20T19:43:44.5942861Z   GITLAB_TOKEN: ***
2025-08-20T19:43:44.5944139Z   MINISIGN_KEY: ***
2025-08-20T19:43:44.5944392Z ##[endgroup]
2025-08-20T19:43:44.6587888Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T19:43:44.7445727Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:43:44.7446784Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:43:44.7447220Z 
2025-08-20T19:43:44.7982010Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:43:44.8728659Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:43:44.8729247Z 100  5508  100  5508    0     0  42887      0 --:--:-- --:--:-- --:--:-- 42697
2025-08-20T19:43:44.8743229Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:43:44.8820788Z 
2025-08-20T19:43:44.8821648Z [+] Building [/tmp/tmp.w3qaQCB1ZD/SBUILD_INPUT] Locally
2025-08-20T19:43:44.8821942Z 
2025-08-20T19:43:44.8831821Z '/tmp/tmp.w3qaQCB1ZD/SBUILD_INPUT' -> '/tmp/pkgforge/ncmUjcTiE_build.yaml'
2025-08-20T19:43:45.0273318Z 
2025-08-20T19:43:45.0274196Z [+] Passwordless sudo is Configured
2025-08-20T19:43:45.1057558Z 
2025-08-20T19:43:45.1068262Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T19:43:45.1068642Z 
2025-08-20T19:43:45.1435665Z 
2025-08-20T19:43:45.1436780Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T19:43:45.1437135Z 
2025-08-20T19:43:45.1437138Z 
2025-08-20T19:43:45.1437371Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T19:43:45.1437673Z 
2025-08-20T19:43:45.1475833Z [+] Installing: 7z -> 7z
2025-08-20T19:43:45.7178197Z [+] Installing: actionlint -> actionlint
2025-08-20T19:43:45.9927744Z [+] Installing: anew -> anew
2025-08-20T19:43:46.5468251Z [+] Installing: anew-rs -> anew-rs
2025-08-20T19:43:47.1044577Z [+] Installing: ansi2html -> ansi2html
2025-08-20T19:43:47.5913755Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T19:43:48.0868667Z [+] Installing: archey -> archey
2025-08-20T19:43:48.7037714Z [+] Installing: aria2 -> aria2c
2025-08-20T19:43:49.4650674Z [+] Installing: askalono -> askalono
2025-08-20T19:43:50.0268881Z [+] Installing: bsdtar -> bsdtar
2025-08-20T19:43:50.8083096Z [+] Installing: b3sum -> b3sum
2025-08-20T19:43:51.3569804Z [+] Installing: bita -> bita
2025-08-20T19:43:51.7441017Z [+] Installing: btop -> btop
2025-08-20T19:43:52.5653869Z [+] Installing: chafa -> chafa
2025-08-20T19:43:53.1917577Z [+] Installing: cloudflared -> cloudflared
2025-08-20T19:43:54.2857489Z [+] Installing: croc -> croc
2025-08-20T19:43:54.8901261Z [+] Installing: csvtk -> csvtk
2025-08-20T19:43:55.2281715Z [+] Installing: cutlines -> cutlines
2025-08-20T19:43:55.6996278Z curl: (22) The requested URL returned error: 404
2025-08-20T19:43:55.7031524Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T19:43:55.7032673Z [+] Installing: dbin -> dbin
2025-08-20T19:43:56.3057052Z [+] Installing: dasel -> dasel
2025-08-20T19:43:56.9073527Z [+] Installing: delta -> delta
2025-08-20T19:43:57.5930774Z [+] Installing: ds -> ds
2025-08-20T19:43:58.0595880Z curl: (22) The requested URL returned error: 404
2025-08-20T19:43:58.0630701Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T19:43:58.0631161Z [+] Installing: dos2unix -> dos2unix
2025-08-20T19:43:58.5930009Z [+] Installing: duf -> duf
2025-08-20T19:43:59.2514253Z [+] Installing: duplicut -> duplicut
2025-08-20T19:43:59.8355543Z [+] Installing: dust -> dust
2025-08-20T19:44:00.5485173Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T19:44:01.1393127Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T19:44:01.7002959Z [+] Installing: dysk -> dysk
2025-08-20T19:44:02.2659629Z [+] Installing: eget -> eget
2025-08-20T19:44:02.5621435Z [+] Installing: epoch -> epoch
2025-08-20T19:44:03.1270559Z [+] Installing: faketty -> faketty
2025-08-20T19:44:03.6757439Z [+] Installing: fastfetch -> fastfetch
2025-08-20T19:44:04.2534835Z [+] Installing: freeze -> freeze
2025-08-20T19:44:04.6853919Z [+] Installing: fusermount3 -> fusermount
2025-08-20T19:44:05.2364523Z [+] Installing: gdu -> gdu
2025-08-20T19:44:05.8261311Z [+] Installing: gh -> gh
2025-08-20T19:44:06.5685369Z [+] Installing: gitleaks -> gitleaks
2025-08-20T19:44:07.3069483Z [+] Installing: git-sizer -> git-sizer
2025-08-20T19:44:07.8934054Z [+] Installing: glab -> glab
2025-08-20T19:44:08.6306300Z [+] Installing: glow -> glow
2025-08-20T19:44:09.2667347Z [+] Installing: httpx -> httpx
2025-08-20T19:44:10.0435126Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T19:44:10.6577264Z [+] Installing: husarnet -> husarnet
2025-08-20T19:44:11.1200315Z curl: (22) The requested URL returned error: 404
2025-08-20T19:44:11.1235603Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T19:44:11.1236361Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T19:44:11.5917938Z curl: (22) The requested URL returned error: 404
2025-08-20T19:44:11.5953037Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T19:44:11.5953451Z [+] Installing: imgcat -> imgcat
2025-08-20T19:44:11.9511590Z [+] Installing: jc -> jc
2025-08-20T19:44:12.6015927Z [+] Installing: jq -> jq
2025-08-20T19:44:13.1575073Z [+] Installing: logdy -> logdy
2025-08-20T19:44:14.3191005Z [+] Installing: micro -> micro
2025-08-20T19:44:14.9405248Z [+] Installing: miniserve -> miniserve
2025-08-20T19:44:15.5296281Z [+] Installing: minisign -> minisign
2025-08-20T19:44:16.0534191Z [+] Installing: ncdu -> ncdu
2025-08-20T19:44:16.6176884Z [+] Installing: notify -> notify
2025-08-20T19:44:17.2449851Z [+] Installing: ouch -> ouch
2025-08-20T19:44:17.9013271Z [+] Installing: oras -> oras
2025-08-20T19:44:18.5153015Z [+] Installing: pipetty -> pipetty
2025-08-20T19:44:19.0011988Z [+] Installing: pixterm -> pixterm
2025-08-20T19:44:19.2904979Z [+] Installing: qsv -> qsv
2025-08-20T19:44:19.7960615Z [+] Installing: rclone -> rclone
2025-08-20T19:44:20.6079649Z [+] Installing: ripgrep -> rg
2025-08-20T19:44:21.2854858Z [+] Installing: rga -> rga
2025-08-20T19:44:21.8690084Z [+] Installing: rsync -> rsync
2025-08-20T19:44:22.4687259Z [+] Installing: script -> script
2025-08-20T19:44:22.9991050Z [+] Installing: shellcheck -> shellcheck
2025-08-20T19:44:23.7663379Z [+] Installing: soar -> soar
2025-08-20T19:44:24.3792219Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T19:44:25.1081620Z [+] Installing: sstrip -> sstrip
2025-08-20T19:44:25.5910007Z [+] Installing: strace -> strace
2025-08-20T19:44:26.1743848Z [+] Installing: sttr -> sttr
2025-08-20T19:44:26.7744235Z [+] Installing: tailscale -> tailscale
2025-08-20T19:44:27.4214132Z [+] Installing: tailscaled -> tailscaled
2025-08-20T19:44:28.1527907Z [+] Installing: taplo -> taplo
2025-08-20T19:44:28.7665786Z [+] Installing: tldr -> tldr
2025-08-20T19:44:29.3709036Z [+] Installing: tldr -> tealdeer
2025-08-20T19:44:29.9260806Z [+] Installing: tmux -> tmux
2025-08-20T19:44:30.4709280Z [+] Installing: tok -> tok
2025-08-20T19:44:31.0527277Z [+] Installing: trufflehog -> trufflehog
2025-08-20T19:44:31.4207062Z [+] Installing: trurl -> trurl
2025-08-20T19:44:32.0331113Z [+] Installing: tss -> tss
2025-08-20T19:44:32.6533591Z [+] Installing: ulexec -> ulexec
2025-08-20T19:44:33.2351297Z [+] Installing: unfurl -> unfurl
2025-08-20T19:44:33.8117350Z [+] Installing: upx -> upx
2025-08-20T19:44:34.0411346Z [+] Installing: validtoml -> validtoml
2025-08-20T19:44:34.6989407Z [+] Installing: wget -> wget
2025-08-20T19:44:35.3013902Z [+] Installing: wget2 -> wget2
2025-08-20T19:44:35.8837830Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T19:44:36.4623970Z [+] Installing: xq -> xq
2025-08-20T19:44:37.0425609Z [+] Installing: xz -> xz
2025-08-20T19:44:37.5765675Z [+] Installing: unxz -> unxz
2025-08-20T19:44:38.1175604Z [+] Installing: yq -> yq
2025-08-20T19:44:38.9079583Z [+] Installing: yj -> yj
2025-08-20T19:44:39.9218568Z [+] Installing: zapper -> zapper
2025-08-20T19:44:40.4403515Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T19:44:41.0017436Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T19:44:41.4706121Z curl: (22) The requested URL returned error: 404
2025-08-20T19:44:41.4740754Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T19:44:41.4741544Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T19:44:41.9483772Z curl: (22) The requested URL returned error: 404
2025-08-20T19:44:41.9518101Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T19:44:41.9520352Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T19:44:42.4407093Z curl: (22) The requested URL returned error: 404
2025-08-20T19:44:42.4441185Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T19:44:42.4442350Z [+] Installing: zstd -> zstd
2025-08-20T19:44:42.9975578Z [+] Creating symlinks...
2025-08-20T19:44:43.0046388Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T19:44:43.0123569Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T19:44:43.0197609Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T19:44:43.0272356Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T19:44:43.0349192Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T19:44:43.0427175Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T19:44:43.0506332Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T19:44:43.0586796Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T19:44:43.0669552Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T19:44:43.0749542Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T19:44:43.0829049Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T19:44:43.0907195Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T19:44:43.0987229Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T19:44:43.1066303Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T19:44:43.1148354Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T19:44:43.1229762Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T19:44:43.1315090Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T19:44:43.1349360Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T19:44:43.1423741Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T19:44:43.1505247Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T19:44:43.1588012Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T19:44:43.1622545Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T19:44:43.1695700Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T19:44:43.1777876Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T19:44:43.1862691Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T19:44:43.1948200Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T19:44:43.2031836Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T19:44:43.2116967Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T19:44:43.2199736Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T19:44:43.2283041Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T19:44:43.2366576Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T19:44:43.2451324Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T19:44:43.2535602Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T19:44:43.2618934Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T19:44:43.2700686Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T19:44:43.2779801Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T19:44:43.2861120Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T19:44:43.2946215Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T19:44:43.3030052Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T19:44:43.3113141Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T19:44:43.3195156Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T19:44:43.3277451Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T19:44:43.3359576Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T19:44:43.3439608Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T19:44:43.3474271Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T19:44:43.3499833Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T19:44:43.3571440Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T19:44:43.3652691Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T19:44:43.3735006Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T19:44:43.3816093Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T19:44:43.3895092Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T19:44:43.3976402Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T19:44:43.4056060Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T19:44:43.4135365Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T19:44:43.4215491Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T19:44:43.4294798Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T19:44:43.4374172Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T19:44:43.4453687Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T19:44:43.4534868Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T19:44:43.4616993Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T19:44:43.4698562Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T19:44:43.4780762Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T19:44:43.4861451Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T19:44:43.4941925Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T19:44:43.5022827Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T19:44:43.5100791Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T19:44:43.5179343Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T19:44:43.5258476Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T19:44:43.5336940Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T19:44:43.5418149Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T19:44:43.5498956Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T19:44:43.5578436Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T19:44:43.5661165Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T19:44:43.5739127Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T19:44:43.5817434Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T19:44:43.5897662Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T19:44:43.5977781Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T19:44:43.6057866Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T19:44:43.6139869Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T19:44:43.6220748Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T19:44:43.6301458Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T19:44:43.6380132Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T19:44:43.6462164Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T19:44:43.6544342Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T19:44:43.6627763Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T19:44:43.6711217Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T19:44:43.6793780Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T19:44:43.6873900Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T19:44:43.6955178Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T19:44:43.7036915Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T19:44:43.7118580Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T19:44:43.7203872Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T19:44:43.7286631Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T19:44:43.7367090Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T19:44:43.7446896Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T19:44:43.7481207Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T19:44:43.7506442Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T19:44:43.7530520Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T19:44:43.7604185Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T19:44:43.7627870Z 
2025-08-20T19:44:43.7628312Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T19:44:43.7628664Z 
2025-08-20T19:44:43.7753806Z 
2025-08-20T19:44:43.7835110Z 
2025-08-20T19:44:43.7835517Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T19:44:43.7835725Z 
2025-08-20T19:44:43.7835809Z [+] Installation completed!
2025-08-20T19:44:43.7913393Z 
2025-08-20T19:44:43.7913704Z [+] GITHUB_TOKEN is Exported
2025-08-20T19:44:44.0979790Z github.com
2025-08-20T19:44:44.0980501Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T19:44:44.0980808Z   - Active account: true
2025-08-20T19:44:44.0981014Z   - Git operations protocol: https
2025-08-20T19:44:44.0981265Z   - Token: ghp_************************************
2025-08-20T19:44:44.0981890Z   - 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-20T19:44:44.0982713Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T19:44:44.0983471Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T19:44:44.2536859Z Limit: 5000, Remaining: 4978, Reset: 2025-08-20 20:25:34 +0000 UTC (40m50s)
2025-08-20T19:44:44.2546622Z 
2025-08-20T19:44:44.2546921Z [+] GHCR_TOKEN is Exported
2025-08-20T19:44:44.2577127Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T19:44:44.7371421Z Login Succeeded
2025-08-20T19:44:44.7380589Z 
2025-08-20T19:44:44.7381237Z [+] GITLAB is Exported
2025-08-20T19:44:45.3398681Z [git remote -v]
2025-08-20T19:44:45.6012182Z gitlab.com
2025-08-20T19:44:45.6013289Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T19:44:45.6013928Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T19:44:45.6014384Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T19:44:45.6014761Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T19:44:45.6015103Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T19:44:45.6015459Z   ✓ Token found: **************************
2025-08-20T19:44:45.6015619Z 
2025-08-20T19:44:45.6015929Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T19:44:45.6016407Z [git remote -v]
2025-08-20T19:44:45.6027269Z 2025/08/20 19:44:45 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T19:44:45.6028104Z git: exit status 128]
2025-08-20T19:44:45.8403816Z 
2025-08-20T19:44:45.8403828Z 
2025-08-20T19:44:45.8404607Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (07:44:45 PM)
2025-08-20T19:44:45.8405000Z 
2025-08-20T19:44:45.8406872Z 
2025-08-20T19:44:45.8407510Z [+] USER = runner
2025-08-20T19:44:45.8407740Z [+] HOME = /home/runner
2025-08-20T19:44:45.8409911Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T19:44:45.8412230Z 
2025-08-20T19:44:45.9589880Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:44:45.9631461Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:44:46.0710411Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T19:44:46.1098843Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T19:44:46.1487646Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T19:44:46.1876058Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T19:44:47.0673413Z Reading package lists...
2025-08-20T19:44:47.0976563Z Reading package lists...
2025-08-20T19:44:47.2954551Z Building dependency tree...
2025-08-20T19:44:47.2961565Z Reading state information...
2025-08-20T19:44:47.5600920Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T19:44:47.5601322Z apt-utils is already the newest version (2.8.3).
2025-08-20T19:44:47.5601626Z ca-certificates is already the newest version (20240203).
2025-08-20T19:44:47.5601974Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:44:47.5602398Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T19:44:47.5602701Z moreutils is already the newest version (0.69-1).
2025-08-20T19:44:47.5603175Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T19:44:47.5604177Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T19:44:47.5604609Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:44:47.6875910Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:44:47.6930824Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:44:47.7385268Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T19:44:47.7800529Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T19:44:47.8216272Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T19:44:47.8632580Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T19:44:48.7449409Z Reading package lists...
2025-08-20T19:44:48.7744658Z Reading package lists...
2025-08-20T19:44:48.9779402Z Building dependency tree...
2025-08-20T19:44:48.9786275Z Reading state information...
2025-08-20T19:44:49.2194650Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T19:44:49.2195344Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:44:49.2195723Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:44:49.2196075Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:44:49.2196505Z ca-certificates is already the newest version (20240203).
2025-08-20T19:44:49.2196909Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T19:44:49.2197535Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:44:49.2197918Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T19:44:49.2198227Z gawk set to manually installed.
2025-08-20T19:44:49.2198534Z git-lfs is already the newest version (3.6.1).
2025-08-20T19:44:49.2198907Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:44:49.2199264Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:44:49.2199655Z make is already the newest version (4.3-4.1build2).
2025-08-20T19:44:49.2200066Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:44:49.2200440Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:44:49.2200859Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:44:49.2201205Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:44:49.2201578Z The following additional packages will be installed:
2025-08-20T19:44:49.2201990Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T19:44:49.2202693Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T19:44:49.2203192Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T19:44:49.2203675Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T19:44:49.2204142Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T19:44:49.2204601Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T19:44:49.2211840Z Suggested packages:
2025-08-20T19:44:49.2212280Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T19:44:49.2212863Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T19:44:49.2213354Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T19:44:49.2213884Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T19:44:49.2214317Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T19:44:49.2214734Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T19:44:49.2215110Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T19:44:49.2435821Z The following NEW packages will be installed:
2025-08-20T19:44:49.2436197Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T19:44:49.2436633Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T19:44:49.2453648Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T19:44:49.2454162Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T19:44:49.2454592Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T19:44:49.2455046Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T19:44:49.2455419Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T19:44:49.4554039Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:44:49.4554407Z Need to get 27.2 MB of archives.
2025-08-20T19:44:49.4554697Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T19:44:49.4555250Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T19:44:49.8040879Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T19:44:49.8943315Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T19:44:49.9395188Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T19:44:49.9814315Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T19:44:50.0233456Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T19:44:50.0687871Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T19:44:50.1136718Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T19:44:50.1596238Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T19:44:50.2019725Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T19:44:50.3460373Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T19:44:50.3888246Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T19:44:50.4335337Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T19:44:50.4757060Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T19:44:50.5175342Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T19:44:50.5596249Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T19:44:50.6016435Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T19:44:50.6654019Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T19:44:50.7895213Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T19:44:50.8325115Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T19:44:50.8745013Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T19:44:50.9293623Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T19:44:50.9753572Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T19:44:51.0176052Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T19:44:51.0602715Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T19:44:51.1020988Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T19:44:51.1494064Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T19:44:51.1916427Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T19:44:51.2336641Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T19:44:51.2762018Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T19:44:51.3181501Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T19:44:51.3604337Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T19:44:51.4026495Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T19:44:51.4563612Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T19:44:51.5005896Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T19:44:51.5459295Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T19:44:51.7826976Z Preconfiguring packages ...
2025-08-20T19:44:51.8795089Z Fetched 27.2 MB in 2s (11.9 MB/s)
2025-08-20T19:44:51.9200514Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T19:44:51.9230654Z (Reading database ... 
2025-08-20T19:44:51.9230870Z (Reading database ... 5%
2025-08-20T19:44:51.9231067Z (Reading database ... 10%
2025-08-20T19:44:51.9231262Z (Reading database ... 15%
2025-08-20T19:44:51.9231481Z (Reading database ... 20%
2025-08-20T19:44:51.9231812Z (Reading database ... 25%
2025-08-20T19:44:51.9232011Z (Reading database ... 30%
2025-08-20T19:44:51.9232304Z (Reading database ... 35%
2025-08-20T19:44:51.9232504Z (Reading database ... 40%
2025-08-20T19:44:51.9232698Z (Reading database ... 45%
2025-08-20T19:44:51.9232884Z (Reading database ... 50%
2025-08-20T19:44:51.9251989Z (Reading database ... 55%
2025-08-20T19:44:51.9335614Z (Reading database ... 60%
2025-08-20T19:44:51.9374157Z (Reading database ... 65%
2025-08-20T19:44:51.9388356Z (Reading database ... 70%
2025-08-20T19:44:51.9408470Z (Reading database ... 75%
2025-08-20T19:44:51.9441107Z (Reading database ... 80%
2025-08-20T19:44:51.9603001Z (Reading database ... 85%
2025-08-20T19:44:51.9626250Z (Reading database ... 90%
2025-08-20T19:44:51.9711013Z (Reading database ... 95%
2025-08-20T19:44:51.9713489Z (Reading database ... 100%
2025-08-20T19:44:51.9713809Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T19:44:51.9742319Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T19:44:51.9967308Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T19:44:52.1644617Z Selecting previously unselected package poppler-data.
2025-08-20T19:44:52.1809195Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T19:44:52.1879659Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T19:44:52.3043551Z Selecting previously unselected package b3sum.
2025-08-20T19:44:52.3186556Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T19:44:52.3251070Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T19:44:52.3847099Z Selecting previously unselected package build-essential.
2025-08-20T19:44:52.3993787Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T19:44:52.4054940Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T19:44:52.4611409Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T19:44:52.4756539Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T19:44:52.4882291Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T19:44:52.5480399Z Selecting previously unselected package ccache.
2025-08-20T19:44:52.5653497Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T19:44:52.5721299Z Unpacking ccache (4.9.1-1) ...
2025-08-20T19:44:52.6743398Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T19:44:52.6913109Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T19:44:52.6989075Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T19:44:52.7990959Z Selecting previously unselected package xfonts-encodings.
2025-08-20T19:44:52.8132610Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T19:44:52.8190741Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T19:44:52.8802801Z Selecting previously unselected package xfonts-utils.
2025-08-20T19:44:52.8944076Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T19:44:52.9002290Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T19:44:52.9767846Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T19:44:52.9906840Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T19:44:53.0481483Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T19:44:53.1557748Z Selecting previously unselected package libgs-common.
2025-08-20T19:44:53.1715580Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T19:44:53.1772528Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:44:53.2286760Z Selecting previously unselected package libgs10-common.
2025-08-20T19:44:53.2434353Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T19:44:53.2502951Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:44:53.3523558Z Selecting previously unselected package libidn12:arm64.
2025-08-20T19:44:53.3666146Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T19:44:53.3760481Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T19:44:53.4322955Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T19:44:53.4468489Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T19:44:53.4525935Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T19:44:53.5128734Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T19:44:53.5290793Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T19:44:53.5346667Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T19:44:53.6027877Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T19:44:53.6184421Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T19:44:53.6243041Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T19:44:53.6856339Z Selecting previously unselected package libgs10:arm64.
2025-08-20T19:44:53.7010760Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T19:44:53.7076961Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:44:53.9016022Z Selecting previously unselected package ghostscript.
2025-08-20T19:44:53.9158305Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T19:44:53.9220757Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:44:53.9893591Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T19:44:54.0055396Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T19:44:54.0114738Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:44:54.1513368Z Selecting previously unselected package imagemagick.
2025-08-20T19:44:54.1670339Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T19:44:54.1726562Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:44:54.2180831Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T19:44:54.2316940Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T19:44:54.2373425Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:44:54.2913427Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T19:44:54.3054219Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T19:44:54.3114846Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:44:54.3804022Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T19:44:54.3946409Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T19:44:54.4001937Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T19:44:54.4610288Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T19:44:54.4778014Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T19:44:54.4837580Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:44:54.5357442Z Selecting previously unselected package libjxr-tools.
2025-08-20T19:44:54.5521615Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T19:44:54.5580306Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:44:54.6120609Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T19:44:54.6281802Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T19:44:54.6339107Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T19:44:54.7116277Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T19:44:54.7255232Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T19:44:54.7306292Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T19:44:54.7767104Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T19:44:54.7906964Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T19:44:54.7964082Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:44:54.8767820Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T19:44:54.8906475Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T19:44:54.8975445Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T19:44:54.9463873Z Selecting previously unselected package libpaper-utils.
2025-08-20T19:44:54.9624227Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T19:44:54.9689679Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T19:44:55.0159272Z Selecting previously unselected package libtool-bin.
2025-08-20T19:44:55.0315580Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T19:44:55.0370996Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T19:44:55.1020132Z Selecting previously unselected package lzip.
2025-08-20T19:44:55.1176759Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T19:44:55.1245432Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T19:44:55.1837305Z Selecting previously unselected package netpbm.
2025-08-20T19:44:55.1975849Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T19:44:55.2034907Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T19:44:55.4555261Z Selecting previously unselected package musl:arm64.
2025-08-20T19:44:55.4721889Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T19:44:55.4783755Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T19:44:56.0165931Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T19:44:56.0326080Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T19:44:56.0383168Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T19:44:56.1341048Z Selecting previously unselected package musl-tools.
2025-08-20T19:44:56.1489559Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T19:44:56.1549762Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T19:44:56.2294751Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T19:44:56.3720509Z 
2025-08-20T19:44:56.3721379Z Creating config file /etc/papersize with new version
2025-08-20T19:44:56.4625397Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T19:44:56.4792327Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T19:44:56.5014336Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T19:44:56.5171481Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T19:44:56.5332746Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:44:56.5489128Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T19:44:56.5659144Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T19:44:56.5836107Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T19:44:56.6300552Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:44:56.6452678Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T19:44:56.6622635Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T19:44:56.6754202Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T19:44:56.6818235Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T19:44:56.6880647Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T19:44:56.6995977Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T19:44:56.7149903Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T19:44:56.7333662Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T19:44:56.7484700Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T19:44:56.7646547Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:44:56.7797212Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T19:44:56.7864832Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T19:44:56.7941172Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T19:44:56.8005153Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T19:44:56.8080300Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T19:44:56.8161701Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T19:44:56.8232914Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T19:44:56.8341067Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T19:44:56.8425494Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T19:44:56.8485650Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T19:44:56.8555491Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T19:44:56.8618451Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T19:44:56.8687550Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T19:44:56.8754082Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T19:44:56.8824930Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T19:44:56.8891751Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T19:44:56.8966337Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T19:44:56.9040512Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T19:44:56.9132165Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T19:44:56.9199095Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T19:44:56.9299218Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T19:44:56.9365787Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T19:44:56.9471763Z Setting up b3sum (1.2.0-1) ...
2025-08-20T19:44:56.9629913Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T19:44:56.9906108Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T19:44:57.0106144Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T19:44:57.0945427Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:44:57.1126117Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T19:44:57.1319413Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:44:57.1494078Z Setting up ccache (4.9.1-1) ...
2025-08-20T19:44:57.1608412Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T19:44:57.1737045Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:44:57.1921239Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T19:44:57.2128265Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T19:44:57.2301721Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T19:44:57.2472323Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:44:57.2646620Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:44:57.2824983Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T19:44:57.4718968Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T19:44:57.4916603Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:44:57.5077543Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:44:57.5285990Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:44:57.5510338Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:44:57.6320519Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T19:44:57.9664653Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T19:44:58.9993462Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:44:59.0284429Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:45:01.5465059Z Reading package lists...
2025-08-20T19:45:01.7408045Z Building dependency tree...
2025-08-20T19:45:01.7418418Z Reading state information...
2025-08-20T19:45:01.9753719Z autoconf is already the newest version (2.71-3).
2025-08-20T19:45:01.9754144Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:45:01.9754486Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:45:01.9754821Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T19:45:01.9755197Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:45:01.9755539Z ca-certificates is already the newest version (20240203).
2025-08-20T19:45:01.9755850Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T19:45:01.9756143Z file is already the newest version (1:5.45-3build1).
2025-08-20T19:45:01.9756444Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:45:01.9756751Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:45:01.9757490Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:45:01.9757843Z patch is already the newest version (2.7.6-7build3).
2025-08-20T19:45:01.9758106Z patch set to manually installed.
2025-08-20T19:45:01.9758371Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T19:45:01.9758695Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T19:45:01.9758998Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T19:45:01.9759307Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:45:01.9759565Z Suggested packages:
2025-08-20T19:45:01.9759731Z   scons-doc
2025-08-20T19:45:01.9903631Z The following NEW packages will be installed:
2025-08-20T19:45:01.9911811Z   autopoint byacc clang qemu-user-static scons
2025-08-20T19:45:02.1270789Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:45:02.1271139Z Need to get 17.8 MB of archives.
2025-08-20T19:45:02.1271429Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T19:45:02.1271957Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T19:45:02.3691246Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T19:45:02.4079842Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T19:45:02.7119119Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T19:45:02.7538261Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T19:45:03.0025922Z Fetched 17.8 MB in 1s (23.6 MB/s)
2025-08-20T19:45:03.0289339Z Selecting previously unselected package autopoint.
2025-08-20T19:45:03.0321214Z (Reading database ... 
2025-08-20T19:45:03.0321735Z (Reading database ... 5%
2025-08-20T19:45:03.0321966Z (Reading database ... 10%
2025-08-20T19:45:03.0322270Z (Reading database ... 15%
2025-08-20T19:45:03.0322502Z (Reading database ... 20%
2025-08-20T19:45:03.0322728Z (Reading database ... 25%
2025-08-20T19:45:03.0322920Z (Reading database ... 30%
2025-08-20T19:45:03.0323110Z (Reading database ... 35%
2025-08-20T19:45:03.0323300Z (Reading database ... 40%
2025-08-20T19:45:03.0323489Z (Reading database ... 45%
2025-08-20T19:45:03.0323678Z (Reading database ... 50%
2025-08-20T19:45:03.0343339Z (Reading database ... 55%
2025-08-20T19:45:03.0429669Z (Reading database ... 60%
2025-08-20T19:45:03.0470330Z (Reading database ... 65%
2025-08-20T19:45:03.0484429Z (Reading database ... 70%
2025-08-20T19:45:03.0507384Z (Reading database ... 75%
2025-08-20T19:45:03.0636194Z (Reading database ... 80%
2025-08-20T19:45:03.0706974Z (Reading database ... 85%
2025-08-20T19:45:03.0733894Z (Reading database ... 90%
2025-08-20T19:45:03.0820720Z (Reading database ... 95%
2025-08-20T19:45:03.0820950Z (Reading database ... 100%
2025-08-20T19:45:03.0821241Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T19:45:03.0848867Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T19:45:03.0903116Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T19:45:03.1528462Z Selecting previously unselected package clang.
2025-08-20T19:45:03.1655508Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T19:45:03.1717886Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T19:45:03.2236232Z Selecting previously unselected package qemu-user-static.
2025-08-20T19:45:03.2377937Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T19:45:03.2431492Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T19:45:04.2900169Z Selecting previously unselected package scons.
2025-08-20T19:45:04.3051976Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T19:45:04.3106389Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T19:45:04.4175672Z Selecting previously unselected package byacc.
2025-08-20T19:45:04.4328176Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T19:45:04.4381705Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T19:45:04.5255615Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T19:45:04.5451939Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T19:45:04.5699614Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T19:45:04.6183569Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T19:45:04.9904502Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T19:45:05.0084949Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:45:06.2172871Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T19:45:07.7106170Z Reading package lists...
2025-08-20T19:45:07.9157601Z Building dependency tree...
2025-08-20T19:45:07.9163912Z Reading state information...
2025-08-20T19:45:08.1516702Z The following additional packages will be installed:
2025-08-20T19:45:08.1517102Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T19:45:08.1517494Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T19:45:08.1517884Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T19:45:08.1518353Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T19:45:08.1518788Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T19:45:08.1519208Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T19:45:08.1520055Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T19:45:08.1520472Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T19:45:08.1521115Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T19:45:08.1530195Z Suggested packages:
2025-08-20T19:45:08.1530467Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T19:45:08.1530847Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T19:45:08.1531261Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T19:45:08.1531733Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T19:45:08.1532177Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T19:45:08.1532584Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T19:45:08.1533036Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T19:45:08.1533513Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T19:45:08.1533869Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T19:45:08.1534076Z Recommended packages:
2025-08-20T19:45:08.1534348Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T19:45:08.1534767Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T19:45:08.1535158Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T19:45:08.1535547Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T19:45:08.1535869Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T19:45:08.1709638Z The following NEW packages will be installed:
2025-08-20T19:45:08.1710658Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T19:45:08.1711032Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T19:45:08.1711424Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T19:45:08.1711910Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T19:45:08.1712474Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T19:45:08.1712901Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T19:45:08.1713351Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T19:45:08.1715165Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T19:45:08.1717951Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T19:45:08.4469394Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:45:08.4469760Z Need to get 2409 kB of archives.
2025-08-20T19:45:08.4470054Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T19:45:08.4470563Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T19:45:08.5556460Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T19:45:08.6869306Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T19:45:08.9037507Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T19:45:09.0193958Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T19:45:09.1427481Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T19:45:09.2847398Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T19:45:09.3991647Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T19:45:09.5165867Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T19:45:09.6374241Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T19:45:09.7639964Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T19:45:09.9904428Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T19:45:10.0961787Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T19:45:10.2421886Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T19:45:10.3954402Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T19:45:10.6184968Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T19:45:10.7312774Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T19:45:11.0325534Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T19:45:11.1435078Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T19:45:11.2525581Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T19:45:11.3596838Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T19:45:11.6325534Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T19:45:11.9686993Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T19:45:12.1895583Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T19:45:12.3137583Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T19:45:12.4632903Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T19:45:12.5934779Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T19:45:12.9488506Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T19:45:13.0946679Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T19:45:13.2141797Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T19:45:13.8276925Z Fetched 2409 kB in 5s (447 kB/s)
2025-08-20T19:45:13.8524207Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T19:45:13.8557648Z (Reading database ... 
2025-08-20T19:45:13.8558296Z (Reading database ... 5%
2025-08-20T19:45:13.8558599Z (Reading database ... 10%
2025-08-20T19:45:13.8558804Z (Reading database ... 15%
2025-08-20T19:45:13.8559299Z (Reading database ... 20%
2025-08-20T19:45:13.8559503Z (Reading database ... 25%
2025-08-20T19:45:13.8559701Z (Reading database ... 30%
2025-08-20T19:45:13.8559892Z (Reading database ... 35%
2025-08-20T19:45:13.8560081Z (Reading database ... 40%
2025-08-20T19:45:13.8560271Z (Reading database ... 45%
2025-08-20T19:45:13.8560460Z (Reading database ... 50%
2025-08-20T19:45:13.8580853Z (Reading database ... 55%
2025-08-20T19:45:13.8667047Z (Reading database ... 60%
2025-08-20T19:45:13.8707617Z (Reading database ... 65%
2025-08-20T19:45:13.8721531Z (Reading database ... 70%
2025-08-20T19:45:13.8744218Z (Reading database ... 75%
2025-08-20T19:45:13.8872184Z (Reading database ... 80%
2025-08-20T19:45:13.8944445Z (Reading database ... 85%
2025-08-20T19:45:13.8971802Z (Reading database ... 90%
2025-08-20T19:45:13.9061654Z (Reading database ... 95%
2025-08-20T19:45:13.9061880Z (Reading database ... 100%
2025-08-20T19:45:13.9062723Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T19:45:13.9094251Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T19:45:13.9171258Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T19:45:13.9696328Z Selecting previously unselected package libfile-which-perl.
2025-08-20T19:45:13.9837639Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T19:45:13.9898425Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T19:45:14.0384773Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T19:45:14.0527493Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T19:45:14.0584184Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T19:45:14.1134001Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T19:45:14.1275196Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T19:45:14.1336315Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T19:45:14.1835835Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T19:45:14.1982529Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T19:45:14.2044838Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T19:45:14.2577088Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T19:45:14.2745706Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T19:45:14.2820288Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T19:45:14.3340446Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T19:45:14.3503598Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T19:45:14.3569922Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T19:45:14.4101684Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T19:45:14.4258766Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T19:45:14.4315428Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T19:45:14.4820621Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T19:45:14.4966017Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T19:45:14.5040919Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T19:45:14.5546370Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T19:45:14.5688875Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T19:45:14.5758775Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T19:45:14.6296098Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T19:45:14.6440051Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T19:45:14.6512569Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T19:45:14.7089986Z Selecting previously unselected package libimport-into-perl.
2025-08-20T19:45:14.7255034Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T19:45:14.7328404Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T19:45:14.7840575Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T19:45:14.8005250Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T19:45:14.8069240Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T19:45:14.8654027Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T19:45:14.8798332Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T19:45:14.8860752Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T19:45:14.9350835Z Selecting previously unselected package libmoo-perl.
2025-08-20T19:45:14.9488859Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T19:45:14.9544364Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T19:45:15.0092258Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T19:45:15.0236934Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T19:45:15.0295046Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T19:45:15.0860309Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T19:45:15.1003757Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T19:45:15.1070495Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T19:45:15.1614732Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T19:45:15.1785662Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T19:45:15.1844346Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T19:45:15.2317305Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T19:45:15.2478628Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T19:45:15.2534210Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T19:45:15.3021367Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T19:45:15.3178780Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T19:45:15.3234184Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T19:45:15.3876174Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T19:45:15.4029189Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T19:45:15.4093177Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T19:45:15.4715978Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T19:45:15.4868032Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T19:45:15.4930094Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T19:45:15.7199601Z Selecting previously unselected package libnet-http-perl.
2025-08-20T19:45:15.7352722Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T19:45:15.7406281Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T19:45:15.7877636Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T19:45:15.8018235Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T19:45:15.8082300Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T19:45:15.8573338Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T19:45:15.8715829Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T19:45:15.8785189Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T19:45:15.9359046Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T19:45:15.9501515Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T19:45:15.9558450Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T19:45:16.0049155Z Selecting previously unselected package libwww-perl.
2025-08-20T19:45:16.0198760Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T19:45:16.0296658Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T19:45:16.0866846Z Selecting previously unselected package patchutils.
2025-08-20T19:45:16.1028835Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T19:45:16.1086432Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T19:45:16.3453466Z Selecting previously unselected package wdiff.
2025-08-20T19:45:16.3600269Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T19:45:16.3677072Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T19:45:16.4437108Z Selecting previously unselected package devscripts.
2025-08-20T19:45:16.4583563Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T19:45:16.4797321Z Unpacking devscripts (2.23.7) ...
2025-08-20T19:45:16.5853333Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T19:45:16.6015968Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T19:45:16.6169291Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T19:45:16.6418317Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T19:45:16.6581744Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T19:45:16.6765054Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T19:45:16.6934917Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T19:45:16.7112687Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T19:45:16.7297904Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T19:45:16.7486583Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T19:45:16.7673447Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T19:45:16.7840544Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T19:45:16.7999266Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T19:45:16.8162409Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T19:45:16.8344805Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T19:45:16.8531795Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T19:45:16.8688871Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T19:45:16.8845285Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T19:45:16.9041657Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T19:45:17.0453497Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T19:45:17.0641456Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T19:45:17.0830765Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T19:45:17.0993506Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T19:45:17.1167265Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T19:45:17.1377204Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T19:45:17.1547475Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T19:45:17.1706984Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T19:45:17.1930598Z Setting up libwww-perl (6.76-1) ...
2025-08-20T19:45:17.2101710Z Setting up devscripts (2.23.7) ...
2025-08-20T19:45:17.3364083Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T19:45:17.3542729Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:45:19.1281151Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:45:20.3461204Z Reading package lists...
2025-08-20T19:45:20.5620091Z Building dependency tree...
2025-08-20T19:45:20.5628512Z Reading state information...
2025-08-20T19:45:20.8162504Z The following additional packages will be installed:
2025-08-20T19:45:20.8169123Z   cmake-data libjsoncpp25 librhash0
2025-08-20T19:45:20.8178230Z Suggested packages:
2025-08-20T19:45:20.8178813Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T19:45:20.8343219Z The following NEW packages will be installed:
2025-08-20T19:45:20.8351485Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T19:45:20.9806426Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:45:20.9807320Z Need to get 12.7 MB of archives.
2025-08-20T19:45:20.9807676Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T19:45:20.9808235Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T19:45:21.1340194Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T19:45:21.2302982Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T19:45:21.4409647Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T19:45:21.8260902Z Fetched 12.7 MB in 1s (17.5 MB/s)
2025-08-20T19:45:21.8598414Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T19:45:21.8630981Z (Reading database ... 
2025-08-20T19:45:21.8631569Z (Reading database ... 5%
2025-08-20T19:45:21.8631811Z (Reading database ... 10%
2025-08-20T19:45:21.8632012Z (Reading database ... 15%
2025-08-20T19:45:21.8632370Z (Reading database ... 20%
2025-08-20T19:45:21.8632573Z (Reading database ... 25%
2025-08-20T19:45:21.8632765Z (Reading database ... 30%
2025-08-20T19:45:21.8633312Z (Reading database ... 35%
2025-08-20T19:45:21.8633504Z (Reading database ... 40%
2025-08-20T19:45:21.8633696Z (Reading database ... 45%
2025-08-20T19:45:21.8633887Z (Reading database ... 50%
2025-08-20T19:45:21.8652434Z (Reading database ... 55%
2025-08-20T19:45:21.8737653Z (Reading database ... 60%
2025-08-20T19:45:21.8778451Z (Reading database ... 65%
2025-08-20T19:45:21.8792750Z (Reading database ... 70%
2025-08-20T19:45:21.8817954Z (Reading database ... 75%
2025-08-20T19:45:21.8943106Z (Reading database ... 80%
2025-08-20T19:45:21.9015903Z (Reading database ... 85%
2025-08-20T19:45:21.9070391Z (Reading database ... 90%
2025-08-20T19:45:21.9131882Z (Reading database ... 95%
2025-08-20T19:45:21.9132341Z (Reading database ... 100%
2025-08-20T19:45:21.9132644Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T19:45:21.9160371Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T19:45:21.9272409Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T19:45:21.9884588Z Selecting previously unselected package librhash0:arm64.
2025-08-20T19:45:22.0020023Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T19:45:22.0074941Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T19:45:22.0727900Z Selecting previously unselected package cmake-data.
2025-08-20T19:45:22.0888755Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T19:45:22.1008161Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T19:45:23.0557925Z Selecting previously unselected package cmake.
2025-08-20T19:45:23.0741341Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T19:45:23.0795968Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T19:45:23.2967730Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T19:45:23.3133794Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T19:45:23.3327607Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T19:45:23.3544864Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T19:45:23.3754618Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:45:24.7463304Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:45:25.8224191Z Reading package lists...
2025-08-20T19:45:26.0187551Z Building dependency tree...
2025-08-20T19:45:26.0195854Z Reading state information...
2025-08-20T19:45:26.2763528Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T19:45:26.2763923Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:45:26.2764738Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:45:26.2765060Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:45:26.2765360Z b3sum is already the newest version (1.2.0-1).
2025-08-20T19:45:26.2765697Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:45:26.2766041Z ca-certificates is already the newest version (20240203).
2025-08-20T19:45:26.2766339Z ccache is already the newest version (4.9.1-1).
2025-08-20T19:45:26.2766650Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T19:45:26.2766955Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:45:26.2767243Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T19:45:26.2767523Z git-lfs is already the newest version (3.6.1).
2025-08-20T19:45:26.2767855Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T19:45:26.2768204Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T19:45:26.2768514Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:45:26.2768849Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:45:26.2769169Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:45:26.2769471Z make is already the newest version (4.3-4.1build2).
2025-08-20T19:45:26.2769740Z musl is already the newest version (1.2.4-2).
2025-08-20T19:45:26.2770010Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T19:45:26.2770531Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T19:45:26.2770857Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:45:26.2771196Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:45:26.2771498Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:45:26.2771797Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:45:26.2772377Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:45:26.2959070Z Reading package lists...
2025-08-20T19:45:26.5034118Z Building dependency tree...
2025-08-20T19:45:26.5041836Z Reading state information...
2025-08-20T19:45:26.7650429Z autoconf is already the newest version (2.71-3).
2025-08-20T19:45:26.7650837Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:45:26.7651181Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T19:45:26.7651510Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:45:26.7651869Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T19:45:26.7652406Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:45:26.7652744Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T19:45:26.7653059Z ca-certificates is already the newest version (20240203).
2025-08-20T19:45:26.7653371Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T19:45:26.7653663Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T19:45:26.7653968Z file is already the newest version (1:5.45-3build1).
2025-08-20T19:45:26.7654271Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:45:26.7654576Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:45:26.7654886Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:45:26.7655192Z patch is already the newest version (2.7.6-7build3).
2025-08-20T19:45:26.7655505Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T19:45:26.7655836Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T19:45:26.7656199Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T19:45:26.7656548Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:45:26.7656838Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T19:45:26.7657134Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:45:26.7657471Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:45:26.7846733Z Reading package lists...
2025-08-20T19:45:26.9873409Z Building dependency tree...
2025-08-20T19:45:26.9880055Z Reading state information...
2025-08-20T19:45:27.2428584Z devscripts is already the newest version (2.23.7).
2025-08-20T19:45:27.2428971Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:45:27.2619825Z Reading package lists...
2025-08-20T19:45:27.4464109Z Building dependency tree...
2025-08-20T19:45:27.4470465Z Reading state information...
2025-08-20T19:45:27.7012422Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T19:45:27.7012809Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:45:27.7199208Z Reading package lists...
2025-08-20T19:45:27.8908114Z Building dependency tree...
2025-08-20T19:45:27.8915756Z Reading state information...
2025-08-20T19:45:28.1311010Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:45:28.1311463Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T19:45:28.1692174Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:45:28.2130123Z Reading package lists...
2025-08-20T19:45:28.4140067Z Building dependency tree...
2025-08-20T19:45:28.4147179Z Reading state information...
2025-08-20T19:45:28.6516765Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T19:45:28.6517195Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T19:45:28.6517970Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T19:45:28.6518341Z The following additional packages will be installed:
2025-08-20T19:45:28.6518669Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T19:45:28.6519065Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T19:45:28.6519513Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T19:45:28.6519896Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T19:45:28.6520296Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T19:45:28.6520725Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T19:45:28.6521120Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T19:45:28.6521525Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T19:45:28.6521893Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T19:45:28.6523191Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T19:45:28.6523616Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T19:45:28.6523971Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T19:45:28.6524338Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T19:45:28.6524774Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T19:45:28.6525105Z   linux-libc-dev-armhf-cross
2025-08-20T19:45:28.6532166Z Suggested packages:
2025-08-20T19:45:28.6532465Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T19:45:28.6532829Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T19:45:28.6858717Z The following NEW packages will be installed:
2025-08-20T19:45:28.6859048Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T19:45:28.6859447Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T19:45:28.6859929Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T19:45:28.6860353Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T19:45:28.6860721Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T19:45:28.6861106Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T19:45:28.6861516Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T19:45:28.6862338Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T19:45:28.6862769Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T19:45:28.6863146Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T19:45:28.6863550Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T19:45:28.6863968Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T19:45:28.6864337Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T19:45:28.6864710Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T19:45:28.6867529Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T19:45:28.9570482Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:45:28.9570846Z Need to get 112 MB of archives.
2025-08-20T19:45:28.9571133Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T19:45:28.9571817Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T19:45:29.2891766Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T19:45:30.2574938Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T19:45:30.3633649Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T19:45:31.2150324Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T19:45:31.3207417Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T19:45:31.4262939Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T19:45:31.9540386Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T19:45:32.0597493Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T19:45:32.1658220Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T19:45:32.4818902Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T19:45:32.6938755Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T19:45:33.1686510Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T19:45:33.2797793Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T19:45:33.8988228Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T19:45:34.1182885Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T19:45:34.4443876Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T19:45:34.7652699Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T19:45:36.0310151Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T19:45:36.3503955Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T19:45:36.6701283Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T19:45:37.0963259Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T19:45:38.1604843Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T19:45:39.1455007Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T19:45:39.2518441Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T19:45:39.3583271Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T19:45:39.6836799Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T19:45:39.7898088Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T19:45:39.8975797Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T19:45:40.0033045Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T19:45:40.5397217Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T19:45:40.7590494Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T19:45:41.0804788Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T19:45:41.5087040Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T19:45:42.9327847Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T19:45:43.2598156Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T19:45:43.5869286Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T19:45:44.0246053Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T19:45:45.0175975Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T19:45:45.1262408Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T19:45:45.2362425Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T19:45:45.3447517Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T19:45:45.6188208Z Fetched 112 MB in 17s (6741 kB/s)
2025-08-20T19:45:45.6443777Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T19:45:45.6476771Z (Reading database ... 
2025-08-20T19:45:45.6477022Z (Reading database ... 5%
2025-08-20T19:45:45.6477227Z (Reading database ... 10%
2025-08-20T19:45:45.6477450Z (Reading database ... 15%
2025-08-20T19:45:45.6477639Z (Reading database ... 20%
2025-08-20T19:45:45.6478156Z (Reading database ... 25%
2025-08-20T19:45:45.6478358Z (Reading database ... 30%
2025-08-20T19:45:45.6478545Z (Reading database ... 35%
2025-08-20T19:45:45.6478734Z (Reading database ... 40%
2025-08-20T19:45:45.6478922Z (Reading database ... 45%
2025-08-20T19:45:45.6479111Z (Reading database ... 50%
2025-08-20T19:45:45.6498946Z (Reading database ... 55%
2025-08-20T19:45:45.6580336Z (Reading database ... 60%
2025-08-20T19:45:45.6619346Z (Reading database ... 65%
2025-08-20T19:45:45.6632787Z (Reading database ... 70%
2025-08-20T19:45:45.6661163Z (Reading database ... 75%
2025-08-20T19:45:45.6778686Z (Reading database ... 80%
2025-08-20T19:45:45.6846560Z (Reading database ... 85%
2025-08-20T19:45:45.6896862Z (Reading database ... 90%
2025-08-20T19:45:45.6960333Z (Reading database ... 95%
2025-08-20T19:45:45.6960718Z (Reading database ... 100%
2025-08-20T19:45:45.6961008Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T19:45:45.6987044Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:45:45.7050143Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:45.7548441Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T19:45:45.7687931Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:45:45.7762565Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:45.9979002Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T19:45:46.0124332Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:45:46.0178007Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:46.0658545Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T19:45:46.0801739Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:45:46.0875983Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:46.3396294Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T19:45:46.3545330Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T19:45:46.3603577Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:45:46.4083020Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T19:45:46.4232965Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T19:45:46.4286957Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:45:46.4821206Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T19:45:46.4964791Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T19:45:46.5087301Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T19:45:46.6224138Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T19:45:46.6397392Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:46.6455192Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:46.6914840Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T19:45:46.7086035Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:46.7143177Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:46.7693625Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T19:45:46.7838459Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:45:46.7894842Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:45:46.8567098Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T19:45:46.8709416Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:46.8765341Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:46.9333237Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T19:45:46.9491777Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:46.9575191Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:47.0506758Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T19:45:47.0676489Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:47.0741238Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:47.1295081Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T19:45:47.1459235Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:47.1526395Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:47.2505357Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T19:45:47.2650742Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:47.2709278Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:47.3499215Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T19:45:47.3649541Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:47.3713219Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:47.4403935Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T19:45:47.4557409Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:47.4615407Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:47.5509916Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T19:45:47.5685692Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:45:47.5789410Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:48.0234963Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T19:45:48.0401605Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:45:48.0463053Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T19:45:48.3031284Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T19:45:48.3183962Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:45:48.3263147Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:45:48.4449461Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T19:45:48.4619682Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:48.4696358Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:48.7082690Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T19:45:48.7230960Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:45:48.7311626Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:49.0002355Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T19:45:49.0168635Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T19:45:49.0229624Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T19:45:49.1366435Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T19:45:49.1552216Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:49.1642317Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:49.2205108Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T19:45:49.2347801Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:49.2401881Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:49.2930072Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T19:45:49.3086732Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:45:49.3150389Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:45:49.3894367Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T19:45:49.4063726Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:49.4186059Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:49.4777479Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T19:45:49.4948584Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:49.5003330Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:49.5569675Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T19:45:49.5721348Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:49.5787914Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:49.6338733Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T19:45:49.6481233Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:49.6538153Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:49.7619855Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T19:45:49.7767732Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:49.7838856Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:49.8511473Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T19:45:49.8681866Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:49.8750466Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:49.9516259Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T19:45:49.9685978Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:49.9748455Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:50.0617027Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T19:45:50.0767367Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:45:50.0860272Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:50.5078371Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T19:45:50.5228378Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:45:50.5324919Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T19:45:50.8127377Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T19:45:50.8303692Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:45:50.8367364Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:45:51.0072711Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T19:45:51.0223653Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:45:51.0280239Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:51.2712939Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T19:45:51.2891925Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:45:51.2985114Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:51.5581768Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T19:45:51.5733907Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T19:45:51.5804122Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:45:51.6275459Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T19:45:51.6429315Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T19:45:51.6497655Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:45:51.6921932Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T19:45:51.7103353Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T19:45:51.7163870Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:45:51.7576510Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T19:45:51.7751485Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T19:45:51.7809756Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:45:51.8603589Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T19:45:51.8831182Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:45:51.9018882Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:51.9201047Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:51.9373067Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:51.9585442Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T19:45:51.9886407Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.0077643Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T19:45:52.0244770Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:45:52.0425001Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.0620201Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.0862961Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:45:52.1065503Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T19:45:52.1251367Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.1464230Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.1671664Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.1832290Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.2030547Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.2186342Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.2341856Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.2516796Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:45:52.2745353Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.2925298Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.3086186Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:45:52.3263863Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.3458153Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.3653960Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.3855665Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:45:52.4048527Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.4231131Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.4458307Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.4638218Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.4838037Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.5019689Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.5208893Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:45:52.5396571Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.5586111Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.5800742Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.6005104Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:45:52.6210056Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:45:52.6638100Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:45:52.6817766Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:45:52.7019353Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T19:45:52.7102927Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T19:45:52.7226488Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:45:54.0688256Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:45:55.2325818Z Reading package lists...
2025-08-20T19:45:55.4429000Z Building dependency tree...
2025-08-20T19:45:55.4440002Z Reading state information...
2025-08-20T19:45:55.6777823Z The following additional packages will be installed:
2025-08-20T19:45:55.6778871Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T19:45:55.6782741Z   libpcap0.8-dev
2025-08-20T19:45:55.7060236Z The following NEW packages will be installed:
2025-08-20T19:45:55.7061255Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T19:45:55.7067587Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T19:45:55.7279601Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:45:56.0717005Z Need to get 1640 kB of archives.
2025-08-20T19:45:56.0717379Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T19:45:56.0717989Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T19:45:56.6180274Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T19:45:56.7626854Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T19:45:56.9083879Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T19:45:57.1514370Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T19:45:57.5220805Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T19:45:57.7433818Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T19:45:57.8490763Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T19:45:58.1367791Z Fetched 1640 kB in 2s (777 kB/s)
2025-08-20T19:45:58.1771178Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T19:45:58.1806494Z (Reading database ... 
2025-08-20T19:45:58.1806742Z (Reading database ... 5%
2025-08-20T19:45:58.1806946Z (Reading database ... 10%
2025-08-20T19:45:58.1807161Z (Reading database ... 15%
2025-08-20T19:45:58.1807354Z (Reading database ... 20%
2025-08-20T19:45:58.1807889Z (Reading database ... 25%
2025-08-20T19:45:58.1808099Z (Reading database ... 30%
2025-08-20T19:45:58.1808289Z (Reading database ... 35%
2025-08-20T19:45:58.1808478Z (Reading database ... 40%
2025-08-20T19:45:58.1808665Z (Reading database ... 45%
2025-08-20T19:45:58.1808852Z (Reading database ... 50%
2025-08-20T19:45:58.1829695Z (Reading database ... 55%
2025-08-20T19:45:58.1917676Z (Reading database ... 60%
2025-08-20T19:45:58.1957155Z (Reading database ... 65%
2025-08-20T19:45:58.1974559Z (Reading database ... 70%
2025-08-20T19:45:58.2001488Z (Reading database ... 75%
2025-08-20T19:45:58.2162719Z (Reading database ... 80%
2025-08-20T19:45:58.2197199Z (Reading database ... 85%
2025-08-20T19:45:58.2259640Z (Reading database ... 90%
2025-08-20T19:45:58.2329082Z (Reading database ... 95%
2025-08-20T19:45:58.2329289Z (Reading database ... 100%
2025-08-20T19:45:58.2329576Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T19:45:58.2359224Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T19:45:58.2435158Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T19:45:58.3209755Z Selecting previously unselected package libjudydebian1.
2025-08-20T19:45:58.3361638Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T19:45:58.3491244Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T19:45:58.4009519Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T19:45:58.4165800Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T19:45:58.4238765Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:45:58.4794916Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T19:45:58.4945369Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T19:45:58.5008588Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:45:58.5566582Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T19:45:58.5749343Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T19:45:58.5870092Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T19:45:58.6693787Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T19:45:58.6868809Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T19:45:58.6956895Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:45:58.7571071Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T19:45:58.7745964Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T19:45:58.7812948Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:45:58.8407373Z Selecting previously unselected package pcaputils.
2025-08-20T19:45:58.8551668Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T19:45:58.8631960Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T19:45:58.9324621Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T19:45:58.9487524Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T19:45:59.0863952Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:45:59.1049833Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T19:45:59.1333047Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T19:45:59.3617153Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:45:59.3814737Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T19:45:59.4028456Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:45:59.4325803Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:46:01.0207908Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:46:01.0924327Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:46:01.1086552Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:46:02.3047343Z Reading package lists...
2025-08-20T19:46:02.5347619Z Building dependency tree...
2025-08-20T19:46:02.5354186Z Reading state information...
2025-08-20T19:46:02.5783661Z Reading package lists...
2025-08-20T19:46:02.7774177Z Building dependency tree...
2025-08-20T19:46:02.7781098Z Reading state information...
2025-08-20T19:46:03.0277942Z The following additional packages will be installed:
2025-08-20T19:46:03.0281433Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T19:46:03.0290786Z Suggested packages:
2025-08-20T19:46:03.0291119Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T19:46:03.0291498Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T19:46:03.0462871Z The following NEW packages will be installed:
2025-08-20T19:46:03.0464108Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T19:46:03.0469036Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T19:46:03.2503906Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:46:03.2504300Z Need to get 801 kB of archives.
2025-08-20T19:46:03.2504592Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T19:46:03.2505077Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T19:46:03.3478165Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T19:46:03.4281465Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T19:46:03.5622643Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T19:46:03.6043757Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T19:46:03.6440197Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T19:46:03.6937306Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T19:46:03.7328487Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T19:46:03.7736634Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T19:46:04.0338068Z Fetched 801 kB in 1s (1115 kB/s)
2025-08-20T19:46:04.0645710Z Selecting previously unselected package liblz1:arm64.
2025-08-20T19:46:04.0682710Z (Reading database ... 
2025-08-20T19:46:04.0682955Z (Reading database ... 5%
2025-08-20T19:46:04.0683185Z (Reading database ... 10%
2025-08-20T19:46:04.0683388Z (Reading database ... 15%
2025-08-20T19:46:04.0683584Z (Reading database ... 20%
2025-08-20T19:46:04.0683780Z (Reading database ... 25%
2025-08-20T19:46:04.0683971Z (Reading database ... 30%
2025-08-20T19:46:04.0684167Z (Reading database ... 35%
2025-08-20T19:46:04.0684358Z (Reading database ... 40%
2025-08-20T19:46:04.0684551Z (Reading database ... 45%
2025-08-20T19:46:04.0684806Z (Reading database ... 50%
2025-08-20T19:46:04.0704807Z (Reading database ... 55%
2025-08-20T19:46:04.0792742Z (Reading database ... 60%
2025-08-20T19:46:04.0828176Z (Reading database ... 65%
2025-08-20T19:46:04.0844959Z (Reading database ... 70%
2025-08-20T19:46:04.0871808Z (Reading database ... 75%
2025-08-20T19:46:04.1034310Z (Reading database ... 80%
2025-08-20T19:46:04.1069478Z (Reading database ... 85%
2025-08-20T19:46:04.1132314Z (Reading database ... 90%
2025-08-20T19:46:04.1202285Z (Reading database ... 95%
2025-08-20T19:46:04.1204806Z (Reading database ... 100%
2025-08-20T19:46:04.1205121Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T19:46:04.1232271Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T19:46:04.1371733Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T19:46:04.1892131Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T19:46:04.2066702Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T19:46:04.2137158Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T19:46:04.2760253Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T19:46:04.2932540Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T19:46:04.2988553Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T19:46:04.3772883Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T19:46:04.3946218Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T19:46:04.4009663Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T19:46:04.4518461Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T19:46:04.4676350Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T19:46:04.4729759Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T19:46:04.5224339Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T19:46:04.5386556Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T19:46:04.5441253Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T19:46:04.5959138Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T19:46:04.6114304Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T19:46:04.6175264Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T19:46:04.6710256Z Selecting previously unselected package lzma.
2025-08-20T19:46:04.6861200Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T19:46:04.6922303Z Unpacking lzma (9.22-2.2) ...
2025-08-20T19:46:04.7459550Z Selecting previously unselected package lzma-dev.
2025-08-20T19:46:04.7630756Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T19:46:04.7683634Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T19:46:04.8364605Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T19:46:04.8600972Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T19:46:04.8762579Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T19:46:04.8939456Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T19:46:04.9109574Z Setting up lzma (9.22-2.2) ...
2025-08-20T19:46:04.9256633Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T19:46:04.9374238Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T19:46:04.9543294Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T19:46:04.9753455Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T19:46:04.9988081Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T19:46:05.0158524Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:46:05.0515090Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:46:06.4008134Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:46:07.6524914Z Reading package lists...
2025-08-20T19:46:07.8590907Z Building dependency tree...
2025-08-20T19:46:07.8598624Z Reading state information...
2025-08-20T19:46:08.1391563Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T19:46:08.1392009Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T19:46:08.1392494Z inetutils-telnet set to manually installed.
2025-08-20T19:46:08.1392802Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T19:46:08.1393126Z The following additional packages will be installed:
2025-08-20T19:46:08.1393417Z   tcpd update-inetd
2025-08-20T19:46:08.1555685Z The following packages will be REMOVED:
2025-08-20T19:46:08.1561764Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T19:46:08.1563223Z The following NEW packages will be installed:
2025-08-20T19:46:08.1563583Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T19:46:08.1563976Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T19:46:08.1570225Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T19:46:08.3933752Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T19:46:08.3934121Z Need to get 691 kB of archives.
2025-08-20T19:46:08.3934373Z After this operation, 987 kB disk space will be freed.
2025-08-20T19:46:08.3934880Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T19:46:08.7527359Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T19:46:08.8901568Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T19:46:09.0279431Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T19:46:09.1900094Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T19:46:09.3973001Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T19:46:09.5647128Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T19:46:09.7207570Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T19:46:09.8635445Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T19:46:09.9969570Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T19:46:10.1507372Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T19:46:10.4193343Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T19:46:10.7670308Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T19:46:11.0388858Z Preconfiguring packages ...
2025-08-20T19:46:11.1451925Z Fetched 691 kB in 3s (261 kB/s)
2025-08-20T19:46:11.1649547Z (Reading database ... 
2025-08-20T19:46:11.1650332Z (Reading database ... 5%
2025-08-20T19:46:11.1650573Z (Reading database ... 10%
2025-08-20T19:46:11.1650777Z (Reading database ... 15%
2025-08-20T19:46:11.1650972Z (Reading database ... 20%
2025-08-20T19:46:11.1651165Z (Reading database ... 25%
2025-08-20T19:46:11.1651393Z (Reading database ... 30%
2025-08-20T19:46:11.1651589Z (Reading database ... 35%
2025-08-20T19:46:11.1651780Z (Reading database ... 40%
2025-08-20T19:46:11.1651972Z (Reading database ... 45%
2025-08-20T19:46:11.1652310Z (Reading database ... 50%
2025-08-20T19:46:11.1671249Z (Reading database ... 55%
2025-08-20T19:46:11.1755746Z (Reading database ... 60%
2025-08-20T19:46:11.1793805Z (Reading database ... 65%
2025-08-20T19:46:11.1811072Z (Reading database ... 70%
2025-08-20T19:46:11.1837247Z (Reading database ... 75%
2025-08-20T19:46:11.1997920Z (Reading database ... 80%
2025-08-20T19:46:11.2032667Z (Reading database ... 85%
2025-08-20T19:46:11.2095615Z (Reading database ... 90%
2025-08-20T19:46:11.2163332Z (Reading database ... 95%
2025-08-20T19:46:11.2163569Z (Reading database ... 100%
2025-08-20T19:46:11.2164178Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T19:46:11.2193972Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T19:46:11.2960576Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T19:46:11.3690218Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T19:46:11.7234502Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T19:46:11.7269433Z (Reading database ... 
2025-08-20T19:46:11.7269662Z (Reading database ... 5%
2025-08-20T19:46:11.7269863Z (Reading database ... 10%
2025-08-20T19:46:11.7270062Z (Reading database ... 15%
2025-08-20T19:46:11.7270259Z (Reading database ... 20%
2025-08-20T19:46:11.7270451Z (Reading database ... 25%
2025-08-20T19:46:11.7270658Z (Reading database ... 30%
2025-08-20T19:46:11.7271252Z (Reading database ... 35%
2025-08-20T19:46:11.7271466Z (Reading database ... 40%
2025-08-20T19:46:11.7271662Z (Reading database ... 45%
2025-08-20T19:46:11.7271857Z (Reading database ... 50%
2025-08-20T19:46:11.7290467Z (Reading database ... 55%
2025-08-20T19:46:11.7376120Z (Reading database ... 60%
2025-08-20T19:46:11.7417333Z (Reading database ... 65%
2025-08-20T19:46:11.7436672Z (Reading database ... 70%
2025-08-20T19:46:11.7463383Z (Reading database ... 75%
2025-08-20T19:46:11.7628149Z (Reading database ... 80%
2025-08-20T19:46:11.7663331Z (Reading database ... 85%
2025-08-20T19:46:11.7727107Z (Reading database ... 90%
2025-08-20T19:46:11.7796120Z (Reading database ... 95%
2025-08-20T19:46:11.7796351Z (Reading database ... 100%
2025-08-20T19:46:11.7796642Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T19:46:11.7826815Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:46:11.7928317Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T19:46:11.8456171Z Selecting previously unselected package tcpd.
2025-08-20T19:46:11.8600016Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T19:46:11.8662166Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T19:46:11.9317925Z Selecting previously unselected package update-inetd.
2025-08-20T19:46:11.9468731Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T19:46:11.9534446Z Unpacking update-inetd (4.53) ...
2025-08-20T19:46:12.0269713Z Selecting previously unselected package inetutils-inetd.
2025-08-20T19:46:12.0445443Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:46:12.0545174Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T19:46:12.1165474Z Selecting previously unselected package inetutils-ftp.
2025-08-20T19:46:12.1333870Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:46:12.1402226Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T19:46:12.1975780Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T19:46:12.2123265Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:46:12.2177901Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T19:46:12.2771243Z Selecting previously unselected package inetutils-ping.
2025-08-20T19:46:12.2921990Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:46:12.2988182Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:46:12.3593765Z Selecting previously unselected package inetutils-talk.
2025-08-20T19:46:12.3753043Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:46:12.3808073Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T19:46:12.4401565Z Selecting previously unselected package inetutils-talkd.
2025-08-20T19:46:12.4579265Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:46:12.4644777Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T19:46:12.5206785Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T19:46:12.5382581Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:46:12.5462880Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T19:46:12.6531419Z Selecting previously unselected package inetutils-tools.
2025-08-20T19:46:12.6692676Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:46:12.6748544Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T19:46:12.8163147Z Selecting previously unselected package netcat-traditional.
2025-08-20T19:46:12.8311228Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T19:46:12.8375788Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T19:46:12.8940653Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T19:46:12.9123723Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:46:12.9191570Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T19:46:12.9953327Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T19:46:13.0231886Z Setting up update-inetd (4.53) ...
2025-08-20T19:46:13.1154632Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T19:46:13.1306640Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T19:46:13.1429230Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T19:46:13.4727887Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:46:13.4729063Z 
2025-08-20T19:46:13.4729391Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T19:46:13.4729584Z 
2025-08-20T19:46:13.4730006Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:46:13.4730375Z 
2025-08-20T19:46:13.4730916Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:46:13.4731404Z 
2025-08-20T19:46:13.7093903Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T19:46:13.7328153Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T19:46:13.7471419Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T19:46:13.7582460Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:46:13.7758351Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T19:46:13.7907016Z Setting up tcpd (7.6.q-33) ...
2025-08-20T19:46:13.8066026Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T19:46:14.1257039Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T19:46:14.1257445Z 
2025-08-20T19:46:14.1258011Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T19:46:14.1258486Z 
2025-08-20T19:46:14.3672908Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T19:46:14.4782716Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T19:46:14.5674383Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T19:46:14.6412400Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:46:17.4345350Z Reading package lists...
2025-08-20T19:46:17.6543647Z Building dependency tree...
2025-08-20T19:46:17.6550745Z Reading state information...
2025-08-20T19:46:17.9889352Z The following packages will be REMOVED:
2025-08-20T19:46:17.9895726Z   inetutils-ping
2025-08-20T19:46:17.9897222Z The following NEW packages will be installed:
2025-08-20T19:46:17.9905054Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T19:46:17.9910258Z The following packages will be upgraded:
2025-08-20T19:46:17.9918027Z   iputils-tracepath
2025-08-20T19:46:18.0871200Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T19:46:18.0871548Z Need to get 84.5 kB of archives.
2025-08-20T19:46:18.0871875Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T19:46:18.0872626Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T19:46:18.2022410Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T19:46:18.2456812Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T19:46:18.2905175Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T19:46:18.5882519Z Fetched 84.5 kB in 0s (288 kB/s)
2025-08-20T19:46:18.6086975Z (Reading database ... 
2025-08-20T19:46:18.6087228Z (Reading database ... 5%
2025-08-20T19:46:18.6087435Z (Reading database ... 10%
2025-08-20T19:46:18.6087627Z (Reading database ... 15%
2025-08-20T19:46:18.6087838Z (Reading database ... 20%
2025-08-20T19:46:18.6088324Z (Reading database ... 25%
2025-08-20T19:46:18.6088544Z (Reading database ... 30%
2025-08-20T19:46:18.6088734Z (Reading database ... 35%
2025-08-20T19:46:18.6088923Z (Reading database ... 40%
2025-08-20T19:46:18.6089114Z (Reading database ... 45%
2025-08-20T19:46:18.6089304Z (Reading database ... 50%
2025-08-20T19:46:18.6109261Z (Reading database ... 55%
2025-08-20T19:46:18.6194642Z (Reading database ... 60%
2025-08-20T19:46:18.6233202Z (Reading database ... 65%
2025-08-20T19:46:18.6250173Z (Reading database ... 70%
2025-08-20T19:46:18.6277017Z (Reading database ... 75%
2025-08-20T19:46:18.6436968Z (Reading database ... 80%
2025-08-20T19:46:18.6472496Z (Reading database ... 85%
2025-08-20T19:46:18.6536083Z (Reading database ... 90%
2025-08-20T19:46:18.6604836Z (Reading database ... 95%
2025-08-20T19:46:18.6605058Z (Reading database ... 100%
2025-08-20T19:46:18.6605352Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T19:46:18.6635051Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:46:18.7633816Z Selecting previously unselected package iputils-ping.
2025-08-20T19:46:18.7669549Z (Reading database ... 
2025-08-20T19:46:18.7669802Z (Reading database ... 5%
2025-08-20T19:46:18.7670001Z (Reading database ... 10%
2025-08-20T19:46:18.7670206Z (Reading database ... 15%
2025-08-20T19:46:18.7670393Z (Reading database ... 20%
2025-08-20T19:46:18.7670591Z (Reading database ... 25%
2025-08-20T19:46:18.7671254Z (Reading database ... 30%
2025-08-20T19:46:18.7671445Z (Reading database ... 35%
2025-08-20T19:46:18.7671633Z (Reading database ... 40%
2025-08-20T19:46:18.7671822Z (Reading database ... 45%
2025-08-20T19:46:18.7672016Z (Reading database ... 50%
2025-08-20T19:46:18.7690857Z (Reading database ... 55%
2025-08-20T19:46:18.7781627Z (Reading database ... 60%
2025-08-20T19:46:18.7824414Z (Reading database ... 65%
2025-08-20T19:46:18.7843231Z (Reading database ... 70%
2025-08-20T19:46:18.7872199Z (Reading database ... 75%
2025-08-20T19:46:18.8045722Z (Reading database ... 80%
2025-08-20T19:46:18.8083027Z (Reading database ... 85%
2025-08-20T19:46:18.8150193Z (Reading database ... 90%
2025-08-20T19:46:18.8223050Z (Reading database ... 95%
2025-08-20T19:46:18.8223283Z (Reading database ... 100%
2025-08-20T19:46:18.8223582Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T19:46:18.8255163Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:46:18.8334917Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:46:18.9027339Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:46:18.9218784Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T19:46:18.9815405Z Selecting previously unselected package iputils-arping.
2025-08-20T19:46:18.9994029Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:46:19.0046874Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:46:19.0582486Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T19:46:19.0753533Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:46:19.0821347Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T19:46:19.1586099Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:46:19.1997150Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:46:19.2282150Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T19:46:19.2588001Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T19:46:19.2759359Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:46:21.9526636Z Reading package lists...
2025-08-20T19:46:22.1495700Z Building dependency tree...
2025-08-20T19:46:22.1503658Z Reading state information...
2025-08-20T19:46:22.3880376Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T19:46:22.4161873Z The following packages will be upgraded:
2025-08-20T19:46:22.4162339Z   python3-pip python3-pip-whl
2025-08-20T19:46:22.4329484Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T19:46:22.7055276Z Need to get 3020 kB of archives.
2025-08-20T19:46:22.7055647Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T19:46:22.7056224Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T19:46:23.5445095Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T19:46:24.2232560Z Fetched 3020 kB in 2s (1976 kB/s)
2025-08-20T19:46:24.2582468Z (Reading database ... 
2025-08-20T19:46:24.2582749Z (Reading database ... 5%
2025-08-20T19:46:24.2583057Z (Reading database ... 10%
2025-08-20T19:46:24.2583253Z (Reading database ... 15%
2025-08-20T19:46:24.2583448Z (Reading database ... 20%
2025-08-20T19:46:24.2583637Z (Reading database ... 25%
2025-08-20T19:46:24.2583855Z (Reading database ... 30%
2025-08-20T19:46:24.2584047Z (Reading database ... 35%
2025-08-20T19:46:24.2584239Z (Reading database ... 40%
2025-08-20T19:46:24.2584431Z (Reading database ... 45%
2025-08-20T19:46:24.2584619Z (Reading database ... 50%
2025-08-20T19:46:24.2604110Z (Reading database ... 55%
2025-08-20T19:46:24.2691702Z (Reading database ... 60%
2025-08-20T19:46:24.2730919Z (Reading database ... 65%
2025-08-20T19:46:24.2748627Z (Reading database ... 70%
2025-08-20T19:46:24.2775601Z (Reading database ... 75%
2025-08-20T19:46:24.2937257Z (Reading database ... 80%
2025-08-20T19:46:24.2973109Z (Reading database ... 85%
2025-08-20T19:46:24.3036709Z (Reading database ... 90%
2025-08-20T19:46:24.3107642Z (Reading database ... 95%
2025-08-20T19:46:24.3107868Z (Reading database ... 100%
2025-08-20T19:46:24.3108161Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T19:46:24.3140025Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T19:46:24.4901901Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T19:46:24.6745884Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T19:46:24.6959623Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T19:46:24.8075297Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T19:46:24.8344947Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T19:46:25.7657624Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:46:28.5518100Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T19:46:28.8360684Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:46:29.7896404Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T19:46:29.9288714Z Collecting pip
2025-08-20T19:46:29.9952447Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T19:46:30.0169988Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T19:46:30.1790899Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 11.1 MB/s eta 0:00:00
2025-08-20T19:46:30.4450610Z Installing collected packages: pip
2025-08-20T19:46:31.0885586Z Successfully installed pip-25.2
2025-08-20T19:46:31.2803568Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T19:46:31.3234145Z Reading package lists...
2025-08-20T19:46:31.5308021Z Building dependency tree...
2025-08-20T19:46:31.5314782Z Reading state information...
2025-08-20T19:46:31.7668128Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T19:46:31.7668481Z pciutils set to manually installed.
2025-08-20T19:46:31.7668781Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T19:46:31.7669107Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T19:46:31.7669393Z python3-distro set to manually installed.
2025-08-20T19:46:31.7670062Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T19:46:31.7670410Z python3-netifaces set to manually installed.
2025-08-20T19:46:31.7670698Z The following additional packages will be installed:
2025-08-20T19:46:31.7670959Z   libsysfs2
2025-08-20T19:46:31.7678888Z Suggested packages:
2025-08-20T19:46:31.7679135Z   fancontrol read-edid i2c-tools
2025-08-20T19:46:31.7936505Z The following NEW packages will be installed:
2025-08-20T19:46:31.7939005Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T19:46:31.8117951Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T19:46:31.9592603Z Need to get 133 kB of archives.
2025-08-20T19:46:31.9592973Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T19:46:31.9593479Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T19:46:32.0408920Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T19:46:32.0901332Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T19:46:32.1959731Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T19:46:32.4593817Z Fetched 133 kB in 0s (354 kB/s)
2025-08-20T19:46:32.4961021Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T19:46:32.4997864Z (Reading database ... 
2025-08-20T19:46:32.4998421Z (Reading database ... 5%
2025-08-20T19:46:32.4998617Z (Reading database ... 10%
2025-08-20T19:46:32.4998813Z (Reading database ... 15%
2025-08-20T19:46:32.4999518Z (Reading database ... 20%
2025-08-20T19:46:32.4999766Z (Reading database ... 25%
2025-08-20T19:46:32.4999960Z (Reading database ... 30%
2025-08-20T19:46:32.5000157Z (Reading database ... 35%
2025-08-20T19:46:32.5000356Z (Reading database ... 40%
2025-08-20T19:46:32.5000547Z (Reading database ... 45%
2025-08-20T19:46:32.5000737Z (Reading database ... 50%
2025-08-20T19:46:32.5022716Z (Reading database ... 55%
2025-08-20T19:46:32.5114009Z (Reading database ... 60%
2025-08-20T19:46:32.5155499Z (Reading database ... 65%
2025-08-20T19:46:32.5173390Z (Reading database ... 70%
2025-08-20T19:46:32.5201097Z (Reading database ... 75%
2025-08-20T19:46:32.5369537Z (Reading database ... 80%
2025-08-20T19:46:32.5410650Z (Reading database ... 85%
2025-08-20T19:46:32.5478033Z (Reading database ... 90%
2025-08-20T19:46:32.5552300Z (Reading database ... 95%
2025-08-20T19:46:32.5552556Z (Reading database ... 100%
2025-08-20T19:46:32.5552854Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T19:46:32.5590181Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T19:46:32.5710114Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T19:46:32.6599026Z Selecting previously unselected package sysfsutils.
2025-08-20T19:46:32.6772806Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T19:46:32.6879990Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T19:46:32.7686979Z Selecting previously unselected package lm-sensors.
2025-08-20T19:46:32.7860077Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T19:46:32.8087303Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:46:32.8655096Z Selecting previously unselected package virt-what.
2025-08-20T19:46:32.8818300Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T19:46:32.8953395Z Unpacking virt-what (1.25-2) ...
2025-08-20T19:46:32.9989676Z Setting up virt-what (1.25-2) ...
2025-08-20T19:46:33.1148938Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T19:46:33.1356919Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T19:46:33.4599747Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:46:33.4600141Z 
2025-08-20T19:46:33.4600609Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:46:33.4601050Z 
2025-08-20T19:46:33.6919980Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:46:33.9896630Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T19:46:33.9897113Z 
2025-08-20T19:46:33.9993526Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:46:35.5698712Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:46:36.7322719Z Reading package lists...
2025-08-20T19:46:36.9192326Z Building dependency tree...
2025-08-20T19:46:36.9200671Z Reading state information...
2025-08-20T19:46:37.1550912Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:46:37.1551290Z The following additional packages will be installed:
2025-08-20T19:46:37.1556128Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T19:46:37.1556494Z   xorg-sgml-doctools
2025-08-20T19:46:37.1564534Z Suggested packages:
2025-08-20T19:46:37.1564719Z   libxcb-doc
2025-08-20T19:46:37.1730280Z The following NEW packages will be installed:
2025-08-20T19:46:37.1732276Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T19:46:37.1735557Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T19:46:37.1735915Z   xcb xorg-sgml-doctools
2025-08-20T19:46:37.4437990Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T19:46:37.4438342Z Need to get 816 kB of archives.
2025-08-20T19:46:37.4438968Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T19:46:37.4439504Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T19:46:37.5494578Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T19:46:37.6662536Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T19:46:38.2813851Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T19:46:38.3878851Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T19:46:38.4960623Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T19:46:38.6116260Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T19:46:38.7191618Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T19:46:38.8250863Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T19:46:38.9309351Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T19:46:39.0377184Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T19:46:39.3017641Z Fetched 816 kB in 2s (440 kB/s)
2025-08-20T19:46:39.3308766Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T19:46:39.3344612Z (Reading database ... 
2025-08-20T19:46:39.3345173Z (Reading database ... 5%
2025-08-20T19:46:39.3345414Z (Reading database ... 10%
2025-08-20T19:46:39.3345617Z (Reading database ... 15%
2025-08-20T19:46:39.3345814Z (Reading database ... 20%
2025-08-20T19:46:39.3346007Z (Reading database ... 25%
2025-08-20T19:46:39.3346234Z (Reading database ... 30%
2025-08-20T19:46:39.3346424Z (Reading database ... 35%
2025-08-20T19:46:39.3346614Z (Reading database ... 40%
2025-08-20T19:46:39.3346801Z (Reading database ... 45%
2025-08-20T19:46:39.3346993Z (Reading database ... 50%
2025-08-20T19:46:39.3366644Z (Reading database ... 55%
2025-08-20T19:46:39.3454220Z (Reading database ... 60%
2025-08-20T19:46:39.3494456Z (Reading database ... 65%
2025-08-20T19:46:39.3511880Z (Reading database ... 70%
2025-08-20T19:46:39.3540172Z (Reading database ... 75%
2025-08-20T19:46:39.3672311Z (Reading database ... 80%
2025-08-20T19:46:39.3751312Z (Reading database ... 85%
2025-08-20T19:46:39.3822724Z (Reading database ... 90%
2025-08-20T19:46:39.3902968Z (Reading database ... 95%
2025-08-20T19:46:39.3903185Z (Reading database ... 100%
2025-08-20T19:46:39.3903474Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T19:46:39.3939076Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T19:46:39.4002172Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T19:46:39.4530224Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T19:46:39.4689347Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T19:46:39.4759752Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:46:39.5435276Z Selecting previously unselected package x11proto-dev.
2025-08-20T19:46:39.5612588Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T19:46:39.5677876Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T19:46:39.6504780Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T19:46:39.6677425Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T19:46:39.6741260Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T19:46:39.7419503Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T19:46:39.7594277Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T19:46:39.7676276Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:46:39.8210477Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T19:46:39.8366640Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:46:39.8425460Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:46:39.8981847Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T19:46:39.9135151Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:46:39.9189842Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:46:39.9891146Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T19:46:40.0049667Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:46:40.0190301Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:46:40.0686060Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T19:46:40.0859354Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:46:40.0925960Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:46:40.1503586Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T19:46:40.1680039Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:46:40.1750329Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:46:40.2437311Z Selecting previously unselected package xcb.
2025-08-20T19:46:40.2597754Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T19:46:40.2676650Z Unpacking xcb (2.4-8build2) ...
2025-08-20T19:46:40.3586733Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:46:40.3786310Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T19:46:40.3983680Z Setting up xcb (2.4-8build2) ...
2025-08-20T19:46:40.4261062Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:46:40.4493278Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:46:40.4804589Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:46:42.0284315Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:46:42.0555200Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T19:46:42.0865090Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T19:46:42.1056116Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:46:42.1233366Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:46:42.1407322Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:46:42.1599893Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:46:42.1781585Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:46:43.5795719Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:46:44.2335056Z Collecting build
2025-08-20T19:46:44.2883003Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:46:44.4174033Z Collecting cffi
2025-08-20T19:46:44.4292456Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T19:46:44.4676164Z Collecting scons
2025-08-20T19:46:44.4792476Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:46:44.5180868Z Collecting scuba
2025-08-20T19:46:44.5299686Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:46:44.6731598Z Collecting pytest
2025-08-20T19:46:44.6844483Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:46:44.7254550Z Collecting packaging>=19.1 (from build)
2025-08-20T19:46:44.7357312Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:46:44.7701357Z Collecting pyproject_hooks (from build)
2025-08-20T19:46:44.7805059Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:46:44.8151492Z Collecting pycparser (from cffi)
2025-08-20T19:46:44.8252840Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:46:44.8787190Z Collecting PyYAML (from scuba)
2025-08-20T19:46:44.8910378Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T19:46:44.9267832Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:46:44.9370224Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:46:44.9764140Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:46:44.9870091Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:46:45.0297301Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:46:45.0400711Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:46:45.0644022Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:46:45.0875897Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T19:46:45.1386349Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:46:45.1845314Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 90.3 MB/s  0:00:00
2025-08-20T19:46:45.1952688Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:46:45.2219945Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:46:45.2467375Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:46:45.2676390Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:46:45.2879698Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:46:45.3081142Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:46:45.3258685Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 61.3 MB/s  0:00:00
2025-08-20T19:46:45.3360695Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:46:45.3562466Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:46:45.3802527Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T19:46:45.3959743Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 34.7 MB/s  0:00:00
2025-08-20T19:46:45.4917230Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:46:47.0595171Z 
2025-08-20T19:46:47.0609660Z 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-20T19:46:47.3528364Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:46:47.9916652Z Collecting ansi2txt
2025-08-20T19:46:48.0499698Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:46:48.0934766Z Collecting pipx
2025-08-20T19:46:48.1078879Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:46:48.1463598Z Collecting scons
2025-08-20T19:46:48.1472705Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:46:48.1700444Z Collecting py2static
2025-08-20T19:46:48.1807583Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:46:48.2203717Z Collecting typer
2025-08-20T19:46:48.2307399Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:46:48.2803580Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:46:48.2905350Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:46:48.3233433Z Collecting packaging>=20 (from pipx)
2025-08-20T19:46:48.3243368Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:46:48.3534323Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:46:48.3643020Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:46:48.3996169Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:46:48.4120469Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:46:48.4711001Z Collecting pyinstaller (from py2static)
2025-08-20T19:46:48.4824804Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T19:46:48.5192869Z Collecting staticx (from py2static)
2025-08-20T19:46:48.5310658Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T19:46:48.5705532Z   Preparing metadata (setup.py): started
2025-08-20T19:46:49.0795112Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T19:46:49.1126624Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:46:49.1231455Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:46:49.1681290Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:46:49.1784589Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:46:49.2106990Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:46:49.2209351Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:46:49.2732214Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:46:49.2838299Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:46:49.3202902Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:46:49.3308414Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:46:49.3672372Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:46:49.3682555Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:46:49.3922314Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:46:49.4022436Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:46:49.5173282Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:46:49.5277837Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:46:49.5679885Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:46:49.5787218Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:46:49.6170056Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:46:49.6270013Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:46:49.6638049Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:46:49.6756746Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:46:49.7001894Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:46:49.7226012Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:46:49.7361035Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:46:49.7515671Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:46:49.7712808Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:46:49.7895837Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:46:49.8084725Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:46:49.8227226Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:46:49.8383856Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:46:49.8579678Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:46:49.8820150Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:46:49.8927965Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:46:49.9363426Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:46:49.9559147Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:46:50.0094906Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:46:50.0319040Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:46:50.0523362Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T19:46:50.0987884Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 10.9 MB/s  0:00:00
2025-08-20T19:46:50.1107297Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:46:50.1426008Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:46:50.1675121Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 40.8 MB/s  0:00:00
2025-08-20T19:46:50.1776730Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:46:50.1969807Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:46:50.2418033Z Building wheels for collected packages: staticx
2025-08-20T19:46:50.2424870Z   Building wheel for staticx (setup.py): started
2025-08-20T19:47:00.9384162Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T19:47:00.9393504Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790699 sha256=7e8cbf9af4c302367bd39a1cb09fb07c5ae76fd4daf5d69fc7c70ae5f713601d
2025-08-20T19:47:00.9394367Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T19:47:00.9411167Z Successfully built staticx
2025-08-20T19:47:01.0381273Z 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-20T19:47:01.8599221Z   Attempting uninstall: scons
2025-08-20T19:47:01.8670311Z     Found existing installation: SCons 4.9.1
2025-08-20T19:47:01.8962898Z     Uninstalling SCons-4.9.1:
2025-08-20T19:47:01.9023084Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:47:02.4045908Z   Attempting uninstall: pygments
2025-08-20T19:47:02.4117562Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:47:02.4277453Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:47:02.4300270Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:47:03.0361648Z   Attempting uninstall: packaging
2025-08-20T19:47:03.0431913Z     Found existing installation: packaging 25.0
2025-08-20T19:47:03.0452030Z     Uninstalling packaging-25.0:
2025-08-20T19:47:03.0458268Z       Successfully uninstalled packaging-25.0
2025-08-20T19:47:04.0068603Z 
2025-08-20T19:47:04.0092353Z 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-20T19:47:04.3004605Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:47:04.8154674Z Collecting build
2025-08-20T19:47:04.8165404Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:47:04.8953064Z Collecting cffi
2025-08-20T19:47:04.8963088Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T19:47:04.9199542Z Collecting scons
2025-08-20T19:47:04.9208911Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:47:04.9479450Z Collecting scuba
2025-08-20T19:47:04.9488806Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:47:04.9992147Z Collecting pytest
2025-08-20T19:47:05.0001416Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:47:05.0320238Z Collecting packaging>=19.1 (from build)
2025-08-20T19:47:05.0328652Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:47:05.0556806Z Collecting pyproject_hooks (from build)
2025-08-20T19:47:05.0566159Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:47:05.0798221Z Collecting pycparser (from cffi)
2025-08-20T19:47:05.0808682Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:47:05.1206920Z Collecting PyYAML (from scuba)
2025-08-20T19:47:05.1221964Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T19:47:05.1455659Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:47:05.1465758Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:47:05.1761711Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:47:05.1771334Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:47:05.2137753Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:47:05.2147840Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:47:05.2197849Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:47:05.2207711Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T19:47:05.2219784Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:47:05.2253958Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:47:05.2264935Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:47:05.2276175Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:47:05.2285520Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:47:05.2294576Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:47:05.2303971Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:47:05.2320118Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:47:05.2330049Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:47:05.2339381Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T19:47:05.3404725Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:47:05.3408189Z   Attempting uninstall: scons
2025-08-20T19:47:05.3479140Z     Found existing installation: SCons 4.9.1
2025-08-20T19:47:05.3763132Z     Uninstalling SCons-4.9.1:
2025-08-20T19:47:05.3824492Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:47:05.8823813Z   Attempting uninstall: PyYAML
2025-08-20T19:47:05.8894252Z     Found existing installation: PyYAML 6.0.2
2025-08-20T19:47:05.8914241Z     Uninstalling PyYAML-6.0.2:
2025-08-20T19:47:05.8920740Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T19:47:05.9462997Z   Attempting uninstall: pyproject_hooks
2025-08-20T19:47:05.9531297Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T19:47:05.9545067Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T19:47:05.9550097Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T19:47:05.9694013Z   Attempting uninstall: pygments
2025-08-20T19:47:05.9760128Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:47:05.9911753Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:47:05.9934413Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:47:06.5713845Z   Attempting uninstall: pycparser
2025-08-20T19:47:06.5782483Z     Found existing installation: pycparser 2.22
2025-08-20T19:47:06.5801858Z     Uninstalling pycparser-2.22:
2025-08-20T19:47:06.5807738Z       Successfully uninstalled pycparser-2.22
2025-08-20T19:47:06.7003088Z   Attempting uninstall: pluggy
2025-08-20T19:47:06.7073067Z     Found existing installation: pluggy 1.6.0
2025-08-20T19:47:06.7089294Z     Uninstalling pluggy-1.6.0:
2025-08-20T19:47:06.7095640Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T19:47:06.7297490Z   Attempting uninstall: packaging
2025-08-20T19:47:06.7370089Z     Found existing installation: packaging 25.0
2025-08-20T19:47:06.7389300Z     Uninstalling packaging-25.0:
2025-08-20T19:47:06.7395336Z       Successfully uninstalled packaging-25.0
2025-08-20T19:47:06.7825165Z   Attempting uninstall: iniconfig
2025-08-20T19:47:06.7897175Z     Found existing installation: iniconfig 2.1.0
2025-08-20T19:47:06.7910948Z     Uninstalling iniconfig-2.1.0:
2025-08-20T19:47:06.7916013Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T19:47:06.8054217Z   Attempting uninstall: scuba
2025-08-20T19:47:06.8121504Z     Found existing installation: scuba 2.14.1
2025-08-20T19:47:06.8139225Z     Uninstalling scuba-2.14.1:
2025-08-20T19:47:06.8146492Z       Successfully uninstalled scuba-2.14.1
2025-08-20T19:47:06.8398689Z   Attempting uninstall: pytest
2025-08-20T19:47:06.8472932Z     Found existing installation: pytest 8.4.1
2025-08-20T19:47:06.8519568Z     Uninstalling pytest-8.4.1:
2025-08-20T19:47:06.8722375Z       Successfully uninstalled pytest-8.4.1
2025-08-20T19:47:07.0793338Z   Attempting uninstall: cffi
2025-08-20T19:47:07.0861674Z     Found existing installation: cffi 1.17.1
2025-08-20T19:47:07.0883951Z     Uninstalling cffi-1.17.1:
2025-08-20T19:47:07.1077021Z       Successfully uninstalled cffi-1.17.1
2025-08-20T19:47:07.1766708Z   Attempting uninstall: build
2025-08-20T19:47:07.1837312Z     Found existing installation: build 1.3.0
2025-08-20T19:47:07.1856760Z     Uninstalling build-1.3.0:
2025-08-20T19:47:07.1864261Z       Successfully uninstalled build-1.3.0
2025-08-20T19:47:07.2082374Z 
2025-08-20T19:47:07.2104836Z 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-20T19:47:07.5004432Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:47:07.6833679Z Collecting ansi2txt
2025-08-20T19:47:07.6842780Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:47:07.7187989Z Collecting pipx
2025-08-20T19:47:07.7196609Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:47:07.7466034Z Collecting scons
2025-08-20T19:47:07.7476710Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:47:07.7714286Z Collecting py2static
2025-08-20T19:47:07.7723963Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:47:07.8022479Z Collecting typer
2025-08-20T19:47:07.8032562Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:47:07.8387763Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:47:07.8397628Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:47:07.8678267Z Collecting packaging>=20 (from pipx)
2025-08-20T19:47:07.8687735Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:47:07.8965087Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:47:07.8973256Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:47:07.9240907Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:47:07.9250173Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:47:07.9682532Z Collecting pyinstaller (from py2static)
2025-08-20T19:47:07.9692896Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T19:47:07.9940209Z Collecting staticx (from py2static)
2025-08-20T19:47:07.9949524Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T19:47:08.0081547Z   Preparing metadata (setup.py): started
2025-08-20T19:47:08.2045939Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T19:47:08.2334823Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:47:08.2344425Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:47:08.2621777Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:47:08.2631454Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:47:08.2982799Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:47:08.2993247Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:47:08.3417849Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:47:08.3427530Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:47:08.3725212Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:47:08.3735500Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:47:08.4061420Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:47:08.4070058Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:47:08.4322422Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:47:08.4331625Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:47:08.5330316Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:47:08.5340438Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:47:08.5619534Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:47:08.5628789Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:47:08.5925934Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:47:08.5935161Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:47:08.6229865Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:47:08.6238760Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:47:08.6269389Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:47:08.6278251Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:47:08.6287487Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:47:08.6319623Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:47:08.6328155Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:47:08.6336961Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:47:08.6345775Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:47:08.6354727Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:47:08.6363709Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:47:08.6372266Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:47:08.6382583Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:47:08.6397932Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:47:08.6406930Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:47:08.6415434Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:47:08.6424004Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:47:08.6432510Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:47:08.6441143Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T19:47:08.6454151Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:47:08.6464775Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:47:08.6478606Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:47:08.6487488Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:47:08.6804984Z Building wheels for collected packages: staticx
2025-08-20T19:47:08.6810336Z   Building wheel for staticx (setup.py): started
2025-08-20T19:47:11.1057104Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T19:47:11.1069106Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790771 sha256=cb2581ef5276074a9147d7ccd90e41a13de80feba9561a54bdb5486556b776e2
2025-08-20T19:47:11.1070283Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T19:47:11.1087174Z Successfully built staticx
2025-08-20T19:47:11.2047311Z 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-20T19:47:11.2051950Z   Attempting uninstall: pyelftools
2025-08-20T19:47:11.2118395Z     Found existing installation: pyelftools 0.32
2025-08-20T19:47:11.2155168Z     Uninstalling pyelftools-0.32:
2025-08-20T19:47:11.2166891Z       Successfully uninstalled pyelftools-0.32
2025-08-20T19:47:11.3220207Z   Attempting uninstall: altgraph
2025-08-20T19:47:11.3289914Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:47:11.3305729Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:47:11.3310445Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:47:11.3491706Z   Attempting uninstall: typing-extensions
2025-08-20T19:47:11.3559414Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T19:47:11.3571328Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T19:47:11.3759323Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T19:47:11.4049222Z   Attempting uninstall: staticx
2025-08-20T19:47:11.4119782Z     Found existing installation: staticx 0.14.1
2025-08-20T19:47:11.4140611Z     Uninstalling staticx-0.14.1:
2025-08-20T19:47:11.4148945Z       Successfully uninstalled staticx-0.14.1
2025-08-20T19:47:11.4453690Z   Attempting uninstall: shellingham
2025-08-20T19:47:11.4525180Z     Found existing installation: shellingham 1.5.4
2025-08-20T19:47:11.4540117Z     Uninstalling shellingham-1.5.4:
2025-08-20T19:47:11.4545344Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T19:47:11.4683257Z   Attempting uninstall: setuptools
2025-08-20T19:47:11.4750066Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:47:11.4950595Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:47:11.5169345Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:47:12.0913516Z   Attempting uninstall: scons
2025-08-20T19:47:12.0990356Z     Found existing installation: SCons 4.9.1
2025-08-20T19:47:12.1279870Z     Uninstalling SCons-4.9.1:
2025-08-20T19:47:12.1339564Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:47:12.7161731Z   Attempting uninstall: pygments
2025-08-20T19:47:12.7236050Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:47:12.7389192Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:47:12.7411660Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:47:13.3069338Z   Attempting uninstall: platformdirs
2025-08-20T19:47:13.3142567Z     Found existing installation: platformdirs 4.3.8
2025-08-20T19:47:13.3159335Z     Uninstalling platformdirs-4.3.8:
2025-08-20T19:47:13.3164449Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T19:47:13.3375401Z   Attempting uninstall: packaging
2025-08-20T19:47:13.3447656Z     Found existing installation: packaging 25.0
2025-08-20T19:47:13.3466837Z     Uninstalling packaging-25.0:
2025-08-20T19:47:13.3472333Z       Successfully uninstalled packaging-25.0
2025-08-20T19:47:13.3872658Z   Attempting uninstall: mdurl
2025-08-20T19:47:13.3941203Z     Found existing installation: mdurl 0.1.2
2025-08-20T19:47:13.3955567Z     Uninstalling mdurl-0.1.2:
2025-08-20T19:47:13.3960602Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T19:47:13.4132635Z   Attempting uninstall: click
2025-08-20T19:47:13.4202759Z     Found existing installation: click 8.2.1
2025-08-20T19:47:13.4220572Z     Uninstalling click-8.2.1:
2025-08-20T19:47:13.4226132Z       Successfully uninstalled click-8.2.1
2025-08-20T19:47:13.4812370Z   Attempting uninstall: argcomplete
2025-08-20T19:47:13.4882717Z     Found existing installation: argcomplete 3.6.2
2025-08-20T19:47:13.4905756Z     Uninstalling argcomplete-3.6.2:
2025-08-20T19:47:13.4913738Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T19:47:13.5192301Z   Attempting uninstall: ansi2txt
2025-08-20T19:47:13.5261856Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T19:47:13.5275325Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T19:47:13.5463434Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T19:47:13.5583225Z   Attempting uninstall: userpath
2025-08-20T19:47:13.5654794Z     Found existing installation: userpath 1.9.2
2025-08-20T19:47:13.5669673Z     Uninstalling userpath-1.9.2:
2025-08-20T19:47:13.5676019Z       Successfully uninstalled userpath-1.9.2
2025-08-20T19:47:13.5852201Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:47:13.5924851Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:47:13.6219108Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:47:13.6256158Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:47:13.8229804Z   Attempting uninstall: markdown-it-py
2025-08-20T19:47:13.8300391Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T19:47:13.8346203Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T19:47:13.8357447Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T19:47:13.8988741Z   Attempting uninstall: rich
2025-08-20T19:47:13.9060515Z     Found existing installation: rich 14.1.0
2025-08-20T19:47:13.9105544Z     Uninstalling rich-14.1.0:
2025-08-20T19:47:13.9113240Z       Successfully uninstalled rich-14.1.0
2025-08-20T19:47:14.0614906Z   Attempting uninstall: pyinstaller
2025-08-20T19:47:14.0689040Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:47:14.0929724Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:47:14.0965874Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:47:14.3653972Z   Attempting uninstall: pipx
2025-08-20T19:47:14.3731966Z     Found existing installation: pipx 1.7.1
2025-08-20T19:47:14.3760158Z     Uninstalling pipx-1.7.1:
2025-08-20T19:47:14.3779130Z       Successfully uninstalled pipx-1.7.1
2025-08-20T19:47:14.4300377Z   Attempting uninstall: typer
2025-08-20T19:47:14.4371646Z     Found existing installation: typer 0.16.1
2025-08-20T19:47:14.4393229Z     Uninstalling typer-0.16.1:
2025-08-20T19:47:14.4400193Z       Successfully uninstalled typer-0.16.1
2025-08-20T19:47:14.4778485Z   Attempting uninstall: py2static
2025-08-20T19:47:14.4844511Z     Found existing installation: py2static 0.0.1
2025-08-20T19:47:14.4860070Z     Uninstalling py2static-0.0.1:
2025-08-20T19:47:14.4867755Z       Successfully uninstalled py2static-0.0.1
2025-08-20T19:47:14.5022418Z 
2025-08-20T19:47:14.5046138Z 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-20T19:47:14.7969121Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:47:14.8981924Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T19:47:14.8985824Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-cg_p4ep7
2025-08-20T19:47:14.9004971Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-cg_p4ep7
2025-08-20T19:47:16.5257974Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T19:47:16.5292904Z   Installing build dependencies: started
2025-08-20T19:47:17.1702369Z   Installing build dependencies: finished with status 'done'
2025-08-20T19:47:17.1712226Z   Getting requirements to build wheel: started
2025-08-20T19:47:17.4297006Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T19:47:17.4306296Z   Preparing metadata (pyproject.toml): started
2025-08-20T19:47:17.6002392Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T19:47:17.7699082Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T19:47:17.7710535Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:47:17.7993504Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T19:47:17.8002354Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:47:17.8306723Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T19:47:17.8315745Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:47:17.8609621Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T19:47:17.8618919Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:47:17.8655356Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:47:17.8665481Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:47:17.8675566Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:47:17.8689459Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:47:17.8793647Z Building wheels for collected packages: pyinstaller
2025-08-20T19:47:17.8799934Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T19:47:20.5730470Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T19:47:20.5750735Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=675955b1c4d0951c3415c7b742efa114916ddfcd059efa4254c20c6e2a3f4010
2025-08-20T19:47:20.5751691Z   Stored in directory: /tmp/pip-ephem-wheel-cache-k0fdvtid/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T19:47:20.5790957Z Successfully built pyinstaller
2025-08-20T19:47:20.6585236Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T19:47:20.6590846Z   Attempting uninstall: altgraph
2025-08-20T19:47:20.6659957Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:47:20.6677835Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:47:20.6684259Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:47:20.6929396Z   Attempting uninstall: setuptools
2025-08-20T19:47:20.6998314Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:47:20.7201090Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:47:20.7424035Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:47:21.3362642Z   Attempting uninstall: packaging
2025-08-20T19:47:21.3435819Z     Found existing installation: packaging 25.0
2025-08-20T19:47:21.3462141Z     Uninstalling packaging-25.0:
2025-08-20T19:47:21.3468164Z       Successfully uninstalled packaging-25.0
2025-08-20T19:47:21.3911273Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:47:21.3984928Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:47:21.4282501Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:47:21.4320386Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:47:21.6348025Z   Attempting uninstall: pyinstaller
2025-08-20T19:47:21.6422744Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:47:21.6679665Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:47:21.6717088Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:47:21.9505326Z 
2025-08-20T19:47:21.9528457Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T19:47:22.1738808Z 6.15.0
2025-08-20T19:47:24.0351807Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T19:47:24.0360207Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T19:47:24.0360519Z 
2025-08-20T19:47:24.0360721Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T19:47:24.0361494Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T19:47:24.0361865Z installation.
2025-08-20T19:47:24.0361977Z 
2025-08-20T19:47:24.0362588Z If you installed the current Docker package using this script and are using it
2025-08-20T19:47:24.0363161Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T19:47:24.0363608Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T19:47:24.0364032Z files to match the parameters passed to the script.
2025-08-20T19:47:24.0364247Z 
2025-08-20T19:47:24.0364383Z You may press Ctrl+C now to abort this script.
2025-08-20T19:47:24.0511231Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:47:25.2263315Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T19:47:25.7095169Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T19:47:25.7258817Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T19:47:25.8361744Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T19:47:25.8375890Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T19:47:25.8382895Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:47:27.3337084Z + 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-20T19:47:37.5229166Z + sh -c 'docker version'
2025-08-20T19:47:37.5365658Z Client: Docker Engine - Community
2025-08-20T19:47:37.5366204Z  Version:           28.3.3
2025-08-20T19:47:37.5366472Z  API version:       1.51
2025-08-20T19:47:37.5366698Z  Go version:        go1.24.5
2025-08-20T19:47:37.5367007Z  Git commit:        980b856
2025-08-20T19:47:37.5367287Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T19:47:37.5367594Z  OS/Arch:           linux/arm64
2025-08-20T19:47:37.5367839Z  Context:           default
2025-08-20T19:47:37.5367976Z 
2025-08-20T19:47:37.5368086Z Server: Docker Engine - Community
2025-08-20T19:47:37.5368367Z  Engine:
2025-08-20T19:47:37.5368591Z   Version:          28.3.3
2025-08-20T19:47:37.5368874Z   API version:      1.51 (minimum version 1.24)
2025-08-20T19:47:37.5369185Z   Go version:       go1.24.5
2025-08-20T19:47:37.5369424Z   Git commit:       bea959c
2025-08-20T19:47:37.5369660Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T19:47:37.5369977Z   OS/Arch:          linux/arm64
2025-08-20T19:47:37.5370247Z   Experimental:     false
2025-08-20T19:47:37.5370496Z  containerd:
2025-08-20T19:47:37.5370718Z   Version:          1.7.27
2025-08-20T19:47:37.5371000Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T19:47:37.5371333Z  runc:
2025-08-20T19:47:37.5371553Z   Version:          1.2.5
2025-08-20T19:47:37.5371780Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T19:47:37.5372419Z  docker-init:
2025-08-20T19:47:37.5372637Z   Version:          0.19.0
2025-08-20T19:47:37.5372898Z   GitCommit:        de40ad0
2025-08-20T19:47:37.5380443Z 
2025-08-20T19:47:37.5381321Z ================================================================================
2025-08-20T19:47:37.5381636Z 
2025-08-20T19:47:37.5381819Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T19:47:37.5382557Z Docker daemon in rootless mode for your user:
2025-08-20T19:47:37.5382796Z 
2025-08-20T19:47:37.5382910Z     dockerd-rootless-setuptool.sh install
2025-08-20T19:47:37.5383116Z 
2025-08-20T19:47:37.5383317Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T19:47:37.5383704Z 
2025-08-20T19:47:37.5383709Z 
2025-08-20T19:47:37.5383906Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T19:47:37.5384370Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T19:47:37.5384637Z 
2025-08-20T19:47:37.5384816Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T19:47:37.5385315Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T19:47:37.5385780Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T19:47:37.5386089Z 
2025-08-20T19:47:37.5386219Z ================================================================================
2025-08-20T19:47:37.5386433Z 
2025-08-20T19:47:48.5044148Z ● docker.service - Docker Application Container Engine
2025-08-20T19:47:48.5044846Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:47:48.5045901Z      Active: active (running) since Wed 2025-08-20 19:47:38 UTC; 10s ago
2025-08-20T19:47:48.5046543Z TriggeredBy: ● docker.socket
2025-08-20T19:47:48.5046956Z        Docs: https://docs.docker.com
2025-08-20T19:47:48.5047374Z    Main PID: 20467 (dockerd)
2025-08-20T19:47:48.5047760Z       Tasks: 10
2025-08-20T19:47:48.5048060Z      Memory: 21.3M (peak: 24.5M)
2025-08-20T19:47:48.5048365Z         CPU: 247ms
2025-08-20T19:47:48.5048995Z      CGroup: /system.slice/docker.service
2025-08-20T19:47:48.5051425Z              └─20467 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:47:48.5051752Z 
2025-08-20T19:47:48.5052513Z Aug 20 19:47:37 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:37.877588459Z" level=info msg="Loading containers: start."
2025-08-20T19:47:48.5053712Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.408168251Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a90b0b90605d1a00cce6266367ed707f7841600ab89ad5201e0b9e2ead033c6b], retrying...."
2025-08-20T19:47:48.5054986Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.442994670Z" level=info msg="Loading containers: done."
2025-08-20T19:47:48.5056103Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.467503201Z" 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-20T19:47:48.5057412Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.467621131Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:47:48.5058367Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.467748782Z" level=info msg="Initializing buildkit"
2025-08-20T19:47:48.5059061Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.484467668Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:47:48.5059798Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.488697046Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:47:48.5060577Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.488759664Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:47:48.5061230Z Aug 20 19:47:38 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:47:48.5132827Z ● docker.service - Docker Application Container Engine
2025-08-20T19:47:48.5133552Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:47:48.5134052Z      Active: active (running) since Wed 2025-08-20 19:47:38 UTC; 10s ago
2025-08-20T19:47:48.5134641Z TriggeredBy: ● docker.socket
2025-08-20T19:47:48.5134989Z        Docs: https://docs.docker.com
2025-08-20T19:47:48.5135297Z    Main PID: 20467 (dockerd)
2025-08-20T19:47:48.5135558Z       Tasks: 10
2025-08-20T19:47:48.5135769Z      Memory: 21.3M (peak: 24.5M)
2025-08-20T19:47:48.5136046Z         CPU: 247ms
2025-08-20T19:47:48.5136287Z      CGroup: /system.slice/docker.service
2025-08-20T19:47:48.5136830Z              └─20467 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:47:48.5137183Z 
2025-08-20T19:47:48.5137498Z Aug 20 19:47:37 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:37.877588459Z" level=info msg="Loading containers: start."
2025-08-20T19:47:48.5138636Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.408168251Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a90b0b90605d1a00cce6266367ed707f7841600ab89ad5201e0b9e2ead033c6b], retrying...."
2025-08-20T19:47:48.5139818Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.442994670Z" level=info msg="Loading containers: done."
2025-08-20T19:47:48.5140943Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.467503201Z" 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-20T19:47:48.5142983Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.467621131Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:47:48.5143949Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.467748782Z" level=info msg="Initializing buildkit"
2025-08-20T19:47:48.5144635Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.484467668Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:47:48.5145352Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.488697046Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:47:48.5146137Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.488759664Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:47:48.5146789Z Aug 20 19:47:38 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:47:48.5296384Z ● docker.service - Docker Application Container Engine
2025-08-20T19:47:48.5296957Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:47:48.5297437Z      Active: active (running) since Wed 2025-08-20 19:47:38 UTC; 10s ago
2025-08-20T19:47:48.5297987Z TriggeredBy: ● docker.socket
2025-08-20T19:47:48.5298291Z        Docs: https://docs.docker.com
2025-08-20T19:47:48.5298587Z    Main PID: 20467 (dockerd)
2025-08-20T19:47:48.5298876Z       Tasks: 10
2025-08-20T19:47:48.5299067Z      Memory: 21.3M (peak: 24.5M)
2025-08-20T19:47:48.5299296Z         CPU: 247ms
2025-08-20T19:47:48.5299572Z      CGroup: /system.slice/docker.service
2025-08-20T19:47:48.5300143Z              └─20467 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:47:48.5300468Z 
2025-08-20T19:47:48.5300816Z Aug 20 19:47:37 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:37.877588459Z" level=info msg="Loading containers: start."
2025-08-20T19:47:48.5301948Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.408168251Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a90b0b90605d1a00cce6266367ed707f7841600ab89ad5201e0b9e2ead033c6b], retrying...."
2025-08-20T19:47:48.5303581Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.442994670Z" level=info msg="Loading containers: done."
2025-08-20T19:47:48.5304750Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.467503201Z" 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-20T19:47:48.5306085Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.467621131Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:47:48.5307012Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.467748782Z" level=info msg="Initializing buildkit"
2025-08-20T19:47:48.5307715Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.484467668Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:47:48.5308443Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.488697046Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:47:48.5309191Z Aug 20 19:47:38 runnervmdbl46 dockerd[20467]: time="2025-08-20T19:47:38.488759664Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:47:48.5309865Z Aug 20 19:47:38 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:47:48.5384105Z Docker version 28.3.3, build 980b856
2025-08-20T19:47:48.5529175Z Unable to find image 'hello-world:latest' locally
2025-08-20T19:47:49.1133368Z latest: Pulling from library/hello-world
2025-08-20T19:47:49.2774631Z 198f93fd5094: Pulling fs layer
2025-08-20T19:47:49.5491775Z 198f93fd5094: Download complete
2025-08-20T19:47:49.5799116Z 198f93fd5094: Pull complete
2025-08-20T19:47:49.5983623Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T19:47:49.6043961Z Status: Downloaded newer image for hello-world:latest
2025-08-20T19:47:50.3507822Z 
2025-08-20T19:47:50.3513119Z Hello from Docker!
2025-08-20T19:47:50.3513573Z This message shows that your installation appears to be working correctly.
2025-08-20T19:47:50.3515896Z 
2025-08-20T19:47:50.3516358Z To generate this message, Docker took the following steps:
2025-08-20T19:47:50.3516836Z  1. The Docker client contacted the Docker daemon.
2025-08-20T19:47:50.3517327Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T19:47:50.3517922Z     (arm64v8)
2025-08-20T19:47:50.3518272Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T19:47:50.3518764Z     executable that produces the output you are currently reading.
2025-08-20T19:47:50.3519213Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T19:47:50.3519575Z     to your terminal.
2025-08-20T19:47:50.3519780Z 
2025-08-20T19:47:50.3519965Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T19:47:50.3520338Z  $ docker run -it ubuntu bash
2025-08-20T19:47:50.3520485Z 
2025-08-20T19:47:50.3520664Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T19:47:50.3521074Z  https://hub.docker.com/
2025-08-20T19:47:50.3521217Z 
2025-08-20T19:47:50.3521328Z For more examples and ideas, visit:
2025-08-20T19:47:50.3521662Z  https://docs.docker.com/get-started/
2025-08-20T19:47:50.3521845Z 
2025-08-20T19:47:50.4751350Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:47:50.4752708Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:47:50.4753194Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:47:50.4753613Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:47:50.4754019Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:47:50.4754503Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:47:50.4754913Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:47:50.4755627Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:47:50.4756134Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:47:50.4756498Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:47:50.4756922Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:47:50.4757452Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:47:50.4757895Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:47:50.4817680Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:47:50.4818238Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:47:50.4818649Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:47:50.4819057Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:47:50.4819438Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:47:50.4819815Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:47:50.4820268Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:47:50.4820708Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:47:50.4821094Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:47:50.4821861Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:47:50.4822385Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:47:50.4822737Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:47:50.4823121Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:47:50.4823554Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:47:50.4823973Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:47:50.4824375Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:47:50.4824786Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:47:50.4825201Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:47:50.4825620Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:47:50.4826049Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:47:50.4826469Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:47:50.4826903Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:47:50.4827321Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:47:50.4827720Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:47:50.4828129Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:47:50.4828524Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:47:50.4828930Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:47:50.4829354Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:47:50.4829773Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:47:50.4830184Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:47:50.4830582Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:47:50.4831034Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:47:50.4831501Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:47:50.4832479Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:47:50.4833026Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:47:50.4833470Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:47:50.4833886Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:47:50.4834301Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:47:50.4834717Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:47:50.4835131Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:47:50.4835526Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:47:50.4835893Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:47:50.4836248Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:47:50.4836615Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:47:50.4837007Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:47:50.4837408Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:47:50.4837786Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:47:50.4838196Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:47:50.4838793Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:47:50.4839215Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:47:50.4839624Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:47:50.4840043Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:47:50.4840470Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:47:50.4840877Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:47:50.4841268Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:47:50.4841702Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:47:50.4842399Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:47:50.4842919Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:47:50.4843376Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:47:50.4843791Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:47:50.4844175Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:47:50.4844568Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:47:50.4844969Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:47:50.4845366Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:47:50.4845823Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:47:50.4846317Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:47:50.4846820Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:47:50.4847312Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:47:50.4847747Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:47:50.4848145Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:47:50.4848536Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:47:50.4849124Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:47:50.4849551Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:47:50.4849937Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:47:50.4850359Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:47:50.4850777Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:47:50.4851162Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:47:50.4851531Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:47:50.4851933Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:47:50.4852495Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:47:50.4852871Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:47:50.4853241Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:47:50.4853635Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:47:50.4854021Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:47:50.4854368Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:47:50.4854741Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:47:50.4855306Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:47:50.4855689Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:47:50.4856050Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:47:50.4856409Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:47:50.4856782Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:47:50.4857165Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:47:50.4857568Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:47:50.4858169Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:47:50.4858553Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:47:50.4858934Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:47:50.4859327Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:47:50.4859731Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:47:50.4860098Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:47:50.4860451Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:47:50.4860801Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:47:50.4861152Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:47:50.4861517Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:47:50.4861863Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:47:50.4862418Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:47:50.4862818Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:47:50.4863242Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:47:50.4863675Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:47:50.4864073Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:47:50.4864463Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:47:50.4864852Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:47:50.4865242Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:47:50.4865858Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:47:50.4866280Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:47:50.4866664Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:47:50.4867054Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:47:50.4867576Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:47:50.4868044Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:47:50.4868467Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:47:50.4868858Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:47:50.4869249Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:47:50.4869659Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:47:50.4870073Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:47:50.4870473Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:47:50.4870865Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:47:50.4871263Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:47:50.4871666Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:47:50.4872644Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:47:50.4873007Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:47:50.4873371Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:47:50.4873765Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:47:50.4874348Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:47:50.4874760Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:47:50.4875147Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:47:50.4875517Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:47:50.4875891Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:47:50.4876272Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:47:50.4876660Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:47:50.4877082Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:47:50.4877523Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:47:50.4877920Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:47:50.4878291Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:47:50.4878687Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:47:50.4879108Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:47:50.4879525Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:47:50.4879875Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:47:50.4880216Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:47:50.4880642Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:47:50.4881071Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:47:50.4881477Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:47:50.4881900Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:47:50.4882618Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:47:50.4883225Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:47:50.4883667Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:47:50.4884129Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:47:50.4884542Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:47:50.4884906Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:47:50.4885268Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:47:50.4885706Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:47:50.4886206Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:47:50.4886641Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:47:50.4887015Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:47:50.4887480Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:47:50.4888014Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:47:50.4888513Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:47:50.4888946Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:47:50.4889457Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:47:50.4889831Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:47:50.4890237Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:47:50.4890655Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:47:50.4891061Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:47:50.4891437Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:47:50.4891809Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:47:50.4892374Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:47:50.4892777Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:47:50.4893173Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:47:50.4893573Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:47:50.4893966Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:47:50.4894357Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:47:50.4894771Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:47:50.4895214Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:47:50.4895645Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:47:50.4896032Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:47:50.4896405Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:47:50.4896778Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:47:50.4897157Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:47:50.4897550Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:47:50.4897968Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:47:50.4898435Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:47:50.4898884Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:47:50.4899288Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:47:50.4899883Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:47:50.4900282Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:47:50.4900658Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:47:50.4901027Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:47:50.4901412Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:47:50.4901796Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:47:50.4902378Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:47:50.4902857Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:47:50.4903314Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:47:50.4903834Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:47:50.4904346Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:47:50.4904841Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:47:50.4905275Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:47:50.4905635Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:47:50.4906158Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:47:50.4906538Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:47:50.4906914Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:47:50.4907279Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:47:50.4907655Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:47:50.4908039Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:47:50.4908421Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:47:50.4908793Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:47:50.4909165Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:47:50.4909560Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:47:50.4909951Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:47:50.4910364Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:47:50.4910799Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:47:50.4911218Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:47:50.4911628Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:47:50.4912035Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:47:50.4912720Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:47:50.4913145Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:47:50.4913550Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:47:50.4913913Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:47:50.4914425Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:50.4914941Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:47:50.4915309Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:47:50.4915683Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:47:50.4916047Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:47:50.4916661Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:47:50.4917111Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:47:50.4917534Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:47:50.4917964Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:47:50.4918370Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:47:50.4918770Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:47:50.4919191Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:47:50.4919603Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:47:50.4919989Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:47:50.4920419Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:47:50.4920909Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:47:50.4921406Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:47:50.4921855Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:47:50.4922516Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:47:50.4923083Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:47:50.4923561Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:47:50.4924043Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:47:50.4924451Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:47:50.4924883Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:47:50.4925343Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:47:50.4925749Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:47:50.4926109Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:47:50.4926460Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:47:50.4926827Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:47:50.4927213Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:47:50.4927576Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:47:50.4927925Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:47:50.4928294Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:47:50.4928657Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:47:50.4929015Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:47:50.4929381Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:47:50.4929734Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:47:50.4930110Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:47:50.4930498Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:47:50.4930855Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:47:50.4931214Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:47:50.4931575Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:47:50.4931942Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:47:50.4932523Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:47:50.4932894Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:47:50.4933422Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:47:50.4933806Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:47:50.4934224Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:47:50.4934653Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:47:50.4935057Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:47:50.4935425Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:47:50.4935805Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:47:50.4936227Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:47:50.4936627Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:47:50.4936986Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:47:50.4937354Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:47:50.4937712Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:47:50.4938053Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:47:50.4938394Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:47:50.4938747Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:47:50.4939294Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:47:50.4939650Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:47:50.4939994Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:47:50.4940325Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:47:50.4940700Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:47:50.4941108Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:47:50.4941505Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:47:50.4941900Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:47:50.4942476Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:47:50.4942894Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:47:50.4943402Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:47:50.4944012Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:47:50.4944634Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:47:50.4945176Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:47:50.4945647Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:47:50.4946101Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:47:50.4946618Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:47:50.4947234Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:47:50.4947801Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:47:50.4948293Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:47:50.4948738Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:47:50.4949101Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:47:50.4949474Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:47:50.4950082Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:47:50.4950477Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:47:50.4950865Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:47:50.4951249Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:47:50.4951636Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:47:50.4952027Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:47:50.4952555Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:47:50.4952936Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:47:50.4953310Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:47:50.4953683Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:47:50.4954078Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:47:50.4954471Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:47:50.4954883Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:47:50.4955294Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:47:50.4955659Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:47:50.4956219Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:47:50.4956629Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:47:50.4957042Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:47:50.4957472Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:47:50.4957896Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:47:50.4958265Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:47:50.4958631Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:47:50.4959013Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:47:50.4959381Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:47:50.4959770Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:47:50.4960167Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:47:50.4960554Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:47:50.4960933Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:47:50.4961496Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:47:50.4961865Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:47:50.4962580Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:50.4963295Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:50.4963978Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:50.4964646Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:50.4965170Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:47:50.4965551Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:47:50.4965956Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:47:50.4966354Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:47:50.4966915Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:47:50.4967309Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:47:50.4967673Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:47:50.4968048Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:47:50.4968426Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:47:50.4968804Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:47:50.4969179Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:47:50.4969565Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:47:50.4969964Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:47:50.4970359Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:47:50.4970757Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:47:50.4971145Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:47:50.4971519Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:47:50.4971899Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:47:50.4972494Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:47:50.4973076Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:47:50.4973473Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:47:50.4973865Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:47:50.4974286Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:47:50.4974715Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:47:50.4975122Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:47:50.4975558Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:47:50.4976012Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:47:50.4976414Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:47:50.4976783Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:47:50.4977166Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:47:50.4977889Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:47:50.4978316Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:47:50.4978720Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:47:50.4979102Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:47:50.4979499Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:47:50.4979968Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:47:50.4980437Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:47:50.4980832Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:47:50.4981277Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:47:50.4981733Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:47:50.4982391Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:47:50.4982886Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:47:50.4983371Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:47:50.4984053Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:47:50.4984510Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:47:50.4984908Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:47:50.4985298Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:47:50.4985713Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:47:50.4986101Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:47:50.4986476Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:47:50.4986885Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:47:50.4987284Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:47:50.4987685Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:47:50.4988109Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:47:50.4988506Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:47:50.4988881Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:47:50.4989251Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:47:50.4989610Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:47:50.4990181Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:47:50.4990602Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:47:50.4990995Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:47:50.4991436Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:47:50.4991884Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:47:50.4992473Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:47:50.4992916Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:47:50.4993339Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:47:50.4993746Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:47:50.4994160Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:47:50.4994515Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:47:50.4994879Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:47:50.4995268Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:47:50.4995662Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:47:50.4996039Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:47:50.4996401Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:47:50.4996750Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:47:50.4997099Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:47:50.4997587Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T19:47:50.4998102Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:47:50.4998488Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:47:50.4998868Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:47:50.4999269Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:47:50.4999678Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:47:50.5000083Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:47:50.5000746Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:47:50.5001186Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:47:50.5001598Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:47:50.5001970Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:47:50.5002497Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:47:50.5002860Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:47:50.5003238Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:47:50.5003662Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:47:50.5004090Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:47:50.5004489Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:47:50.5004917Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:47:50.5005359Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:47:50.5005754Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:47:50.5006123Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:47:50.5006637Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:47:50.5006986Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:47:50.5007353Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:47:50.5007728Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:47:50.5008104Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:47:50.5008499Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:47:50.5008923Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:47:50.5009380Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:47:50.5009815Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:47:50.5010186Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:47:50.5010576Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:47:50.5010968Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:47:50.5011358Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:47:50.5011737Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:47:50.5012317Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:47:50.5012778Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:47:50.5013269Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:47:50.5013693Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:47:50.5014075Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:47:50.5014449Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:47:50.5014855Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:47:50.5015250Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:47:50.5015626Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:47:50.5016025Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:47:50.5016405Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:47:50.5016749Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:47:50.5017287Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:47:50.5017716Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:47:50.5018142Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:47:50.5018518Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:47:50.5018911Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:47:50.5019351Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:47:50.5019789Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:47:50.5020213Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:47:50.5020605Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:47:50.5021124Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:50.5021634Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:47:50.5022026Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:47:50.5022611Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:47:50.5023045Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:47:50.5023737Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:47:50.5024323Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:47:50.5024935Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:47:50.5025587Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:47:50.5026234Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:47:50.5026860Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:47:50.5027487Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:47:50.5028074Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:47:50.5028559Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:47:50.5029001Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:47:50.5029434Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:47:50.5029860Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:47:50.5030339Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:47:50.5030773Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:47:50.5031154Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:47:50.5031524Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:47:50.5031905Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:47:50.5032453Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:47:50.5032862Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:47:50.5033270Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:47:50.5033628Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:47:50.5034015Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:47:50.5034675Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:47:50.5035179Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:47:50.5035660Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:47:50.5036143Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:47:50.5036596Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:47:50.5037010Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:47:50.5037421Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:47:50.5037831Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:47:50.5038258Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:47:50.5038702Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:47:50.5039090Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:47:50.5039470Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:47:50.5039845Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:47:50.5040222Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:47:50.5040807Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:47:50.5041251Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:47:50.5041651Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:47:50.5042220Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:47:50.5042650Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:47:50.5043102Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:47:50.5043548Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:47:50.5043983Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:47:50.5044379Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:47:50.5044755Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:47:50.5045144Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:47:50.5045516Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:47:50.5045885Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:47:50.5046285Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:47:50.5046686Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:47:50.5047121Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:47:50.5047595Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:47:50.5048047Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:47:50.5048439Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:47:50.5048800Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:47:50.5049175Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:47:50.5049572Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:47:50.5049958Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:47:50.5050347Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:47:50.5050993Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:47:50.5051460Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:47:50.5051876Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:47:50.5052423Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:47:50.5052824Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:47:50.5053372Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:50.5053952Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:47:50.5054402Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:47:50.5054845Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:47:50.5055269Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:47:50.5055667Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:47:50.5056057Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:47:50.5056447Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:47:50.5056845Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:47:50.5057419Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:47:50.5057794Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:47:50.5058184Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:47:50.5058588Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:47:50.5058959Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:47:50.5059371Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:47:50.5059839Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:47:50.5060262Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:47:50.5060636Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:47:50.5061010Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:47:50.5061402Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:47:50.5061780Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:47:50.5062345Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:47:50.5062792Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:47:50.5063240Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:47:50.5063651Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:47:50.5064049Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:47:50.5064447Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:47:50.5064827Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:47:50.5065198Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:47:50.5065590Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:47:50.5065991Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:47:50.5066429Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:47:50.5066874Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:47:50.5067297Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:47:50.5067918Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:47:50.5068335Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:47:50.5068757Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:47:50.5069147Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:47:50.5069502Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:47:50.5069853Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:47:50.5070214Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:47:50.5070586Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:47:50.5070935Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:47:50.5071310Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:47:50.5071705Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:47:50.5072258Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:47:50.5072630Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:47:50.5072978Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:47:50.5073354Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:47:50.5073965Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:47:50.5074339Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:47:50.5074696Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:47:50.5075060Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:47:50.5075443Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:47:50.5075830Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:47:50.5076180Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:47:50.5076550Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:47:50.5076939Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:47:50.5077324Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:47:50.5077703Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:47:50.5078079Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:47:50.5078459Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:47:50.5078859Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:47:50.5079279Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:47:50.5079683Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:47:50.5080040Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:47:50.5080442Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:47:50.5080782Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:47:50.5081200Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:47:50.5081702Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:47:50.5082367Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:47:50.5082846Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:47:50.5083346Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:47:50.5083783Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:47:50.5084359Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:47:50.5084761Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:47:50.5085150Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:47:50.5085534Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:47:50.5085918Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:47:50.5086308Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:47:50.5086684Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:47:50.5087076Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:47:50.5087516Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:47:50.5087944Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:47:50.5088322Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:47:50.5088721Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:47:50.5089142Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:47:50.5089522Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:47:50.5089867Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:47:50.5090397Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:47:50.5090842Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:47:50.5091301Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:47:50.5091705Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:47:50.5092390Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:47:50.5092837Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:47:50.5093270Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:47:50.6042960Z [+] Installing Go for linux-arm64...
2025-08-20T19:47:50.9999545Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T19:47:50.9999879Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T19:47:51.0000148Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T19:47:51.0010182Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T19:47:51.0010546Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T19:47:51.0010895Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T19:47:51.0085109Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T19:47:51.0085570Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T19:47:51.0086043Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T19:47:51.0086497Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T19:47:51.0086931Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T19:47:51.0087372Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T19:47:51.0087856Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T19:47:51.0088302Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T19:47:51.0088729Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T19:47:51.0089162Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T19:47:51.0089598Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T19:47:51.0090413Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T19:47:51.0090867Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T19:47:51.0091312Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T19:47:51.0091755Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T19:47:51.0092384Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T19:47:51.0092862Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T19:47:51.0093315Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T19:47:51.0093760Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T19:47:51.0094170Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T19:47:51.0094545Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T19:47:51.0094865Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T19:47:51.0095189Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T19:47:51.0095518Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T19:47:51.0095847Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T19:47:51.0125340Z go version go1.22.2 linux/arm64
2025-08-20T19:47:51.0388249Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:47:51.0388601Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:47:51.0388967Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:47:51.0389346Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:47:51.0389715Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:47:51.0390072Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:47:51.0390451Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:47:51.0390814Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:47:51.0391156Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:47:51.0391483Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:47:51.0391836Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:47:51.0392638Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:47:51.0393025Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:47:51.0393429Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:47:51.0393820Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:47:51.0394218Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:47:51.0394625Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:47:51.0394982Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:47:51.0395354Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:47:51.0395811Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:47:51.0396249Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:47:51.0396644Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:47:51.0397064Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:47:51.0397460Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:47:51.0397809Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:47:51.0398194Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:47:51.0398937Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:47:51.0399383Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:47:51.0399778Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:47:51.0400191Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:47:51.0400607Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:47:51.0401035Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:47:51.0401461Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:47:51.0401879Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:47:51.0402489Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:47:51.0402914Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:47:51.0403321Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:47:51.0403725Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:47:51.0404112Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:47:51.0404519Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:47:51.0404942Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:47:51.0405531Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:47:51.0405933Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:47:51.0406325Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:47:51.0406777Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:47:51.0407254Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:47:51.0407722Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:47:51.0408206Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:47:51.0408650Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:47:51.0409066Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:47:51.0409484Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:47:51.0409891Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:47:51.0410301Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:47:51.0410696Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:47:51.0411060Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:47:51.0411419Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:47:51.0411786Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:47:51.0412425Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:47:51.0412850Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:47:51.0413227Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:47:51.0413639Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:47:51.0414072Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:47:51.0414495Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:47:51.0414905Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:47:51.0415330Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:47:51.0415962Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:47:51.0416378Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:47:51.0416772Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:47:51.0417205Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:47:51.0417698Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:47:51.0418199Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:47:51.0418652Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:47:51.0419066Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:47:51.0419450Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:47:51.0419845Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:47:51.0420241Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:47:51.0420640Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:47:51.0421094Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:47:51.0421588Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:47:51.0422366Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:47:51.0422860Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:47:51.0423296Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:47:51.0423693Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:47:51.0424082Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:47:51.0424489Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:47:51.0424885Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:47:51.0425267Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:47:51.0425688Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:47:51.0426112Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:47:51.0426490Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:47:51.0426859Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:47:51.0427261Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:47:51.0427664Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:47:51.0428030Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:47:51.0428400Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:47:51.0428790Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:47:51.0429173Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:47:51.0429524Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:47:51.0429902Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:47:51.0430315Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:47:51.0430699Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:47:51.0431061Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:47:51.0431423Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:47:51.0431796Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:47:51.0432517Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:47:51.0432941Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:47:51.0433331Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:47:51.0433708Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:47:51.0434088Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:47:51.0434492Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:47:51.0434888Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:47:51.0435257Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:47:51.0435606Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:47:51.0435951Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:47:51.0436305Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:47:51.0436664Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:47:51.0437011Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:47:51.0437379Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:47:51.0437777Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:47:51.0438376Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:47:51.0438809Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:47:51.0439212Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:47:51.0439602Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:47:51.0439986Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:47:51.0440373Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:47:51.0440774Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:47:51.0441178Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:47:51.0441559Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:47:51.0441949Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:47:51.0442519Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:47:51.0442957Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:47:51.0443390Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:47:51.0443774Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:47:51.0444166Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:47:51.0444577Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:47:51.0444989Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:47:51.0445389Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:47:51.0445785Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:47:51.0446187Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:47:51.0446597Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:47:51.0446982Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:47:51.0447337Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:47:51.0447703Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:47:51.0448098Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:47:51.0448677Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:47:51.0449098Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:47:51.0449486Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:47:51.0449853Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:47:51.0450227Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:47:51.0450608Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:47:51.0450990Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:47:51.0451416Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:47:51.0451857Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:47:51.0452387Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:47:51.0452763Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:47:51.0453152Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:47:51.0453570Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:47:51.0453986Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:47:51.0454342Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:47:51.0454857Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:47:51.0455273Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:47:51.0455699Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:47:51.0456106Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:47:51.0456484Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:47:51.0456864Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:47:51.0457241Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:47:51.0457663Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:47:51.0458124Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:47:51.0458534Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:47:51.0458902Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:47:51.0459257Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:47:51.0459698Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:47:51.0460198Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:47:51.0460633Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:47:51.0461011Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:47:51.0461473Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:47:51.0462005Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:47:51.0462740Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:47:51.0463184Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:47:51.0463543Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:47:51.0463920Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:47:51.0464330Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:47:51.0464743Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:47:51.0465322Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:47:51.0465727Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:47:51.0466102Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:47:51.0466499Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:47:51.0466896Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:47:51.0467296Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:47:51.0467692Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:47:51.0468083Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:47:51.0468476Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:47:51.0468896Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:47:51.0469392Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:47:51.0469815Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:47:51.0470203Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:47:51.0470580Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:47:51.0470956Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:47:51.0471577Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:47:51.0471969Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:47:51.0472592Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:47:51.0473063Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:47:51.0473509Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:47:51.0473916Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:47:51.0474302Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:47:51.0474682Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:47:51.0475056Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:47:51.0475420Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:47:51.0475808Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:47:51.0476186Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:47:51.0476630Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:47:51.0477102Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:47:51.0477561Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:47:51.0478081Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:47:51.0478591Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:47:51.0479092Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:47:51.0479526Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:47:51.0479899Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:47:51.0480261Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:47:51.0480640Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:47:51.0481021Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:47:51.0481391Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:47:51.0481961Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:47:51.0482513Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:47:51.0482900Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:47:51.0483274Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:47:51.0483647Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:47:51.0484046Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:47:51.0484434Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:47:51.0484847Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:47:51.0485284Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:47:51.0485704Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:47:51.0486114Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:47:51.0486514Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:47:51.0486920Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:47:51.0487335Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:47:51.0487721Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:47:51.0488227Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:47:51.0488734Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:51.0489251Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:47:51.0489619Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:47:51.0489993Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:47:51.0490358Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:47:51.0490751Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:47:51.0491184Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:47:51.0491604Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:47:51.0492230Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:47:51.0492680Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:47:51.0493085Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:47:51.0493505Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:47:51.0493913Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:47:51.0494299Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:47:51.0494733Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:47:51.0495222Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:47:51.0495716Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:47:51.0496158Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:47:51.0496569Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:47:51.0496968Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:47:51.0497437Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:47:51.0497918Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:47:51.0498321Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:47:51.0498953Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:47:51.0499434Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:47:51.0499837Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:47:51.0500197Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:47:51.0500546Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:47:51.0500921Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:47:51.0501304Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:47:51.0501663Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:47:51.0502015Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:47:51.0502651Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:47:51.0503027Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:47:51.0503381Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:47:51.0503749Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:47:51.0504102Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:47:51.0504475Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:47:51.0505021Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:47:51.0505377Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:47:51.0505733Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:47:51.0506088Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:47:51.0506449Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:47:51.0506821Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:47:51.0507193Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:47:51.0507552Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:47:51.0507928Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:47:51.0508343Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:47:51.0508774Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:47:51.0509186Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:47:51.0509549Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:47:51.0509931Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:47:51.0510353Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:47:51.0510750Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:47:51.0511112Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:47:51.0511477Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:47:51.0511838Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:47:51.0512351Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:47:51.0512694Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:47:51.0513051Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:47:51.0513415Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:47:51.0513771Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:47:51.0514117Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:47:51.0514447Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:47:51.0514988Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:47:51.0515415Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:47:51.0515807Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:47:51.0516202Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:47:51.0516595Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:47:51.0517013Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:47:51.0517510Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:47:51.0518127Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:47:51.0518751Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:47:51.0519296Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:47:51.0519764Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:47:51.0520217Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:47:51.0520734Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:47:51.0521521Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:47:51.0522231Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:47:51.0522740Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:47:51.0523185Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:47:51.0523546Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:47:51.0523922Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:47:51.0524290Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:47:51.0524667Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:47:51.0525051Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:47:51.0525434Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:47:51.0525821Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:47:51.0526203Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:47:51.0526588Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:47:51.0527011Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:47:51.0527392Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:47:51.0527771Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:47:51.0528185Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:47:51.0528579Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:47:51.0528990Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:47:51.0529403Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:47:51.0529774Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:47:51.0530165Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:47:51.0530576Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:47:51.0530984Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:47:51.0531421Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:47:51.0532199Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:47:51.0532617Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:47:51.0532986Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:47:51.0533365Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:47:51.0533734Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:47:51.0534129Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:47:51.0534517Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:47:51.0534901Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:47:51.0535279Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:47:51.0535638Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:47:51.0536005Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:47:51.0536551Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:51.0537263Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:51.0537945Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:51.0538764Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:51.0539288Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:47:51.0539669Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:47:51.0540072Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:47:51.0540477Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:47:51.0540852Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:47:51.0541228Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:47:51.0541594Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:47:51.0541966Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:47:51.0542490Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:47:51.0542864Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:47:51.0543236Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:47:51.0543619Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:47:51.0544017Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:47:51.0544416Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:47:51.0544814Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:47:51.0545200Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:47:51.0545574Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:47:51.0545959Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:47:51.0546362Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:47:51.0546758Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:47:51.0547155Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:47:51.0547548Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:47:51.0547968Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:47:51.0548569Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:47:51.0548992Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:47:51.0549430Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:47:51.0549885Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:47:51.0550287Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:47:51.0550658Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:47:51.0551031Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:47:51.0551426Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:47:51.0551837Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:47:51.0552458Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:47:51.0552845Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:47:51.0553238Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:47:51.0553706Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:47:51.0554173Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:47:51.0554565Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:47:51.0555117Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:47:51.0555563Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:47:51.0556007Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:47:51.0556478Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:47:51.0556969Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:47:51.0557409Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:47:51.0557845Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:47:51.0558239Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:47:51.0558629Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:47:51.0559047Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:47:51.0559429Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:47:51.0559801Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:47:51.0560203Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:47:51.0560605Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:47:51.0561012Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:47:51.0561430Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:47:51.0561820Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:47:51.0562342Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:47:51.0562710Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:47:51.0563071Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:47:51.0563458Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:47:51.0563877Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:47:51.0564269Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:47:51.0564716Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:47:51.0565368Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:47:51.0565781Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:47:51.0566217Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:47:51.0566636Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:47:51.0567042Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:47:51.0567450Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:47:51.0567804Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:47:51.0568166Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:47:51.0568558Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:47:51.0568945Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:47:51.0569373Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:47:51.0569731Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:47:51.0570081Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:47:51.0570430Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:47:51.0570911Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T19:47:51.0571628Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:47:51.0572014Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:47:51.0572552Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:47:51.0572952Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:47:51.0573360Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:47:51.0573773Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:47:51.0574174Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:47:51.0574587Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:47:51.0574994Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:47:51.0575371Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:47:51.0575734Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:47:51.0576093Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:47:51.0576466Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:47:51.0576887Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:47:51.0577308Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:47:51.0577710Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:47:51.0578130Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:47:51.0578565Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:47:51.0578963Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:47:51.0579333Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:47:51.0579683Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:47:51.0580031Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:47:51.0580398Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:47:51.0580771Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:47:51.0581150Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:47:51.0581747Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:47:51.0582307Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:47:51.0582767Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:47:51.0583198Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:47:51.0583573Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:47:51.0583957Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:47:51.0584345Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:47:51.0584729Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:47:51.0585107Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:47:51.0585475Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:47:51.0585917Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:47:51.0586402Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:47:51.0586823Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:47:51.0587196Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:47:51.0587718Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:47:51.0588118Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:47:51.0588507Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:47:51.0588878Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:47:51.0589272Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:47:51.0589653Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:47:51.0590001Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:47:51.0590352Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:47:51.0590748Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:47:51.0591166Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:47:51.0591546Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:47:51.0591927Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:47:51.0592629Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:47:51.0593068Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:47:51.0593493Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:47:51.0593888Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:47:51.0594394Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:51.0594896Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:47:51.0595287Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:47:51.0595692Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:47:51.0596141Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:47:51.0596658Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:47:51.0597236Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:47:51.0597845Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:47:51.0598737Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:47:51.0599399Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:47:51.0600025Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:47:51.0600647Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:47:51.0601231Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:47:51.0601710Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:47:51.0602363Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:47:51.0602818Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:47:51.0603266Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:47:51.0603743Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:47:51.0604172Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:47:51.0604550Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:47:51.0604913Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:47:51.0605463Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:47:51.0605842Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:47:51.0606248Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:47:51.0606661Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:47:51.0607018Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:47:51.0607408Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:47:51.0607866Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:47:51.0608357Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:47:51.0608841Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:47:51.0609335Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:47:51.0609785Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:47:51.0610199Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:47:51.0610610Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:47:51.0611022Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:47:51.0611455Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:47:51.0611881Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:47:51.0612453Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:47:51.0612841Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:47:51.0613214Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:47:51.0613596Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:47:51.0614029Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:47:51.0614465Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:47:51.0614869Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:47:51.0615282Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:47:51.0615898Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:47:51.0616360Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:47:51.0616795Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:47:51.0617225Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:47:51.0617623Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:47:51.0617991Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:47:51.0618376Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:47:51.0618744Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:47:51.0619115Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:47:51.0619515Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:47:51.0619917Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:47:51.0620342Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:47:51.0620809Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:47:51.0621262Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:47:51.0621796Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:47:51.0622271Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:47:51.0622649Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:47:51.0623041Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:47:51.0623424Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:47:51.0623815Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:47:51.0624247Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:47:51.0624691Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:47:51.0625104Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:47:51.0625485Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:47:51.0625886Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:47:51.0626427Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:51.0627005Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:47:51.0627456Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:47:51.0627900Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:47:51.0628328Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:47:51.0628724Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:47:51.0629114Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:47:51.0629505Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:47:51.0629915Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:47:51.0630317Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:47:51.0630697Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:47:51.0631087Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:47:51.0631493Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:47:51.0632185Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:47:51.0632632Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:47:51.0633095Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:47:51.0633519Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:47:51.0633891Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:47:51.0634269Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:47:51.0634652Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:47:51.0635021Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:47:51.0635389Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:47:51.0635816Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:47:51.0636260Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:47:51.0636664Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:47:51.0637058Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:47:51.0637450Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:47:51.0637829Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:47:51.0638352Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:47:51.0638739Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:47:51.0639136Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:47:51.0639576Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:47:51.0640021Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:47:51.0640445Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:47:51.0640846Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:47:51.0641246Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:47:51.0641670Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:47:51.0642312Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:47:51.0642711Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:47:51.0643063Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:47:51.0643428Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:47:51.0643795Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:47:51.0644146Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:47:51.0644517Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:47:51.0644914Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:47:51.0645293Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:47:51.0645647Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:47:51.0645992Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:47:51.0646372Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:47:51.0646766Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:47:51.0647142Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:47:51.0647502Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:47:51.0647861Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:47:51.0648459Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:47:51.0648863Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:47:51.0649211Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:47:51.0649581Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:47:51.0649971Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:47:51.0650352Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:47:51.0650728Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:47:51.0651099Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:47:51.0651480Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:47:51.0651878Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:47:51.0652440Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:47:51.0652846Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:47:51.0653201Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:47:51.0653544Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:47:51.0653886Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:47:51.0654302Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:47:51.0654959Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:47:51.0655426Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:47:51.0655901Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:47:51.0656406Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:47:51.0656847Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:47:51.0657226Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:47:51.0657614Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:47:51.0657999Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:47:51.0658384Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:47:51.0658771Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:47:51.0659162Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:47:51.0659534Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:47:51.0659919Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:47:51.0660360Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:47:51.0660796Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:47:51.0661194Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:47:51.0661595Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:47:51.0662021Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:47:51.0662591Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:47:51.0662949Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:47:51.0663336Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:47:51.0663781Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:47:51.0664238Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:47:51.0664645Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:47:51.0665272Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:47:51.0665712Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:47:51.0666145Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:47:51.2586038Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:47:51.4525454Z Collecting meson
2025-08-20T19:47:51.5239286Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T19:47:51.5806053Z Collecting ninja
2025-08-20T19:47:51.5914061Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T19:47:51.6159669Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T19:47:51.6755942Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 23.3 MB/s  0:00:00
2025-08-20T19:47:51.6912702Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T19:47:51.7739415Z Installing collected packages: ninja, meson
2025-08-20T19:47:52.4309423Z 
2025-08-20T19:47:52.4331937Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T19:47:52.7011291Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:47:52.7905278Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T19:47:52.8808515Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T19:47:53.2572717Z 1.8.4
2025-08-20T19:47:53.2855171Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T19:47:53.3234493Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:47:53.3236571Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:47:53.3247957Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:47:53.3248539Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:47:53.3248950Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:47:53.3249314Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:47:53.3249673Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:47:53.3250028Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:47:53.3250374Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:47:53.3250717Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:47:53.3251069Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:47:53.3251448Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:47:53.3251831Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:47:53.3252392Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:47:53.3252798Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:47:53.3253196Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:47:53.3253596Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:47:53.3253957Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:47:53.3254408Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:47:53.3254872Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:47:53.3255311Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:47:53.3255698Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:47:53.3256115Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:47:53.3256511Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:47:53.3257457Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:47:53.3257928Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:47:53.3258364Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:47:53.3258780Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:47:53.3259181Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:47:53.3259602Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:47:53.3260016Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:47:53.3260438Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:47:53.3260864Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:47:53.3261281Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:47:53.3261719Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:47:53.3262960Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:47:53.3263392Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:47:53.3263799Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:47:53.3264190Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:47:53.3264839Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:47:53.3265264Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:47:53.3265678Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:47:53.3266078Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:47:53.3266472Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:47:53.3266928Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:47:53.3267398Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:47:53.3267865Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:47:53.3268355Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:47:53.3268805Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:47:53.3269222Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:47:53.3269638Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:47:53.3270045Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:47:53.3270458Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:47:53.3270858Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:47:53.3271227Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:47:53.3271584Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:47:53.3271949Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:47:53.3272504Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:47:53.3272923Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:47:53.3273299Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:47:53.3273706Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:47:53.3274141Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:47:53.3274568Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:47:53.3275163Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:47:53.3275596Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:47:53.3276023Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:47:53.3276424Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:47:53.3276814Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:47:53.3277253Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:47:53.3277744Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:47:53.3278237Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:47:53.3278694Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:47:53.3279110Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:47:53.3279494Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:47:53.3279883Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:47:53.3280282Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:47:53.3280678Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:47:53.3281261Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:47:53.3281757Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:47:53.3282398Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:47:53.3282886Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:47:53.3283326Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:47:53.3283723Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:47:53.3284113Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:47:53.3284518Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:47:53.3284913Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:47:53.3285302Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:47:53.3285721Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:47:53.3286142Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:47:53.3286520Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:47:53.3286887Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:47:53.3287294Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:47:53.3287743Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:47:53.3288114Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:47:53.3288480Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:47:53.3288871Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:47:53.3289261Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:47:53.3289613Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:47:53.3289984Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:47:53.3290390Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:47:53.3290779Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:47:53.3291142Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:47:53.3291724Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:47:53.3292282Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:47:53.3292676Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:47:53.3293073Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:47:53.3293466Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:47:53.3293856Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:47:53.3294234Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:47:53.3294633Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:47:53.3295029Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:47:53.3295395Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:47:53.3295753Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:47:53.3296104Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:47:53.3296455Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:47:53.3296815Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:47:53.3297163Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:47:53.3297708Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:47:53.3298099Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:47:53.3298525Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:47:53.3298955Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:47:53.3299353Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:47:53.3299752Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:47:53.3300140Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:47:53.3300525Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:47:53.3300922Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:47:53.3301328Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:47:53.3301712Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:47:53.3302354Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:47:53.3302781Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:47:53.3303218Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:47:53.3303643Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:47:53.3304038Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:47:53.3304431Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:47:53.3304839Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:47:53.3305251Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:47:53.3305653Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:47:53.3306048Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:47:53.3306441Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:47:53.3306841Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:47:53.3307218Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:47:53.3307573Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:47:53.3308138Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:47:53.3308545Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:47:53.3308967Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:47:53.3309363Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:47:53.3309748Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:47:53.3310118Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:47:53.3310488Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:47:53.3310865Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:47:53.3311249Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:47:53.3311667Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:47:53.3312262Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:47:53.3312671Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:47:53.3313042Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:47:53.3313429Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:47:53.3313840Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:47:53.3314433Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:47:53.3314781Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:47:53.3315123Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:47:53.3315540Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:47:53.3315968Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:47:53.3316378Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:47:53.3316760Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:47:53.3317140Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:47:53.3317521Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:47:53.3317942Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:47:53.3318412Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:47:53.3318824Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:47:53.3319189Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:47:53.3319545Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:47:53.3319985Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:47:53.3320489Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:47:53.3320926Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:47:53.3321299Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:47:53.3321757Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:47:53.3322470Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:47:53.3322969Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:47:53.3323398Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:47:53.3323753Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:47:53.3324128Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:47:53.3324728Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:47:53.3325161Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:47:53.3325567Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:47:53.3325941Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:47:53.3326311Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:47:53.3326712Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:47:53.3327109Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:47:53.3327504Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:47:53.3327899Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:47:53.3328291Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:47:53.3328683Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:47:53.3329100Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:47:53.3329543Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:47:53.3329972Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:47:53.3330361Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:47:53.3330877Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:47:53.3331244Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:47:53.3331617Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:47:53.3332009Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:47:53.3332670Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:47:53.3333140Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:47:53.3333584Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:47:53.3333990Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:47:53.3334376Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:47:53.3334756Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:47:53.3335136Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:47:53.3335503Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:47:53.3335887Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:47:53.3336266Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:47:53.3336706Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:47:53.3337207Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:47:53.3337666Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:47:53.3338179Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:47:53.3338690Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:47:53.3339198Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:47:53.3339631Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:47:53.3339994Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:47:53.3340354Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:47:53.3340725Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:47:53.3341306Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:47:53.3341692Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:47:53.3342235Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:47:53.3342633Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:47:53.3343017Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:47:53.3343398Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:47:53.3343774Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:47:53.3344167Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:47:53.3344554Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:47:53.3344969Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:47:53.3345407Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:47:53.3345826Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:47:53.3346235Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:47:53.3346634Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:47:53.3347040Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:47:53.3347640Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:47:53.3348028Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:47:53.3348387Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:47:53.3348892Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:53.3349407Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:47:53.3349773Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:47:53.3350148Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:47:53.3350509Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:47:53.3350903Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:47:53.3351338Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:47:53.3351765Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:47:53.3352329Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:47:53.3352746Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:47:53.3353146Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:47:53.3353571Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:47:53.3353976Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:47:53.3354364Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:47:53.3354791Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:47:53.3355277Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:47:53.3355775Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:47:53.3356220Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:47:53.3356626Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:47:53.3357027Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:47:53.3357500Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:47:53.3358177Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:47:53.3358598Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:47:53.3359026Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:47:53.3359476Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:47:53.3359881Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:47:53.3360242Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:47:53.3360590Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:47:53.3360956Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:47:53.3361336Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:47:53.3361698Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:47:53.3362179Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:47:53.3362555Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:47:53.3362915Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:47:53.3363271Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:47:53.3363638Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:47:53.3364152Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:47:53.3364527Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:47:53.3364911Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:47:53.3365267Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:47:53.3365623Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:47:53.3365979Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:47:53.3366340Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:47:53.3366709Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:47:53.3367070Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:47:53.3367426Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:47:53.3367800Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:47:53.3368222Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:47:53.3368653Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:47:53.3369055Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:47:53.3369415Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:47:53.3369794Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:47:53.3370224Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:47:53.3370626Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:47:53.3370984Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:47:53.3371350Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:47:53.3371707Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:47:53.3372288Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:47:53.3372656Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:47:53.3373010Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:47:53.3373373Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:47:53.3373726Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:47:53.3374245Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:47:53.3374595Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:47:53.3374968Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:47:53.3375370Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:47:53.3375762Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:47:53.3376162Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:47:53.3376551Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:47:53.3376961Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:47:53.3377458Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:47:53.3378205Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:47:53.3378827Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:47:53.3379364Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:47:53.3379831Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:47:53.3380281Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:47:53.3381000Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:47:53.3381615Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:47:53.3382288Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:47:53.3382814Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:47:53.3383261Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:47:53.3383625Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:47:53.3383994Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:47:53.3384363Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:47:53.3384737Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:47:53.3385127Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:47:53.3385510Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:47:53.3385900Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:47:53.3386280Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:47:53.3386664Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:47:53.3387045Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:47:53.3387421Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:47:53.3387830Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:47:53.3388220Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:47:53.3388611Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:47:53.3389028Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:47:53.3389442Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:47:53.3389808Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:47:53.3390198Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:47:53.3390610Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:47:53.3391209Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:47:53.3391664Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:47:53.3392276Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:47:53.3392661Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:47:53.3393028Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:47:53.3393409Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:47:53.3393774Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:47:53.3394159Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:47:53.3394548Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:47:53.3394929Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:47:53.3395313Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:47:53.3395672Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:47:53.3396037Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:47:53.3396583Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:53.3397457Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:53.3398140Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:53.3398803Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:53.3399328Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:47:53.3399713Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:47:53.3400118Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:47:53.3400520Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:47:53.3400892Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:47:53.3401266Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:47:53.3401633Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:47:53.3402007Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:47:53.3402522Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:47:53.3402898Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:47:53.3403269Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:47:53.3403658Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:47:53.3404058Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:47:53.3404455Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:47:53.3404848Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:47:53.3405233Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:47:53.3405610Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:47:53.3405993Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:47:53.3406392Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:47:53.3406786Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:47:53.3407183Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:47:53.3407744Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:47:53.3408193Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:47:53.3408621Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:47:53.3409021Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:47:53.3409460Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:47:53.3409923Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:47:53.3410325Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:47:53.3410690Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:47:53.3411067Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:47:53.3411462Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:47:53.3411866Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:47:53.3412510Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:47:53.3412892Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:47:53.3413279Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:47:53.3413745Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:47:53.3414367Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:47:53.3414761Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:47:53.3415163Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:47:53.3415610Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:47:53.3416054Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:47:53.3416525Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:47:53.3417009Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:47:53.3417451Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:47:53.3417888Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:47:53.3418288Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:47:53.3418678Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:47:53.3419091Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:47:53.3419471Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:47:53.3419842Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:47:53.3420248Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:47:53.3420646Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:47:53.3421043Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:47:53.3421463Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:47:53.3421857Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:47:53.3422475Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:47:53.3422845Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:47:53.3423194Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:47:53.3423579Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:47:53.3423996Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:47:53.3424563Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:47:53.3425023Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:47:53.3425474Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:47:53.3425873Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:47:53.3426311Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:47:53.3426736Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:47:53.3427140Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:47:53.3427543Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:47:53.3427899Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:47:53.3428257Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:47:53.3428651Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:47:53.3429045Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:47:53.3429422Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:47:53.3429774Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:47:53.3430122Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:47:53.3430593Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:47:53.3431075Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T19:47:53.3431580Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:47:53.3431962Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:47:53.3432497Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:47:53.3432901Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:47:53.3433309Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:47:53.3433716Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:47:53.3434115Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:47:53.3434528Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:47:53.3434938Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:47:53.3435312Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:47:53.3435679Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:47:53.3436039Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:47:53.3436413Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:47:53.3436838Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:47:53.3437268Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:47:53.3437665Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:47:53.3438087Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:47:53.3438531Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:47:53.3438926Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:47:53.3439295Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:47:53.3439641Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:47:53.3439989Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:47:53.3440357Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:47:53.3440906Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:47:53.3441300Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:47:53.3441698Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:47:53.3442239Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:47:53.3442709Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:47:53.3443146Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:47:53.3443519Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:47:53.3443903Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:47:53.3444290Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:47:53.3444676Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:47:53.3445060Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:47:53.3445435Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:47:53.3445876Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:47:53.3446365Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:47:53.3446942Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:47:53.3447318Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:47:53.3447691Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:47:53.3448094Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:47:53.3448485Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:47:53.3448861Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:47:53.3449255Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:47:53.3449634Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:47:53.3449979Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:47:53.3450331Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:47:53.3450730Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:47:53.3451147Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:47:53.3451521Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:47:53.3451904Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:47:53.3452637Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:47:53.3453087Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:47:53.3453512Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:47:53.3453902Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:47:53.3454413Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:53.3454919Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:47:53.3455328Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:47:53.3455734Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:47:53.3456160Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:47:53.3456678Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:47:53.3457472Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:47:53.3458091Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:47:53.3458739Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:47:53.3459381Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:47:53.3460014Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:47:53.3460639Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:47:53.3461217Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:47:53.3461695Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:47:53.3462282Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:47:53.3462721Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:47:53.3463147Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:47:53.3463618Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:47:53.3464047Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:47:53.3464583Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:47:53.3464949Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:47:53.3465323Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:47:53.3465702Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:47:53.3466105Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:47:53.3466518Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:47:53.3466880Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:47:53.3467264Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:47:53.3467723Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:47:53.3468207Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:47:53.3468698Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:47:53.3469183Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:47:53.3469635Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:47:53.3470049Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:47:53.3470466Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:47:53.3470880Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:47:53.3471312Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:47:53.3471739Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:47:53.3472325Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:47:53.3472732Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:47:53.3473107Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:47:53.3473480Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:47:53.3473914Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:47:53.3474353Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:47:53.3474970Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:47:53.3475397Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:47:53.3475824Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:47:53.3476272Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:47:53.3476715Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:47:53.3477149Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:47:53.3477547Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:47:53.3477913Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:47:53.3478300Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:47:53.3478668Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:47:53.3479038Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:47:53.3479435Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:47:53.3479835Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:47:53.3480260Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:47:53.3480882Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:47:53.3481337Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:47:53.3481726Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:47:53.3482214Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:47:53.3482594Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:47:53.3482993Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:47:53.3483376Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:47:53.3483764Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:47:53.3484189Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:47:53.3484635Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:47:53.3485056Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:47:53.3485439Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:47:53.3485836Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:47:53.3486377Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:47:53.3486949Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:47:53.3487403Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:47:53.3487888Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:47:53.3488309Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:47:53.3488705Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:47:53.3489101Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:47:53.3489487Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:47:53.3489886Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:47:53.3490290Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:47:53.3490668Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:47:53.3491254Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:47:53.3491676Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:47:53.3492170Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:47:53.3492582Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:47:53.3493042Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:47:53.3493470Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:47:53.3493844Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:47:53.3494218Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:47:53.3494604Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:47:53.3494978Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:47:53.3495349Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:47:53.3495776Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:47:53.3496217Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:47:53.3496622Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:47:53.3497015Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:47:53.3497563Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:47:53.3497943Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:47:53.3498314Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:47:53.3498697Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:47:53.3499097Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:47:53.3499541Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:47:53.3499986Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:47:53.3500405Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:47:53.3500808Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:47:53.3501211Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:47:53.3501643Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:47:53.3502032Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:47:53.3502528Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:47:53.3502874Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:47:53.3503235Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:47:53.3503608Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:47:53.3503961Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:47:53.3504330Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:47:53.3504722Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:47:53.3505102Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:47:53.3505459Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:47:53.3505809Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:47:53.3506183Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:47:53.3506578Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:47:53.3506953Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:47:53.3507558Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:47:53.3507939Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:47:53.3508319Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:47:53.3508697Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:47:53.3509043Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:47:53.3509417Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:47:53.3509807Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:47:53.3510184Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:47:53.3510558Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:47:53.3510932Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:47:53.3511312Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:47:53.3511713Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:47:53.3512269Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:47:53.3512675Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:47:53.3513032Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:47:53.3513532Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:47:53.3513871Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:47:53.3514285Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:47:53.3514783Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:47:53.3515253Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:47:53.3515726Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:47:53.3516227Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:47:53.3516662Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:47:53.3517042Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:47:53.3517429Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:47:53.3517820Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:47:53.3518205Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:47:53.3518593Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:47:53.3518976Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:47:53.3519349Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:47:53.3519744Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:47:53.3520188Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:47:53.3520616Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:47:53.3520993Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:47:53.3521389Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:47:53.3521815Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:47:53.3522362Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:47:53.3522711Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:47:53.3523095Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:47:53.3523543Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:47:53.3524202Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:47:53.3524625Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:47:53.3525041Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:47:53.3525462Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:47:53.3525901Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:47:53.4665263Z info: downloading installer
2025-08-20T19:47:53.7545840Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T19:47:53.7546219Z warn: /home/runner/.rustup/settings.toml
2025-08-20T19:47:53.7546583Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T19:47:53.7546999Z warn: instead of the one inferred from the default host triple.
2025-08-20T19:47:53.7736026Z info: profile set to 'default'
2025-08-20T19:47:53.7736380Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T19:47:53.7736731Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T19:47:53.8279075Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:47:54.1696373Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:47:54.2000366Z info: downloading component 'clippy'
2025-08-20T19:47:54.3137348Z info: downloading component 'rustfmt'
2025-08-20T19:47:54.4184324Z info: downloading component 'cargo'
2025-08-20T19:47:54.5819992Z info: downloading component 'rust-std'
2025-08-20T19:47:54.9079135Z info: downloading component 'rustc'
2025-08-20T19:47:55.6837170Z info: removing previous version of component 'clippy'
2025-08-20T19:47:55.6976292Z info: removing previous version of component 'rustfmt'
2025-08-20T19:47:55.7041936Z info: removing previous version of component 'cargo'
2025-08-20T19:47:55.7247334Z info: removing previous version of component 'rust-std'
2025-08-20T19:47:55.7360784Z info: removing previous version of component 'rustc'
2025-08-20T19:47:55.7597485Z info: installing component 'clippy'
2025-08-20T19:47:56.0241955Z info: installing component 'rustfmt'
2025-08-20T19:47:56.2211827Z info: installing component 'cargo'
2025-08-20T19:47:56.7128101Z info: installing component 'rust-std'
2025-08-20T19:47:58.0132023Z info: installing component 'rustc'
2025-08-20T19:48:00.7387593Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:48:00.7387893Z 
2025-08-20T19:48:00.7456054Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T19:48:00.7456468Z 
2025-08-20T19:48:00.7456473Z 
2025-08-20T19:48:00.7456560Z Rust is installed now. Great!
2025-08-20T19:48:00.7456701Z 
2025-08-20T19:48:00.7456877Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T19:48:00.7457298Z environment variable. This has not been done automatically.
2025-08-20T19:48:00.7457522Z 
2025-08-20T19:48:00.7457628Z To configure your current shell, you need to source
2025-08-20T19:48:00.7457913Z the corresponding env file under $HOME/.cargo.
2025-08-20T19:48:00.7458092Z 
2025-08-20T19:48:00.7458258Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T19:48:00.7458645Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T19:48:00.7458952Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T19:48:00.7459223Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T19:48:00.7618611Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:48:00.7930643Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:48:00.7930915Z 
2025-08-20T19:48:00.8002287Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:48:00.8002630Z 
2025-08-20T19:48:00.8406679Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:48:00.8783844Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T19:48:00.9060921Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:48:00.9061343Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:48:00.9061709Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:48:00.9062320Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:48:00.9062749Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:48:00.9063108Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:48:00.9063471Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:48:00.9063826Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:48:00.9064170Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:48:00.9064496Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:48:00.9064861Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:48:00.9065247Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:48:00.9065627Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:48:00.9066031Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:48:00.9066423Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:48:00.9067200Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:48:00.9067606Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:48:00.9067963Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:48:00.9068338Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:48:00.9068796Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:48:00.9069245Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:48:00.9069632Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:48:00.9070050Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:48:00.9070446Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:48:00.9070797Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:48:00.9071193Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:48:00.9071627Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:48:00.9072341Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:48:00.9072777Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:48:00.9073193Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:48:00.9073622Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:48:00.9074043Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:48:00.9074472Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:48:00.9074891Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:48:00.9075331Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:48:00.9075758Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:48:00.9076156Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:48:00.9076566Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:48:00.9076960Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:48:00.9077622Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:48:00.9078065Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:48:00.9078481Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:48:00.9078880Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:48:00.9079270Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:48:00.9079725Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:48:00.9080195Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:48:00.9080665Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:48:00.9081154Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:48:00.9081597Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:48:00.9082018Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:48:00.9082639Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:48:00.9083051Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:48:00.9083467Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:48:00.9083865Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:48:00.9084443Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:48:00.9084802Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:48:00.9085169Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:48:00.9085558Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:48:00.9085958Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:48:00.9086339Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:48:00.9086746Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:48:00.9087181Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:48:00.9087603Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:48:00.9088015Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:48:00.9088434Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:48:00.9088862Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:48:00.9089260Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:48:00.9089653Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:48:00.9090097Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:48:00.9090596Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:48:00.9091089Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:48:00.9091544Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:48:00.9091961Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:48:00.9093600Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:48:00.9094000Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:48:00.9094400Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:48:00.9094797Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:48:00.9095252Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:48:00.9096029Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:48:00.9096540Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:48:00.9097029Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:48:00.9097465Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:48:00.9097866Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:48:00.9098258Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:48:00.9098663Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:48:00.9099058Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:48:00.9099444Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:48:00.9099869Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:48:00.9100289Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:48:00.9100668Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:48:00.9101037Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:48:00.9101441Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:48:00.9101995Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:48:00.9102534Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:48:00.9102904Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:48:00.9103290Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:48:00.9103672Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:48:00.9104024Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:48:00.9104399Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:48:00.9104807Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:48:00.9105191Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:48:00.9105556Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:48:00.9105962Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:48:00.9106340Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:48:00.9106724Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:48:00.9107150Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:48:00.9107543Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:48:00.9107927Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:48:00.9108314Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:48:00.9108851Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:48:00.9109252Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:48:00.9109623Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:48:00.9109981Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:48:00.9110333Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:48:00.9110688Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:48:00.9111051Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:48:00.9111396Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:48:00.9111769Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:48:00.9112571Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:48:00.9113050Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:48:00.9113482Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:48:00.9113882Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:48:00.9114272Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:48:00.9114664Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:48:00.9115047Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:48:00.9115445Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:48:00.9115849Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:48:00.9116232Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:48:00.9116627Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:48:00.9117035Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:48:00.9117469Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:48:00.9117896Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:48:00.9118284Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:48:00.9118841Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:48:00.9119247Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:48:00.9119653Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:48:00.9120057Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:48:00.9120449Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:48:00.9120850Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:48:00.9121253Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:48:00.9121625Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:48:00.9121982Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:48:00.9122528Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:48:00.9122931Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:48:00.9123326Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:48:00.9123726Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:48:00.9124114Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:48:00.9124482Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:48:00.9124857Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:48:00.9125235Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:48:00.9125620Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:48:00.9126041Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:48:00.9126482Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:48:00.9126884Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:48:00.9127252Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:48:00.9127641Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:48:00.9128058Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:48:00.9128473Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:48:00.9129049Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:48:00.9129404Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:48:00.9129825Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:48:00.9130252Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:48:00.9130660Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:48:00.9131045Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:48:00.9131427Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:48:00.9131809Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:48:00.9132387Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:48:00.9132871Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:48:00.9133290Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:48:00.9133657Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:48:00.9134014Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:48:00.9134456Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:48:00.9135116Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:48:00.9135554Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:48:00.9135926Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:48:00.9136387Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:48:00.9136918Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:48:00.9137420Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:48:00.9137856Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:48:00.9138213Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:48:00.9138592Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:48:00.9138996Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:48:00.9139415Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:48:00.9139819Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:48:00.9140192Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:48:00.9140564Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:48:00.9140963Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:48:00.9141372Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:48:00.9141776Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:48:00.9142381Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:48:00.9142786Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:48:00.9143181Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:48:00.9143610Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:48:00.9144055Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:48:00.9144485Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:48:00.9144873Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:48:00.9145244Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:48:00.9145846Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:48:00.9146235Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:48:00.9146626Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:48:00.9147044Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:48:00.9147506Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:48:00.9147956Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:48:00.9148359Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:48:00.9148745Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:48:00.9149128Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:48:00.9149503Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:48:00.9149875Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:48:00.9150259Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:48:00.9150639Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:48:00.9151082Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:48:00.9151696Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:48:00.9152316Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:48:00.9152833Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:48:00.9153343Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:48:00.9153845Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:48:00.9154285Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:48:00.9154648Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:48:00.9155013Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:48:00.9155395Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:48:00.9155770Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:48:00.9156144Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:48:00.9156523Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:48:00.9156900Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:48:00.9157286Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:48:00.9157666Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:48:00.9158044Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:48:00.9158441Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:48:00.9158838Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:48:00.9159252Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:48:00.9159685Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:48:00.9160109Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:48:00.9160528Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:48:00.9160934Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:48:00.9161345Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:48:00.9161769Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:48:00.9162533Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:48:00.9162925Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:48:00.9163438Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:48:00.9163960Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:48:00.9164335Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:48:00.9164713Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:48:00.9165081Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:48:00.9165475Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:48:00.9165907Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:48:00.9166335Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:48:00.9166765Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:48:00.9167163Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:48:00.9167565Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:48:00.9167982Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:48:00.9168641Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:48:00.9169030Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:48:00.9169456Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:48:00.9169943Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:48:00.9170436Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:48:00.9170889Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:48:00.9171299Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:48:00.9171704Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:48:00.9172346Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:48:00.9172851Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:48:00.9173260Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:48:00.9173691Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:48:00.9174145Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:48:00.9174552Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:48:00.9174916Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:48:00.9175260Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:48:00.9175630Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:48:00.9176013Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:48:00.9176376Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:48:00.9176731Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:48:00.9177101Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:48:00.9177462Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:48:00.9177818Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:48:00.9178189Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:48:00.9178543Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:48:00.9179117Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:48:00.9179516Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:48:00.9179896Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:48:00.9180252Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:48:00.9180607Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:48:00.9180981Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:48:00.9181352Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:48:00.9181717Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:48:00.9182228Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:48:00.9182609Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:48:00.9183035Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:48:00.9183466Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:48:00.9183873Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:48:00.9184239Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:48:00.9184624Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:48:00.9185245Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:48:00.9185643Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:48:00.9186000Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:48:00.9186364Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:48:00.9186719Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:48:00.9187061Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:48:00.9187408Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:48:00.9187761Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:48:00.9188126Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:48:00.9188485Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:48:00.9188827Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:48:00.9189169Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:48:00.9189542Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:48:00.9189941Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:48:00.9190336Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:48:00.9190730Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:48:00.9191126Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:48:00.9191549Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:48:00.9192189Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:48:00.9192810Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:48:00.9193437Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:48:00.9193976Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:48:00.9194444Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:48:00.9194897Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:48:00.9195617Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:48:00.9196249Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:48:00.9196807Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:48:00.9197293Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:48:00.9197741Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:48:00.9198107Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:48:00.9198477Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:48:00.9198845Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:48:00.9199222Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:48:00.9199608Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:48:00.9199997Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:48:00.9200382Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:48:00.9200782Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:48:00.9201171Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:48:00.9201546Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:48:00.9202224Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:48:00.9202602Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:48:00.9202994Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:48:00.9203383Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:48:00.9203793Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:48:00.9204208Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:48:00.9204573Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:48:00.9204962Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:48:00.9205366Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:48:00.9205773Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:48:00.9206250Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:48:00.9206674Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:48:00.9207040Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:48:00.9207404Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:48:00.9207784Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:48:00.9208157Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:48:00.9208547Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:48:00.9208933Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:48:00.9209316Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:48:00.9209694Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:48:00.9210064Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:48:00.9210429Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:48:00.9210979Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:48:00.9211692Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:48:00.9212714Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:48:00.9213394Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:48:00.9213919Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:48:00.9214301Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:48:00.9214709Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:48:00.9215111Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:48:00.9215483Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:48:00.9215855Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:48:00.9216219Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:48:00.9216599Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:48:00.9216976Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:48:00.9217350Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:48:00.9217727Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:48:00.9218112Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:48:00.9218665Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:48:00.9219062Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:48:00.9219455Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:48:00.9219842Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:48:00.9220217Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:48:00.9220609Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:48:00.9221009Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:48:00.9221400Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:48:00.9221797Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:48:00.9222368Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:48:00.9222806Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:48:00.9223233Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:48:00.9223630Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:48:00.9224067Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:48:00.9224524Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:48:00.9224936Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:48:00.9225306Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:48:00.9225684Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:48:00.9226079Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:48:00.9226484Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:48:00.9226888Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:48:00.9227266Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:48:00.9227654Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:48:00.9228116Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:48:00.9228780Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:48:00.9229185Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:48:00.9229589Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:48:00.9230036Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:48:00.9230480Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:48:00.9230954Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:48:00.9231437Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:48:00.9231877Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:48:00.9232493Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:48:00.9232891Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:48:00.9233284Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:48:00.9233703Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:48:00.9234090Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:48:00.9234463Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:48:00.9234868Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:48:00.9235454Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:48:00.9235860Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:48:00.9236278Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:48:00.9236666Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:48:00.9237042Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:48:00.9237410Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:48:00.9237760Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:48:00.9238145Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:48:00.9238566Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:48:00.9238961Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:48:00.9239414Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:48:00.9239862Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:48:00.9240260Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:48:00.9240695Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:48:00.9241119Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:48:00.9241524Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:48:00.9241931Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:48:00.9242472Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:48:00.9242837Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:48:00.9243233Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:48:00.9243627Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:48:00.9244004Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:48:00.9244360Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:48:00.9244708Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:48:00.9245053Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:48:00.9245728Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T19:48:00.9246247Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:48:00.9246631Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:48:00.9247012Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:48:00.9247410Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:48:00.9247818Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:48:00.9248226Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:48:00.9248629Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:48:00.9249037Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:48:00.9249448Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:48:00.9249821Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:48:00.9250186Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:48:00.9250540Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:48:00.9250916Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:48:00.9251443Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:48:00.9251872Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:48:00.9252468Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:48:00.9252886Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:48:00.9253324Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:48:00.9253744Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:48:00.9254114Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:48:00.9254461Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:48:00.9254806Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:48:00.9255171Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:48:00.9255548Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:48:00.9255920Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:48:00.9256318Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:48:00.9256729Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:48:00.9257187Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:48:00.9257623Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:48:00.9257995Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:48:00.9258384Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:48:00.9258772Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:48:00.9259157Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:48:00.9259539Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:48:00.9259916Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:48:00.9260357Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:48:00.9260852Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:48:00.9261273Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:48:00.9261859Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:48:00.9262392Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:48:00.9262792Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:48:00.9263175Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:48:00.9263545Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:48:00.9263944Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:48:00.9264321Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:48:00.9264667Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:48:00.9265021Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:48:00.9265415Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:48:00.9265837Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:48:00.9266217Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:48:00.9266603Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:48:00.9267042Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:48:00.9267483Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:48:00.9268056Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:48:00.9268450Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:48:00.9268960Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:48:00.9269466Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:48:00.9269854Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:48:00.9270268Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:48:00.9270693Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:48:00.9271211Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:48:00.9271792Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:48:00.9272577Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:48:00.9273224Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:48:00.9273868Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:48:00.9274494Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:48:00.9275121Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:48:00.9275702Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:48:00.9276179Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:48:00.9276622Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:48:00.9277060Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:48:00.9277484Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:48:00.9277959Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:48:00.9278394Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:48:00.9278772Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:48:00.9279330Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:48:00.9279727Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:48:00.9280108Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:48:00.9280510Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:48:00.9280926Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:48:00.9281287Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:48:00.9281673Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:48:00.9282291Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:48:00.9282789Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:48:00.9283280Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:48:00.9283764Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:48:00.9284216Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:48:00.9284629Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:48:00.9285036Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:48:00.9285607Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:48:00.9286034Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:48:00.9286457Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:48:00.9286845Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:48:00.9287222Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:48:00.9287603Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:48:00.9287977Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:48:00.9288409Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:48:00.9288847Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:48:00.9289249Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:48:00.9289665Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:48:00.9290092Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:48:00.9290536Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:48:00.9290978Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:48:00.9291411Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:48:00.9291806Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:48:00.9292317Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:48:00.9292713Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:48:00.9293081Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:48:00.9293458Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:48:00.9293852Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:48:00.9294250Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:48:00.9294674Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:48:00.9295144Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:48:00.9295845Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:48:00.9296241Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:48:00.9296592Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:48:00.9296959Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:48:00.9297351Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:48:00.9297739Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:48:00.9298128Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:48:00.9298553Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:48:00.9298998Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:48:00.9299411Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:48:00.9299799Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:48:00.9300194Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:48:00.9300735Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:48:00.9301312Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:48:00.9301897Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:48:00.9302481Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:48:00.9302904Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:48:00.9303298Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:48:00.9303682Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:48:00.9304073Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:48:00.9304468Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:48:00.9304867Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:48:00.9305246Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:48:00.9305634Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:48:00.9306075Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:48:00.9306452Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:48:00.9306856Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:48:00.9307316Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:48:00.9307736Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:48:00.9308115Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:48:00.9308491Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:48:00.9308879Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:48:00.9309252Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:48:00.9309621Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:48:00.9310053Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:48:00.9310497Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:48:00.9310901Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:48:00.9311298Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:48:00.9311692Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:48:00.9312420Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:48:00.9312823Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:48:00.9313204Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:48:00.9313603Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:48:00.9314043Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:48:00.9314494Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:48:00.9314915Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:48:00.9315316Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:48:00.9315718Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:48:00.9316144Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:48:00.9316531Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:48:00.9316886Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:48:00.9317231Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:48:00.9317598Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:48:00.9317968Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:48:00.9318462Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:48:00.9318834Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:48:00.9319226Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:48:00.9319609Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:48:00.9319966Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:48:00.9320314Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:48:00.9320691Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:48:00.9321087Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:48:00.9321463Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:48:00.9321827Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:48:00.9322392Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:48:00.9322779Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:48:00.9323157Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:48:00.9323508Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:48:00.9323878Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:48:00.9324273Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:48:00.9324654Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:48:00.9325028Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:48:00.9325401Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:48:00.9325785Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:48:00.9326188Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:48:00.9326612Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:48:00.9327009Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:48:00.9327362Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:48:00.9327853Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:48:00.9344857Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:48:00.9345585Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:48:00.9346093Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:48:00.9346562Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:48:00.9347036Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:48:00.9347543Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:48:00.9347978Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:48:00.9348355Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:48:00.9348742Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:48:00.9349130Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:48:00.9349519Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:48:00.9349902Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:48:00.9350285Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:48:00.9350656Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:48:00.9351047Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:48:00.9351634Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:48:00.9352366Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:48:00.9352785Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:48:00.9353184Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:48:00.9353619Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:48:00.9353998Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:48:00.9354345Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:48:00.9354728Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:48:00.9355175Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:48:00.9355638Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:48:00.9356048Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:48:00.9356460Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:48:00.9356885Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:48:00.9357315Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:48:00.9357599Z 
2025-08-20T19:48:00.9357603Z 
2025-08-20T19:48:00.9357972Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (07:48:00 PM)
2025-08-20T19:48:00.9358334Z 
2025-08-20T19:48:00.9358338Z 
2025-08-20T19:48:00.9358367Z 
2025-08-20T19:48:00.9358433Z [+] Continue : YES
2025-08-20T19:48:00.9358539Z 
2025-08-20T19:48:00.9358764Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T19:48:00.9856280Z 
2025-08-20T19:48:00.9856698Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (07:48:00 PM) UTC
2025-08-20T19:48:00.9856948Z 
2025-08-20T19:48:00.9870362Z 
2025-08-20T19:48:00.9870501Z [+] Total RECIPES :: 1
2025-08-20T19:48:00.9870634Z 
2025-08-20T19:48:00.9938870Z 
2025-08-20T19:48:00.9939819Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml (1/1)
2025-08-20T19:48:00.9940334Z 
2025-08-20T19:48:01.0555876Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:48:01.0565655Z mode of '/tmp/pkgforge/ncmUjcTiE_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:48:01.0611189Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/dumbpipe/official [Provided]
2025-08-20T19:48:01.0611597Z [+] Setting '.pkg_family' --> dumbpipe [Provided]
2025-08-20T19:48:01.0624838Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T19:48:01.0629089Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T19:48:01.0655796Z [00:00:00.003]➜  
2025-08-20T19:48:01.0656273Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:48:01.0656680Z [00:00:00.003]➜  
2025-08-20T19:48:01.0693930Z [00:00:00.007]➜  
2025-08-20T19:48:01.0694432Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:48:01.0694825Z [00:00:00.007]➜  
2025-08-20T19:48:01.0773814Z [00:00:00.014]➜  
2025-08-20T19:48:01.0774827Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/dumbpipe/static.official.source.yaml) --> /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (07:48:01 PM) UTC]
2025-08-20T19:48:01.0775662Z [00:00:00.014]➜  
2025-08-20T19:48:01.0776220Z [00:00:00.014]➜  
2025-08-20T19:48:01.0776407Z [00:00:00.014]➜  
2025-08-20T19:48:01.0776688Z [00:00:00.014]➜  ###################################################################
2025-08-20T19:48:01.0782846Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T19:48:01.0783570Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:48:01.0784161Z [00:00:00.015]➜  _disabled: false
2025-08-20T19:48:01.0784381Z [00:00:00.015]➜  
2025-08-20T19:48:01.0784613Z [00:00:00.015]➜  pkg: "dumbpipe"
2025-08-20T19:48:01.0784963Z [00:00:00.015]➜  pkg_id: "github.com.n0-computer.dumbpipe.source"
2025-08-20T19:48:01.0785292Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T19:48:01.0785531Z [00:00:00.015]➜  category:
2025-08-20T19:48:01.0787710Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T19:48:01.0788134Z [00:00:00.015]➜    - "Utility"
2025-08-20T19:48:01.0788455Z [00:00:00.015]➜  description: "Unix pipes between devices"
2025-08-20T19:48:01.0788774Z [00:00:00.015]➜  distro_pkg:
2025-08-20T19:48:01.0788998Z [00:00:00.015]➜    archlinux:
2025-08-20T19:48:01.0789218Z [00:00:00.015]➜      aur:
2025-08-20T19:48:01.0789444Z [00:00:00.015]➜        - "dumbpipe"
2025-08-20T19:48:01.0789709Z [00:00:00.015]➜        - "dumbpipe-bin"
2025-08-20T19:48:01.0789954Z [00:00:00.015]➜    nixpkgs:
2025-08-20T19:48:01.0790177Z [00:00:00.015]➜      - "dumbpipe"
2025-08-20T19:48:01.0790408Z [00:00:00.015]➜  homepage:
2025-08-20T19:48:01.0790666Z [00:00:00.015]➜    - "https://dumbpipe.dev"
2025-08-20T19:48:01.0791021Z [00:00:00.015]➜    - "https://github.com/n0-computer/dumbpipe"
2025-08-20T19:48:01.0791318Z [00:00:00.015]➜  license:
2025-08-20T19:48:01.0791554Z [00:00:00.015]➜    - id: "MIT"
2025-08-20T19:48:01.0792501Z [00:00:00.015]➜      url: "https://github.com/n0-computer/dumbpipe/raw/5c8d231509636308df3260871dd752c25eaaee14/LICENSE-MIT"
2025-08-20T19:48:01.0793032Z [00:00:00.015]➜  maintainer:
2025-08-20T19:48:01.0793359Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T19:48:01.0793654Z [00:00:00.015]➜  note:
2025-08-20T19:48:01.0793933Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T19:48:01.0794478Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/n0-computer/dumbpipe"
2025-08-20T19:48:01.0794933Z [00:00:00.015]➜  provides:
2025-08-20T19:48:01.0795156Z [00:00:00.015]➜    - "dumbpipe"
2025-08-20T19:48:01.0795385Z [00:00:00.015]➜  repology:
2025-08-20T19:48:01.0795611Z [00:00:00.015]➜    - "dumbpipe"
2025-08-20T19:48:01.0796195Z [00:00:00.015]➜  src_url:
2025-08-20T19:48:01.0796567Z [00:00:00.015]➜    - "https://github.com/n0-computer/dumbpipe"
2025-08-20T19:48:01.0796856Z [00:00:00.015]➜  tag:
2025-08-20T19:48:01.0797068Z [00:00:00.015]➜    - "Utility"
2025-08-20T19:48:01.0797307Z [00:00:00.015]➜  x_exec:
2025-08-20T19:48:01.0797544Z [00:00:00.015]➜    bsys: "docker://rust"
2025-08-20T19:48:01.0797795Z [00:00:00.015]➜    host:
2025-08-20T19:48:01.0798036Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T19:48:01.0798320Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T19:48:01.0798586Z [00:00:00.015]➜    shell: "bash"
2025-08-20T19:48:01.0798821Z [00:00:00.015]➜    pkgver: |
2025-08-20T19:48:01.0799097Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T19:48:01.0799808Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/n0-computer/dumbpipe" "./TEMPREPO" &>/dev/null && \
2025-08-20T19:48:01.0800676Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T19:48:01.0801315Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T19:48:01.0801685Z [00:00:00.015]➜    run: |
2025-08-20T19:48:01.0801898Z [00:00:00.015]➜      #Build
2025-08-20T19:48:01.0802760Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T19:48:01.0803785Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T19:48:01.0804353Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T19:48:01.0804808Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T19:48:01.0805218Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T19:48:01.0805560Z [00:00:00.016]➜        bash -l -c '
2025-08-20T19:48:01.0805805Z [00:00:00.016]➜        #Setup ENV
2025-08-20T19:48:01.0806181Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T19:48:01.0806621Z [00:00:00.016]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T19:48:01.0807033Z [00:00:00.016]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T19:48:01.0807664Z [00:00:00.016]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T19:48:01.0808201Z [00:00:00.016]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T19:48:01.0808526Z [00:00:00.016]➜             export RUST_TARGET
2025-08-20T19:48:01.0808792Z [00:00:00.016]➜           else
2025-08-20T19:48:01.0809041Z [00:00:00.016]➜             rustc -Vv ; exit 1
2025-08-20T19:48:01.0809305Z [00:00:00.016]➜           fi
2025-08-20T19:48:01.0809528Z [00:00:00.016]➜         else
2025-08-20T19:48:01.0809846Z [00:00:00.016]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T19:48:01.0810219Z [00:00:00.016]➜           rustup target add "${RUST_TARGET}"
2025-08-20T19:48:01.0810555Z [00:00:00.016]➜         fi
2025-08-20T19:48:01.0810776Z [00:00:00.016]➜         RUST_FLAGS=()
2025-08-20T19:48:01.0811107Z [00:00:00.016]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T19:48:01.0811500Z [00:00:00.016]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T19:48:01.0811908Z [00:00:00.016]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T19:48:01.0812637Z [00:00:00.016]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T19:48:01.0812938Z [00:00:00.016]➜         fi
2025-08-20T19:48:01.0813210Z [00:00:00.016]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T19:48:01.0813950Z [00:00:00.016]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T19:48:01.0814344Z [00:00:00.016]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T19:48:01.0814657Z [00:00:00.016]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T19:48:01.0814985Z [00:00:00.016]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T19:48:01.0815314Z [00:00:00.016]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T19:48:01.0815634Z [00:00:00.016]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T19:48:01.0816012Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T19:48:01.0816384Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T19:48:01.0816735Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T19:48:01.0817073Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T19:48:01.0817427Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T19:48:01.0817791Z [00:00:00.016]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T19:48:01.0818076Z [00:00:00.016]➜        #Build
2025-08-20T19:48:01.0818601Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/n0-computer/dumbpipe" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T19:48:01.0819134Z [00:00:00.016]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T19:48:01.0819469Z [00:00:00.016]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T19:48:01.0820345Z [00:00:00.016]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T19:48:01.0820931Z [00:00:00.016]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T19:48:01.0821450Z [00:00:00.016]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T19:48:01.0822022Z [00:00:00.016]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T19:48:01.0822687Z [00:00:00.016]➜        #Copy
2025-08-20T19:48:01.0823649Z [00:00:00.016]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T19:48:01.0824892Z [00:00:00.016]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T19:48:01.0825466Z [00:00:00.016]➜        #Strip 
2025-08-20T19:48:01.0825949Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:48:01.0826628Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:48:01.0827319Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:48:01.0827910Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:48:01.0828465Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:48:01.0828876Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T19:48:01.0829129Z [00:00:00.016]➜        '
2025-08-20T19:48:01.0829346Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T19:48:01.0829702Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T19:48:01.0830242Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T19:48:01.0831528Z [00:00:00.016]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T19:48:01.0832564Z [00:00:00.016]➜  
2025-08-20T19:48:01.0832753Z [00:00:00.016]➜  
2025-08-20T19:48:01.0833024Z [00:00:00.016]➜  ###################################################################
2025-08-20T19:48:01.0833299Z [00:00:00.016]➜  
2025-08-20T19:48:01.0833473Z [00:00:00.016]➜  
2025-08-20T19:48:01.0833652Z [00:00:00.016]➜  
2025-08-20T19:48:01.0834165Z [00:00:00.017]➜  '/tmp/pkgforge/ncmUjcTiE_build.yaml' -> '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T19:48:02.4409936Z [00:00:01.378]➜  '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe.static.version' -> '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe.version'
2025-08-20T19:48:02.4475871Z [00:00:01.384]➜  [+] Version: HEAD-aa0d368-250819T203227 ('.x_exec.pkgver') [/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe.static.version]
2025-08-20T19:48:02.4731748Z [00:00:01.410]➜  [+] Progs: dumbpipe
2025-08-20T19:48:02.7348397Z [00:00:01.672]➜  
2025-08-20T19:48:02.7348811Z [00:00:01.672]➜  [-] Missing packages. Found: 
2025-08-20T19:48:02.7349122Z [00:00:01.672]➜  [+] Expected: dumbpipe
2025-08-20T19:48:02.7349409Z [00:00:01.672]➜  [+] Continuing with build...
2025-08-20T19:48:02.7349657Z [00:00:01.672]➜  
2025-08-20T19:48:03.0824111Z [00:00:02.019]➜  
2025-08-20T19:48:03.0824406Z [00:00:02.019]➜  
2025-08-20T19:48:03.0898792Z [00:00:02.027]➜  + mkdir -pv /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T19:48:03.0916368Z [00:00:02.029]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=dumbpipe -e PKG_ID=github.com.n0-computer.dumbpipe.source -e PKG_TYPE=static -e PKG_VER=HEAD-aa0d368-250819T203227 -e PKGVER=HEAD-aa0d368-250819T203227 -e SBUILD_PKG=dumbpipe.static -e SBUILD_PKGVER=HEAD-aa0d368-250819T203227 --volume /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T19:48:03.0918376Z [00:00:02.029]➜    #Setup ENV
2025-08-20T19:48:03.0918759Z [00:00:02.029]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T19:48:03.0919211Z [00:00:02.029]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T19:48:03.0919619Z [00:00:02.029]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T19:48:03.0920242Z [00:00:02.029]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T19:48:03.0920782Z [00:00:02.029]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T19:48:03.0921100Z [00:00:02.029]➜         export RUST_TARGET
2025-08-20T19:48:03.0921350Z [00:00:02.029]➜       else
2025-08-20T19:48:03.0921585Z [00:00:02.029]➜         rustc -Vv ; exit 1
2025-08-20T19:48:03.0921830Z [00:00:02.029]➜       fi
2025-08-20T19:48:03.0922216Z [00:00:02.029]➜     else
2025-08-20T19:48:03.0922664Z [00:00:02.029]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T19:48:03.0923041Z [00:00:02.029]➜       rustup target add "${RUST_TARGET}"
2025-08-20T19:48:03.0923313Z [00:00:02.029]➜     fi
2025-08-20T19:48:03.0923549Z [00:00:02.029]➜     RUST_FLAGS=()
2025-08-20T19:48:03.0923857Z [00:00:02.029]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T19:48:03.0924256Z [00:00:02.029]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T19:48:03.0924658Z [00:00:02.029]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T19:48:03.0925044Z [00:00:02.029]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T19:48:03.0925332Z [00:00:02.029]➜     fi
2025-08-20T19:48:03.0925588Z [00:00:02.029]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T19:48:03.0925919Z [00:00:02.029]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T19:48:03.0926224Z [00:00:02.029]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T19:48:03.0926860Z [00:00:02.029]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T19:48:03.0927258Z [00:00:02.029]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T19:48:03.0927576Z [00:00:02.029]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T19:48:03.0927902Z [00:00:02.029]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T19:48:03.0928251Z [00:00:02.029]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T19:48:03.0928628Z [00:00:02.029]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T19:48:03.0928971Z [00:00:02.029]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T19:48:03.0929299Z [00:00:02.029]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T19:48:03.0929649Z [00:00:02.029]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T19:48:03.0930000Z [00:00:02.029]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T19:48:03.0930273Z [00:00:02.029]➜    #Build
2025-08-20T19:48:03.0930808Z [00:00:02.029]➜     git clone --filter "blob:none" --quiet "https://github.com/n0-computer/dumbpipe" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T19:48:03.0931336Z [00:00:02.029]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T19:48:03.0931665Z [00:00:02.029]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T19:48:03.0932482Z [00:00:02.029]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T19:48:03.0933335Z [00:00:02.029]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T19:48:03.0933854Z [00:00:02.029]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T19:48:03.0934415Z [00:00:02.029]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T19:48:03.0934774Z [00:00:02.029]➜    #Copy
2025-08-20T19:48:03.0935767Z [00:00:02.029]➜     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-20T19:48:03.0937006Z [00:00:02.029]➜     ( 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-20T19:48:03.0937561Z [00:00:02.029]➜    #Strip 
2025-08-20T19:48:03.0938048Z [00:00:02.029]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:48:03.0938724Z [00:00:02.029]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:48:03.0939398Z [00:00:02.029]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:48:03.0939984Z [00:00:02.029]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:48:03.0940534Z [00:00:02.029]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:48:03.0940940Z [00:00:02.029]➜     popd &>/dev/null
2025-08-20T19:48:03.0941172Z [00:00:02.029]➜    '
2025-08-20T19:48:03.6129752Z [00:00:02.550]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T19:48:03.7399714Z [00:00:02.677]➜  b2e6f696af52: Pulling fs layer
2025-08-20T19:48:03.7400180Z [00:00:02.677]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T19:48:03.7400529Z [00:00:02.677]➜  99fd740fb142: Pulling fs layer
2025-08-20T19:48:03.7400832Z [00:00:02.677]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T19:48:03.7401132Z [00:00:02.677]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T19:48:03.7401422Z [00:00:02.677]➜  323e89f8c367: Pulling fs layer
2025-08-20T19:48:03.7401695Z [00:00:02.677]➜  2b92eb3035e7: Waiting
2025-08-20T19:48:03.7401951Z [00:00:02.677]➜  4239b2f25ebc: Waiting
2025-08-20T19:48:03.7402518Z [00:00:02.677]➜  323e89f8c367: Waiting
2025-08-20T19:48:03.9624486Z [00:00:02.899]➜  99fd740fb142: Verifying Checksum
2025-08-20T19:48:03.9624967Z [00:00:02.899]➜  99fd740fb142: Download complete
2025-08-20T19:48:04.1675381Z [00:00:03.105]➜  b2e6f696af52: Verifying Checksum
2025-08-20T19:48:04.1676225Z [00:00:03.105]➜  b2e6f696af52: Download complete
2025-08-20T19:48:04.1889535Z [00:00:03.126]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T19:48:04.1889916Z [00:00:03.126]➜  996f2cb07f7c: Download complete
2025-08-20T19:48:04.2595849Z [00:00:03.197]➜  b2e6f696af52: Pull complete
2025-08-20T19:48:04.3439129Z [00:00:03.281]➜  323e89f8c367: Verifying Checksum
2025-08-20T19:48:04.3439519Z [00:00:03.281]➜  323e89f8c367: Download complete
2025-08-20T19:48:04.8399093Z [00:00:03.777]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T19:48:04.8399545Z [00:00:03.777]➜  4239b2f25ebc: Download complete
2025-08-20T19:48:09.3753246Z [00:00:08.312]➜  996f2cb07f7c: Pull complete
2025-08-20T19:48:14.4264006Z [00:00:13.363]➜  99fd740fb142: Pull complete
2025-08-20T19:48:20.0307291Z [00:00:18.968]➜  2b92eb3035e7: Download complete
2025-08-20T19:50:05.5276484Z [00:02:04.465]➜  2b92eb3035e7: Pull complete
2025-08-20T19:50:12.2965031Z [00:02:11.234]➜  4239b2f25ebc: Pull complete
2025-08-20T19:50:12.3472008Z [00:02:11.284]➜  323e89f8c367: Pull complete
2025-08-20T19:50:12.3671903Z [00:02:11.304]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T19:50:12.3760455Z [00:02:11.313]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T19:50:12.7112695Z [00:02:11.648]➜  + mkdir -p /build-bins
2025-08-20T19:50:12.7126458Z [00:02:11.650]➜  ++ mktemp -d
2025-08-20T19:50:12.7138367Z [00:02:11.651]➜  + pushd /tmp/tmp.t2gk3WTtDL
2025-08-20T19:50:12.7138718Z [00:02:11.651]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T19:50:12.7139010Z [00:02:11.651]➜  + source /root/.cargo/env
2025-08-20T19:50:12.7139287Z [00:02:11.651]➜  ++ case ":${PATH}:" in
2025-08-20T19:50:12.7144469Z [00:02:11.652]➜  ++ uname -m
2025-08-20T19:50:12.7144809Z [00:02:11.652]➜  ++ tr -d '[:space:]'
2025-08-20T19:50:12.7158520Z [00:02:11.653]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T19:50:12.7160597Z [00:02:11.653]➜  ++ uname -m
2025-08-20T19:50:12.7173330Z [00:02:11.654]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T19:50:12.7173750Z [00:02:11.654]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T19:50:12.7174112Z [00:02:11.654]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T19:50:12.8729424Z [00:02:11.810]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T19:50:12.8746765Z [00:02:11.812]➜  + RUST_FLAGS=()
2025-08-20T19:50:12.8747132Z [00:02:11.812]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T19:50:12.8747531Z [00:02:11.812]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T19:50:12.8750199Z [00:02:11.812]➜  + echo aarch64-unknown-linux-musl
2025-08-20T19:50:12.8750602Z [00:02:11.812]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T19:50:12.8758996Z [00:02:11.813]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T19:50:12.8759445Z [00:02:11.813]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T19:50:12.8759779Z [00:02:11.813]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T19:50:12.8760884Z [00:02:11.813]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T19:50:12.8762155Z [00:02:11.813]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T19:50:12.8762573Z [00:02:11.813]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T19:50:12.8762918Z [00:02:11.813]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T19:50:12.8763230Z [00:02:11.813]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T19:50:12.8763582Z [00:02:11.813]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T19:50:12.8763905Z [00:02:11.813]➜  ++ which mold
2025-08-20T19:50:12.8786357Z [00:02:11.816]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T19:50:12.8786914Z [00:02:11.816]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T19:50:12.8787379Z [00:02:11.816]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T19:50:12.8788098Z [00:02:11.816]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T19:50:12.8793111Z [00:02:11.816]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T19:50:12.8795886Z [00:02:11.816]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T19:50:12.8797270Z [00:02:11.816]➜  + git clone --filter blob:none --quiet https://github.com/n0-computer/dumbpipe ./TEMPREPO
2025-08-20T19:50:13.3926750Z [00:02:12.330]➜  + cd ./TEMPREPO/
2025-08-20T19:50:13.3927192Z [00:02:12.330]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T19:50:13.3927510Z [00:02:12.330]➜  
2025-08-20T19:50:13.3927766Z [00:02:12.330]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T19:50:13.3929167Z [00:02:12.330]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T19:50:13.3930447Z [00:02:12.330]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T19:50:13.3931838Z [00:02:12.330]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T19:50:13.3933179Z [00:02:12.330]➜  
2025-08-20T19:50:13.3935337Z [00:02:12.331]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T19:50:13.3935927Z [00:02:12.331]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T19:50:13.3955700Z [00:02:12.333]➜  ++ nproc
2025-08-20T19:50:13.3969368Z [00:02:12.334]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T19:50:13.7599589Z [00:02:12.697]➜      Updating crates.io index
2025-08-20T19:50:15.3987360Z [00:02:14.336]➜   Downloading crates ...
2025-08-20T19:50:15.5593781Z [00:02:14.496]➜    Downloaded anstyle-query v1.1.3
2025-08-20T19:50:15.5621265Z [00:02:14.499]➜    Downloaded anstream v0.6.19
2025-08-20T19:50:15.5643499Z [00:02:14.501]➜    Downloaded addr2line v0.24.2
2025-08-20T19:50:15.5677939Z [00:02:14.505]➜    Downloaded constant_time_eq v0.3.1
2025-08-20T19:50:15.5695652Z [00:02:14.507]➜    Downloaded arrayref v0.3.9
2025-08-20T19:50:15.5712254Z [00:02:14.508]➜    Downloaded crypto-common v0.1.6
2025-08-20T19:50:15.5723172Z [00:02:14.509]➜    Downloaded crc v3.3.0
2025-08-20T19:50:15.5742546Z [00:02:14.511]➜    Downloaded futures-task v0.3.31
2025-08-20T19:50:15.5756438Z [00:02:14.513]➜    Downloaded fnv v1.0.7
2025-08-20T19:50:15.5770933Z [00:02:14.514]➜    Downloaded digest v0.10.7
2025-08-20T19:50:15.5799812Z [00:02:14.517]➜    Downloaded getrandom v0.3.3
2025-08-20T19:50:15.5834219Z [00:02:14.521]➜    Downloaded aead v0.5.2
2025-08-20T19:50:15.5848805Z [00:02:14.522]➜    Downloaded aho-corasick v1.1.3
2025-08-20T19:50:15.5901650Z [00:02:14.527]➜    Downloaded pin-project-lite v0.2.16
2025-08-20T19:50:15.5950539Z [00:02:14.532]➜    Downloaded portmapper v0.8.0
2025-08-20T19:50:15.5973403Z [00:02:14.534]➜    Downloaded powerfmt v0.2.0
2025-08-20T19:50:15.5992555Z [00:02:14.536]➜    Downloaded version_check v0.9.5
2025-08-20T19:50:15.6014938Z [00:02:14.539]➜    Downloaded writeable v0.6.1
2025-08-20T19:50:15.6038062Z [00:02:14.541]➜    Downloaded tracing v0.1.41
2025-08-20T19:50:15.6086556Z [00:02:14.546]➜    Downloaded proc-macro-crate v3.3.0
2025-08-20T19:50:15.6106469Z [00:02:14.548]➜    Downloaded webpki-roots v1.0.1
2025-08-20T19:50:15.6146575Z [00:02:14.552]➜    Downloaded cobs v0.3.0
2025-08-20T19:50:15.6167506Z [00:02:14.554]➜    Downloaded iroh-metrics v0.35.0
2025-08-20T19:50:15.6199347Z [00:02:14.557]➜    Downloaded block-buffer v0.10.4
2025-08-20T19:50:15.6219674Z [00:02:14.559]➜    Downloaded quinn-proto v0.11.12
2025-08-20T19:50:15.6290050Z [00:02:14.566]➜    Downloaded once_cell v1.21.3
2025-08-20T19:50:15.6324278Z [00:02:14.570]➜    Downloaded zerofrom-derive v0.1.6
2025-08-20T19:50:15.6341791Z [00:02:14.571]➜    Downloaded igd-next v0.16.1
2025-08-20T19:50:15.6375914Z [00:02:14.575]➜    Downloaded embedded-io v0.6.1
2025-08-20T19:50:15.6396695Z [00:02:14.577]➜    Downloaded foldhash v0.1.5
2025-08-20T19:50:15.6422281Z [00:02:14.579]➜    Downloaded futures-macro v0.3.31
2025-08-20T19:50:15.6451110Z [00:02:14.582]➜    Downloaded sha1_smol v1.0.1
2025-08-20T19:50:15.6480549Z [00:02:14.585]➜    Downloaded shlex v1.3.0
2025-08-20T19:50:15.6501348Z [00:02:14.587]➜    Downloaded rand_core v0.6.4
2025-08-20T19:50:15.6520975Z [00:02:14.589]➜    Downloaded tracing-attributes v0.1.30
2025-08-20T19:50:15.6560818Z [00:02:14.593]➜    Downloaded lru-slab v0.1.2
2025-08-20T19:50:15.6577330Z [00:02:14.595]➜    Downloaded netlink-packet-route v0.24.0
2025-08-20T19:50:15.6730055Z [00:02:14.610]➜    Downloaded netlink-packet-core v0.7.0
2025-08-20T19:50:15.6760718Z [00:02:14.613]➜    Downloaded hmac-sha1 v0.2.2
2025-08-20T19:50:15.6769339Z [00:02:14.614]➜    Downloaded webpki-roots v0.26.11
2025-08-20T19:50:15.6791092Z [00:02:14.616]➜    Downloaded utf8parse v0.2.2
2025-08-20T19:50:15.6823341Z [00:02:14.619]➜    Downloaded no-std-net v0.6.0
2025-08-20T19:50:15.6873643Z [00:02:14.624]➜    Downloaded try-lock v0.2.5
2025-08-20T19:50:15.6906824Z [00:02:14.628]➜    Downloaded icu_properties v2.0.1
2025-08-20T19:50:15.6953389Z [00:02:14.632]➜    Downloaded idna_adapter v1.2.1
2025-08-20T19:50:15.6979410Z [00:02:14.635]➜    Downloaded litemap v0.8.0
2025-08-20T19:50:15.7016218Z [00:02:14.639]➜    Downloaded httpdate v1.0.3
2025-08-20T19:50:15.7048879Z [00:02:14.642]➜    Downloaded matchers v0.1.0
2025-08-20T19:50:15.7065615Z [00:02:14.644]➜    Downloaded poly1305 v0.8.0
2025-08-20T19:50:15.7097650Z [00:02:14.647]➜    Downloaded http-body-util v0.1.3
2025-08-20T19:50:15.7126970Z [00:02:14.650]➜    Downloaded hex v0.4.3
2025-08-20T19:50:15.7151249Z [00:02:14.652]➜    Downloaded pnet_packet v0.34.0
2025-08-20T19:50:15.7180484Z [00:02:14.655]➜    Downloaded pin-project v1.1.10
2025-08-20T19:50:15.7268909Z [00:02:14.664]➜    Downloaded netdev v0.36.0
2025-08-20T19:50:15.7298065Z [00:02:14.667]➜    Downloaded pnet_base v0.34.0
2025-08-20T19:50:15.7310838Z [00:02:14.668]➜    Downloaded pnet_macros_support v0.34.0
2025-08-20T19:50:15.7320324Z [00:02:14.669]➜    Downloaded idna v1.0.3
2025-08-20T19:50:15.7355597Z [00:02:14.673]➜    Downloaded pest v2.8.1
2025-08-20T19:50:15.7395875Z [00:02:14.677]➜    Downloaded pkarr v3.8.0
2025-08-20T19:50:15.7422679Z [00:02:14.679]➜    Downloaded hickory-resolver v0.25.2
2025-08-20T19:50:15.7455196Z [00:02:14.683]➜    Downloaded heapless v0.7.17
2025-08-20T19:50:15.7484786Z [00:02:14.685]➜    Downloaded http v1.3.1
2025-08-20T19:50:15.7511614Z [00:02:14.688]➜    Downloaded iroh-quinn-proto v0.13.0
2025-08-20T19:50:15.7570116Z [00:02:14.694]➜    Downloaded iroh-relay v0.91.0
2025-08-20T19:50:15.7608525Z [00:02:14.698]➜    Downloaded iri-string v0.7.8
2025-08-20T19:50:15.7659248Z [00:02:14.703]➜    Downloaded indexmap v2.10.0
2025-08-20T19:50:15.7691257Z [00:02:14.706]➜    Downloaded memchr v2.7.5
2025-08-20T19:50:15.7730656Z [00:02:14.710]➜    Downloaded iroh v0.91.0
2025-08-20T19:50:15.7795242Z [00:02:14.717]➜    Downloaded portable-atomic v1.11.1
2025-08-20T19:50:15.7848693Z [00:02:14.722]➜    Downloaded icu_properties_data v2.0.1
2025-08-20T19:50:15.7914977Z [00:02:14.729]➜    Downloaded libc v0.2.174
2025-08-20T19:50:15.8109257Z [00:02:14.748]➜    Downloaded typenum v1.18.0
2025-08-20T19:50:15.8133901Z [00:02:14.751]➜    Downloaded iroh-quinn v0.14.0
2025-08-20T19:50:15.8160303Z [00:02:14.753]➜    Downloaded pkcs8 v0.10.2
2025-08-20T19:50:15.8179835Z [00:02:14.755]➜    Downloaded n0-future v0.1.3
2025-08-20T19:50:15.8198207Z [00:02:14.756]➜    Downloaded icu_provider v2.0.0
2025-08-20T19:50:15.8212869Z [00:02:14.758]➜    Downloaded hyper v1.6.0
2025-08-20T19:50:15.8261361Z [00:02:14.763]➜    Downloaded icu_normalizer_data v2.0.0
2025-08-20T19:50:15.8280089Z [00:02:14.765]➜    Downloaded ring v0.17.14
2025-08-20T19:50:15.8601709Z [00:02:14.797]➜    Downloaded md5 v0.7.0
2025-08-20T19:50:15.8609320Z [00:02:14.798]➜    Downloaded hickory-proto v0.25.2
2025-08-20T19:50:15.8727544Z [00:02:14.810]➜    Downloaded num_enum_derive v0.7.4
2025-08-20T19:50:15.8737131Z [00:02:14.811]➜    Downloaded litrs v0.4.1
2025-08-20T19:50:15.8756617Z [00:02:14.813]➜    Downloaded regex-automata v0.4.9
2025-08-20T19:50:15.8877844Z [00:02:14.825]➜    Downloaded pnet_macros v0.34.0
2025-08-20T19:50:15.8898810Z [00:02:14.827]➜    Downloaded heck v0.5.0
2025-08-20T19:50:15.8906923Z [00:02:14.828]➜    Downloaded n0-watcher v0.3.0
2025-08-20T19:50:15.8921058Z [00:02:14.829]➜    Downloaded n0-snafu v0.2.1
2025-08-20T19:50:15.8933887Z [00:02:14.831]➜    Downloaded iroh-quinn-udp v0.5.7
2025-08-20T19:50:15.8947036Z [00:02:14.832]➜    Downloaded ipnet v2.11.0
2025-08-20T19:50:15.8959686Z [00:02:14.833]➜    Downloaded hmac v0.12.1
2025-08-20T19:50:15.8973802Z [00:02:14.835]➜    Downloaded hmac-sha256 v1.1.12
2025-08-20T19:50:15.8982441Z [00:02:14.835]➜    Downloaded yoke-derive v0.8.0
2025-08-20T19:50:15.8989490Z [00:02:14.836]➜    Downloaded xmltree v0.10.3
2025-08-20T19:50:15.8999769Z [00:02:14.837]➜    Downloaded xml-rs v0.8.26
2025-08-20T19:50:15.9021868Z [00:02:14.839]➜    Downloaded untrusted v0.9.0
2025-08-20T19:50:15.9033831Z [00:02:14.841]➜    Downloaded universal-hash v0.5.1
2025-08-20T19:50:15.9041561Z [00:02:14.841]➜    Downloaded http-body v1.0.1
2025-08-20T19:50:15.9049008Z [00:02:14.842]➜    Downloaded z32 v1.3.0
2025-08-20T19:50:15.9054777Z [00:02:14.843]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T19:50:15.9063068Z [00:02:14.843]➜    Downloaded tower-http v0.6.6
2025-08-20T19:50:15.9120734Z [00:02:14.849]➜    Downloaded tokio-websockets v0.12.0
2025-08-20T19:50:15.9181930Z [00:02:14.855]➜    Downloaded time v0.3.41
2025-08-20T19:50:15.9238328Z [00:02:14.861]➜    Downloaded pest_meta v2.8.1
2025-08-20T19:50:15.9253477Z [00:02:14.862]➜    Downloaded pest_generator v2.8.1
2025-08-20T19:50:15.9265555Z [00:02:14.864]➜    Downloaded lru v0.13.0
2025-08-20T19:50:15.9274818Z [00:02:14.865]➜    Downloaded hyper-rustls v0.27.7
2025-08-20T19:50:15.9294726Z [00:02:14.867]➜    Downloaded zerocopy v0.8.26
2025-08-20T19:50:15.9447966Z [00:02:14.882]➜    Downloaded paste v1.0.15
2025-08-20T19:50:15.9467836Z [00:02:14.884]➜    Downloaded parking_lot_core v0.9.11
2025-08-20T19:50:15.9482663Z [00:02:14.885]➜    Downloaded parking v2.2.1
2025-08-20T19:50:15.9490417Z [00:02:14.886]➜    Downloaded tower v0.5.2
2025-08-20T19:50:15.9557600Z [00:02:14.893]➜    Downloaded tokio v1.45.1
2025-08-20T19:50:15.9834242Z [00:02:14.921]➜    Downloaded syn v1.0.109
2025-08-20T19:50:15.9905802Z [00:02:14.928]➜    Downloaded unicode-ident v1.0.18
2025-08-20T19:50:15.9926007Z [00:02:14.930]➜    Downloaded ucd-parse v0.1.13
2025-08-20T19:50:15.9944244Z [00:02:14.932]➜    Downloaded ntimestamp v1.0.0
2025-08-20T19:50:15.9951470Z [00:02:14.932]➜    Downloaded zerovec-derive v0.11.1
2025-08-20T19:50:15.9962613Z [00:02:14.933]➜    Downloaded stun-rs v0.1.11
2025-08-20T19:50:15.9998421Z [00:02:14.937]➜    Downloaded regex-automata v0.1.10
2025-08-20T19:50:16.0035655Z [00:02:14.941]➜    Downloaded unicode-xid v0.2.6
2025-08-20T19:50:16.0045120Z [00:02:14.942]➜    Downloaded ucd-trie v0.1.7
2025-08-20T19:50:16.0056891Z [00:02:14.943]➜    Downloaded tracing-core v0.1.34
2025-08-20T19:50:16.0077595Z [00:02:14.945]➜    Downloaded num_enum v0.7.4
2025-08-20T19:50:16.0112530Z [00:02:14.948]➜    Downloaded num-conv v0.1.0
2025-08-20T19:50:16.0118479Z [00:02:14.949]➜    Downloaded nu-ansi-term v0.46.0
2025-08-20T19:50:16.0132385Z [00:02:14.950]➜    Downloaded itoa v1.0.15
2025-08-20T19:50:16.0141699Z [00:02:14.951]➜    Downloaded zerovec v0.11.2
2025-08-20T19:50:16.0183547Z [00:02:14.955]➜    Downloaded zerotrie v0.2.2
2025-08-20T19:50:16.0210367Z [00:02:14.958]➜    Downloaded tracing-subscriber v0.3.19
2025-08-20T19:50:16.0270808Z [00:02:14.964]➜    Downloaded parking_lot v0.12.4
2025-08-20T19:50:16.0289840Z [00:02:14.966]➜    Downloaded object v0.36.7
2025-08-20T19:50:16.0372652Z [00:02:14.974]➜    Downloaded syn v2.0.104
2025-08-20T19:50:16.0455601Z [00:02:14.983]➜    Downloaded lazy_static v1.5.0
2025-08-20T19:50:16.0467910Z [00:02:14.984]➜    Downloaded netlink-packet-utils v0.5.2
2025-08-20T19:50:16.0476993Z [00:02:14.985]➜    Downloaded iroh-metrics-derive v0.2.0
2025-08-20T19:50:16.0481709Z [00:02:14.985]➜    Downloaded toml_edit v0.22.27
2025-08-20T19:50:16.0513969Z [00:02:14.989]➜    Downloaded snafu v0.8.6
2025-08-20T19:50:16.0556520Z [00:02:14.993]➜    Downloaded serde v1.0.219
2025-08-20T19:50:16.0580462Z [00:02:14.995]➜    Downloaded rustls v0.23.28
2025-08-20T19:50:16.0671594Z [00:02:15.004]➜    Downloaded regex-syntax v0.6.29
2025-08-20T19:50:16.0724806Z [00:02:15.010]➜    Downloaded regex-lite v0.1.6
2025-08-20T19:50:16.0747431Z [00:02:15.012]➜    Downloaded rand v0.9.1
2025-08-20T19:50:16.0776440Z [00:02:15.015]➜    Downloaded zerofrom v0.1.6
2025-08-20T19:50:16.0783089Z [00:02:15.015]➜    Downloaded tracing-error v0.2.1
2025-08-20T19:50:16.0791771Z [00:02:15.016]➜    Downloaded moka v0.12.10
2025-08-20T19:50:16.0864859Z [00:02:15.024]➜    Downloaded mio v1.0.4
2025-08-20T19:50:16.0905310Z [00:02:15.028]➜    Downloaded log v0.4.27
2025-08-20T19:50:16.0923603Z [00:02:15.029]➜    Downloaded icu_normalizer v2.0.0
2025-08-20T19:50:16.0948645Z [00:02:15.032]➜    Downloaded icu_locale_core v2.0.0
2025-08-20T19:50:16.0994701Z [00:02:15.037]➜    Downloaded tokio-util v0.7.15
2025-08-20T19:50:16.1045481Z [00:02:15.042]➜    Downloaded zeroize v1.8.1
2025-08-20T19:50:16.1055775Z [00:02:15.043]➜    Downloaded tracing-log v0.2.0
2025-08-20T19:50:16.1066452Z [00:02:15.044]➜    Downloaded opaque-debug v0.3.1
2025-08-20T19:50:16.1072961Z [00:02:15.044]➜    Downloaded icu_collections v2.0.0
2025-08-20T19:50:16.1114361Z [00:02:15.049]➜    Downloaded hyper-util v0.1.14
2025-08-20T19:50:16.1155791Z [00:02:15.053]➜    Downloaded http v0.2.12
2025-08-20T19:50:16.1182437Z [00:02:15.055]➜    Downloaded winnow v0.7.11
2025-08-20T19:50:16.1248293Z [00:02:15.062]➜    Downloaded url v2.5.4
2025-08-20T19:50:16.1269999Z [00:02:15.064]➜    Downloaded tokio-rustls v0.26.2
2025-08-20T19:50:16.1286265Z [00:02:15.066]➜    Downloaded thread_local v1.1.9
2025-08-20T19:50:16.1296967Z [00:02:15.067]➜    Downloaded thiserror v2.0.12
2025-08-20T19:50:16.1335697Z [00:02:15.071]➜    Downloaded surge-ping v0.8.2
2025-08-20T19:50:16.1347015Z [00:02:15.072]➜    Downloaded simple-dns v0.9.3
2025-08-20T19:50:16.1381492Z [00:02:15.075]➜    Downloaded simdutf8 v0.1.5
2025-08-20T19:50:16.1397357Z [00:02:15.077]➜    Downloaded rustls-webpki v0.103.3
2025-08-20T19:50:16.1422415Z [00:02:15.079]➜    Downloaded rustls-native-certs v0.8.1
2025-08-20T19:50:16.1439498Z [00:02:15.081]➜    Downloaded rustc-demangle v0.1.25
2025-08-20T19:50:16.1451328Z [00:02:15.082]➜    Downloaded rand_chacha v0.3.1
2025-08-20T19:50:16.1459709Z [00:02:15.083]➜    Downloaded rand v0.8.5
2025-08-20T19:50:16.1486612Z [00:02:15.086]➜    Downloaded lock_api v0.4.13
2025-08-20T19:50:16.1497410Z [00:02:15.087]➜    Downloaded unicode-normalization v0.1.24
2025-08-20T19:50:16.1525050Z [00:02:15.090]➜    Downloaded toml_datetime v0.6.11
2025-08-20T19:50:16.1534442Z [00:02:15.091]➜    Downloaded tokio-macros v2.5.0
2025-08-20T19:50:16.1541664Z [00:02:15.091]➜    Downloaded tinystr v0.8.1
2025-08-20T19:50:16.1556283Z [00:02:15.093]➜    Downloaded time-core v0.1.4
2025-08-20T19:50:16.1565497Z [00:02:15.094]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T19:50:16.1575988Z [00:02:15.095]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T19:50:16.1585611Z [00:02:15.096]➜    Downloaded thiserror v1.0.69
2025-08-20T19:50:16.1618280Z [00:02:15.099]➜    Downloaded termcolor v1.4.1
2025-08-20T19:50:16.1627257Z [00:02:15.100]➜    Downloaded tagptr v0.2.0
2025-08-20T19:50:16.1636914Z [00:02:15.101]➜    Downloaded synstructure v0.13.2
2025-08-20T19:50:16.1645109Z [00:02:15.102]➜    Downloaded subtle v2.6.1
2025-08-20T19:50:16.1653912Z [00:02:15.102]➜    Downloaded strum_macros v0.27.2
2025-08-20T19:50:16.1669685Z [00:02:15.104]➜    Downloaded strum v0.27.2
2025-08-20T19:50:16.1676743Z [00:02:15.105]➜    Downloaded strsim v0.11.1
2025-08-20T19:50:16.1685545Z [00:02:15.106]➜    Downloaded stable_deref_trait v1.2.0
2025-08-20T19:50:16.1691569Z [00:02:15.106]➜    Downloaded spin v0.9.8
2025-08-20T19:50:16.1708317Z [00:02:15.108]➜    Downloaded socket2 v0.6.0
2025-08-20T19:50:16.1724544Z [00:02:15.110]➜    Downloaded smallvec v1.15.1
2025-08-20T19:50:16.1740165Z [00:02:15.111]➜    Downloaded signature v2.2.0
2025-08-20T19:50:16.1750415Z [00:02:15.112]➜    Downloaded sha2 v0.10.9
2025-08-20T19:50:16.1769295Z [00:02:15.114]➜    Downloaded sha1 v0.10.6
2025-08-20T19:50:16.1780443Z [00:02:15.115]➜    Downloaded serde_derive v1.0.219
2025-08-20T19:50:16.1799115Z [00:02:15.117]➜    Downloaded salsa20 v0.10.2
2025-08-20T19:50:16.1807993Z [00:02:15.118]➜    Downloaded iroh-base v0.91.0
2025-08-20T19:50:16.1820543Z [00:02:15.119]➜    Downloaded tinyvec_macros v0.1.1
2025-08-20T19:50:16.1826574Z [00:02:15.120]➜    Downloaded spki v0.7.3
2025-08-20T19:50:16.1839142Z [00:02:15.121]➜    Downloaded tower-layer v0.3.3
2025-08-20T19:50:16.1845110Z [00:02:15.122]➜    Downloaded slab v0.4.10
2025-08-20T19:50:16.1854125Z [00:02:15.123]➜    Downloaded httparse v1.10.1
2025-08-20T19:50:16.1872426Z [00:02:15.124]➜    Downloaded want v0.3.1
2025-08-20T19:50:16.1880373Z [00:02:15.125]➜    Downloaded uuid v1.17.0
2025-08-20T19:50:16.1904075Z [00:02:15.128]➜    Downloaded tower-service v0.3.3
2025-08-20T19:50:16.1909836Z [00:02:15.128]➜    Downloaded postcard v1.1.2
2025-08-20T19:50:16.1927567Z [00:02:15.130]➜    Downloaded pin-utils v0.1.0
2025-08-20T19:50:16.1935854Z [00:02:15.131]➜    Downloaded pin-project-internal v1.1.10
2025-08-20T19:50:16.1948118Z [00:02:15.132]➜    Downloaded percent-encoding v2.3.1
2025-08-20T19:50:16.1954036Z [00:02:15.133]➜    Downloaded pem-rfc7468 v0.7.0
2025-08-20T19:50:16.1967486Z [00:02:15.134]➜    Downloaded overload v0.1.1
2025-08-20T19:50:16.1976222Z [00:02:15.135]➜    Downloaded netwatch v0.8.0
2025-08-20T19:50:16.1998980Z [00:02:15.137]➜    Downloaded netlink-sys v0.8.7
2025-08-20T19:50:16.2013552Z [00:02:15.138]➜    Downloaded netlink-proto v0.11.5
2025-08-20T19:50:16.2030835Z [00:02:15.140]➜    Downloaded signal-hook-registry v1.4.5
2025-08-20T19:50:16.2039790Z [00:02:15.141]➜    Downloaded serde_urlencoded v0.7.1
2025-08-20T19:50:16.2051702Z [00:02:15.142]➜    Downloaded serde_bytes v0.11.17
2025-08-20T19:50:16.2063940Z [00:02:15.144]➜    Downloaded self_cell v1.2.0
2025-08-20T19:50:16.2072322Z [00:02:15.144]➜    Downloaded rustversion v1.0.21
2025-08-20T19:50:16.2090304Z [00:02:15.146]➜    Downloaded rustls-pki-types v1.12.0
2025-08-20T19:50:16.2120250Z [00:02:15.149]➜    Downloaded resolv-conf v0.7.4
2025-08-20T19:50:16.2132947Z [00:02:15.150]➜    Downloaded regex-syntax v0.8.5
2025-08-20T19:50:16.2193581Z [00:02:15.156]➜    Downloaded regex v1.11.1
2025-08-20T19:50:16.2287757Z [00:02:15.166]➜    Downloaded rand_core v0.9.3
2025-08-20T19:50:16.2297573Z [00:02:15.167]➜    Downloaded rand_chacha v0.9.0
2025-08-20T19:50:16.2306740Z [00:02:15.168]➜    Downloaded h2 v0.4.10
2025-08-20T19:50:16.2356168Z [00:02:15.173]➜    Downloaded nested_enum_utils v0.2.2
2025-08-20T19:50:16.2368108Z [00:02:15.174]➜    Downloaded hostname-validator v1.1.1
2025-08-20T19:50:16.2372437Z [00:02:15.174]➜    Downloaded inout v0.1.4
2025-08-20T19:50:16.2380848Z [00:02:15.175]➜    Downloaded yoke v0.8.0
2025-08-20T19:50:16.2393320Z [00:02:15.176]➜    Downloaded pest_derive v2.8.1
2025-08-20T19:50:16.2411033Z [00:02:15.178]➜    Downloaded tokio-stream v0.1.17
2025-08-20T19:50:16.2440030Z [00:02:15.181]➜    Downloaded tinyvec v1.9.0
2025-08-20T19:50:16.2462565Z [00:02:15.183]➜    Downloaded sync_wrapper v1.0.2
2025-08-20T19:50:16.2468769Z [00:02:15.184]➜    Downloaded socket2 v0.5.10
2025-08-20T19:50:16.2484003Z [00:02:15.186]➜    Downloaded snafu-derive v0.8.6
2025-08-20T19:50:16.2494891Z [00:02:15.187]➜    Downloaded reqwest v0.12.20
2025-08-20T19:50:16.2558089Z [00:02:15.193]➜    Downloaded gimli v0.31.1
2025-08-20T19:50:16.2617140Z [00:02:15.199]➜    Downloaded derive_more-impl v1.0.0
2025-08-20T19:50:16.2649303Z [00:02:15.202]➜    Downloaded der v0.7.10
2025-08-20T19:50:16.2685936Z [00:02:15.206]➜    Downloaded clap_builder v4.5.40
2025-08-20T19:50:16.2734893Z [00:02:15.211]➜    Downloaded sharded-slab v0.1.7
2025-08-20T19:50:16.2759088Z [00:02:15.213]➜    Downloaded serdect v0.2.0
2025-08-20T19:50:16.2769586Z [00:02:15.214]➜    Downloaded rustls-platform-verifier v0.5.3
2025-08-20T19:50:16.2797967Z [00:02:15.217]➜    Downloaded futures-util v0.3.31
2025-08-20T19:50:16.2880061Z [00:02:15.225]➜    Downloaded hash32 v0.2.1
2025-08-20T19:50:16.2890190Z [00:02:15.226]➜    Downloaded derive_more-impl v2.0.1
2025-08-20T19:50:16.2924174Z [00:02:15.230]➜    Downloaded futures-sink v0.3.31
2025-08-20T19:50:16.2930085Z [00:02:15.230]➜    Downloaded futures-io v0.3.31
2025-08-20T19:50:16.2936423Z [00:02:15.231]➜    Downloaded futures-channel v0.3.31
2025-08-20T19:50:16.2950793Z [00:02:15.232]➜    Downloaded fallible-iterator v0.3.0
2025-08-20T19:50:16.2960071Z [00:02:15.233]➜    Downloaded ed25519-dalek v2.1.1
2025-08-20T19:50:16.2983076Z [00:02:15.235]➜    Downloaded diatomic-waker v0.2.3
2025-08-20T19:50:16.2994092Z [00:02:15.237]➜    Downloaded der_derive v0.7.3
2025-08-20T19:50:16.3006829Z [00:02:15.238]➜    Downloaded quinn v0.11.8
2025-08-20T19:50:16.3032432Z [00:02:15.240]➜    Downloaded glob v0.3.2
2025-08-20T19:50:16.3043237Z [00:02:15.241]➜    Downloaded generic-array v0.14.7
2025-08-20T19:50:16.3053962Z [00:02:15.243]➜    Downloaded futures-lite v2.6.0
2025-08-20T19:50:16.3067904Z [00:02:15.244]➜    Downloaded futures-core v0.3.31
2025-08-20T19:50:16.3077598Z [00:02:15.245]➜    Downloaded enum-as-inner v0.6.1
2025-08-20T19:50:16.3092936Z [00:02:15.246]➜    Downloaded derive_more v2.0.1
2025-08-20T19:50:16.3149732Z [00:02:15.252]➜    Downloaded scopeguard v1.2.0
2025-08-20T19:50:16.3159367Z [00:02:15.253]➜    Downloaded ryu v1.0.20
2025-08-20T19:50:16.3184096Z [00:02:15.256]➜    Downloaded rustc-hash v2.1.1
2025-08-20T19:50:16.3194982Z [00:02:15.257]➜    Downloaded futures-executor v0.3.31
2025-08-20T19:50:16.3206406Z [00:02:15.258]➜    Downloaded futures v0.3.31
2025-08-20T19:50:16.3244744Z [00:02:15.262]➜    Downloaded form_urlencoded v1.2.1
2025-08-20T19:50:16.3250657Z [00:02:15.262]➜    Downloaded ed25519 v2.2.3
2025-08-20T19:50:16.3264079Z [00:02:15.263]➜    Downloaded crossbeam-channel v0.5.15
2025-08-20T19:50:16.3296210Z [00:02:15.267]➜    Downloaded futures-buffered v0.2.11
2025-08-20T19:50:16.3315104Z [00:02:15.269]➜    Downloaded fastrand v2.3.0
2025-08-20T19:50:16.3324745Z [00:02:15.270]➜    Downloaded equivalent v1.0.2
2025-08-20T19:50:16.3331261Z [00:02:15.270]➜    Downloaded enumflags2_derive v0.7.12
2025-08-20T19:50:16.3337136Z [00:02:15.271]➜    Downloaded embedded-io v0.4.0
2025-08-20T19:50:16.3348338Z [00:02:15.272]➜    Downloaded displaydoc v0.2.5
2025-08-20T19:50:16.3369362Z [00:02:15.274]➜    Downloaded blake3 v1.8.2
2025-08-20T19:50:16.3428312Z [00:02:15.280]➜    Downloaded atomic-waker v1.1.2
2025-08-20T19:50:16.3437339Z [00:02:15.281]➜    Downloaded document-features v0.2.11
2025-08-20T19:50:16.3446755Z [00:02:15.282]➜    Downloaded derive_more v1.0.0
2025-08-20T19:50:16.3505914Z [00:02:15.288]➜    Downloaded clap_lex v0.7.5
2025-08-20T19:50:16.3515006Z [00:02:15.289]➜    Downloaded semver v1.0.26
2025-08-20T19:50:16.3532435Z [00:02:15.290]➜    Downloaded chacha20 v0.9.1
2025-08-20T19:50:16.3545323Z [00:02:15.292]➜    Downloaded bytes v1.10.1
2025-08-20T19:50:16.3575319Z [00:02:15.295]➜    Downloaded rustc_version v0.4.1
2025-08-20T19:50:16.3584097Z [00:02:15.296]➜    Downloaded precis-core v0.1.11
2025-08-20T19:50:16.3658132Z [00:02:15.303]➜    Downloaded crypto_box v0.9.1
2025-08-20T19:50:16.3668194Z [00:02:15.304]➜    Downloaded cpufeatures v0.2.17
2025-08-20T19:50:16.3677955Z [00:02:15.305]➜    Downloaded cordyceps v0.3.4
2025-08-20T19:50:16.3697201Z [00:02:15.307]➜    Downloaded colorchoice v1.0.4
2025-08-20T19:50:16.3705660Z [00:02:15.308]➜    Downloaded cc v1.2.27
2025-08-20T19:50:16.3732031Z [00:02:15.310]➜    Downloaded miniz_oxide v0.8.9
2025-08-20T19:50:16.3751377Z [00:02:15.312]➜    Downloaded precis-profiles v0.1.12
2025-08-20T19:50:16.3805842Z [00:02:15.318]➜    Downloaded data-encoding v2.9.0
2025-08-20T19:50:16.3813864Z [00:02:15.319]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T19:50:16.3832759Z [00:02:15.320]➜    Downloaded color-backtrace v0.7.0
2025-08-20T19:50:16.3844804Z [00:02:15.322]➜    Downloaded crypto_secretbox v0.1.1
2025-08-20T19:50:16.3853338Z [00:02:15.322]➜    Downloaded cfg-if v1.0.1
2025-08-20T19:50:16.3861970Z [00:02:15.323]➜    Downloaded btparse v0.2.0
2025-08-20T19:50:16.3869052Z [00:02:15.324]➜    Downloaded backon v1.5.1
2025-08-20T19:50:16.3888905Z [00:02:15.326]➜    Downloaded base32 v0.5.1
2025-08-20T19:50:16.3897153Z [00:02:15.327]➜    Downloaded hashbrown v0.15.4
2025-08-20T19:50:16.3935709Z [00:02:15.331]➜    Downloaded crc-catalog v2.4.0
2025-08-20T19:50:16.3943538Z [00:02:15.331]➜    Downloaded cipher v0.4.4
2025-08-20T19:50:16.3954680Z [00:02:15.333]➜    Downloaded base64ct v1.8.0
2025-08-20T19:50:16.3971303Z [00:02:15.334]➜    Downloaded base64 v0.22.1
2025-08-20T19:50:16.3999296Z [00:02:15.337]➜    Downloaded backtrace v0.3.75
2025-08-20T19:50:16.4037272Z [00:02:15.341]➜    Downloaded critical-section v1.2.0
2025-08-20T19:50:16.4048245Z [00:02:15.342]➜    Downloaded const-oid v0.9.6
2025-08-20T19:50:16.4063518Z [00:02:15.343]➜    Downloaded byteorder v1.5.0
2025-08-20T19:50:16.4074819Z [00:02:15.345]➜    Downloaded base16ct v0.2.0
2025-08-20T19:50:16.4083747Z [00:02:15.346]➜    Downloaded quote v1.0.40
2025-08-20T19:50:16.4101639Z [00:02:15.347]➜    Downloaded quinn-udp v0.5.13
2025-08-20T19:50:16.4115901Z [00:02:15.349]➜    Downloaded precis-tools v0.1.9
2025-08-20T19:50:16.4129632Z [00:02:15.350]➜    Downloaded ppv-lite86 v0.2.21
2025-08-20T19:50:16.4140410Z [00:02:15.351]➜    Downloaded attohttpc v0.24.1
2025-08-20T19:50:16.4178877Z [00:02:15.355]➜    Downloaded async-trait v0.1.88
2025-08-20T19:50:16.4202514Z [00:02:15.357]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T19:50:16.4221401Z [00:02:15.359]➜    Downloaded utf8_iter v1.0.4
2025-08-20T19:50:16.4228628Z [00:02:15.360]➜    Downloaded autocfg v1.5.0
2025-08-20T19:50:16.4241407Z [00:02:15.361]➜    Downloaded arrayvec v0.7.6
2025-08-20T19:50:16.4257383Z [00:02:15.363]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T19:50:16.4276888Z [00:02:15.365]➜    Downloaded potential_utf v0.1.2
2025-08-20T19:50:16.4284131Z [00:02:15.366]➜    Downloaded allocator-api2 v0.2.21
2025-08-20T19:50:16.4304158Z [00:02:15.368]➜    Downloaded openssl-probe v0.1.6
2025-08-20T19:50:16.4311790Z [00:02:15.368]➜    Downloaded quoted-string-parser v0.1.0
2025-08-20T19:50:16.4317628Z [00:02:15.369]➜    Downloaded postcard-derive v0.2.1
2025-08-20T19:50:16.4323959Z [00:02:15.370]➜    Downloaded curve25519-dalek v4.1.3
2025-08-20T19:50:16.4390931Z [00:02:15.376]➜    Downloaded getrandom v0.2.16
2025-08-20T19:50:16.4412261Z [00:02:15.378]➜    Downloaded deranged v0.4.0
2025-08-20T19:50:16.4424715Z [00:02:15.380]➜    Downloaded clap_derive v4.5.40
2025-08-20T19:50:16.4441117Z [00:02:15.381]➜    Downloaded clap v4.5.40
2025-08-20T19:50:16.4500042Z [00:02:15.387]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T19:50:16.4507082Z [00:02:15.388]➜    Downloaded bitflags v2.9.1
2025-08-20T19:50:16.4535243Z [00:02:15.391]➜    Downloaded anyhow v1.0.98
2025-08-20T19:50:16.4562611Z [00:02:15.393]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T19:50:16.4576262Z [00:02:15.395]➜    Downloaded adler2 v2.0.1
2025-08-20T19:50:16.4585154Z [00:02:15.396]➜    Downloaded enumflags2 v0.7.12
2025-08-20T19:50:16.4594594Z [00:02:15.397]➜    Downloaded dyn-clone v1.0.19
2025-08-20T19:50:16.4605395Z [00:02:15.398]➜    Downloaded bounded-integer v0.5.8
2025-08-20T19:50:16.4616176Z [00:02:15.399]➜    Downloaded anstyle v1.0.11
2025-08-20T19:50:16.4628642Z [00:02:15.400]➜    Downloaded async-compat v0.2.4
2025-08-20T19:50:16.5685202Z [00:02:15.505]➜     Compiling proc-macro2 v1.0.95
2025-08-20T19:50:16.5685675Z [00:02:15.505]➜     Compiling unicode-ident v1.0.18
2025-08-20T19:50:16.5685985Z [00:02:15.505]➜     Compiling libc v0.2.174
2025-08-20T19:50:16.5686269Z [00:02:15.506]➜     Compiling cfg-if v1.0.1
2025-08-20T19:50:16.5686582Z [00:02:15.506]➜     Compiling pin-project-lite v0.2.16
2025-08-20T19:50:16.5689734Z [00:02:15.506]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=46f38bf73e7242e3 -C extra-filename=-088b0e1b523234bf --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:16.5697797Z [00:02:15.507]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f60cd3956e712b7d -C extra-filename=-6d6f85adf22ee534 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:16.5705273Z [00:02:15.507]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=277a193d464985dc -C extra-filename=-1a06cc513f7c6661 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/libc-1a06cc513f7c6661 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:16.5713455Z [00:02:15.507]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=1cfad4ca38468220 -C extra-filename=-d0f1cb20a3fcd1ba --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:16.5726299Z [00:02:15.507]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=3fcbee56ba19a8d5 -C extra-filename=-2235325ef656c9c3 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:16.7153594Z [00:02:15.651]➜     Compiling zeroize v1.8.1
2025-08-20T19:50:16.7177320Z [00:02:15.654]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=ef8ff33b2971679f -C extra-filename=-c718917f775825b3 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:16.7217524Z [00:02:15.659]➜     Compiling smallvec v1.15.1
2025-08-20T19:50:16.7228832Z [00:02:15.659]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=c4b381b9f25168b6 -C extra-filename=-ab6c7d49b614bf2d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:16.7859028Z [00:02:15.723]➜     Compiling memchr v2.7.5
2025-08-20T19:50:16.7873107Z [00:02:15.724]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=c1f79c452b21e7a4 -C extra-filename=-1d898b95cde848c5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:16.9499237Z [00:02:15.887]➜     Compiling bytes v1.10.1
2025-08-20T19:50:16.9512257Z [00:02:15.888]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=dd8a026ae5647464 -C extra-filename=-c98148b3bfba9f4c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:16.9849630Z [00:02:15.922]➜     Compiling portable-atomic v1.11.1
2025-08-20T19:50:16.9880282Z [00:02:15.924]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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"' --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=384772118659a3bb -C extra-filename=-49cd18656bb606d8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/portable-atomic-49cd18656bb606d8 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:17.1273626Z [00:02:16.064]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build`
2025-08-20T19:50:17.1331164Z [00:02:16.070]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build`
2025-08-20T19:50:17.1691367Z [00:02:16.105]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 '--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=5fe5897f2752022b -C extra-filename=-3f51a047db4e4540 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T19:50:17.2965674Z [00:02:16.232]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c467658c343b0198 -C extra-filename=-670e3a35fc46366c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T19:50:17.4165620Z [00:02:16.354]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/portable-atomic-49cd18656bb606d8/build-script-build`
2025-08-20T19:50:17.4441939Z [00:02:16.379]➜       Running `/root/.rustup/toolchains/stable-aarch64-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"' --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=99eb6c32cc0a89f9 -C extra-filename=-2d9c9a047034df3c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:50:17.8689435Z [00:02:16.806]➜     Compiling autocfg v1.5.0
2025-08-20T19:50:17.8708815Z [00:02:16.808]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3245173c5ecca97 -C extra-filename=-dd487200042bcaa5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:18.1813354Z [00:02:17.118]➜     Compiling quote v1.0.40
2025-08-20T19:50:18.1838842Z [00:02:17.121]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=f3ce43684b9dcf72 -C extra-filename=-58ae1db5b5e0fa55 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --cap-lints allow`
2025-08-20T19:50:18.4578767Z [00:02:17.395]➜     Compiling syn v2.0.104
2025-08-20T19:50:18.4587433Z [00:02:17.395]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=8e5c4b65da8873b4 -C extra-filename=-486f1d8eaeacf440 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern unicode_ident=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-20T19:50:18.4723019Z [00:02:17.409]➜     Compiling lock_api v0.4.13
2025-08-20T19:50:18.4728302Z [00:02:17.409]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=e7340397c1911356 -C extra-filename=-015ab0397ac11abb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib --cap-lints allow`
2025-08-20T19:50:18.4842738Z [00:02:17.421]➜     Compiling parking_lot_core v0.9.11
2025-08-20T19:50:18.4852839Z [00:02:17.422]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=02c535b543b60536 -C extra-filename=-f5c0b92260e92ead --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:18.5240267Z [00:02:17.461]➜     Compiling log v0.4.27
2025-08-20T19:50:18.5249346Z [00:02:17.461]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=8b112722e1d81e62 -C extra-filename=-64abb771c6c5c081 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:18.5815676Z [00:02:17.518]➜     Compiling getrandom v0.2.16
2025-08-20T19:50:18.5824629Z [00:02:17.518]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=575e53edd17954b4 -C extra-filename=-aaf3b3137c640ded --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:18.6424022Z [00:02:17.579]➜     Compiling critical-section v1.2.0
2025-08-20T19:50:18.6430894Z [00:02:17.580]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=233ed916164d877a -C extra-filename=-641b233518e3ef96 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:18.6676630Z [00:02:17.605]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build`
2025-08-20T19:50:18.6755190Z [00:02:17.612]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build-script-build`
2025-08-20T19:50:18.7309048Z [00:02:17.668]➜     Compiling once_cell v1.21.3
2025-08-20T19:50:18.7323935Z [00:02:17.669]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=dcd8fae46cba969f -C extra-filename=-f07e1fe4e8b5f3ca --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern critical_section=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcritical_section-641b233518e3ef96.rmeta --extern portable_atomic=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-2d9c9a047034df3c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:18.7530075Z [00:02:17.690]➜     Compiling futures-core v0.3.31
2025-08-20T19:50:18.7557366Z [00:02:17.692]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=970b85d1387d0db1 -C extra-filename=-9781b3ee18d57fcc --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:18.8151236Z [00:02:17.752]➜     Compiling scopeguard v1.2.0
2025-08-20T19:50:18.8158699Z [00:02:17.752]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name scopeguard --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=f2fd02b6743ee7f6 -C extra-filename=-46341eeeee5b87a2 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:18.8507937Z [00:02:17.787]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=7b890194e5ffca7a -C extra-filename=-12e9fd03a853c9b5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern smallvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:50:18.8863326Z [00:02:17.823]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=e64c2d98017683a5 -C extra-filename=-6d8421c5cc908708 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-46341eeeee5b87a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:50:18.8903761Z [00:02:17.827]➜     Compiling socket2 v0.5.10
2025-08-20T19:50:18.8911271Z [00:02:17.827]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=484256213d6d02dc -C extra-filename=-14eda0d4d72ca8ca --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:19.0144427Z [00:02:17.951]➜     Compiling mio v1.0.4
2025-08-20T19:50:19.0161203Z [00:02:17.953]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.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=607129b0408cc6e2 -C extra-filename=-b472a8649e0def1f --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:19.2593202Z [00:02:18.196]➜     Compiling parking_lot v0.12.4
2025-08-20T19:50:19.2602268Z [00:02:18.196]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=3068ab074a81aef3 -C extra-filename=-2a9fb24458300216 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-6d8421c5cc908708.rmeta --extern parking_lot_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-12e9fd03a853c9b5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:19.3450071Z [00:02:18.282]➜     Compiling signal-hook-registry v1.4.5
2025-08-20T19:50:19.3457014Z [00:02:18.282]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52174745ef33e8c8 -C extra-filename=-ec3f8edbb7181c81 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.0251080Z [00:02:18.962]➜     Compiling slab v0.4.10
2025-08-20T19:50:20.0277401Z [00:02:18.962]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=97fc29d316175857 -C extra-filename=-004860a008a6d3ed --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.2338091Z [00:02:19.171]➜     Compiling futures-io v0.3.31
2025-08-20T19:50:20.2348463Z [00:02:19.171]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_io --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=bb85587978dd6095 -C extra-filename=-fb4cce81cc4e7a11 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.2550687Z [00:02:19.192]➜     Compiling stable_deref_trait v1.2.0
2025-08-20T19:50:20.2558658Z [00:02:19.192]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name stable_deref_trait --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=11230ad417d57cd1 -C extra-filename=-181269004b05f8ef --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.3118924Z [00:02:19.249]➜     Compiling futures-sink v0.3.31
2025-08-20T19:50:20.3127360Z [00:02:19.249]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_sink --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=f66c7b037d1d4cc2 -C extra-filename=-f8b5667ca92a83d7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.3427537Z [00:02:19.280]➜     Compiling version_check v0.9.5
2025-08-20T19:50:20.3432635Z [00:02:19.280]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43d181333b95717c -C extra-filename=-406723f2b4687b68 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:20.3810425Z [00:02:19.318]➜     Compiling typenum v1.18.0
2025-08-20T19:50:20.3814363Z [00:02:19.318]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=a722a4123ad833b9 -C extra-filename=-fa602c1f4c9bb45c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:20.4345893Z [00:02:19.371]➜     Compiling futures-channel v0.3.31
2025-08-20T19:50:20.4355743Z [00:02:19.372]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_channel --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=642c9b71e33bdd91 -C extra-filename=-281f4515b67e572a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_sink=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-f8b5667ca92a83d7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.4581307Z [00:02:19.395]➜     Compiling rand_core v0.6.4
2025-08-20T19:50:20.4587607Z [00:02:19.395]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=89381b05f9956f27 -C extra-filename=-8f372f0bbd3e9ecf --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-aaf3b3137c640ded.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.7131258Z [00:02:19.650]➜     Compiling futures-task v0.3.31
2025-08-20T19:50:20.7137920Z [00:02:19.650]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=baf52d5f9a0158c1 -C extra-filename=-b736c1318e43d1e9 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.7548075Z [00:02:19.692]➜     Compiling generic-array v0.14.7
2025-08-20T19:50:20.7554424Z [00:02:19.692]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=2481e83fe04ec104 -C extra-filename=-5609570e3f024aa7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/generic-array-5609570e3f024aa7 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib --cap-lints allow`
2025-08-20T19:50:20.7603268Z [00:02:19.697]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build-script-build`
2025-08-20T19:50:20.7634370Z [00:02:19.700]➜     Compiling thiserror v2.0.12
2025-08-20T19:50:20.7685110Z [00:02:19.703]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6df20d64be8ec8b6 -C extra-filename=-9498c34815b63e89 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-9498c34815b63e89 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:20.7743452Z [00:02:19.711]➜     Compiling pin-utils v0.1.0
2025-08-20T19:50:20.7750932Z [00:02:19.712]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=4c410b878f83bbf0 -C extra-filename=-483de3a401a14847 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.8347569Z [00:02:19.771]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=8d7ee366068ff090 -C extra-filename=-75640c935e9d3bdf --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.8972452Z [00:02:19.834]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/generic-array-5609570e3f024aa7/build-script-build`
2025-08-20T19:50:20.9338394Z [00:02:19.871]➜     Compiling tracing-core v0.1.34
2025-08-20T19:50:20.9348337Z [00:02:19.871]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=c6274451f11fe889 -C extra-filename=-c33f120df7f783bb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:20.9418948Z [00:02:19.879]➜     Compiling serde v1.0.219
2025-08-20T19:50:20.9422968Z [00:02:19.879]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="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=c5b788fa3ca54f5b -C extra-filename=-01a483d1d3baad60 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/serde-01a483d1d3baad60 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:21.0746894Z [00:02:20.011]➜     Compiling subtle v2.6.1
2025-08-20T19:50:21.0755077Z [00:02:20.012]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2eb1a9eb5bb8b76e -C extra-filename=-dac9a8b415f9f34b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:21.1533269Z [00:02:20.090]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/serde-01a483d1d3baad60/build-script-build`
2025-08-20T19:50:21.1767389Z [00:02:20.114]➜     Compiling cfg_aliases v0.2.1
2025-08-20T19:50:21.1799037Z [00:02:20.117]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=0f02ce20ba249030 -C extra-filename=-1b48fbda41281916 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:21.2506836Z [00:02:20.187]➜     Compiling shlex v1.3.0
2025-08-20T19:50:21.2509745Z [00:02:20.187]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shlex --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=083aef9c803ccb0f -C extra-filename=-380b779259fb4319 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:21.2670790Z [00:02:20.204]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=adcbe65f55031186 -C extra-filename=-cf453270fe03ac87 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:21.5347302Z [00:02:20.471]➜     Compiling cc v1.2.27
2025-08-20T19:50:21.5370034Z [00:02:20.474]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.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 -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=c7238b92abcf0df0 -C extra-filename=-ad080019cc874bb7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta --cap-lints allow`
2025-08-20T19:50:21.7063937Z [00:02:20.643]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name generic_array --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6785e911ff408dd1 -C extra-filename=-ec2e2aa042a86d43 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-75640c935e9d3bdf.rmeta --extern zeroize=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:50:21.9665872Z [00:02:20.903]➜     Compiling itoa v1.0.15
2025-08-20T19:50:21.9691463Z [00:02:20.906]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2b22f21c669f77ee -C extra-filename=-06b09dd40020eb0e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:22.1394503Z [00:02:21.076]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build`
2025-08-20T19:50:22.2723134Z [00:02:21.209]➜     Compiling heck v0.5.0
2025-08-20T19:50:22.2727574Z [00:02:21.209]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1352de506534c543 -C extra-filename=-25103e7959c420e1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:22.4893395Z [00:02:21.426]➜     Compiling zerocopy v0.8.26
2025-08-20T19:50:22.4897657Z [00:02:21.426]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=8e8f60c1e28e4147 -C extra-filename=-8b96b2378aae5583 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:22.7112407Z [00:02:21.648]➜     Compiling object v0.36.7
2025-08-20T19:50:22.7120628Z [00:02:21.649]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=fd2f8641bda4512b -C extra-filename=-cec2e4d6a0ae3d09 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:22.8009340Z [00:02:21.738]➜     Compiling semver v1.0.26
2025-08-20T19:50:22.8012642Z [00:02:21.738]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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=7f2072d6c0c8ad97 -C extra-filename=-4f1759251d99a731 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-4f1759251d99a731 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:23.0075142Z [00:02:21.945]➜     Compiling crypto-common v0.1.6
2025-08-20T19:50:23.0092325Z [00:02:21.946]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crypto_common --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=6eee108987af7044 -C extra-filename=-71411bef60f7df93 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-ec2e2aa042a86d43.rmeta --extern rand_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-8f372f0bbd3e9ecf.rmeta --extern typenum=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-75640c935e9d3bdf.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:23.0360880Z [00:02:21.973]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build-script-build`
2025-08-20T19:50:23.0538677Z [00:02:21.991]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-4f1759251d99a731/build-script-build`
2025-08-20T19:50:23.0617434Z [00:02:21.999]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build-script-build`
2025-08-20T19:50:23.0799724Z [00:02:22.017]➜     Compiling gimli v0.31.1
2025-08-20T19:50:23.0839700Z [00:02:22.020]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=0e96a02603e953af -C extra-filename=-77f5c7507ffdfee3 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:23.0947193Z [00:02:22.032]➜     Compiling writeable v0.6.1
2025-08-20T19:50:23.0951583Z [00:02:22.032]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name writeable --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("either"))' -C metadata=8d2f8ac57aa936cf -C extra-filename=-138e7413cb4e3025 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:23.1383481Z [00:02:22.075]➜     Compiling fnv v1.0.7
2025-08-20T19:50:23.1389598Z [00:02:22.075]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fnv --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9c9b5108cedf4d33 -C extra-filename=-bbacbb8b6b5a9f2a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:23.2257777Z [00:02:22.163]➜     Compiling adler2 v2.0.1
2025-08-20T19:50:23.2265239Z [00:02:22.163]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name adler2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.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=88fbf045b9bcbfe3 -C extra-filename=-b30375d380431714 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:23.4062238Z [00:02:22.343]➜     Compiling litemap v0.8.0
2025-08-20T19:50:23.4066946Z [00:02:22.343]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name litemap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=95a5a744233dbcb4 -C extra-filename=-479997047c5ab8a4 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:23.6621679Z [00:02:22.599]➜     Compiling miniz_oxide v0.8.9
2025-08-20T19:50:23.6628200Z [00:02:22.599]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name miniz_oxide --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=885022e60c92b7e4 -C extra-filename=-8d590ed3959f25dd --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-b30375d380431714.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:23.6996608Z [00:02:22.636]➜     Compiling ring v0.17.14
2025-08-20T19:50:23.7012332Z [00:02:22.638]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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"' --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=65c776e4f487023d -C extra-filename=-18c93f660ddce841 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/ring-18c93f660ddce841 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcc-ad080019cc874bb7.rlib --cap-lints allow`
2025-08-20T19:50:23.7462926Z [00:02:22.682]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=dd6239fc11b5b0a9 -C extra-filename=-5cab6305ffd178d8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:50:24.4186727Z [00:02:23.355]➜     Compiling synstructure v0.13.2
2025-08-20T19:50:24.4190978Z [00:02:23.355]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name synstructure --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=1ab07629f2390055 -C extra-filename=-005fb73acf99c322 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rmeta --cap-lints allow`
2025-08-20T19:50:24.5021172Z [00:02:23.438]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name semver --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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=8f50239eed5b8737 -C extra-filename=-e452ddb0d2405bf2 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/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-20T19:50:24.9864017Z [00:02:23.923]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2fe78270299e9fdf -C extra-filename=-ce81b9d179a5a20a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:50:25.5740552Z [00:02:24.511]➜     Compiling getrandom v0.3.3
2025-08-20T19:50:25.5761756Z [00:02:24.513]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=0f81426f5a53def0 -C extra-filename=-10fa8410f7f0385b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/getrandom-10fa8410f7f0385b -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:25.8492875Z [00:02:24.786]➜     Compiling rustc-demangle v0.1.25
2025-08-20T19:50:25.8531871Z [00:02:24.790]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=683d1b7c3016815a -C extra-filename=-cdf777b26f626ac1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:26.6486251Z [00:02:25.586]➜     Compiling addr2line v0.24.2
2025-08-20T19:50:26.6496859Z [00:02:25.586]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=a6551a404803be2a -C extra-filename=-55d5fe34054f942a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern gimli=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-77f5c7507ffdfee3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:27.1777862Z [00:02:26.115]➜     Compiling icu_properties_data v2.0.1
2025-08-20T19:50:27.1781221Z [00:02:26.115]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=323d280e74499dd3 -C extra-filename=-02e9eb96c00baf7e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:27.1842898Z [00:02:26.121]➜     Compiling icu_normalizer_data v2.0.0
2025-08-20T19:50:27.1845974Z [00:02:26.121]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba00fe41e7066976 -C extra-filename=-e45fe0ac21d3131d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:27.2711132Z [00:02:26.208]➜     Compiling tokio-macros v2.5.0
2025-08-20T19:50:27.2724196Z [00:02:26.209]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=38015079aa3cbf52 -C extra-filename=-b43a51346cb67c71 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:27.3147298Z [00:02:26.252]➜     Compiling futures-macro v0.3.31
2025-08-20T19:50:27.3159237Z [00:02:26.252]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=e35735135aedddb9 -C extra-filename=-c16d72c85657b36c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:27.3617717Z [00:02:26.299]➜     Compiling zerofrom-derive v0.1.6
2025-08-20T19:50:27.3627495Z [00:02:26.299]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerofrom_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7aa4a5b3c1ce8c9 -C extra-filename=-d91ad30a286af849 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern synstructure=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:27.5510886Z [00:02:26.488]➜     Compiling yoke-derive v0.8.0
2025-08-20T19:50:27.5593542Z [00:02:26.496]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name yoke_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a2190a4ff1fb8d2 -C extra-filename=-6e21e5200106e02d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern synstructure=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:28.3150762Z [00:02:27.252]➜     Compiling tokio v1.45.1
2025-08-20T19:50:28.3169412Z [00:02:27.253]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tokio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.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)' --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=416ea624b5147b6c -C extra-filename=-c2ee65e3cb5c4914 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern mio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-b472a8649e0def1f.rmeta --extern parking_lot=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-2a9fb24458300216.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern signal_hook_registry=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-ec3f8edbb7181c81.rmeta --extern socket2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-14eda0d4d72ca8ca.rmeta --extern tokio_macros=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtokio_macros-b43a51346cb67c71.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:28.3223728Z [00:02:27.259]➜     Compiling futures-util v0.3.31
2025-08-20T19:50:28.3241932Z [00:02:27.260]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2b173e7a0eb144a8 -C extra-filename=-fd584d4c6835db3e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-281f4515b67e572a.rmeta --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_io=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-fb4cce81cc4e7a11.rmeta --extern futures_macro=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libfutures_macro-c16d72c85657b36c.so --extern futures_sink=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-f8b5667ca92a83d7.rmeta --extern futures_task=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-b736c1318e43d1e9.rmeta --extern memchr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern pin_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-483de3a401a14847.rmeta --extern slab=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-004860a008a6d3ed.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:29.3161795Z [00:02:28.253]➜     Compiling tracing-attributes v0.1.30
2025-08-20T19:50:29.3176655Z [00:02:28.254]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_attributes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=86c81b0caffc42ee -C extra-filename=-e6fced03c3294a21 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:29.7548749Z [00:02:28.692]➜     Compiling zerofrom v0.1.6
2025-08-20T19:50:29.7572186Z [00:02:28.694]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerofrom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=750e292ed7b3acce -C extra-filename=-91eb35c521f7c6c6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern zerofrom_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libzerofrom_derive-d91ad30a286af849.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:29.9352778Z [00:02:28.872]➜     Compiling thiserror-impl v2.0.12
2025-08-20T19:50:29.9365452Z [00:02:28.873]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=359df51b24ddc222 -C extra-filename=-1712852f24a7f3ee --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:31.6202746Z [00:02:30.557]➜     Compiling serde_derive v1.0.219
2025-08-20T19:50:31.6211769Z [00:02:30.558]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_derive --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=9441f916f6646a4a -C extra-filename=-a1746215afdd097e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:31.8165783Z [00:02:30.754]➜     Compiling tracing v0.1.41
2025-08-20T19:50:31.8186656Z [00:02:30.755]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=10ff9d3322a426e5 -C extra-filename=-3364b17df1ed541a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern tracing_attributes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtracing_attributes-e6fced03c3294a21.so --extern tracing_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-c33f120df7f783bb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:32.3225081Z [00:02:31.259]➜     Compiling yoke v0.8.0
2025-08-20T19:50:32.3247373Z [00:02:31.261]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name yoke --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=5555e1c7d43f94ab -C extra-filename=-14ff7600e3f9b107 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern stable_deref_trait=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-181269004b05f8ef.rmeta --extern yoke_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libyoke_derive-6e21e5200106e02d.so --extern zerofrom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-91eb35c521f7c6c6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:32.4309772Z [00:02:31.368]➜     Compiling zerovec-derive v0.11.1
2025-08-20T19:50:32.4321949Z [00:02:31.369]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerovec_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=107d22eda5d58af7 -C extra-filename=-72a3d9efe0de33cb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:32.6034928Z [00:02:31.540]➜     Compiling displaydoc v0.2.5
2025-08-20T19:50:32.6039486Z [00:02:31.540]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name displaydoc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=455f50bd845a5ab0 -C extra-filename=-2cda825c857eaedf --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:32.9801988Z [00:02:31.917]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=51a791b24a1668ed -C extra-filename=-424b8f793b684db8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror_impl-1712852f24a7f3ee.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T19:50:33.0716758Z [00:02:32.008]➜     Compiling backtrace v0.3.75
2025-08-20T19:50:33.0734244Z [00:02:32.009]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=52bca313d1155a29 -C extra-filename=-2a69bb24a0088007 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern addr2line=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-55d5fe34054f942a.rmeta --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern miniz_oxide=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8d590ed3959f25dd.rmeta --extern object=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-ce81b9d179a5a20a.rmeta --extern rustc_demangle=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-cdf777b26f626ac1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:33.6013705Z [00:02:32.538]➜     Compiling zerotrie v0.2.2
2025-08-20T19:50:33.6025806Z [00:02:32.539]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerotrie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=ba3ab05fe760348a -C extra-filename=-c016ee4dfce50d3e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern yoke=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-14ff7600e3f9b107.rmeta --extern zerofrom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-91eb35c521f7c6c6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:33.9975735Z [00:02:32.934]➜     Compiling zerovec v0.11.2
2025-08-20T19:50:34.0006226Z [00:02:32.937]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerovec --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=cb88d522217e7e46 -C extra-filename=-4c4467ea0e178db6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern yoke=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-14ff7600e3f9b107.rmeta --extern zerofrom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-91eb35c521f7c6c6.rmeta --extern zerovec_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libzerovec_derive-72a3d9efe0de33cb.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:34.2809340Z [00:02:33.218]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build-script-build`
2025-08-20T19:50:34.2897130Z [00:02:33.227]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build-script-build`
2025-08-20T19:50:34.2943995Z [00:02:33.231]➜     Compiling ppv-lite86 v0.2.21
2025-08-20T19:50:34.2962748Z [00:02:33.233]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=b5f8c8e85d93ff49 -C extra-filename=-06b3c7cbbf79f088 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-5cab6305ffd178d8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:34.6415762Z [00:02:33.579]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/getrandom-10fa8410f7f0385b/build-script-build`
2025-08-20T19:50:34.6583539Z [00:02:33.595]➜     Compiling rustc_version v0.4.1
2025-08-20T19:50:34.6594329Z [00:02:33.596]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=da4ffc16944843cf -C extra-filename=-1afe3d5c6aa255f5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern semver=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsemver-e452ddb0d2405bf2.rmeta --cap-lints allow`
2025-08-20T19:50:35.1418652Z [00:02:34.079]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/ring-18c93f660ddce841/build-script-build`
2025-08-20T19:50:35.5310536Z [00:02:34.468]➜     Compiling tinystr v0.8.1
2025-08-20T19:50:35.5322847Z [00:02:34.468]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tinystr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=0e688841ef771c53 -C extra-filename=-84b17e4824980ba6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern zerovec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:35.7509845Z [00:02:34.688]➜     Compiling icu_locale_core v2.0.0
2025-08-20T19:50:35.7519273Z [00:02:34.688]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_locale_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=df10687e01b095cb -C extra-filename=-7a72b47ac428dfac --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern litemap=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-479997047c5ab8a4.rmeta --extern tinystr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-84b17e4824980ba6.rmeta --extern writeable=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-138e7413cb4e3025.rmeta --extern zerovec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:36.3272975Z [00:02:35.264]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=503e4e0c3f2af0c7 -C extra-filename=-16983b591d51ba9d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T19:50:38.5694401Z [00:02:37.506]➜     Compiling potential_utf v0.1.2
2025-08-20T19:50:38.5707029Z [00:02:37.507]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name potential_utf --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "writeable", "zerovec"))' -C metadata=7f48dd4478c8b582 -C extra-filename=-8481e5533ef63698 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern zerovec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:38.7448472Z [00:02:37.682]➜     Compiling icu_collections v2.0.0
2025-08-20T19:50:38.7463616Z [00:02:37.683]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_collections --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=d0a2ff8ef921b621 -C extra-filename=-61eabbc3ea3093e2 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern potential_utf=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-8481e5533ef63698.rmeta --extern yoke=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-14ff7600e3f9b107.rmeta --extern zerofrom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-91eb35c521f7c6c6.rmeta --extern zerovec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:39.6707182Z [00:02:38.608]➜     Compiling icu_provider v2.0.0
2025-08-20T19:50:39.6726998Z [00:02:38.609]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_provider --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=8ee947bb280e8945 -C extra-filename=-3d8456fb5155f0c1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern icu_locale_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-7a72b47ac428dfac.rmeta --extern stable_deref_trait=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-181269004b05f8ef.rmeta --extern tinystr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-84b17e4824980ba6.rmeta --extern writeable=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-138e7413cb4e3025.rmeta --extern yoke=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-14ff7600e3f9b107.rmeta --extern zerofrom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-91eb35c521f7c6c6.rmeta --extern zerotrie=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c016ee4dfce50d3e.rmeta --extern zerovec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:39.9897693Z [00:02:38.927]➜     Compiling tokio-util v0.7.15
2025-08-20T19:50:39.9908492Z [00:02:38.927]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=917c7645e3b44757 -C extra-filename=-f2000024d9a1a0dc --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_sink=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-f8b5667ca92a83d7.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:40.2962761Z [00:02:39.233]➜     Compiling rustls-pki-types v1.12.0
2025-08-20T19:50:40.2973209Z [00:02:39.234]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=99b3cd6fadfe5123 -C extra-filename=-6dfd1f04dd4cb017 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern zeroize=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:40.8371254Z [00:02:39.774]➜     Compiling percent-encoding v2.3.1
2025-08-20T19:50:40.8378771Z [00:02:39.774]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name percent_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=380749843e808965 -C extra-filename=-72599bcf2e36fbf0 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:41.1499894Z [00:02:40.086]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=18dc8c3725bb2174 -C extra-filename=-e9c9eac840587813 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:41.4807860Z [00:02:40.417]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_normalizer_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18101c70f4b89370 -C extra-filename=-07135408b2dcd40d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:50:41.5152374Z [00:02:40.452]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_properties_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35317a17b57636cb -C extra-filename=-428d278e182a6747 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:50:41.5483851Z [00:02:40.484]➜     Compiling http v1.3.1
2025-08-20T19:50:41.5492209Z [00:02:40.484]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=182d49ebd24341cf -C extra-filename=-9a3dffe5758c2941 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern fnv=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-bbacbb8b6b5a9f2a.rmeta --extern itoa=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-06b09dd40020eb0e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:41.6546491Z [00:02:40.591]➜     Compiling aho-corasick v1.1.3
2025-08-20T19:50:41.6552787Z [00:02:40.592]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=3b9011155f250a53 -C extra-filename=-26278da5437a0dbb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta --cap-lints allow`
2025-08-20T19:50:42.3185512Z [00:02:41.256]➜     Compiling regex-syntax v0.8.5
2025-08-20T19:50:42.3191835Z [00:02:41.256]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=2d60345c0ee22df4 -C extra-filename=-5bc4fd853bb1c4e6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:42.7833912Z [00:02:41.720]➜     Compiling byteorder v1.5.0
2025-08-20T19:50:42.7910495Z [00:02:41.728]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name byteorder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=cadc02ebbb03ceb3 -C extra-filename=-750219b13961a307 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:43.1082408Z [00:02:42.045]➜     Compiling icu_properties v2.0.1
2025-08-20T19:50:43.1098706Z [00:02:42.046]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_properties --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=09d37c86c243afd4 -C extra-filename=-64574bb35d9e44b2 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern icu_collections=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-61eabbc3ea3093e2.rmeta --extern icu_locale_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-7a72b47ac428dfac.rmeta --extern icu_properties_data=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-428d278e182a6747.rmeta --extern icu_provider=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-3d8456fb5155f0c1.rmeta --extern potential_utf=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-8481e5533ef63698.rmeta --extern zerotrie=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c016ee4dfce50d3e.rmeta --extern zerovec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:44.3873429Z [00:02:43.324]➜     Compiling icu_normalizer v2.0.0
2025-08-20T19:50:44.3892621Z [00:02:43.325]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_normalizer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=a674af9612b13a74 -C extra-filename=-63a07ad75ceec1e4 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern icu_collections=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-61eabbc3ea3093e2.rmeta --extern icu_normalizer_data=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-07135408b2dcd40d.rmeta --extern icu_provider=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-3d8456fb5155f0c1.rmeta --extern smallvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rmeta --extern zerovec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:44.5916987Z [00:02:43.529]➜     Compiling block-buffer v0.10.4
2025-08-20T19:50:44.5943620Z [00:02:43.531]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name block_buffer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37660765eea799ec -C extra-filename=-bdd807037f26ad63 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-ec2e2aa042a86d43.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:44.8166990Z [00:02:43.753]➜     Compiling untrusted v0.9.0
2025-08-20T19:50:44.8193153Z [00:02:43.756]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=9e16c22c864ec14b -C extra-filename=-57241b32d4b6e281 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:44.9366646Z [00:02:43.874]➜     Compiling regex-automata v0.4.9
2025-08-20T19:50:44.9383736Z [00:02:43.874]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=87496dbfa539f8ee -C extra-filename=-431abf3406028730 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rmeta --extern memchr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta --extern regex_syntax=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta --cap-lints allow`
2025-08-20T19:50:45.9443128Z [00:02:44.881]➜     Compiling allocator-api2 v0.2.21
2025-08-20T19:50:45.9454154Z [00:02:44.882]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name allocator_api2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=173ce29e38fc7b13 -C extra-filename=-6d050a315129c8ad --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:46.0607263Z [00:02:44.997]➜     Compiling foldhash v0.1.5
2025-08-20T19:50:46.0615728Z [00:02:44.998]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name foldhash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=63bcf153e5fe40ce -C extra-filename=-4b4e97b36ffc770e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:46.0816808Z [00:02:45.019]➜     Compiling thiserror v1.0.69
2025-08-20T19:50:46.0823733Z [00:02:45.019]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24e7e72a500f0d87 -C extra-filename=-8196f37f0d52254e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:46.3466145Z [00:02:45.283]➜     Compiling equivalent v1.0.2
2025-08-20T19:50:46.3472856Z [00:02:45.284]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eef54310d3d258d6 -C extra-filename=-2ba0fe2fb98afd6b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:46.4224613Z [00:02:45.359]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build`
2025-08-20T19:50:46.4324452Z [00:02:45.368]➜     Compiling hashbrown v0.15.4
2025-08-20T19:50:46.4336317Z [00:02:45.370]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=ee84d65a7c427adf -C extra-filename=-ed6e7404dfdcfec5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern allocator_api2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-6d050a315129c8ad.rmeta --extern equivalent=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-2ba0fe2fb98afd6b.rmeta --extern foldhash=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4b4e97b36ffc770e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:46.4708752Z [00:02:45.407]➜       Running `/root/.rustup/toolchains/stable-aarch64-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"' --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=a3b3a69b35c715ab -C extra-filename=-e0f45234f09dbdae --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern getrandom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-aaf3b3137c640ded.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern untrusted=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
2025-08-20T19:50:46.5101562Z [00:02:45.447]➜     Compiling idna_adapter v1.2.1
2025-08-20T19:50:46.5111440Z [00:02:45.448]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name idna_adapter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=56ec651700e1bb79 -C extra-filename=-0588ce1d2a6a5702 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern icu_normalizer=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-63a07ad75ceec1e4.rmeta --extern icu_properties=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-64574bb35d9e44b2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:46.5963295Z [00:02:45.533]➜     Compiling digest v0.10.7
2025-08-20T19:50:46.5993321Z [00:02:45.536]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name digest --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=209df06ac560e016 -C extra-filename=-52bf11732c6968aa --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-bdd807037f26ad63.rmeta --extern crypto_common=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-71411bef60f7df93.rmeta --extern subtle=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:46.6711068Z [00:02:45.608]➜     Compiling form_urlencoded v1.2.1
2025-08-20T19:50:46.6720078Z [00:02:45.609]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name form_urlencoded --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b35f717e805e3269 -C extra-filename=-d328be1877eac77b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern percent_encoding=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-72599bcf2e36fbf0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:46.8722713Z [00:02:45.809]➜     Compiling thiserror-impl v1.0.69
2025-08-20T19:50:46.8729872Z [00:02:45.810]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03f455356104782c -C extra-filename=-0e4347ba7ea5feda --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:46.9977547Z [00:02:45.935]➜     Compiling rustls v0.23.28
2025-08-20T19:50:46.9986110Z [00:02:45.935]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' -C debug-assertions=off --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=aa4c2b84112364b7 -C extra-filename=-d005ac95f4b2d1eb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustls-d005ac95f4b2d1eb -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:47.1591088Z [00:02:46.096]➜     Compiling utf8_iter v1.0.4
2025-08-20T19:50:47.1609406Z [00:02:46.098]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8_iter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd4bd482fc8d1c55 -C extra-filename=-c0df707ba162fe2a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:47.3892298Z [00:02:46.326]➜     Compiling ipnet v2.11.0
2025-08-20T19:50:47.3899885Z [00:02:46.326]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ipnet --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=a76ca9b86ca8dd9d -C extra-filename=-0060f782ef258f6a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:47.4002425Z [00:02:46.337]➜     Compiling httparse v1.10.1
2025-08-20T19:50:47.4014809Z [00:02:46.338]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=add565262ee187eb -C extra-filename=-4ac93d21321a352d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/httparse-4ac93d21321a352d -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:47.7742342Z [00:02:46.711]➜     Compiling regex v1.11.1
2025-08-20T19:50:47.7758906Z [00:02:46.712]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=d7c718c3181c9a85 -C extra-filename=-1958bf3c21d4d9cb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rmeta --extern memchr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta --extern regex_automata=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_automata-431abf3406028730.rmeta --extern regex_syntax=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta --cap-lints allow`
2025-08-20T19:50:48.4100541Z [00:02:47.347]➜     Compiling anyhow v1.0.98
2025-08-20T19:50:48.4104003Z [00:02:47.347]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=cdefefc035480931 -C extra-filename=-adeaad6977d99762 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/anyhow-adeaad6977d99762 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:48.7400588Z [00:02:47.677]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/anyhow-adeaad6977d99762/build-script-build`
2025-08-20T19:50:48.8317420Z [00:02:47.769]➜     Compiling rustls-webpki v0.103.3
2025-08-20T19:50:48.8324971Z [00:02:47.769]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name webpki --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "default", "ring", "std"))' -C metadata=47b8023ed1ff3693 -C extra-filename=-8914423da22ff1ad --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern ring=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-e0f45234f09dbdae.rmeta --extern pki_types=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --extern untrusted=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out`
2025-08-20T19:50:48.8380156Z [00:02:47.774]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05f5e0e6e812a55b -C extra-filename=-6176b4533d74f593 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror_impl-0e4347ba7ea5feda.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2025-08-20T19:50:48.8988649Z [00:02:47.836]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/httparse-4ac93d21321a352d/build-script-build`
2025-08-20T19:50:48.9053411Z [00:02:47.842]➜     Compiling idna v1.0.3
2025-08-20T19:50:48.9064322Z [00:02:47.843]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name idna --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=542b664d54f4ebf5 -C extra-filename=-ae023faa50ee2fa2 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern idna_adapter=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-0588ce1d2a6a5702.rmeta --extern smallvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rmeta --extern utf8_iter=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-c0df707ba162fe2a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:48.9441507Z [00:02:47.881]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustls-d005ac95f4b2d1eb/build-script-build`
2025-08-20T19:50:48.9587807Z [00:02:47.896]➜     Compiling http-body v1.0.1
2025-08-20T19:50:48.9593721Z [00:02:47.896]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=d36e6113423b6c95 -C extra-filename=-a8af276e89b04aae --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:49.1450770Z [00:02:48.082]➜     Compiling rand_core v0.9.3
2025-08-20T19:50:49.1456030Z [00:02:48.082]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=4fa75bd59cdb7a37 -C extra-filename=-ec79b4d739e979c4 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e9c9eac840587813.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:49.4663203Z [00:02:48.403]➜     Compiling atomic-waker v1.1.2
2025-08-20T19:50:49.4676135Z [00:02:48.404]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=f14dc6b83b4119d3 -C extra-filename=-dc31e90de4869ae5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:49.6272993Z [00:02:48.564]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05f2b1c33f0230e8 -C extra-filename=-b5ddd993fdca60cb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:49.6940623Z [00:02:48.631]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=ad6cdca06dd02ab4 -C extra-filename=-cea012a6ea310bef --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:50.1387044Z [00:02:49.076]➜     Compiling unicode-xid v0.2.6
2025-08-20T19:50:50.1390739Z [00:02:49.076]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=6381cc3ac3fcd5ea -C extra-filename=-6223cf11377a0a74 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:50.2681398Z [00:02:49.205]➜     Compiling tinyvec_macros v0.1.1
2025-08-20T19:50:50.2711159Z [00:02:49.208]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tinyvec_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c13aa7804589ee29 -C extra-filename=-b50b21060450434d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:50.3377268Z [00:02:49.275]➜     Compiling tinyvec v1.9.0
2025-08-20T19:50:50.3383757Z [00:02:49.275]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tinyvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=9df567a06e27b621 -C extra-filename=-ba1538573adcd650 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern tinyvec_macros=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec_macros-b50b21060450434d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:50.5419757Z [00:02:49.479]➜     Compiling indexmap v2.10.0
2025-08-20T19:50:50.5445009Z [00:02:49.480]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=6c6c753bdcc57238 -C extra-filename=-ab4a20f1db92e44e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rmeta --extern hashbrown=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libhashbrown-cea012a6ea310bef.rmeta --cap-lints allow`
2025-08-20T19:50:51.3431164Z [00:02:50.279]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=23d202d0d5855cb2 -C extra-filename=-115634fe059ab7e1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta --extern once_cell=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rmeta --extern ring=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-e0f45234f09dbdae.rmeta --extern pki_types=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --extern webpki=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-8914423da22ff1ad.rmeta --extern subtle=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta --extern zeroize=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out`
2025-08-20T19:50:51.5013500Z [00:02:50.438]➜     Compiling rand_chacha v0.9.0
2025-08-20T19:50:51.5024036Z [00:02:50.439]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=24f4fff5e23ebe7e -C extra-filename=-b56e08890f921670 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-06b3c7cbbf79f088.rmeta --extern rand_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-ec79b4d739e979c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:51.5464343Z [00:02:50.483]➜     Compiling url v2.5.4
2025-08-20T19:50:51.5485822Z [00:02:50.485]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name url --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=36a3ca55a32701d6 -C extra-filename=-84fe902797f9d363 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d328be1877eac77b.rmeta --extern idna=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-ae023faa50ee2fa2.rmeta --extern percent_encoding=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-72599bcf2e36fbf0.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:51.6396232Z [00:02:50.576]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=1788a8d575bbedc2 -C extra-filename=-94200a6905067ee1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:50:52.3739582Z [00:02:51.310]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b376076da11a7247 -C extra-filename=-f4b7fb83988d9629 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-2a69bb24a0088007.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:50:52.6866884Z [00:02:51.623]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 '--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=b84061972fddd84a -C extra-filename=-edf35c812772bb4c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-2ba0fe2fb98afd6b.rmeta --extern hashbrown=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-ed6e7404dfdcfec5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:53.3344729Z [00:02:52.271]➜     Compiling winnow v0.7.11
2025-08-20T19:50:53.3377934Z [00:02:52.274]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --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=daed39a559460964 -C extra-filename=-6060f1a69a14ba69 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:53.4285216Z [00:02:52.365]➜     Compiling httpdate v1.0.3
2025-08-20T19:50:53.4296418Z [00:02:52.366]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=168ebb5739e542fa -C extra-filename=-cf62c9ef8c051e12 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:53.7216466Z [00:02:52.658]➜     Compiling regex-lite v0.1.6
2025-08-20T19:50:53.7240272Z [00:02:52.661]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=41f281e0607b9e00 -C extra-filename=-638748fe043351ca --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:53.8756156Z [00:02:52.812]➜     Compiling tower-service v0.3.3
2025-08-20T19:50:53.8767802Z [00:02:52.813]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2efc4da6b68de66e -C extra-filename=-4329eca1b006df20 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:53.9814849Z [00:02:52.915]➜     Compiling paste v1.0.15
2025-08-20T19:50:53.9821752Z [00:02:52.919]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25a31c761650791f -C extra-filename=-86fbadf795b6fc2f --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:54.0891713Z [00:02:53.026]➜     Compiling toml_datetime v0.6.11
2025-08-20T19:50:54.0927985Z [00:02:53.029]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.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=776c4b7eb97c72f9 -C extra-filename=-7c5935e27a7aa82e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:54.2843241Z [00:02:53.221]➜     Compiling try-lock v0.2.5
2025-08-20T19:50:54.2853368Z [00:02:53.222]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=f78e3c12c43d9484 -C extra-filename=-076360893bc44938 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:54.4010879Z [00:02:53.338]➜     Compiling base64 v0.22.1
2025-08-20T19:50:54.4101843Z [00:02:53.347]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name base64 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=692c7e3828848099 -C extra-filename=-052c2edd3afdcf95 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:54.4658402Z [00:02:53.403]➜     Compiling base64ct v1.8.0
2025-08-20T19:50:54.4668056Z [00:02:53.403]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=c54d233f372f9bcc -C extra-filename=-5b64c090563ca8d3 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:54.9263020Z [00:02:53.863]➜     Compiling pem-rfc7468 v0.7.0
2025-08-20T19:50:54.9275450Z [00:02:53.864]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=a22cec710f5b1e56 -C extra-filename=-a67b6a1521666e46 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern base64ct=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64ct-5b64c090563ca8d3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:55.1265481Z [00:02:54.063]➜     Compiling ucd-parse v0.1.13
2025-08-20T19:50:55.1300408Z [00:02:54.067]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=3147abac551abd99 -C extra-filename=-a6184ac0fb449182 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern regex_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_lite-638748fe043351ca.rmeta --cap-lints allow`
2025-08-20T19:50:55.3846593Z [00:02:54.322]➜     Compiling want v0.3.1
2025-08-20T19:50:55.3859614Z [00:02:54.323]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=b49f0d1777caaa5a -C extra-filename=-c416555cd8506078 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern try_lock=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtry_lock-076360893bc44938.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:55.6771433Z [00:02:54.614]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build`
2025-08-20T19:50:55.6959400Z [00:02:54.633]➜     Compiling h2 v0.4.10
2025-08-20T19:50:55.6977468Z [00:02:54.634]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name h2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.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(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=4eff29b83350b0c7 -C extra-filename=-01fe2308d241af0c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern atomic_waker=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatomic_waker-dc31e90de4869ae5.rmeta --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern fnv=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-bbacbb8b6b5a9f2a.rmeta --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_sink=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-f8b5667ca92a83d7.rmeta --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta --extern indexmap=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-edf35c812772bb4c.rmeta --extern slab=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-004860a008a6d3ed.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:55.7091448Z [00:02:54.646]➜     Compiling rand v0.9.1
2025-08-20T19:50:55.7125251Z [00:02:54.649]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=31cf7d45a0788404 -C extra-filename=-5d3e190fac51fca7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern rand_chacha=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-b56e08890f921670.rmeta --extern rand_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-ec79b4d739e979c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:56.1450063Z [00:02:55.082]➜     Compiling toml_edit v0.22.27
2025-08-20T19:50:56.1489058Z [00:02:55.085]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=91b8112b9dbdf0b6 -C extra-filename=-ef0efe30e35073d8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libindexmap-ab4a20f1db92e44e.rmeta --extern toml_datetime=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtoml_datetime-7c5935e27a7aa82e.rmeta --extern winnow=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libwinnow-6060f1a69a14ba69.rmeta --cap-lints allow`
2025-08-20T19:50:56.3297817Z [00:02:55.267]➜     Compiling der_derive v0.7.3
2025-08-20T19:50:56.3309485Z [00:02:55.267]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=6ad26f826ef09eb1 -C extra-filename=-4dc3696d5c73663d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:57.0371217Z [00:02:55.974]➜     Compiling snafu-derive v0.8.6
2025-08-20T19:50:57.0382614Z [00:02:55.975]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=9336d319ed094be0 -C extra-filename=-8d23f7f93b81b37f --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:50:58.0336493Z [00:02:56.971]➜     Compiling cpufeatures v0.2.17
2025-08-20T19:50:58.0345106Z [00:02:56.971]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cpufeatures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f0ed4b2478c131d -C extra-filename=-5d37ecdbf820573f --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:58.1274099Z [00:02:57.064]➜     Compiling bitflags v2.9.1
2025-08-20T19:50:58.1283891Z [00:02:57.065]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=21febd03222f64f1 -C extra-filename=-b2a9813d3cf717bb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:58.5124765Z [00:02:57.449]➜     Compiling lazy_static v1.5.0
2025-08-20T19:50:58.5132882Z [00:02:57.450]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=4d0a5a5abd320862 -C extra-filename=-2f51de368a0924b1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:58.6056018Z [00:02:57.542]➜     Compiling const-oid v0.9.6
2025-08-20T19:50:58.6064807Z [00:02:57.543]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=50cc89418ac8a879 -C extra-filename=-e751e86787e15843 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:59.0737295Z [00:02:58.011]➜     Compiling fastrand v2.3.0
2025-08-20T19:50:59.0751422Z [00:02:58.012]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fastrand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=bac79fe26c768748 -C extra-filename=-b3cdd79bb8eff96c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:50:59.3943130Z [00:02:58.331]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=ec32ce05156ed29c -C extra-filename=-8ab3bcbf16f86a71 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:50:59.4874260Z [00:02:58.424]➜     Compiling precis-tools v0.1.9
2025-08-20T19:50:59.4911864Z [00:02:58.428]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=37b3d8ad4d3c96ad -C extra-filename=-bc80daf674d00577 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/liblazy_static-8ab3bcbf16f86a71.rmeta --extern regex=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rmeta --extern ucd_parse=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_parse-a6184ac0fb449182.rmeta --cap-lints allow`
2025-08-20T19:51:00.0774610Z [00:02:59.014]➜     Compiling snafu v0.8.6
2025-08-20T19:51:00.0803712Z [00:02:59.015]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=68c17faaebdaf8c8 -C extra-filename=-6d3e112aecd378be --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-2a69bb24a0088007.rmeta --extern snafu_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsnafu_derive-8d23f7f93b81b37f.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:00.3475280Z [00:02:59.284]➜     Compiling der v0.7.10
2025-08-20T19:51:00.3485905Z [00:02:59.285]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=5efe78abdadb862f -C extra-filename=-229fe2b5011b871d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern const_oid=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconst_oid-e751e86787e15843.rmeta --extern der_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libder_derive-4dc3696d5c73663d.so --extern pem_rfc7468=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpem_rfc7468-a67b6a1521666e46.rmeta --extern zeroize=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:00.4256413Z [00:02:59.363]➜     Compiling proc-macro-crate v3.3.0
2025-08-20T19:51:00.4263488Z [00:02:59.363]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=89091d21563dd1fd -C extra-filename=-3ffcf27fadf118ed --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern toml_edit=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtoml_edit-ef0efe30e35073d8.rmeta --cap-lints allow`
2025-08-20T19:51:00.7435757Z [00:02:59.680]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name paste --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25c4d466992e83fd -C extra-filename=-fbdf26ac509ef3cc --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/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-20T19:51:01.2464725Z [00:03:00.183]➜     Compiling curve25519-dalek v4.1.3
2025-08-20T19:51:01.2479695Z [00:03:00.185]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=074793e373ac0bb5 -C extra-filename=-f9ac97148f94078f --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/curve25519-dalek-f9ac97148f94078f -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern rustc_version=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/librustc_version-1afe3d5c6aa255f5.rlib --cap-lints allow`
2025-08-20T19:51:01.4141782Z [00:03:00.351]➜     Compiling hyper v1.6.0
2025-08-20T19:51:01.4170727Z [00:03:00.353]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=bfcf592cf9c8723f -C extra-filename=-484910e88b79ad6b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern futures_channel=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-281f4515b67e572a.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --extern h2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libh2-01fe2308d241af0c.rmeta --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta --extern http_body=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body-a8af276e89b04aae.rmeta --extern httparse=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-94200a6905067ee1.rmeta --extern httpdate=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttpdate-cf62c9ef8c051e12.rmeta --extern itoa=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-06b09dd40020eb0e.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern smallvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern want=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwant-c416555cd8506078.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:01.4994862Z [00:03:00.436]➜     Compiling heapless v0.7.17
2025-08-20T19:51:01.5005774Z [00:03:00.437]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=d5912779c235c9a0 -C extra-filename=-71840d1b916a6fdc --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/heapless-71840d1b916a6fdc -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern rustc_version=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/librustc_version-1afe3d5c6aa255f5.rlib --cap-lints allow`
2025-08-20T19:51:01.7848281Z [00:03:00.722]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build`
2025-08-20T19:51:01.9351671Z [00:03:00.872]➜     Compiling diatomic-waker v0.2.3
2025-08-20T19:51:01.9365235Z [00:03:00.873]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=4ec8c702d0ebec68 -C extra-filename=-47827a37d2dc045c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:02.0743901Z [00:03:01.011]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="std"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=ac5e582bfe2197cc -C extra-filename=-d6b920d71a8a522b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:04.1576453Z [00:03:03.095]➜     Compiling syn v1.0.109
2025-08-20T19:51:04.1590173Z [00:03:03.096]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=dbadbb08568026b5 -C extra-filename=-dc949403cf2232eb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-dc949403cf2232eb -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:51:04.5613920Z [00:03:03.498]➜     Compiling parking v2.2.1
2025-08-20T19:51:04.5626457Z [00:03:03.499]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=fa653ff31c95dbdc -C extra-filename=-ccd011a07037e724 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:04.8108463Z [00:03:03.748]➜     Compiling regex-syntax v0.6.29
2025-08-20T19:51:04.8123092Z [00:03:03.749]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=eec8a37f30b8cd2f -C extra-filename=-6dee1dcfe7af3cdd --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:06.9223491Z [00:03:05.859]➜     Compiling cordyceps v0.3.4
2025-08-20T19:51:06.9251537Z [00:03:05.862]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=11b19cacdc3e5874 -C extra-filename=-ab908b71c2e90c96 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:07.4692830Z [00:03:06.406]➜     Compiling spin v0.9.8
2025-08-20T19:51:07.4707678Z [00:03:06.407]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="mutex"' --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=fac002fd3fc25512 -C extra-filename=-7909321d5f86d650 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:07.6243028Z [00:03:06.561]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T19:51:07.6265960Z [00:03:06.563]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=155c1f34d298b00d -C extra-filename=-b7b355ee76e503f6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:51:08.0135846Z [00:03:06.950]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build`
2025-08-20T19:51:08.0238833Z [00:03:06.961]➜     Compiling futures-buffered v0.2.11
2025-08-20T19:51:08.0263980Z [00:03:06.963]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=28192e71fd760f54 -C extra-filename=-4f0309921022972d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cordyceps=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcordyceps-ab908b71c2e90c96.rmeta --extern diatomic_waker=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdiatomic_waker-47827a37d2dc045c.rmeta --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern spin=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspin-7909321d5f86d650.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:08.1381202Z [00:03:07.075]➜     Compiling regex-automata v0.1.10
2025-08-20T19:51:08.1424074Z [00:03:07.079]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=abbd25f8ddad19ff -C extra-filename=-dbc834bde5cb4456 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-6dee1dcfe7af3cdd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:08.5672483Z [00:03:07.504]➜     Compiling futures-lite v2.6.0
2025-08-20T19:51:08.5717120Z [00:03:07.508]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_lite --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=d389d9b11b789683 -C extra-filename=-5fa951e0879b9aa6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-b3cdd79bb8eff96c.rmeta --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_io=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-fb4cce81cc4e7a11.rmeta --extern parking=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-ccd011a07037e724.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:10.1477904Z [00:03:09.085]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build-script-build`
2025-08-20T19:51:10.1981412Z [00:03:09.134]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=39c6fe941fad7a3f -C extra-filename=-1eb80a20d83af8f0 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-d6b920d71a8a522b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:10.2417083Z [00:03:09.178]➜     Compiling hyper-util v0.1.14
2025-08-20T19:51:10.2448337Z [00:03:09.180]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name hyper_util --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=45c7b08095fee58a -C extra-filename=-ffba1bf0f31c17e7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-052c2edd3afdcf95.rmeta --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern futures_channel=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-281f4515b67e572a.rmeta --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta --extern http_body=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body-a8af276e89b04aae.rmeta --extern hyper=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper-484910e88b79ad6b.rmeta --extern ipnet=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnet-0060f782ef258f6a.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern percent_encoding=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-72599bcf2e36fbf0.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern socket2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-14eda0d4d72ca8ca.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tower_service=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_service-4329eca1b006df20.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:12.0205424Z [00:03:10.957]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=7edf9e152170393a -C extra-filename=-2676f245fc7b4d34 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror_impl-1712852f24a7f3ee.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-20T19:51:12.1280122Z [00:03:11.065]➜     Compiling spki v0.7.3
2025-08-20T19:51:12.1309256Z [00:03:11.066]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=d706cb4589fd184f -C extra-filename=-01c22409e5acdd6a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern der=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libder-229fe2b5011b871d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:12.1585714Z [00:03:11.095]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/heapless-71840d1b916a6fdc/build-script-build`
2025-08-20T19:51:12.2025367Z [00:03:11.137]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/curve25519-dalek-f9ac97148f94078f/build-script-build`
2025-08-20T19:51:12.2065933Z [00:03:11.143]➜     Compiling derive_more-impl v1.0.0
2025-08-20T19:51:12.2076530Z [00:03:11.144]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=9c7a6faab4bbbd67 -C extra-filename=-4bf68ae35396de7f --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern unicode_xid=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_xid-6223cf11377a0a74.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:12.2813758Z [00:03:11.218]➜     Compiling hash32 v0.2.1
2025-08-20T19:51:12.2818781Z [00:03:11.219]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name hash32 --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.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=e43841238244ba1f -C extra-filename=-96266b31d8cceb62 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-750219b13961a307.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:12.4505136Z [00:03:11.387]➜     Compiling futures-executor v0.3.31
2025-08-20T19:51:12.4515529Z [00:03:11.388]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=27b427ecab7d73ad -C extra-filename=-7fcfeb60b28a9737 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_task=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-b736c1318e43d1e9.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:12.5483653Z [00:03:11.485]➜     Compiling iroh-quinn-udp v0.5.7
2025-08-20T19:51:12.5511956Z [00:03:11.488]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=e080e12a69413c8c -C extra-filename=-958bc8f93e602dd7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-udp-958bc8f93e602dd7 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T19:51:13.0291988Z [00:03:11.966]➜     Compiling n0-future v0.1.3
2025-08-20T19:51:13.0301647Z [00:03:11.967]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=5819851ed9f8977d -C extra-filename=-c506c600a190103d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/n0-future-c506c600a190103d -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T19:51:13.0722880Z [00:03:12.009]➜     Compiling tower-layer v0.3.3
2025-08-20T19:51:13.0741739Z [00:03:12.011]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=d46089e720319e11 -C extra-filename=-8ad2c7acb34380d7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:13.2573032Z [00:03:12.194]➜     Compiling overload v0.1.1
2025-08-20T19:51:13.2585119Z [00:03:12.195]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name overload --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e963da64fceb7da5 -C extra-filename=-b267a33f360845cd --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:13.2972756Z [00:03:12.234]➜     Compiling ucd-trie v0.1.7
2025-08-20T19:51:13.3000853Z [00:03:12.237]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=048c10746a0a7357 -C extra-filename=-45487be857ef9841 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:51:13.3251827Z [00:03:12.262]➜     Compiling nu-ansi-term v0.46.0
2025-08-20T19:51:13.3323631Z [00:03:12.269]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nu_ansi_term --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=4bd577f69234957c -C extra-filename=-3deaedab336be3c7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern overload=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-b267a33f360845cd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:13.6453801Z [00:03:12.582]➜     Compiling pest v2.8.1
2025-08-20T19:51:13.6460707Z [00:03:12.583]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=9bdfad4d21749955 -C extra-filename=-0063239265cef665 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror-2676f245fc7b4d34.rmeta --extern ucd_trie=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_trie-45487be857ef9841.rmeta --cap-lints allow`
2025-08-20T19:51:14.0350040Z [00:03:12.972]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/n0-future-c506c600a190103d/build-script-build`
2025-08-20T19:51:14.0527587Z [00:03:12.990]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-udp-958bc8f93e602dd7/build-script-build`
2025-08-20T19:51:14.0604765Z [00:03:12.998]➜     Compiling futures v0.3.31
2025-08-20T19:51:14.0622946Z [00:03:12.998]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=5012b6e6949a1a9a -C extra-filename=-bc9773e6b563440e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-281f4515b67e572a.rmeta --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_executor=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_executor-7fcfeb60b28a9737.rmeta --extern futures_io=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-fb4cce81cc4e7a11.rmeta --extern futures_sink=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-f8b5667ca92a83d7.rmeta --extern futures_task=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-b736c1318e43d1e9.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:14.1367025Z [00:03:13.073]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=6584d0b652f75de5 -C extra-filename=-eaf653fb767a7d8f --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern hash32=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhash32-96266b31d8cceb62.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --extern stable_deref_trait=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-181269004b05f8ef.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:51:14.4326356Z [00:03:13.369]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="std"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=0efa0ea88032b328 -C extra-filename=-988f3dec381af8dd --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-1eb80a20d83af8f0.rmeta --extern regex_syntax=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-d6b920d71a8a522b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:14.9005889Z [00:03:13.838]➜     Compiling derive_more v1.0.0
2025-08-20T19:51:14.9015198Z [00:03:13.838]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=380f2e9d4fe69573 -C extra-filename=-ef3190d770f3a6f9 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern derive_more_impl=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libderive_more_impl-4bf68ae35396de7f.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:15.0225086Z [00:03:13.959]➜     Compiling pkcs8 v0.10.2
2025-08-20T19:51:15.0234927Z [00:03:13.960]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=fbe49b3052777115 -C extra-filename=-b5b51ecde60bf514 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern der=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libder-229fe2b5011b871d.rmeta --extern spki=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspki-01c22409e5acdd6a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:15.1154237Z [00:03:14.051]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=4110491278c2ebb7 -C extra-filename=-b2411704cc1a8de9 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern digest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-52bf11732c6968aa.rmeta --extern rand_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-8f372f0bbd3e9ecf.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --extern subtle=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta --extern zeroize=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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="serial"'`
2025-08-20T19:51:15.5710193Z [00:03:14.507]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=7d6a92e8f89cb7bb -C extra-filename=-4d30e4a14f4502a4 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern unicode_ident=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
2025-08-20T19:51:15.8626337Z [00:03:14.800]➜     Compiling matchers v0.1.0
2025-08-20T19:51:15.8638475Z [00:03:14.800]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=232c1662657b1d65 -C extra-filename=-d4e2a08f6289827b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-dbc834bde5cb4456.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:15.8984571Z [00:03:14.835]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_utils --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=05f14c9ca4aedf49 -C extra-filename=-5e9cbedcc3b2c296 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-20T19:51:16.0556837Z [00:03:14.993]➜     Compiling netlink-packet-utils v0.5.2
2025-08-20T19:51:16.0593141Z [00:03:14.996]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=1612378a5fcdc5e8 -C extra-filename=-d1becb68ca55ebec --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f4b7fb83988d9629.rmeta --extern byteorder=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-750219b13961a307.rmeta --extern paste=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6176b4533d74f593.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:16.5784709Z [00:03:15.515]➜     Compiling sharded-slab v0.1.7
2025-08-20T19:51:16.5793875Z [00:03:15.516]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sharded_slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=ba2edd48a8e9b13a -C extra-filename=-6e2f23234bb3ebfa --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-2f51de368a0924b1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:17.1347535Z [00:03:16.072]➜     Compiling tokio-rustls v0.26.2
2025-08-20T19:51:17.1357381Z [00:03:16.072]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="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=f14b33422c03d392 -C extra-filename=-cbf577187c18170b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out`
2025-08-20T19:51:17.3994228Z [00:03:16.336]➜     Compiling http-body-util v0.1.3
2025-08-20T19:51:17.4003505Z [00:03:16.337]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=ff4439826fc4cdd1 -C extra-filename=-90ccde79c14745c8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta --extern http_body=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body-a8af276e89b04aae.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:17.4693512Z [00:03:16.406]➜     Compiling webpki-roots v1.0.1
2025-08-20T19:51:17.4707049Z [00:03:16.407]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=8793068829f98a05 -C extra-filename=-43d30a839a2568fb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:17.5652722Z [00:03:16.502]➜     Compiling cobs v0.3.0
2025-08-20T19:51:17.5663470Z [00:03:16.503]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=46a2117565625699 -C extra-filename=-53191173a4e05405 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:17.5915781Z [00:03:16.528]➜     Compiling postcard-derive v0.2.1
2025-08-20T19:51:17.5925131Z [00:03:16.529]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=d4d6ae0e6a3270a5 -C extra-filename=-9545aef5146effb5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:17.7298270Z [00:03:16.667]➜     Compiling async-trait v0.1.88
2025-08-20T19:51:17.7330813Z [00:03:16.670]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=40ab64c671baf714 -C extra-filename=-b6a5bf63b3476124 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:17.8157809Z [00:03:16.753]➜     Compiling inout v0.1.4
2025-08-20T19:51:17.8182639Z [00:03:16.755]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=c1761d50f6964b83 -C extra-filename=-b772738d4635c5d3 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-ec2e2aa042a86d43.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:17.8236420Z [00:03:16.761]➜     Compiling tracing-log v0.2.0
2025-08-20T19:51:17.8246708Z [00:03:16.761]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_log --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=a9effd1b76507bdd -C extra-filename=-7dcf00220c86b8e5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta --extern once_cell=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rmeta --extern tracing_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-c33f120df7f783bb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:17.9545469Z [00:03:16.891]➜     Compiling sync_wrapper v1.0.2
2025-08-20T19:51:17.9553670Z [00:03:16.892]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=42c0fc0bc9b5f6f1 -C extra-filename=-d5eecf6e022aceba --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:18.0374962Z [00:03:16.974]➜     Compiling thread_local v1.1.9
2025-08-20T19:51:18.0419343Z [00:03:16.977]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thread_local --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=adcaec1809ca9a35 -C extra-filename=-3e5990d9851b22cb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:18.2085504Z [00:03:17.146]➜     Compiling rustversion v1.0.21
2025-08-20T19:51:18.2099120Z [00:03:17.147]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.21/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a89adeb715f7449d -C extra-filename=-41f6fca0935e8c9e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:51:18.3130779Z [00:03:17.250]➜     Compiling signature v2.2.0
2025-08-20T19:51:18.3160201Z [00:03:17.253]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=3873ce1764e8e61d -C extra-filename=-c38d4c234a6229f2 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:18.3700360Z [00:03:17.307]➜     Compiling openssl-probe v0.1.6
2025-08-20T19:51:18.3710254Z [00:03:17.308]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name openssl_probe --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4399bb7c3b5e0ec6 -C extra-filename=-32b177d942f63137 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:18.4749318Z [00:03:17.412]➜     Compiling rustls-native-certs v0.8.1
2025-08-20T19:51:18.4760170Z [00:03:17.412]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=01a71729998202e7 -C extra-filename=-d64614b0676f9bf2 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern openssl_probe=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-32b177d942f63137.rmeta --extern pki_types=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:18.5763697Z [00:03:17.513]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build-script-build`
2025-08-20T19:51:18.6058368Z [00:03:17.543]➜     Compiling ed25519 v2.2.3
2025-08-20T19:51:18.6124224Z [00:03:17.549]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2dd564ee1ed71ac8 -C extra-filename=-d7b5441f636dd97a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern pkcs8=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkcs8-b5b51ecde60bf514.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --extern signature=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignature-c38d4c234a6229f2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:18.6139750Z [00:03:17.551]➜     Compiling postcard v1.1.2
2025-08-20T19:51:18.6155453Z [00:03:17.552]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=613b8c592dcad477 -C extra-filename=-ba593978eb8422ba --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cobs=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcobs-53191173a4e05405.rmeta --extern heapless=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libheapless-eaf653fb767a7d8f.rmeta --extern postcard_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpostcard_derive-9545aef5146effb5.so --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:19.1032309Z [00:03:18.040]➜     Compiling tracing-subscriber v0.3.19
2025-08-20T19:51:19.1054274Z [00:03:18.041]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_subscriber --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=ea790ca7b08d03a9 -C extra-filename=-12304743149c15bd --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern matchers=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatchers-d4e2a08f6289827b.rmeta --extern nu_ansi_term=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-3deaedab336be3c7.rmeta --extern once_cell=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rmeta --extern regex=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-988f3dec381af8dd.rmeta --extern sharded_slab=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-6e2f23234bb3ebfa.rmeta --extern smallvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rmeta --extern thread_local=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-3e5990d9851b22cb.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --extern tracing_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-c33f120df7f783bb.rmeta --extern tracing_log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-7dcf00220c86b8e5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:19.1833664Z [00:03:18.120]➜     Compiling tower v0.5.2
2025-08-20T19:51:19.1847793Z [00:03:18.121]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tower --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=f660c24637c9290c -C extra-filename=-8e9f42e229b4acc4 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern sync_wrapper=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsync_wrapper-d5eecf6e022aceba.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tower_layer=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_layer-8ad2c7acb34380d7.rmeta --extern tower_service=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_service-4329eca1b006df20.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:19.3154212Z [00:03:18.251]➜     Compiling cipher v0.4.4
2025-08-20T19:51:19.3160767Z [00:03:18.252]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=e033950283c6a34e -C extra-filename=-700f8382c130a44a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern crypto_common=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-71411bef60f7df93.rmeta --extern inout=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinout-b772738d4635c5d3.rmeta --extern zeroize=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:19.4062447Z [00:03:18.343]➜     Compiling netlink-packet-core v0.7.0
2025-08-20T19:51:19.4068596Z [00:03:18.343]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=83f09b56fe951605 -C extra-filename=-463f0850d7b329ea --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f4b7fb83988d9629.rmeta --extern byteorder=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-750219b13961a307.rmeta --extern netlink_packet_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_utils-d1becb68ca55ebec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:19.6166091Z [00:03:18.554]➜     Compiling pest_meta v2.8.1
2025-08-20T19:51:19.6170250Z [00:03:18.554]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=477cfcf4d9ebff6a -C extra-filename=-7981540ac19bec24 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest-0063239265cef665.rmeta --cap-lints allow`
2025-08-20T19:51:19.7335109Z [00:03:18.670]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=c482e5f7a5a530a5 -C extra-filename=-ac177c94b05ef04b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern derive_more=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-ef3190d770f3a6f9.rmeta --extern futures_buffered=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_buffered-4f0309921022972d.rmeta --extern futures_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-5fa951e0879b9aa6.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:51:19.7882198Z [00:03:18.724]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=55994d5a83c99cf5 -C extra-filename=-9a4df4053ea546f1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern socket2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-14eda0d4d72ca8ca.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:51:19.8330585Z [00:03:18.770]➜     Compiling precis-core v0.1.11
2025-08-20T19:51:19.8336074Z [00:03:18.770]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=fc6b345ae70f8eac -C extra-filename=-948b0fd04b2e8526 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-core-948b0fd04b2e8526 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern precis_tools=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libprecis_tools-bc80daf674d00577.rlib --extern ucd_parse=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_parse-a6184ac0fb449182.rlib --cap-lints allow`
2025-08-20T19:51:20.4848725Z [00:03:19.422]➜     Compiling sha2 v0.10.9
2025-08-20T19:51:20.4861333Z [00:03:19.423]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=a35277e620c4ceac -C extra-filename=-cccec32555565ed9 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern cpufeatures=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-5d37ecdbf820573f.rmeta --extern digest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-52bf11732c6968aa.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:20.5251161Z [00:03:19.462]➜     Compiling derive_more-impl v2.0.1
2025-08-20T19:51:20.5257572Z [00:03:19.462]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="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=4ce231b5112bbb03 -C extra-filename=-c04d7be98c2d7c50 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern unicode_xid=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_xid-6223cf11377a0a74.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:21.1998178Z [00:03:20.137]➜     Compiling rand_chacha v0.3.1
2025-08-20T19:51:21.2009118Z [00:03:20.137]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=90903dbff3624284 -C extra-filename=-3fc853e878dc8531 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-06b3c7cbbf79f088.rmeta --extern rand_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-8f372f0bbd3e9ecf.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:21.7144724Z [00:03:20.652]➜     Compiling nested_enum_utils v0.2.2
2025-08-20T19:51:21.7169798Z [00:03:20.654]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=68a680afbd56e354 -C extra-filename=-b4161b7655478a37 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro_crate=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro_crate-3ffcf27fadf118ed.rlib --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-4d30e4a14f4502a4.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:22.4854416Z [00:03:21.422]➜     Compiling ryu v1.0.20
2025-08-20T19:51:22.4865499Z [00:03:21.423]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=fd05d94780baa006 -C extra-filename=-cff9f4a0d144c8c6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:22.6054072Z [00:03:21.542]➜     Compiling termcolor v1.4.1
2025-08-20T19:51:22.6067198Z [00:03:21.543]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name termcolor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=838a8f4569063ee8 -C extra-filename=-605cf59a3be37f34 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:22.8144322Z [00:03:21.751]➜     Compiling powerfmt v0.2.0
2025-08-20T19:51:22.8153168Z [00:03:21.752]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name powerfmt --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=6d7c12baf9c4b1f9 -C extra-filename=-08330e8e9da79f3e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:23.1163690Z [00:03:22.053]➜     Compiling iri-string v0.7.8
2025-08-20T19:51:23.1169719Z [00:03:22.054]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=57b0eb2d4fc23145 -C extra-filename=-feb36f9908e54020 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:23.1918912Z [00:03:22.129]➜     Compiling litrs v0.4.1
2025-08-20T19:51:23.1926660Z [00:03:22.129]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=5cbb268bcb5bd6e7 -C extra-filename=-c951a8e04f2aaa48 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:51:23.2833387Z [00:03:22.220]➜     Compiling no-std-net v0.6.0
2025-08-20T19:51:23.2873974Z [00:03:22.224]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=3b35a138d4a74c16 -C extra-filename=-d3059a14802bc5e5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:23.3654316Z [00:03:22.302]➜     Compiling moka v0.12.10
2025-08-20T19:51:23.3683371Z [00:03:22.305]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=1362aa0cac0dc1b5 -C extra-filename=-7b7506a81e49a655 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/moka-7b7506a81e49a655 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:51:23.5924504Z [00:03:22.529]➜     Compiling data-encoding v2.9.0
2025-08-20T19:51:23.5938351Z [00:03:22.530]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=043ec23cc8fbc88c -C extra-filename=-2a42ee88ff19126a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:24.0922823Z [00:03:23.029]➜     Compiling btparse v0.2.0
2025-08-20T19:51:24.0935207Z [00:03:23.030]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=5722128f4438f9c8 -C extra-filename=-efb62fa5434f7ef3 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:24.5159672Z [00:03:23.453]➜     Compiling derive_more v2.0.1
2025-08-20T19:51:24.5169691Z [00:03:23.453]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="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=c0f185f74bd5d2fd -C extra-filename=-d34a7b54f31a6ed8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern derive_more_impl=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libderive_more_impl-c04d7be98c2d7c50.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:24.7374056Z [00:03:23.674]➜     Compiling color-backtrace v0.7.0
2025-08-20T19:51:24.7386600Z [00:03:23.675]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=547fd71892ca2ecd -C extra-filename=-5af275f26727c090 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-2a69bb24a0088007.rmeta --extern btparse=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbtparse-efb62fa5434f7ef3.rmeta --extern termcolor=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-605cf59a3be37f34.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:24.7915011Z [00:03:23.728]➜     Compiling document-features v0.2.11
2025-08-20T19:51:24.7921923Z [00:03:23.729]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=9017854f56a6574c -C extra-filename=-71fc5693dee8a080 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern litrs=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/liblitrs-c951a8e04f2aaa48.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:25.5434876Z [00:03:24.481]➜     Compiling tower-http v0.6.6
2025-08-20T19:51:25.5450968Z [00:03:24.481]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --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=85d3c8d6b9053f39 -C extra-filename=-76e6e351597177d8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-b2a9813d3cf717bb.rmeta --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta --extern http_body=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body-a8af276e89b04aae.rmeta --extern iri_string=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiri_string-feb36f9908e54020.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern tower=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower-8e9f42e229b4acc4.rmeta --extern tower_layer=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_layer-8ad2c7acb34380d7.rmeta --extern tower_service=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_service-4329eca1b006df20.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:26.0816621Z [00:03:25.018]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/moka-7b7506a81e49a655/build-script-build`
2025-08-20T19:51:26.0958736Z [00:03:25.033]➜     Compiling pnet_base v0.34.0
2025-08-20T19:51:26.0983235Z [00:03:25.035]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=054d1acf09c8066a -C extra-filename=-642a7af0b7d55966 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern no_std_net=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libno_std_net-d3059a14802bc5e5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:26.1967784Z [00:03:25.134]➜     Compiling deranged v0.4.0
2025-08-20T19:51:26.1991508Z [00:03:25.135]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name deranged --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.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=3a8b0dadfcef3faf -C extra-filename=-3bcfd63ff352ab07 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern powerfmt=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-08330e8e9da79f3e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:26.3113707Z [00:03:25.248]➜     Compiling serde_urlencoded v0.7.1
2025-08-20T19:51:26.3122466Z [00:03:25.248]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=dbcf5a07922ed3f8 -C extra-filename=-818f0311c0d77c57 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d328be1877eac77b.rmeta --extern itoa=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-06b09dd40020eb0e.rmeta --extern ryu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-cff9f4a0d144c8c6.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:26.5667094Z [00:03:25.504]➜     Compiling rand v0.8.5
2025-08-20T19:51:26.5680366Z [00:03:25.504]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=b8bf6d8f215fd7fd -C extra-filename=-80483159b3954362 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern rand_chacha=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-3fc853e878dc8531.rmeta --extern rand_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-8f372f0bbd3e9ecf.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:26.6614850Z [00:03:25.598]➜     Compiling tracing-error v0.2.1
2025-08-20T19:51:26.6625497Z [00:03:25.598]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=88bceefa592bb37d -C extra-filename=-3dc04306c99035ab --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --extern tracing_subscriber=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-12304743149c15bd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:26.7828231Z [00:03:25.720]➜     Compiling pest_generator v2.8.1
2025-08-20T19:51:26.7841782Z [00:03:25.721]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=d651ddda4e153cf8 -C extra-filename=-4815e7275e928794 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest-0063239265cef665.rmeta --extern pest_meta=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_meta-7981540ac19bec24.rmeta --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rmeta --cap-lints allow`
2025-08-20T19:51:26.8064656Z [00:03:25.743]➜     Compiling ed25519-dalek v2.1.1
2025-08-20T19:51:26.8084535Z [00:03:25.744]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ed25519_dalek --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=95b5fd06a06b4e91 -C extra-filename=-b6eb71923764e55b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern curve25519_dalek=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurve25519_dalek-b2411704cc1a8de9.rmeta --extern ed25519=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519-d7b5441f636dd97a.rmeta --extern rand_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-8f372f0bbd3e9ecf.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --extern sha2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha2-cccec32555565ed9.rmeta --extern subtle=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta --extern zeroize=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:27.0389485Z [00:03:25.976]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-core-948b0fd04b2e8526/build-script-build`
2025-08-20T19:51:27.3505385Z [00:03:26.288]➜     Compiling rustls-platform-verifier v0.5.3
2025-08-20T19:51:27.3514748Z [00:03:26.288]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=ccf5e6ed084b6a48 -C extra-filename=-56d4bc77859cf30e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rlib --extern once_cell=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rlib --extern rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rlib --extern rustls_native_certs=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_native_certs-d64614b0676f9bf2.rlib --extern webpki=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-8914423da22ff1ad.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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out`
2025-08-20T19:51:27.5915574Z [00:03:26.528]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustversion --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64934fdc9da4d36c -C extra-filename=-0d4b169a5d5fc745 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/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-20T19:51:27.8357822Z [00:03:26.773]➜     Compiling hyper-rustls v0.27.7
2025-08-20T19:51:27.8398837Z [00:03:26.776]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=219acbd817a66430 -C extra-filename=-2c58e7cd8c84a758 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta --extern hyper=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper-484910e88b79ad6b.rmeta --extern hyper_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_util-ffba1bf0f31c17e7.rmeta --extern rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rmeta --extern pki_types=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tokio_rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_rustls-cbf577187c18170b.rmeta --extern tower_service=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_service-4329eca1b006df20.rmeta --extern webpki_roots=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-43d30a839a2568fb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out`
2025-08-20T19:51:28.1291138Z [00:03:27.066]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T19:51:28.1300412Z [00:03:27.066]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_epoch --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=90059de9b243afe3 -C extra-filename=-d5bcf8d27409c074 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-5e9cbedcc3b2c296.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:28.1560895Z [00:03:27.093]➜     Compiling crossbeam-channel v0.5.15
2025-08-20T19:51:28.1571322Z [00:03:27.093]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=d262ec0087e945b5 -C extra-filename=-0a57987a945d3848 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-5e9cbedcc3b2c296.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:28.4212706Z [00:03:27.358]➜     Compiling netlink-sys v0.8.7
2025-08-20T19:51:28.4222623Z [00:03:27.358]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=8c21df938fb21203 -C extra-filename=-5fcdd4ae6ac719d4 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern futures=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-bc9773e6b563440e.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:28.4543785Z [00:03:27.391]➜     Compiling num_enum_derive v0.7.4
2025-08-20T19:51:28.4573054Z [00:03:27.394]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=f76e5d129872ccb4 -C extra-filename=-bb2c6e1161225e65 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro_crate=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro_crate-3ffcf27fadf118ed.rlib --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:28.8394569Z [00:03:27.776]➜     Compiling precis-profiles v0.1.12
2025-08-20T19:51:28.8421211Z [00:03:27.779]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=5776db5c701c32a3 -C extra-filename=-223a6802421d9962 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-profiles-223a6802421d9962 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern precis_tools=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libprecis_tools-bc80daf674d00577.rlib --cap-lints allow`
2025-08-20T19:51:29.0621558Z [00:03:27.999]➜     Compiling sha1 v0.10.6
2025-08-20T19:51:29.0630591Z [00:03:28.000]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sha1 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=3894fd8e9a8324cc -C extra-filename=-d8a28b8f9cdb9d4a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern cpufeatures=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-5d37ecdbf820573f.rmeta --extern digest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-52bf11732c6968aa.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:29.0942433Z [00:03:28.031]➜     Compiling unicode-normalization v0.1.24
2025-08-20T19:51:29.0950250Z [00:03:28.031]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_normalization --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e2387150b8481618 -C extra-filename=-8906c423b6a5beb6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern tinyvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-ba1538573adcd650.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:29.2973793Z [00:03:28.234]➜     Compiling uuid v1.17.0
2025-08-20T19:51:29.2981307Z [00:03:28.234]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=cd5c5d7e26f7e33a -C extra-filename=-4a8e8c591cd8f475 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e9c9eac840587813.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:29.3252969Z [00:03:28.262]➜     Compiling iroh-metrics-derive v0.2.0
2025-08-20T19:51:29.3261026Z [00:03:28.263]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=c433c4bee1d840c7 -C extra-filename=-17a7a11ac568ca75 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:29.8228876Z [00:03:28.760]➜     Compiling enum-as-inner v0.6.1
2025-08-20T19:51:29.8236771Z [00:03:28.760]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=9e7f4ad02f5e06a1 -C extra-filename=-7c2373234d679360 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:29.8474360Z [00:03:28.784]➜     Compiling blake3 v1.8.2
2025-08-20T19:51:29.8481337Z [00:03:28.785]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=5aa0e06933e3da4f -C extra-filename=-882e63f64ba438dd --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/blake3-882e63f64ba438dd -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcc-ad080019cc874bb7.rlib --cap-lints allow`
2025-08-20T19:51:30.0045125Z [00:03:28.941]➜     Compiling http v0.2.12
2025-08-20T19:51:30.0056229Z [00:03:28.942]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=55293b67e48f21b6 -C extra-filename=-a7e6202e1db30669 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern fnv=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-bbacbb8b6b5a9f2a.rmeta --extern itoa=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-06b09dd40020eb0e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.1796813Z [00:03:29.117]➜     Compiling universal-hash v0.5.1
2025-08-20T19:51:30.1808772Z [00:03:29.117]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=346245325f0233c2 -C extra-filename=-ad41ea537e262be1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern crypto_common=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-71411bef60f7df93.rmeta --extern subtle=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.2530377Z [00:03:29.190]➜     Compiling netwatch v0.8.0
2025-08-20T19:51:30.2550916Z [00:03:29.192]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=041c997ae3992ec6 -C extra-filename=-656b03089ed609af --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/netwatch-656b03089ed609af -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T19:51:30.3214379Z [00:03:29.258]➜     Compiling pkarr v3.8.0
2025-08-20T19:51:30.3223768Z [00:03:29.259]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="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=5507828a79189a16 -C extra-filename=-691782bd093690a6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/pkarr-691782bd093690a6 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T19:51:30.4062499Z [00:03:29.343]➜     Compiling iroh-quinn v0.14.0
2025-08-20T19:51:30.4073045Z [00:03:29.344]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=686e2551fb6b6d1e -C extra-filename=-c0488f7ff3451ee6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-c0488f7ff3451ee6 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T19:51:30.5343562Z [00:03:29.469]➜     Compiling opaque-debug v0.3.1
2025-08-20T19:51:30.5351670Z [00:03:29.472]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=12bffcd14e76bfe4 -C extra-filename=-59685552f1770f87 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.5859337Z [00:03:29.523]➜     Compiling num-conv v0.1.0
2025-08-20T19:51:30.5867619Z [00:03:29.523]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_conv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=160f345378ec9a9b -C extra-filename=-5b4a8f372d7a35fc --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.6253944Z [00:03:29.562]➜     Compiling utf8parse v0.2.2
2025-08-20T19:51:30.6258926Z [00:03:29.562]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=66060cbc43272707 -C extra-filename=-654ab0e6866dede5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.6459174Z [00:03:29.583]➜     Compiling base32 v0.5.1
2025-08-20T19:51:30.6490982Z [00:03:29.586]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=59588491215f3e1c -C extra-filename=-6a3adb0080529794 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.7147799Z [00:03:29.652]➜     Compiling time-core v0.1.4
2025-08-20T19:51:30.7164813Z [00:03:29.652]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name time_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.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=3eda15925e6b5a64 -C extra-filename=-22b156ebe509c0ef --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.7225869Z [00:03:29.659]➜     Compiling rustc-hash v2.1.1
2025-08-20T19:51:30.7241317Z [00:03:29.661]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2453f482dc11e604 -C extra-filename=-dec9a6be2f71d2d5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.7971628Z [00:03:29.734]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=37c474a14eb95c91 -C extra-filename=-09a27b98dd5ca11c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.8200742Z [00:03:29.757]➜     Compiling xml-rs v0.8.26
2025-08-20T19:51:30.8210239Z [00:03:29.758]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name xml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xml-rs-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=551fadfd36500aff -C extra-filename=-3d7e5295565a9f55 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.8615398Z [00:03:29.798]➜     Compiling tagptr v0.2.0
2025-08-20T19:51:30.8625026Z [00:03:29.799]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=624e5bf0d55ebd61 -C extra-filename=-90605262b1df377c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:30.8730469Z [00:03:29.810]➜     Compiling time v0.3.41
2025-08-20T19:51:30.8760439Z [00:03:29.812]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name time --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.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="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=1782b83f5701829e -C extra-filename=-007d2142533ea5c8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern deranged=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-3bcfd63ff352ab07.rmeta --extern num_conv=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-5b4a8f372d7a35fc.rmeta --extern powerfmt=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-08330e8e9da79f3e.rmeta --extern time_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-22b156ebe509c0ef.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:31.0636133Z [00:03:29.998]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=1406427a28b1df45 -C extra-filename=-49fc106a764f3188 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-0a57987a945d3848.rmeta --extern crossbeam_epoch=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d5bcf8d27409c074.rmeta --extern crossbeam_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-5e9cbedcc3b2c296.rmeta --extern parking_lot=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-2a9fb24458300216.rmeta --extern portable_atomic=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-2d9c9a047034df3c.rmeta --extern smallvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rmeta --extern tagptr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtagptr-90605262b1df377c.rmeta --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6176b4533d74f593.rmeta --extern uuid=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-4a8e8c591cd8f475.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:31.4295916Z [00:03:30.367]➜     Compiling attohttpc v0.24.1
2025-08-20T19:51:31.4324406Z [00:03:30.369]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=5d8b641425a67c48 -C extra-filename=-a53e1b48206127e2 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-a7e6202e1db30669.rmeta --extern log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta --extern url=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:32.5509652Z [00:03:31.488]➜     Compiling xmltree v0.10.3
2025-08-20T19:51:32.5522531Z [00:03:31.489]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=6e13995533078dfd -C extra-filename=-ef977360c71eb998 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern xml=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxml-3d7e5295565a9f55.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:32.7307838Z [00:03:31.667]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=3f4e0171928b3973 -C extra-filename=-4774239b385d764c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rmeta --extern ucd_trie=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libucd_trie-09a27b98dd5ca11c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:32.8615764Z [00:03:31.799]➜     Compiling iroh-quinn-proto v0.13.0
2025-08-20T19:51:32.8635449Z [00:03:31.799]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=87427bdff816e62b -C extra-filename=-e9afc8d71e773b81 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-80483159b3954362.rmeta --extern ring=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-e0f45234f09dbdae.rmeta --extern rustc_hash=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_hash-dec9a6be2f71d2d5.rmeta --extern rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rmeta --extern rustls_platform_verifier=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_platform_verifier-56d4bc77859cf30e.rlib --extern slab=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-004860a008a6d3ed.rmeta --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rmeta --extern tinyvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-ba1538573adcd650.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out`
2025-08-20T19:51:33.0551699Z [00:03:31.992]➜     Compiling ntimestamp v1.0.0
2025-08-20T19:51:33.0564851Z [00:03:31.993]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=7e666b46c434cb91 -C extra-filename=-ac5fe799176715e5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern base32=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase32-6a3adb0080529794.rmeta --extern document_features=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdocument_features-71fc5693dee8a080.so --extern getrandom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-aaf3b3137c640ded.rmeta --extern httpdate=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttpdate-cf62c9ef8c051e12.rmeta --extern once_cell=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:33.3402251Z [00:03:32.277]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2ae40b85a753d75d -C extra-filename=-6db732beba927889 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern unicode_normalization=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-8906c423b6a5beb6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:34.0714174Z [00:03:33.008]➜     Compiling anstyle-parse v0.2.7
2025-08-20T19:51:34.0760151Z [00:03:33.012]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=0ad443505b3099c3 -C extra-filename=-6f2f0cbe09b57ffe --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:34.3872732Z [00:03:33.324]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-c0488f7ff3451ee6/build-script-build`
2025-08-20T19:51:34.4039135Z [00:03:33.341]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/pkarr-691782bd093690a6/build-script-build`
2025-08-20T19:51:34.4115310Z [00:03:33.348]➜     Compiling poly1305 v0.8.0
2025-08-20T19:51:34.4125954Z [00:03:33.349]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=76e4043f65df095b -C extra-filename=-50fa25f3d32111f1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern opaque_debug=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopaque_debug-59685552f1770f87.rmeta --extern universal_hash=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuniversal_hash-ad41ea537e262be1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:34.4233402Z [00:03:33.360]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/netwatch-656b03089ed609af/build-script-build`
2025-08-20T19:51:34.4307759Z [00:03:33.368]➜     Compiling hickory-proto v0.25.2
2025-08-20T19:51:34.4328095Z [00:03:33.368]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name hickory_proto --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="futures-io"' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=9f18744b3ac3137c -C extra-filename=-c685aaecbbb26e97 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libasync_trait-b6a5bf63b3476124.so --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern data_encoding=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdata_encoding-2a42ee88ff19126a.rmeta --extern enum_as_inner=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libenum_as_inner-7c2373234d679360.so --extern futures_channel=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-281f4515b67e572a.rmeta --extern futures_io=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-fb4cce81cc4e7a11.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --extern idna=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-ae023faa50ee2fa2.rmeta --extern ipnet=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnet-0060f782ef258f6a.rmeta --extern once_cell=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rmeta --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rmeta --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rmeta --extern tinyvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-ba1538573adcd650.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --extern url=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:34.6712999Z [00:03:33.608]➜     Compiling num_enum v0.7.4
2025-08-20T19:51:34.6724782Z [00:03:33.609]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=7f3dc485b482b38d -C extra-filename=-f235d5d9e670fd2b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern num_enum_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libnum_enum_derive-bb2c6e1161225e65.so --extern rustversion=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:34.8122757Z [00:03:33.749]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/blake3-882e63f64ba438dd/build-script-build`
2025-08-20T19:51:35.0848282Z [00:03:34.022]➜     Compiling iroh-metrics v0.35.0
2025-08-20T19:51:35.0862288Z [00:03:34.022]➜       Running `/root/.rustup/toolchains/stable-aarch64-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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "metrics", "service", "static_core"))' -C metadata=5dd9457cfa34fa4e -C extra-filename=-42bf256d1bf00132 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern iroh_metrics_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libiroh_metrics_derive-17a7a11ac568ca75.so --extern itoa=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-06b09dd40020eb0e.rmeta --extern postcard=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpostcard-ba593978eb8422ba.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --extern snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:35.2009918Z [00:03:34.138]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-profiles-223a6802421d9962/build-script-build`
2025-08-20T19:51:35.2973932Z [00:03:34.234]➜     Compiling netlink-proto v0.11.5
2025-08-20T19:51:35.2983380Z [00:03:34.235]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=6d07508f64b9ba37 -C extra-filename=-099ce25714619010 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern futures=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-bc9773e6b563440e.rmeta --extern log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta --extern netlink_packet_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_core-463f0850d7b329ea.rmeta --extern netlink_sys=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_sys-5fcdd4ae6ac719d4.rmeta --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:35.5626190Z [00:03:34.499]➜     Compiling reqwest v0.12.20
2025-08-20T19:51:35.5652021Z [00:03:34.500]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name reqwest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=628c35efc233c848 -C extra-filename=-14f238d487a5b1ea --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-052c2edd3afdcf95.rmeta --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta --extern http_body=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body-a8af276e89b04aae.rmeta --extern http_body_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body_util-90ccde79c14745c8.rmeta --extern hyper=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper-484910e88b79ad6b.rmeta --extern hyper_rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_rustls-2c58e7cd8c84a758.rmeta --extern hyper_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_util-ffba1bf0f31c17e7.rmeta --extern log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta --extern percent_encoding=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-72599bcf2e36fbf0.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rmeta --extern rustls_pki_types=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --extern serde_urlencoded=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_urlencoded-818f0311c0d77c57.rmeta --extern sync_wrapper=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsync_wrapper-d5eecf6e022aceba.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tokio_rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_rustls-cbf577187c18170b.rmeta --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rmeta --extern tower=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower-8e9f42e229b4acc4.rmeta --extern tower_http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_http-76e6e351597177d8.rmeta --extern tower_service=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_service-4329eca1b006df20.rmeta --extern url=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rmeta --extern webpki_roots=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-43d30a839a2568fb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out`
2025-08-20T19:51:36.9062286Z [00:03:35.843]➜     Compiling pest_derive v2.8.1
2025-08-20T19:51:36.9066554Z [00:03:35.843]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2ddece9a33bd501a -C extra-filename=-92b2351a99efe9c1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest-0063239265cef665.rlib --extern pest_generator=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_generator-4815e7275e928794.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:37.3946755Z [00:03:36.332]➜     Compiling n0-snafu v0.2.1
2025-08-20T19:51:37.3955176Z [00:03:36.332]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=b54babbe15337a9b -C extra-filename=-2eeacb03d43c588f --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f4b7fb83988d9629.rmeta --extern btparse=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbtparse-efb62fa5434f7ef3.rmeta --extern color_backtrace=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_backtrace-5af275f26727c090.rmeta --extern snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rmeta --extern tracing_error=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-3dc04306c99035ab.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:38.0744172Z [00:03:37.011]➜     Compiling pnet_macros_support v0.34.0
2025-08-20T19:51:38.0752529Z [00:03:37.012]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=5110d8eb5f463e7e -C extra-filename=-cb1a739ab1144c67 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern pnet_base=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-642a7af0b7d55966.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:38.2519091Z [00:03:37.189]➜     Compiling n0-watcher v0.3.0
2025-08-20T19:51:38.2618283Z [00:03:37.198]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=030f11b0fbb1644b -C extra-filename=-c76d5d61be334ba9 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern derive_more=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-ef3190d770f3a6f9.rmeta --extern n0_future=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_future-ac177c94b05ef04b.rmeta --extern snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:38.5178736Z [00:03:37.455]➜     Compiling netlink-packet-route v0.24.0
2025-08-20T19:51:38.5187345Z [00:03:37.455]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=a3b7f164a5a9bfc0 -C extra-filename=-a9569c71711ee3fe --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f4b7fb83988d9629.rmeta --extern bitflags=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-b2a9813d3cf717bb.rmeta --extern byteorder=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-750219b13961a307.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta --extern netlink_packet_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_core-463f0850d7b329ea.rmeta --extern netlink_packet_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_utils-d1becb68ca55ebec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:42.5086581Z [00:03:41.446]➜     Compiling chacha20 v0.9.1
2025-08-20T19:51:42.5101824Z [00:03:41.447]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=5691135bf8747953 -C extra-filename=-09a2ed4a9d1fa396 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern cipher=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcipher-700f8382c130a44a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:42.7834248Z [00:03:41.720]➜     Compiling salsa20 v0.10.2
2025-08-20T19:51:42.7851870Z [00:03:41.722]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=41a409dcde753d81 -C extra-filename=-d16407556f878b09 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cipher=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcipher-700f8382c130a44a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:42.9445246Z [00:03:41.881]➜     Compiling simple-dns v0.9.3
2025-08-20T19:51:42.9450534Z [00:03:41.881]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=8ea06e1c990982b3 -C extra-filename=-28ff1c682a19c6cf --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-b2a9813d3cf717bb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:48.3384421Z [00:03:47.272]➜     Compiling pnet_macros v0.34.0
2025-08-20T19:51:48.3389955Z [00:03:47.273]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=849d3d391f3659de -C extra-filename=-863d9bb0c3d35948 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern regex=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:48.4730004Z [00:03:47.410]➜     Compiling netdev v0.36.0
2025-08-20T19:51:48.4817756Z [00:03:47.418]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=22b75913f37cb5f6 -C extra-filename=-53a5f97125370c3a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern ipnet=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnet-0060f782ef258f6a.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:49.6405911Z [00:03:48.578]➜     Compiling lru v0.13.0
2025-08-20T19:51:49.6414543Z [00:03:48.578]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lru --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.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=8cf4ca383b70d702 -C extra-filename=-7aa980f6245d1507 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-ed6e7404dfdcfec5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:49.8300455Z [00:03:48.767]➜     Compiling hmac v0.12.1
2025-08-20T19:51:49.8308603Z [00:03:48.767]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=864dfe3468a171a1 -C extra-filename=-0ab1d828d727d4ce --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern digest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-52bf11732c6968aa.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:50.0258595Z [00:03:48.963]➜     Compiling async-compat v0.2.4
2025-08-20T19:51:50.0280224Z [00:03:48.963]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=0a007d7baa2eedb5 -C extra-filename=-6d4f3534fcc98995 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_io=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-fb4cce81cc4e7a11.rmeta --extern once_cell=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:51.1007156Z [00:03:50.038]➜     Compiling enumflags2_derive v0.7.12
2025-08-20T19:51:51.1041479Z [00:03:50.041]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2d0d123976e05376 -C extra-filename=-84dcc7575a4d3c1b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:51.2480635Z [00:03:50.185]➜     Compiling strum_macros v0.27.2
2025-08-20T19:51:51.2489267Z [00:03:50.185]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9516a32b317e0fa -C extra-filename=-691884fc254cf8b7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:52.0443065Z [00:03:50.981]➜     Compiling pin-project-internal v1.1.10
2025-08-20T19:51:52.0463497Z [00:03:50.983]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=01ee0500293a2655 -C extra-filename=-68c51e56de636fd5 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:51:53.1017673Z [00:03:52.039]➜     Compiling aead v0.5.2
2025-08-20T19:51:53.1059934Z [00:03:52.042]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=dbfff8669f83c272 -C extra-filename=-007b5c94ee8f1afb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern crypto_common=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-71411bef60f7df93.rmeta --extern generic_array=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-ec2e2aa042a86d43.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:53.2373022Z [00:03:52.174]➜     Compiling iroh-relay v0.91.0
2025-08-20T19:51:53.2377199Z [00:03:52.174]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-relay-0.91.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(iroh_loom)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "metrics", "server", "test-utils"))' -C metadata=94ae4976b1acf3fc -C extra-filename=-fafef6256d375175 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-relay-fafef6256d375175 -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T19:51:53.5002898Z [00:03:52.437]➜     Compiling socket2 v0.6.0
2025-08-20T19:51:53.5007870Z [00:03:52.437]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.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=b67312f939441edd -C extra-filename=-b89ecb3e610bae71 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:53.5939154Z [00:03:52.531]➜     Compiling colorchoice v1.0.4
2025-08-20T19:51:53.5977245Z [00:03:52.531]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae8be52b0c043045 -C extra-filename=-309e6b44748942cb --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:53.6648431Z [00:03:52.602]➜     Compiling arrayref v0.3.9
2025-08-20T19:51:53.6654088Z [00:03:52.602]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=521b02e8700dd0d8 -C extra-filename=-0af1d034175f6f6a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:53.7160822Z [00:03:52.653]➜     Compiling constant_time_eq v0.3.1
2025-08-20T19:51:53.7176728Z [00:03:52.654]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=831743b0fec9cf02 -C extra-filename=-ac980a4d58e59373 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:53.8254428Z [00:03:52.762]➜     Compiling anstyle-query v1.1.3
2025-08-20T19:51:53.8307098Z [00:03:52.763]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9ab62754acec9a3 -C extra-filename=-dd3fb9063464bdb2 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:53.8339099Z [00:03:52.771]➜     Compiling anstyle v1.0.11
2025-08-20T19:51:53.8371386Z [00:03:52.773]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=552da419deaa66b4 -C extra-filename=-353d305c40d9cf94 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:53.9263277Z [00:03:52.863]➜     Compiling dyn-clone v1.0.19
2025-08-20T19:51:53.9274557Z [00:03:52.864]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=ba1485462309d7b8 -C extra-filename=-d693bcf40284f29a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:54.0670140Z [00:03:53.004]➜     Compiling simdutf8 v0.1.5
2025-08-20T19:51:54.0682685Z [00:03:53.005]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=8196a6c1d71c79f1 -C extra-filename=-2523c9db9b1c9c82 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:54.1695689Z [00:03:53.106]➜     Compiling arrayvec v0.7.6
2025-08-20T19:51:54.1707548Z [00:03:53.107]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name arrayvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=89af99505b14c42f -C extra-filename=-637411b9e28bce1d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:54.4074060Z [00:03:53.344]➜     Compiling base16ct v0.2.0
2025-08-20T19:51:54.4085379Z [00:03:53.345]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2f3e7746ded0db34 -C extra-filename=-1191a87694c34d84 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:54.4303379Z [00:03:53.367]➜     Compiling sha1_smol v1.0.1
2025-08-20T19:51:54.4315098Z [00:03:53.368]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=d537d43e40317a6f -C extra-filename=-3814fc46e91cab77 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:54.5544617Z [00:03:53.491]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T19:51:54.5564202Z [00:03:53.492]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2e7ba8cbe2ecbdcb -C extra-filename=-d41033bcec586f6b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:54.5944108Z [00:03:53.531]➜     Compiling crc-catalog v2.4.0
2025-08-20T19:51:54.5956584Z [00:03:53.532]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=7ecbb4dfad99e62d -C extra-filename=-0db5416c9d6ca27b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:54.6180425Z [00:03:53.555]➜     Compiling self_cell v1.2.0
2025-08-20T19:51:54.6191084Z [00:03:53.556]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=17521c5c6ee1c1db -C extra-filename=-71219146c77d5fb1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:54.6940683Z [00:03:53.631]➜     Compiling resolv-conf v0.7.4
2025-08-20T19:51:54.6950005Z [00:03:53.632]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=5d38f0826340f92e -C extra-filename=-471cf4706d7e8b5d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:54.7476752Z [00:03:53.680]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="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=7cb4df41a3be33b5 -C extra-filename=-8edc8a20bebef955 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern async_compat=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_compat-6d4f3534fcc98995.rmeta --extern base32=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase32-6a3adb0080529794.rmeta --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern document_features=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdocument_features-71fc5693dee8a080.so --extern dyn_clone=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdyn_clone-d693bcf40284f29a.rmeta --extern ed25519_dalek=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519_dalek-b6eb71923764e55b.rmeta --extern futures_buffered=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_buffered-4f0309921022972d.rmeta --extern futures_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-5fa951e0879b9aa6.rmeta --extern getrandom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-aaf3b3137c640ded.rmeta --extern lru=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-7aa980f6245d1507.rmeta --extern ntimestamp=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libntimestamp-ac5fe799176715e5.rmeta --extern reqwest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libreqwest-14f238d487a5b1ea.rmeta --extern self_cell=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libself_cell-71219146c77d5fb1.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --extern sha1_smol=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1_smol-3814fc46e91cab77.rmeta --extern simple_dns=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimple_dns-28ff1c682a19c6cf.rmeta --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --extern url=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out --cfg relays --cfg client --check-cfg 'cfg(wasm_browser)' --check-cfg 'cfg(dht)' --check-cfg 'cfg(relays)' --check-cfg 'cfg(client)'`
2025-08-20T19:51:54.8209198Z [00:03:53.758]➜     Compiling crc v3.3.0
2025-08-20T19:51:54.8220636Z [00:03:53.759]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=cafaff59fe128235 -C extra-filename=-94993b03680be121 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern crc_catalog=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc_catalog-0db5416c9d6ca27b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:54.8797099Z [00:03:53.815]➜     Compiling anstream v0.6.19
2025-08-20T19:51:54.8817272Z [00:03:53.817]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=872b2655ca1c1688 -C extra-filename=-a700101167b0b645 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern anstyle_parse=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta --extern anstyle_query=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta --extern colorchoice=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta --extern is_terminal_polyfill=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:55.1100984Z [00:03:54.047]➜     Compiling hickory-resolver v0.25.2
2025-08-20T19:51:55.1139862Z [00:03:54.050]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=71df9b8b34350164 -C extra-filename=-49e7a7cd34c68ebd --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --extern hickory_proto=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_proto-c685aaecbbb26e97.rmeta --extern moka=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmoka-49fc106a764f3188.rmeta --extern once_cell=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rmeta --extern parking_lot=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-2a9fb24458300216.rmeta --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rmeta --extern resolv_conf=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libresolv_conf-471cf4706d7e8b5d.rmeta --extern smallvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rmeta --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:55.6015511Z [00:03:54.538]➜     Compiling strum v0.27.2
2025-08-20T19:51:55.6044471Z [00:03:54.541]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=5b4cf00575328e89 -C extra-filename=-62ccb0b1f0fec255 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libstrum_macros-691884fc254cf8b7.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:55.6279559Z [00:03:54.565]➜     Compiling serdect v0.2.0
2025-08-20T19:51:55.6292232Z [00:03:54.566]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=b9ce534fb7f27e52 -C extra-filename=-3d1d5d37e323be7a --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern base16ct=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase16ct-1191a87694c34d84.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:55.7390066Z [00:03:54.675]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=1a1c98bac5a71150 -C extra-filename=-816b4acae196eba2 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern arrayref=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayref-0af1d034175f6f6a.rmeta --extern arrayvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-637411b9e28bce1d.rmeta --extern cfg_if=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta --extern constant_time_eq=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconstant_time_eq-ac980a4d58e59373.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/out -l static=blake3_neon --cfg blake3_neon --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-20T19:51:55.7855569Z [00:03:54.720]➜     Compiling tokio-websockets v0.12.0
2025-08-20T19:51:55.7870894Z [00:03:54.720]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=1ddca2b5c4591327 -C extra-filename=-f89af3c8d153d4c8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-052c2edd3afdcf95.rmeta --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern futures_sink=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-f8b5667ca92a83d7.rmeta --extern getrandom=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e9c9eac840587813.rmeta --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta --extern httparse=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-94200a6905067ee1.rmeta --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rmeta --extern ring=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-e0f45234f09dbdae.rmeta --extern rustls_pki_types=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta --extern simdutf8=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimdutf8-2523c9db9b1c9c82.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tokio_rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_rustls-cbf577187c18170b.rmeta --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out`
2025-08-20T19:51:56.3165315Z [00:03:55.252]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=db79da048fbbdd5a -C extra-filename=-5c605dda8a5c400b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern atomic_waker=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatomic_waker-dc31e90de4869ae5.rmeta --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern quinn_udp=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_udp-9a4df4053ea546f1.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern n0_future=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_future-ac177c94b05ef04b.rmeta --extern n0_watcher=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_watcher-c76d5d61be334ba9.rmeta --extern nested_enum_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libnested_enum_utils-b4161b7655478a37.so --extern netdev=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetdev-53a5f97125370c3a.rmeta --extern netlink_packet_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_core-463f0850d7b329ea.rmeta --extern netlink_packet_route=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_route-a9569c71711ee3fe.rmeta --extern netlink_proto=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_proto-099ce25714619010.rmeta --extern netlink_sys=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_sys-5fcdd4ae6ac719d4.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rmeta --extern socket2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-b89ecb3e610bae71.rmeta --extern time=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-007d2142533ea5c8.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T19:51:56.7156930Z [00:03:55.653]➜     Compiling pin-project v1.1.10
2025-08-20T19:51:56.7176147Z [00:03:55.653]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=bd800e080c247ff0 -C extra-filename=-dd899871b8412409 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern pin_project_internal=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpin_project_internal-68c51e56de636fd5.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:56.7954777Z [00:03:55.732]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-relay-fafef6256d375175/build-script-build`
2025-08-20T19:51:56.8090480Z [00:03:55.746]➜     Compiling crypto_secretbox v0.1.1
2025-08-20T19:51:56.8125484Z [00:03:55.749]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=0f4fa9f693ed5e8d -C extra-filename=-5eb45aea266742a6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern aead=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaead-007b5c94ee8f1afb.rmeta --extern chacha20=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libchacha20-09a2ed4a9d1fa396.rmeta --extern cipher=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcipher-700f8382c130a44a.rmeta --extern generic_array=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-ec2e2aa042a86d43.rmeta --extern poly1305=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpoly1305-50fa25f3d32111f1.rmeta --extern salsa20=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsalsa20-d16407556f878b09.rmeta --extern subtle=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta --extern zeroize=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:57.1562980Z [00:03:56.093]➜     Compiling enumflags2 v0.7.12
2025-08-20T19:51:57.1609962Z [00:03:56.096]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=04f10bb7e018d112 -C extra-filename=-5067c66476d82e5b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern enumflags2_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libenumflags2_derive-84dcc7575a4d3c1b.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:57.5132428Z [00:03:56.450]➜     Compiling hmac-sha1 v0.2.2
2025-08-20T19:51:57.5139906Z [00:03:56.450]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=d1f14b48a56883e3 -C extra-filename=-f22a5489dbf0dd2b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern hmac=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac-0ab1d828d727d4ce.rmeta --extern sha1=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-d8a28b8f9cdb9d4a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:57.7932471Z [00:03:56.730]➜     Compiling pnet_packet v0.34.0
2025-08-20T19:51:57.7959498Z [00:03:56.731]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=b35488e5e2a8d398 -C extra-filename=-f1de81f251d9dac4 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern pnet_base=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-642a7af0b7d55966.rmeta --extern pnet_macros=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpnet_macros-863d9bb0c3d35948.so --extern pnet_macros_support=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_macros_support-cb1a739ab1144c67.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:57.8012657Z [00:03:56.737]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=d51e4e0f3224f262 -C extra-filename=-3c5f2623af082ec6 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-2f51de368a0924b1.rmeta --extern precis_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_core-6db732beba927889.rmeta --extern unicode_normalization=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-8906c423b6a5beb6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:51:58.5257828Z [00:03:57.461]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=23e651978254f3ba -C extra-filename=-590eaf84cd70475f --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern proto=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_proto-e9afc8d71e773b81.rmeta --extern udp=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_udp-9a4df4053ea546f1.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern rustc_hash=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_hash-dec9a6be2f71d2d5.rmeta --extern rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rmeta --extern socket2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-14eda0d4d72ca8ca.rmeta --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out --check-cfg 'cfg(wasm_browser)'`
2025-08-20T19:52:01.2054218Z [00:04:00.142]➜     Compiling iroh-base v0.91.0
2025-08-20T19:52:01.2068364Z [00:04:00.143]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name iroh_base --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-base-0.91.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(iroh_loom)' --cfg 'feature="default"' --cfg 'feature="key"' --cfg 'feature="relay"' --cfg 'feature="ticket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "key", "relay", "ticket"))' -C metadata=07297d9a25f5e468 -C extra-filename=-c4acf58a5fd3909c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern curve25519_dalek=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurve25519_dalek-b2411704cc1a8de9.rmeta --extern data_encoding=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdata_encoding-2a42ee88ff19126a.rmeta --extern derive_more=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-d34a7b54f31a6ed8.rmeta --extern ed25519_dalek=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519_dalek-b6eb71923764e55b.rmeta --extern n0_snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_snafu-2eeacb03d43c588f.rmeta --extern nested_enum_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libnested_enum_utils-b4161b7655478a37.so --extern postcard=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpostcard-ba593978eb8422ba.rmeta --extern rand_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-8f372f0bbd3e9ecf.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --extern snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rmeta --extern url=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:03.4963623Z [00:04:02.433]➜     Compiling quoted-string-parser v0.1.0
2025-08-20T19:52:03.4978788Z [00:04:02.434]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=bb04c10265c5ce53 -C extra-filename=-4a2c73810f112ad7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpest-4774239b385d764c.rmeta --extern pest_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_derive-92b2351a99efe9c1.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:03.7317005Z [00:04:02.669]➜     Compiling igd-next v0.16.1
2025-08-20T19:52:03.7330174Z [00:04:02.669]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=3578e92953ef957a -C extra-filename=-7c00b6f1e5597a3e --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libasync_trait-b6a5bf63b3476124.so --extern attohttpc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libattohttpc-a53e1b48206127e2.rmeta --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern futures=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-bc9773e6b563440e.rmeta --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta --extern http_body_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body_util-90ccde79c14745c8.rmeta --extern hyper=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper-484910e88b79ad6b.rmeta --extern hyper_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_util-ffba1bf0f31c17e7.rmeta --extern log=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern url=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rmeta --extern xmltree=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxmltree-ef977360c71eb998.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:03.9239921Z [00:04:02.861]➜     Compiling webpki-roots v0.26.11
2025-08-20T19:52:03.9249599Z [00:04:02.862]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=00bf965c7a47d7de -C extra-filename=-48cdbc4e75896a1d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern parent=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-43d30a839a2568fb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:04.0011870Z [00:04:02.938]➜     Compiling serde_bytes v0.11.17
2025-08-20T19:52:04.0025293Z [00:04:02.939]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=cdae912264fda399 -C extra-filename=-1fcac6a970a2cc29 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:04.1086461Z [00:04:03.046]➜     Compiling iroh v0.91.0
2025-08-20T19:52:04.1092343Z [00:04:03.046]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.91.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(iroh_loom)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "discovery-local-network", "discovery-pkarr-dht", "examples", "metrics", "test-utils"))' -C metadata=f232b318d5cd3c1c -C extra-filename=-0d7c6462b3d4f26f --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-0d7c6462b3d4f26f -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T19:52:04.3093970Z [00:04:03.246]➜     Compiling bounded-integer v0.5.8
2025-08-20T19:52:04.3099814Z [00:04:03.247]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=355c655e7e7972d9 -C extra-filename=-7bb7b49eeaaa83a9 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:04.3864339Z [00:04:03.323]➜     Compiling strsim v0.11.1
2025-08-20T19:52:04.3869113Z [00:04:03.323]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=105d41e6f0e9dde9 -C extra-filename=-b4d47f8ab2e91eb8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:05.1122810Z [00:04:04.049]➜     Compiling hmac-sha256 v1.1.12
2025-08-20T19:52:05.1137481Z [00:04:04.050]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=ebee62b24e7b6dcf -C extra-filename=-67ff0ef493a730ae --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:05.2530765Z [00:04:04.190]➜     Compiling md5 v0.7.0
2025-08-20T19:52:05.2542204Z [00:04:04.191]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=0a6f7788ed38d46a -C extra-filename=-760fb6d6b83d936c --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:05.4416955Z [00:04:04.378]➜     Compiling z32 v1.3.0
2025-08-20T19:52:05.4429329Z [00:04:04.379]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=22d279961ddf0714 -C extra-filename=-1c2254ea9b5313b9 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:05.5069566Z [00:04:04.444]➜     Compiling hex v0.4.3
2025-08-20T19:52:05.5080604Z [00:04:04.445]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=b1bb6711f992950d -C extra-filename=-87d8e9ff3e8d6998 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:05.5171914Z [00:04:04.454]➜     Compiling fallible-iterator v0.3.0
2025-08-20T19:52:05.5209262Z [00:04:04.455]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fallible_iterator --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c9d718dd59ba8197 -C extra-filename=-7d2d46426a1cec1b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:05.6326321Z [00:04:04.570]➜     Compiling hostname-validator v1.1.1
2025-08-20T19:52:05.6338373Z [00:04:04.571]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=213c2130b56c7a0c -C extra-filename=-d58dc5fb7a59bee1 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:05.8627020Z [00:04:04.800]➜     Compiling clap_lex v0.7.5
2025-08-20T19:52:05.8659049Z [00:04:04.801]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=559cdef870894471 -C extra-filename=-db2338314c03aba7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:05.9796559Z [00:04:04.916]➜     Compiling surge-ping v0.8.2
2025-08-20T19:52:05.9805182Z [00:04:04.917]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=a6139d6aaeb10857 -C extra-filename=-7f8ce2b19cad9428 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern hex=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhex-87d8e9ff3e8d6998.rmeta --extern parking_lot=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-2a9fb24458300216.rmeta --extern pnet_packet=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-f1de81f251d9dac4.rmeta --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rmeta --extern socket2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-14eda0d4d72ca8ca.rmeta --extern thiserror=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6176b4533d74f593.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:06.0017849Z [00:04:04.936]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name iroh_relay --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-relay-0.91.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type cdylib --emit=dep-info,link -C opt-level=3 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(iroh_loom)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "metrics", "server", "test-utils"))' -C metadata=b74bd0c70b984c2f -C extra-filename=-924f8882d91bfcb8 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern blake3=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblake3-816b4acae196eba2.rlib --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rlib --extern data_encoding=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdata_encoding-2a42ee88ff19126a.rlib --extern derive_more=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-d34a7b54f31a6ed8.rlib --extern hickory_resolver=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_resolver-49e7a7cd34c68ebd.rlib --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rlib --extern http_body_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body_util-90ccde79c14745c8.rlib --extern hyper=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper-484910e88b79ad6b.rlib --extern hyper_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_util-ffba1bf0f31c17e7.rlib --extern iroh_base=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_base-c4acf58a5fd3909c.rlib --extern iroh_metrics=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_metrics-42bf256d1bf00132.rlib --extern quinn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn-590eaf84cd70475f.rlib --extern quinn_proto=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_proto-e9afc8d71e773b81.rlib --extern lru=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-7aa980f6245d1507.rlib --extern n0_future=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_future-ac177c94b05ef04b.rlib --extern n0_snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_snafu-2eeacb03d43c588f.rlib --extern nested_enum_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libnested_enum_utils-b4161b7655478a37.so --extern num_enum=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_enum-f235d5d9e670fd2b.rlib --extern pin_project=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project-dd899871b8412409.rlib --extern pkarr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkarr-8edc8a20bebef955.rlib --extern postcard=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpostcard-ba593978eb8422ba.rlib --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-80483159b3954362.rlib --extern reqwest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libreqwest-14f238d487a5b1ea.rlib --extern rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rlib --extern webpki_types=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rlib --extern webpki=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-8914423da22ff1ad.rlib --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rlib --extern serde_bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_bytes-1fcac6a970a2cc29.rlib --extern sha1=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-d8a28b8f9cdb9d4a.rlib --extern snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rlib --extern strum=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-62ccb0b1f0fec255.rlib --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rlib --extern tokio_rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_rustls-cbf577187c18170b.rlib --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rlib --extern tokio_websockets=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_websockets-f89af3c8d153d4c8.rlib --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rlib --extern url=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rlib --extern webpki_roots=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-48cdbc4e75896a1d.rlib --extern z32=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz32-1c2254ea9b5313b9.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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/out -L native=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out --check-cfg 'cfg(wasm_browser)'`
2025-08-20T19:52:06.2715430Z [00:04:05.206]➜     Compiling clap_builder v4.5.40
2025-08-20T19:52:06.2731220Z [00:04:05.206]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.40/src/lib.rs --error-format=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=64895f57a818b6fd -C extra-filename=-c5d6cb63c4064f6b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta --extern anstyle=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern clap_lex=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta --extern strsim=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:07.6581450Z [00:04:06.595]➜     Compiling stun-rs v0.1.11
2025-08-20T19:52:07.6622928Z [00:04:06.598]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=005b4f25e29846e8 -C extra-filename=-e6d778c42d57fe4d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-052c2edd3afdcf95.rmeta --extern bounded_integer=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbounded_integer-7bb7b49eeaaa83a9.rmeta --extern byteorder=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-750219b13961a307.rmeta --extern crc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc-94993b03680be121.rmeta --extern enumflags2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenumflags2-5067c66476d82e5b.rmeta --extern fallible_iterator=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_iterator-7d2d46426a1cec1b.rmeta --extern hmac_sha1=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac_sha1-f22a5489dbf0dd2b.rmeta --extern hmac_sha256=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac_sha256-67ff0ef493a730ae.rmeta --extern hostname_validator=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhostname_validator-d58dc5fb7a59bee1.rmeta --extern lazy_static=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-2f51de368a0924b1.rmeta --extern md5=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmd5-760fb6d6b83d936c.rmeta --extern paste=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so --extern precis_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_core-6db732beba927889.rmeta --extern precis_profiles=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_profiles-3c5f2623af082ec6.rmeta --extern quoted_string_parser=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquoted_string_parser-4a2c73810f112ad7.rmeta --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:08.4209065Z [00:04:07.358]➜     Compiling portmapper v0.8.0
2025-08-20T19:52:08.4258062Z [00:04:07.361]➜       Running `/root/.rustup/toolchains/stable-aarch64-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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "metrics"))' -C metadata=58551aebc922f75c -C extra-filename=-6b1325830bd584c0 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-052c2edd3afdcf95.rmeta --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta --extern derive_more=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-d34a7b54f31a6ed8.rmeta --extern futures_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-5fa951e0879b9aa6.rmeta --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta --extern hyper_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_util-ffba1bf0f31c17e7.rmeta --extern igd_next=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libigd_next-7c00b6f1e5597a3e.rmeta --extern iroh_metrics=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_metrics-42bf256d1bf00132.rmeta --extern libc=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta --extern nested_enum_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libnested_enum_utils-b4161b7655478a37.so --extern netwatch=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetwatch-5c605dda8a5c400b.rmeta --extern num_enum=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_enum-f235d5d9e670fd2b.rmeta --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rmeta --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta --extern smallvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rmeta --extern snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rmeta --extern socket2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-b89ecb3e610bae71.rmeta --extern time=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-007d2142533ea5c8.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rmeta --extern tower_layer=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_layer-8ad2c7acb34380d7.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --extern url=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:11.8777466Z [00:04:10.815]➜       Running `/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-0d7c6462b3d4f26f/build-script-build`
2025-08-20T19:52:11.8936480Z [00:04:10.831]➜     Compiling crypto_box v0.9.1
2025-08-20T19:52:11.8977122Z [00:04:10.834]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=fadbd149d579a460 -C extra-filename=-f94d52795d9900a7 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern aead=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaead-007b5c94ee8f1afb.rmeta --extern chacha20=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libchacha20-09a2ed4a9d1fa396.rmeta --extern crypto_secretbox=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_secretbox-5eb45aea266742a6.rmeta --extern curve25519_dalek=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurve25519_dalek-b2411704cc1a8de9.rmeta --extern salsa20=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsalsa20-d16407556f878b09.rmeta --extern serdect=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserdect-3d1d5d37e323be7a.rmeta --extern subtle=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta --extern zeroize=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:12.1247099Z [00:04:11.062]➜     Compiling backon v1.5.1
2025-08-20T19:52:12.1264307Z [00:04:11.063]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=bd245e409c1903d3 -C extra-filename=-477244568944f3ef --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-b3cdd79bb8eff96c.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:12.4790775Z [00:04:11.416]➜     Compiling tokio-stream v0.1.17
2025-08-20T19:52:12.4814621Z [00:04:11.418]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=c0d04a751df4ab5d -C extra-filename=-2170a1cf7c1b8b20 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta --extern pin_project_lite=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:13.2677955Z [00:04:12.205]➜     Compiling clap_derive v4.5.40
2025-08-20T19:52:13.2778997Z [00:04:12.214]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.40/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=64f5df382c1340c1 -C extra-filename=-6d236e2a479a2a28 --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:52:15.8737652Z [00:04:14.811]➜     Compiling clap v4.5.40
2025-08-20T19:52:15.8784738Z [00:04:14.813]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.40/src/lib.rs --error-format=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=3255ce98e3951b20 -C extra-filename=-5c3d87b6329cc2fe --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-c5d6cb63c4064f6b.rmeta --extern clap_derive=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libclap_derive-6d236e2a479a2a28.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T19:52:20.9002599Z [00:04:19.834]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name iroh --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.91.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type cdylib --emit=dep-info,link -C opt-level=3 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(iroh_loom)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "discovery-local-network", "discovery-pkarr-dht", "examples", "metrics", "test-utils"))' -C metadata=4938802d1b7656af -C extra-filename=-bcb4cd83b34a6e4b --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern aead=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaead-007b5c94ee8f1afb.rlib --extern backon=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbackon-477244568944f3ef.rlib --extern bytes=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rlib --extern crypto_box=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_box-f94d52795d9900a7.rlib --extern data_encoding=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdata_encoding-2a42ee88ff19126a.rlib --extern der=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libder-229fe2b5011b871d.rlib --extern derive_more=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-d34a7b54f31a6ed8.rlib --extern ed25519_dalek=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519_dalek-b6eb71923764e55b.rlib --extern futures_buffered=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_buffered-4f0309921022972d.rlib --extern futures_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rlib --extern hickory_resolver=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_resolver-49e7a7cd34c68ebd.rlib --extern http=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rlib --extern igd_next=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libigd_next-7c00b6f1e5597a3e.rlib --extern iroh_base=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_base-c4acf58a5fd3909c.rlib --extern iroh_metrics=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_metrics-42bf256d1bf00132.rlib --extern quinn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn-590eaf84cd70475f.rlib --extern quinn_proto=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_proto-e9afc8d71e773b81.rlib --extern quinn_udp=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_udp-9a4df4053ea546f1.rlib --extern iroh_relay=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_relay-924f8882d91bfcb8.rlib --extern n0_future=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_future-ac177c94b05ef04b.rlib --extern n0_snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_snafu-2eeacb03d43c588f.rlib --extern n0_watcher=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_watcher-c76d5d61be334ba9.rlib --extern nested_enum_utils=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libnested_enum_utils-b4161b7655478a37.so --extern netdev=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetdev-53a5f97125370c3a.rlib --extern netwatch=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetwatch-5c605dda8a5c400b.rlib --extern pin_project=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project-dd899871b8412409.rlib --extern pkarr=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkarr-8edc8a20bebef955.rlib --extern portmapper=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportmapper-6b1325830bd584c0.rlib --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-80483159b3954362.rlib --extern reqwest=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libreqwest-14f238d487a5b1ea.rlib --extern ring=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-e0f45234f09dbdae.rlib --extern rustls=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rlib --extern webpki_types=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rlib --extern webpki=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-8914423da22ff1ad.rlib --extern serde=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rlib --extern smallvec=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rlib --extern snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rlib --extern spki=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspki-01c22409e5acdd6a.rlib --extern strum=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-62ccb0b1f0fec255.rlib --extern stun_rs=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstun_rs-e6d778c42d57fe4d.rlib --extern surge_ping=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsurge_ping-7f8ce2b19cad9428.rlib --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rlib --extern tokio_stream=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_stream-2170a1cf7c1b8b20.rlib --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rlib --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rlib --extern url=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rlib --extern webpki_roots=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-48cdbc4e75896a1d.rlib --extern z32=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz32-1c2254ea9b5313b9.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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out -L native=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/out --check-cfg 'cfg(wasm_browser)'`
2025-08-20T19:52:57.0826387Z [00:04:56.020]➜     Compiling dumbpipe v0.29.0 (/tmp/tmp.t2gk3WTtDL/TEMPREPO)
2025-08-20T19:52:57.0865858Z [00:04:56.023]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name dumbpipe --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbdb1cebe8e70751 -C extra-filename=-a15d4388465ceaaa --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-5c3d87b6329cc2fe.rmeta --extern data_encoding=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdata_encoding-2a42ee88ff19126a.rmeta --extern hex=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhex-87d8e9ff3e8d6998.rmeta --extern iroh=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh-bcb4cd83b34a6e4b.rlib --extern iroh_base=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_base-c4acf58a5fd3909c.rmeta --extern quinn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn-590eaf84cd70475f.rmeta --extern n0_snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_snafu-2eeacb03d43c588f.rmeta --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-80483159b3954362.rmeta --extern snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rmeta --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rmeta --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta --extern tracing_subscriber=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-12304743149c15bd.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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out -L native=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/out`
2025-08-20T19:52:57.1350734Z [00:04:56.071]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name dumbpipe --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=721ea7ffd0ceb520 -C extra-filename=-ea5fd55ce73e328d --out-dir /tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-5c3d87b6329cc2fe.rlib --extern data_encoding=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdata_encoding-2a42ee88ff19126a.rlib --extern dumbpipe=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdumbpipe-a15d4388465ceaaa.rlib --extern hex=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhex-87d8e9ff3e8d6998.rlib --extern iroh=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh-bcb4cd83b34a6e4b.rlib --extern iroh_base=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_base-c4acf58a5fd3909c.rlib --extern quinn=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn-590eaf84cd70475f.rlib --extern n0_snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_snafu-2eeacb03d43c588f.rlib --extern rand=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-80483159b3954362.rlib --extern snafu=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rlib --extern tokio=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rlib --extern tokio_util=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rlib --extern tracing=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rlib --extern tracing_subscriber=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-12304743149c15bd.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.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out -L native=/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/out`
2025-08-20T19:55:16.2140001Z [00:07:15.151]➜      Finished `release` profile [optimized] target(s) in 5m 02s
2025-08-20T19:55:16.3368349Z [00:07:15.274]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T19:55:16.3386909Z [00:07:15.276]➜  ./target/aarch64-unknown-linux-musl/release/dumbpipe.d
2025-08-20T19:55:16.3387952Z [00:07:15.276]➜  ./target/aarch64-unknown-linux-musl/release/libdumbpipe.d
2025-08-20T19:55:16.3388517Z [00:07:15.276]➜  ./target/aarch64-unknown-linux-musl/release/libdumbpipe.rlib
2025-08-20T19:55:16.3388984Z [00:07:15.276]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T19:55:16.3389414Z [00:07:15.276]➜  ./target/aarch64-unknown-linux-musl/release/dumbpipe
2025-08-20T19:55:16.3392003Z [00:07:15.276]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:55:16.3397273Z [00:07:15.277]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:55:16.3397985Z [00:07:15.277]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T19:55:16.3404969Z [00:07:15.278]➜  + cut -d: -f1
2025-08-20T19:55:16.3405330Z [00:07:15.278]➜  + xargs realpath --no-symlinks
2025-08-20T19:55:16.3818555Z [00:07:15.319]➜  sending incremental file list
2025-08-20T19:55:16.3843588Z [00:07:15.321]➜  dumbpipe
2025-08-20T19:55:16.4329216Z [00:07:15.370]➜  
2025-08-20T19:55:16.4333003Z [00:07:15.370]➜  sent 8.88M bytes  received 35 bytes  17.75M bytes/sec
2025-08-20T19:55:16.4333404Z [00:07:15.370]➜  total size is 8.87M  speedup is 1.00
2025-08-20T19:55:16.5484829Z [00:07:15.485]➜  '/tmp/tmp.t2gk3WTtDL/TEMPREPO/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T19:55:16.5651994Z [00:07:15.502]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T19:55:16.5678748Z [00:07:15.505]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T19:55:16.6324087Z [00:07:15.569]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T19:55:16.6960432Z [00:07:15.633]➜  copy from `/build-bins/dumbpipe' [elf64-littleaarch64] to `/build-bins/stgaoemb' [elf64-littleaarch64]
2025-08-20T19:55:16.7255173Z [00:07:15.663]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T19:55:16.7280543Z [00:07:15.665]➜  
2025-08-20T19:55:16.7294608Z [00:07:15.667]➜  /build-bins/LICENSE
2025-08-20T19:55:16.7346965Z [00:07:15.672]➜  
2025-08-20T19:55:16.7360500Z [00:07:15.673]➜  /build-bins/dumbpipe
2025-08-20T19:55:16.7370414Z [00:07:15.674]➜  There are 27 section headers, starting at offset 0x876100:
2025-08-20T19:55:16.7370810Z [00:07:15.674]➜  
2025-08-20T19:55:16.7371826Z [00:07:15.674]➜  Section Headers:
2025-08-20T19:55:16.7372924Z [00:07:15.674]➜    [Nr] Name              Type             Address           Offset
2025-08-20T19:55:16.7376131Z [00:07:15.674]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T19:55:16.7377034Z [00:07:15.674]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T19:55:16.7377482Z [00:07:15.674]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T19:55:16.7377913Z [00:07:15.674]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T19:55:16.7378752Z [00:07:15.674]➜         0000000000105880  0000000000000000   A       0     0     8
2025-08-20T19:55:16.7379255Z [00:07:15.674]➜    [ 2] .eh_frame_hdr     PROGBITS         0000000000305ab8  00105ab8
2025-08-20T19:55:16.7379677Z [00:07:15.674]➜         0000000000050a54  0000000000000000   A       0     0     4
2025-08-20T19:55:16.7380105Z [00:07:15.674]➜    [ 3] .gcc_except_table PROGBITS         000000000035650c  0015650c
2025-08-20T19:55:16.7380539Z [00:07:15.674]➜         000000000008531c  0000000000000000   A       0     0     4
2025-08-20T19:55:16.7380968Z [00:07:15.674]➜    [ 4] .rodata           PROGBITS         00000000003dc000  001dc000
2025-08-20T19:55:16.7381395Z [00:07:15.674]➜         0000000000109650  0000000000000000   A       0     0     4096
2025-08-20T19:55:16.7381827Z [00:07:15.674]➜    [ 5] .rodata.cst16     PROGBITS         00000000004e5650  002e5650
2025-08-20T19:55:16.7382650Z [00:07:15.674]➜         0000000000001a80  0000000000000010  AM       0     0     16
2025-08-20T19:55:16.7383108Z [00:07:15.674]➜    [ 6] .rodata.cst32     PROGBITS         00000000004e70d0  002e70d0
2025-08-20T19:55:16.7383541Z [00:07:15.674]➜         00000000000017e0  0000000000000020  AM       0     0     8
2025-08-20T19:55:16.7383966Z [00:07:15.674]➜    [ 7] .rodata.cst4      PROGBITS         00000000004e88b0  002e88b0
2025-08-20T19:55:16.7384388Z [00:07:15.674]➜         0000000000002c60  0000000000000004  AM       0     0     4
2025-08-20T19:55:16.7384813Z [00:07:15.674]➜    [ 8] .rodata.cst8      PROGBITS         00000000004eb510  002eb510
2025-08-20T19:55:16.7385573Z [00:07:15.674]➜         00000000000011a8  0000000000000008  AM       0     0     8
2025-08-20T19:55:16.7386010Z [00:07:15.674]➜    [ 9] .rodata.str1.1    PROGBITS         00000000004ec6b8  002ec6b8
2025-08-20T19:55:16.7386432Z [00:07:15.674]➜         000000000001566c  0000000000000001 AMS       0     0     1
2025-08-20T19:55:16.7386862Z [00:07:15.674]➜    [10] .rodata.str1.4    PROGBITS         0000000000501d24  00301d24
2025-08-20T19:55:16.7387293Z [00:07:15.674]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T19:55:16.7387719Z [00:07:15.674]➜    [11] .rodata.str1.8    PROGBITS         00000000005025f0  003025f0
2025-08-20T19:55:16.7388146Z [00:07:15.674]➜         0000000000002350  0000000000000001 AMS       0     0     8
2025-08-20T19:55:16.7388553Z [00:07:15.674]➜    [12] .fini             PROGBITS         0000000000514940  00304940
2025-08-20T19:55:16.7388962Z [00:07:15.674]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T19:55:16.7389375Z [00:07:15.674]➜    [13] .init             PROGBITS         0000000000514950  00304950
2025-08-20T19:55:16.7389784Z [00:07:15.674]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T19:55:16.7390196Z [00:07:15.674]➜    [14] .text             PROGBITS         0000000000514980  00304980
2025-08-20T19:55:16.7390610Z [00:07:15.674]➜         00000000004cc3e0  0000000000000000  AX       0     0     64
2025-08-20T19:55:16.7391036Z [00:07:15.674]➜    [15] .tdata            PROGBITS         00000000009f0d60  007d0d60
2025-08-20T19:55:16.7391453Z [00:07:15.674]➜         00000000000000b0  0000000000000000 WAT       0     0     8
2025-08-20T19:55:16.7391859Z [00:07:15.674]➜    [16] .tbss             NOBITS           00000000009f0e10  007d0e10
2025-08-20T19:55:16.7392656Z [00:07:15.674]➜         0000000000000158  0000000000000000 WAT       0     0     8
2025-08-20T19:55:16.7393092Z [00:07:15.674]➜    [17] .data.rel.ro      PROGBITS         00000000009f0e10  007d0e10
2025-08-20T19:55:16.7393526Z [00:07:15.674]➜         000000000009d2c0  0000000000000000  WA       0     0     16
2025-08-20T19:55:16.7393953Z [00:07:15.674]➜    [18] .fini_array       FINI_ARRAY       0000000000a8e0d0  0086e0d0
2025-08-20T19:55:16.7394376Z [00:07:15.674]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T19:55:16.7394793Z [00:07:15.674]➜    [19] .got.plt          PROGBITS         0000000000a8e0d8  0086e0d8
2025-08-20T19:55:16.7395486Z [00:07:15.674]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T19:55:16.7395985Z [00:07:15.674]➜    [20] .init_array       INIT_ARRAY       0000000000a8e0f0  0086e0f0
2025-08-20T19:55:16.7396408Z [00:07:15.674]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T19:55:16.7396815Z [00:07:15.674]➜    [21] .got              PROGBITS         0000000000a8e0f8  0086e0f8
2025-08-20T19:55:16.7397221Z [00:07:15.674]➜         00000000000000b8  0000000000000000  WA       0     0     8
2025-08-20T19:55:16.7397655Z [00:07:15.674]➜    [22] .relro_padding    NOBITS           0000000000a8e1b0  0086e1b0
2025-08-20T19:55:16.7398129Z [00:07:15.674]➜         0000000000001e50  0000000000000000  WA       0     0     1
2025-08-20T19:55:16.7398545Z [00:07:15.674]➜    [23] .data             PROGBITS         0000000000a9e1b0  0086e1b0
2025-08-20T19:55:16.7398953Z [00:07:15.674]➜         0000000000007e38  0000000000000000  WA       0     0     8
2025-08-20T19:55:16.7399363Z [00:07:15.674]➜    [24] .bss              NOBITS           0000000000aa6000  00875fe8
2025-08-20T19:55:16.7399774Z [00:07:15.674]➜         0000000000003b24  0000000000000000  WA       0     0     128
2025-08-20T19:55:16.7400193Z [00:07:15.674]➜    [25] .common           NOBITS           0000000000aa9b28  00875fe8
2025-08-20T19:55:16.7400612Z [00:07:15.674]➜         000000000000009c  0000000000000000  WA       0     0     8
2025-08-20T19:55:16.7401031Z [00:07:15.674]➜    [26] .shstrtab         STRTAB           0000000000000000  00875fe8
2025-08-20T19:55:16.7401710Z [00:07:15.674]➜         0000000000000114  0000000000000000           0     0     1
2025-08-20T19:55:16.7402254Z [00:07:15.674]➜  Key to Flags:
2025-08-20T19:55:16.7402646Z [00:07:15.674]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T19:55:16.7403106Z [00:07:15.674]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T19:55:16.7403557Z [00:07:15.674]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T19:55:16.7403941Z [00:07:15.674]➜    D (mbind), p (processor specific)
2025-08-20T19:55:16.7404296Z [00:07:15.675]➜  + file /build-bins/LICENSE /build-bins/dumbpipe
2025-08-20T19:55:16.7512475Z [00:07:15.688]➜  /build-bins/LICENSE:  ASCII text, with very long lines (305)
2025-08-20T19:55:16.7581220Z [00:07:15.695]➜  /build-bins/dumbpipe: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T19:55:16.7588746Z [00:07:15.696]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/dumbpipe
2025-08-20T19:55:16.7608093Z [00:07:15.698]➜  /build-bins/LICENSE:         519 Bytes
2025-08-20T19:55:16.7608478Z [00:07:15.698]➜  /build-bins/dumbpipe:         8873920 Bytes
2025-08-20T19:55:16.7610893Z [00:07:15.698]➜  + du /build-bins/LICENSE /build-bins/dumbpipe --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T19:55:16.7624488Z [00:07:15.700]➜  519	2025-08-20 19:55:16.546924781 +0000	/build-bins/LICENSE
2025-08-20T19:55:16.7624981Z [00:07:15.700]➜  8.5M	2025-08-20 19:55:16.707931568 +0000	/build-bins/dumbpipe
2025-08-20T19:55:16.7631802Z [00:07:15.700]➜  + popd
2025-08-20T19:55:16.8689469Z [00:07:15.806]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T19:55:16.9305393Z [00:07:15.868]➜  + '[' -s /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T19:55:16.9306379Z [00:07:15.868]➜  + cp -fv /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T19:55:16.9324415Z [00:07:15.870]➜  '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T19:55:16.9329917Z [00:07:15.870]➜  + find /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:55:16.9341658Z [00:07:15.871]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:55:16.9342901Z [00:07:15.871]➜  + cut -d: -f1
2025-08-20T19:55:16.9343526Z [00:07:15.871]➜  + xargs realpath --no-symlinks
2025-08-20T19:55:16.9344334Z [00:07:15.871]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR
2025-08-20T19:55:17.0388602Z [00:07:15.976]➜  sending incremental file list
2025-08-20T19:55:17.0413808Z [00:07:15.978]➜  dumbpipe
2025-08-20T19:55:17.0904418Z [00:07:16.027]➜  
2025-08-20T19:55:17.0904859Z [00:07:16.028]➜  sent 8.88M bytes  received 35 bytes  17.75M bytes/sec
2025-08-20T19:55:17.0905242Z [00:07:16.028]➜  total size is 8.87M  speedup is 1.00
2025-08-20T19:55:17.0917681Z [00:07:16.029]➜  
2025-08-20T19:55:17.6225438Z [00:07:16.560]➜  
2025-08-20T19:55:17.6318804Z [00:07:16.569]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe.static.version' retained as runner:runner
2025-08-20T19:55:17.6319806Z [00:07:16.569]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T19:55:17.6320666Z [00:07:16.569]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T19:55:17.6321506Z [00:07:16.569]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/dumbpipe' retained as runner:runner
2025-08-20T19:55:17.6323112Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T19:55:17.6324267Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T19:55:17.6325418Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T19:55:17.6326620Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T19:55:17.6327905Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T19:55:17.6329158Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T19:55:17.6330313Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T19:55:17.6331494Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T19:55:17.6332840Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T19:55:17.6334221Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/dumbpipe.d' from root:root to runner:runner
2025-08-20T19:55:17.6335830Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbackon-477244568944f3ef.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6337812Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportmapper-6b1325830bd584c0.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6339605Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-1d898b95cde848c5.d' from root:root to runner:runner
2025-08-20T19:55:17.6341241Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/self_cell-71219146c77d5fb1.d' from root:root to runner:runner
2025-08-20T19:55:17.6343225Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-71411bef60f7df93.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6345022Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_rustls-2c58e7cd8c84a758.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6346784Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhostname_validator-d58dc5fb7a59bee1.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6348787Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project-dd899871b8412409.d' from root:root to runner:runner
2025-08-20T19:55:17.6350533Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miniz_oxide-8d590ed3959f25dd.d' from root:root to runner:runner
2025-08-20T19:55:17.6352336Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-22b156ebe509c0ef.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6354072Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fastrand-b3cdd79bb8eff96c.d' from root:root to runner:runner
2025-08-20T19:55:17.6355753Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libno_std_net-d3059a14802bc5e5.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6357408Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ring-e0f45234f09dbdae.d' from root:root to runner:runner
2025-08-20T19:55:17.6359106Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_util-ffba1bf0f31c17e7.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6360802Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-c0df707ba162fe2a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6362612Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-7dcf00220c86b8e5.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6364594Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-2d9c9a047034df3c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6366408Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconstant_time_eq-ac980a4d58e59373.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6368101Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/const_oid-e751e86787e15843.d' from root:root to runner:runner
2025-08-20T19:55:17.6369780Z [00:07:16.569]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_layer-8ad2c7acb34380d7.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6371472Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_bytes-1fcac6a970a2cc29.d' from root:root to runner:runner
2025-08-20T19:55:17.6373281Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-2ba0fe2fb98afd6b.d' from root:root to runner:runner
2025-08-20T19:55:17.6375200Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtagptr-90605262b1df377c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6376900Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-06b3c7cbbf79f088.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6378565Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netdev-53a5f97125370c3a.d' from root:root to runner:runner
2025-08-20T19:55:17.6380215Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6381947Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquoted_string_parser-4a2c73810f112ad7.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6383923Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-cdf777b26f626ac1.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6385611Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/digest-52bf11732c6968aa.d' from root:root to runner:runner
2025-08-20T19:55:17.6387268Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/http_body_util-90ccde79c14745c8.d' from root:root to runner:runner
2025-08-20T19:55:17.6388963Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-6d050a315129c8ad.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6390842Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_quinn_proto-e9afc8d71e773b81.d' from root:root to runner:runner
2025-08-20T19:55:17.6392818Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatchers-d4e2a08f6289827b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6394595Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_http-76e6e351597177d8.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6396319Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-43d30a839a2568fb.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6398009Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_lite-5fa951e0879b9aa6.d' from root:root to runner:runner
2025-08-20T19:55:17.6399681Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-004860a008a6d3ed.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6401619Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-2a9fb24458300216.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6403526Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libresolv_conf-471cf4706d7e8b5d.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6405223Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sync_wrapper-d5eecf6e022aceba.d' from root:root to runner:runner
2025-08-20T19:55:17.6406930Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_macros_support-cb1a739ab1144c67.d' from root:root to runner:runner
2025-08-20T19:55:17.6408615Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpest-4774239b385d764c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6410330Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_proto-e9afc8d71e773b81.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6412035Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-c5d6cb63c4064f6b.d' from root:root to runner:runner
2025-08-20T19:55:17.6413914Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6415818Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6417601Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatchers-d4e2a08f6289827b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6419252Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-b472a8649e0def1f.d' from root:root to runner:runner
2025-08-20T19:55:17.6420878Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-ec79b4d739e979c4.d' from root:root to runner:runner
2025-08-20T19:55:17.6422657Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_profiles-3c5f2623af082ec6.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6424419Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hyper_rustls-2c58e7cd8c84a758.d' from root:root to runner:runner
2025-08-20T19:55:17.6426321Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-80483159b3954362.d' from root:root to runner:runner
2025-08-20T19:55:17.6427993Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-64574bb35d9e44b2.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6429721Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6431417Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnet-0060f782ef258f6a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6433274Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-2ba0fe2fb98afd6b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6434978Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-06b09dd40020eb0e.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6436619Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/object-ce81b9d179a5a20a.d' from root:root to runner:runner
2025-08-20T19:55:17.6438270Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/potential_utf-8481e5533ef63698.d' from root:root to runner:runner
2025-08-20T19:55:17.6439972Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6441856Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/n0_future-ac177c94b05ef04b.d' from root:root to runner:runner
2025-08-20T19:55:17.6443676Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbtparse-efb62fa5434f7ef3.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6445397Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxmltree-ef977360c71eb998.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6447137Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-07135408b2dcd40d.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6448892Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-1eb80a20d83af8f0.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6450606Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6452729Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxml-3d7e5295565a9f55.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6454481Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-6e2f23234bb3ebfa.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6456151Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-c98148b3bfba9f4c.d' from root:root to runner:runner
2025-08-20T19:55:17.6457808Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-ba1538573adcd650.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6459575Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-ef3190d770f3a6f9.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6461248Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/backon-477244568944f3ef.d' from root:root to runner:runner
2025-08-20T19:55:17.6463043Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblake3-816b4acae196eba2.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6464739Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmd5-760fb6d6b83d936c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6466388Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/chacha20-09a2ed4a9d1fa396.d' from root:root to runner:runner
2025-08-20T19:55:17.6468247Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_hash-dec9a6be2f71d2d5.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6470020Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties-64574bb35d9e44b2.d' from root:root to runner:runner
2025-08-20T19:55:17.6471712Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libreqwest-14f238d487a5b1ea.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6473597Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thread_local-3e5990d9851b22cb.d' from root:root to runner:runner
2025-08-20T19:55:17.6475308Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-5e9cbedcc3b2c296.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6477026Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-b3cdd79bb8eff96c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6478989Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body-a8af276e89b04aae.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6480712Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsync_wrapper-d5eecf6e022aceba.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6482495Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-6d8421c5cc908708.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6484248Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/constant_time_eq-ac980a4d58e59373.d' from root:root to runner:runner
2025-08-20T19:55:17.6485944Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimdutf8-2523c9db9b1c9c82.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6487668Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-605cf59a3be37f34.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6489354Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libder-229fe2b5011b871d.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6491036Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-ccd011a07037e724.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6492993Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/surge_ping-7f8ce2b19cad9428.d' from root:root to runner:runner
2025-08-20T19:55:17.6494711Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signature-c38d4c234a6229f2.d' from root:root to runner:runner
2025-08-20T19:55:17.6496383Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper-484910e88b79ad6b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6498122Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-0a57987a945d3848.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6499855Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtagptr-90605262b1df377c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6501553Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-ec79b4d739e979c4.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6503552Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnet-0060f782ef258f6a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6505255Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_normalization-8906c423b6a5beb6.d' from root:root to runner:runner
2025-08-20T19:55:17.6506987Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netlink_packet_utils-d1becb68ca55ebec.d' from root:root to runner:runner
2025-08-20T19:55:17.6508666Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/attohttpc-a53e1b48206127e2.d' from root:root to runner:runner
2025-08-20T19:55:17.6510380Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_secretbox-5eb45aea266742a6.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6512187Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hmac_sha256-67ff0ef493a730ae.d' from root:root to runner:runner
2025-08-20T19:55:17.6513917Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libh2-01fe2308d241af0c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6515622Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbounded_integer-7bb7b49eeaaa83a9.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6517316Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/blake3-816b4acae196eba2.d' from root:root to runner:runner
2025-08-20T19:55:17.6519200Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_layer-8ad2c7acb34380d7.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6520927Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hmac-0ab1d828d727d4ce.d' from root:root to runner:runner
2025-08-20T19:55:17.6522728Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhostname_validator-d58dc5fb7a59bee1.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6524513Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/data_encoding-2a42ee88ff19126a.d' from root:root to runner:runner
2025-08-20T19:55:17.6526221Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-48cdbc4e75896a1d.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6527934Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crypto_secretbox-5eb45aea266742a6.d' from root:root to runner:runner
2025-08-20T19:55:17.6529829Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dumbpipe-ea5fd55ce73e328d.d' from root:root to runner:runner
2025-08-20T19:55:17.6531510Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-5e9cbedcc3b2c296.d' from root:root to runner:runner
2025-08-20T19:55:17.6533287Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-bbacbb8b6b5a9f2a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6534966Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkarr-8edc8a20bebef955.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6536670Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64ct-5b64c090563ca8d3.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6538371Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libno_std_net-d3059a14802bc5e5.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6540046Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-62ccb0b1f0fec255.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6541789Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_native_certs-d64614b0676f9bf2.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6543659Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_hash-dec9a6be2f71d2d5.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6545498Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/spki-01c22409e5acdd6a.d' from root:root to runner:runner
2025-08-20T19:55:17.6547229Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-bdd807037f26ad63.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6548930Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmoka-49fc106a764f3188.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6550620Z [00:07:16.570]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-d34a7b54f31a6ed8.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6552405Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hash32-96266b31d8cceb62.d' from root:root to runner:runner
2025-08-20T19:55:17.6554125Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac-0ab1d828d727d4ce.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6556021Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_future-ac177c94b05ef04b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6557721Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstun_rs-e6d778c42d57fe4d.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6559399Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-1eb80a20d83af8f0.d' from root:root to runner:runner
2025-08-20T19:55:17.6561061Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dumbpipe-ea5fd55ce73e328d' from root:root to runner:runner
2025-08-20T19:55:17.6562796Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/untrusted-57241b32d4b6e281.d' from root:root to runner:runner
2025-08-20T19:55:17.6564547Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsurge_ping-7f8ce2b19cad9428.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6566231Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_packet-f1de81f251d9dac4.d' from root:root to runner:runner
2025-08-20T19:55:17.6567951Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-12304743149c15bd.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6569822Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/httpdate-cf62c9ef8c051e12.d' from root:root to runner:runner
2025-08-20T19:55:17.6571512Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time-007d2142533ea5c8.d' from root:root to runner:runner
2025-08-20T19:55:17.6573293Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6575005Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-ec3f8edbb7181c81.d' from root:root to runner:runner
2025-08-20T19:55:17.6576702Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhex-87d8e9ff3e8d6998.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6578423Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_utils-d1becb68ca55ebec.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6580422Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-8481e5533ef63698.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6582243Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-d6b920d71a8a522b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6584027Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-06b3c7cbbf79f088.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6585742Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body_util-90ccde79c14745c8.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6587444Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-ae023faa50ee2fa2.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6589107Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ppv_lite86-06b3c7cbbf79f088.d' from root:root to runner:runner
2025-08-20T19:55:17.6590725Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc-94993b03680be121.d' from root:root to runner:runner
2025-08-20T19:55:17.6592497Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-281f4515b67e572a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6594303Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportmapper-6b1325830bd584c0.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6596191Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-e0f45234f09dbdae.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6597932Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6599638Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase16ct-1191a87694c34d84.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6601336Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttpdate-cf62c9ef8c051e12.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6603149Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/xmltree-ef977360c71eb998.d' from root:root to runner:runner
2025-08-20T19:55:17.6604803Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-e9c9eac840587813.d' from root:root to runner:runner
2025-08-20T19:55:17.6606717Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-61eabbc3ea3093e2.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6608475Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_urlencoded-818f0311c0d77c57.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6610202Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz32-1c2254ea9b5313b9.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6611879Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arrayref-0af1d034175f6f6a.d' from root:root to runner:runner
2025-08-20T19:55:17.6613690Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcobs-53191173a4e05405.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6615379Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6617068Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-ab6c7d49b614bf2d.d' from root:root to runner:runner
2025-08-20T19:55:17.6618747Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/igd_next-7c00b6f1e5597a3e.d' from root:root to runner:runner
2025-08-20T19:55:17.6620387Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netlink_sys-5fcdd4ae6ac719d4.d' from root:root to runner:runner
2025-08-20T19:55:17.6622310Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-bc9773e6b563440e.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6624086Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-2f51de368a0924b1.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6625823Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d328be1877eac77b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6627558Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-642a7af0b7d55966.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6629256Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libattohttpc-a53e1b48206127e2.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6630924Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-b2a9813d3cf717bb.d' from root:root to runner:runner
2025-08-20T19:55:17.6632881Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6634604Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-d8a28b8f9cdb9d4a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6636273Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz32-1c2254ea9b5313b9.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6637947Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-3fc853e878dc8531.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6639606Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha2-cccec32555565ed9.d' from root:root to runner:runner
2025-08-20T19:55:17.6641225Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/try_lock-076360893bc44938.d' from root:root to runner:runner
2025-08-20T19:55:17.6643053Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body_util-90ccde79c14745c8.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6644802Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_core-6db732beba927889.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6646778Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-6dee1dcfe7af3cdd.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6648556Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f4b7fb83988d9629.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6650221Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerotrie-c016ee4dfce50d3e.d' from root:root to runner:runner
2025-08-20T19:55:17.6651854Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/inout-b772738d4635c5d3.d' from root:root to runner:runner
2025-08-20T19:55:17.6653646Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustc_demangle-cdf777b26f626ac1.d' from root:root to runner:runner
2025-08-20T19:55:17.6655324Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' from root:root to runner:runner
2025-08-20T19:55:17.6656993Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-06b09dd40020eb0e.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6658946Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_core-463f0850d7b329ea.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6660712Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-181269004b05f8ef.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6662505Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6664266Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-3e5990d9851b22cb.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6665925Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/want-c416555cd8506078.d' from root:root to runner:runner
2025-08-20T19:55:17.6667566Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6669205Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh-bcb4cd83b34a6e4b.d' from root:root to runner:runner
2025-08-20T19:55:17.6670844Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/heapless-eaf653fb767a7d8f.d' from root:root to runner:runner
2025-08-20T19:55:17.6672788Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_route-a9569c71711ee3fe.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6674624Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-181269004b05f8ef.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6676359Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_service-4329eca1b006df20.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6678104Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-12e9fd03a853c9b5.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6679833Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6681504Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-7aa980f6245d1507.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6683511Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_backtrace-5af275f26727c090.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6685235Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_websockets-f89af3c8d153d4c8.d' from root:root to runner:runner
2025-08-20T19:55:17.6686914Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaead-007b5c94ee8f1afb.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6688577Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspin-7909321d5f86d650.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6690260Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-22b156ebe509c0ef.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6691987Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-84b17e4824980ba6.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6693796Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_buffered-4f0309921022972d.d' from root:root to runner:runner
2025-08-20T19:55:17.6695504Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-5cab6305ffd178d8.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6697207Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignature-c38d4c234a6229f2.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6699081Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-605cf59a3be37f34.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6700894Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-07135408b2dcd40d.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6702677Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/httparse-94200a6905067ee1.d' from root:root to runner:runner
2025-08-20T19:55:17.6704416Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body-a8af276e89b04aae.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6706069Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/stun_rs-e6d778c42d57fe4d.d' from root:root to runner:runner
2025-08-20T19:55:17.6707705Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-d6b920d71a8a522b.d' from root:root to runner:runner
2025-08-20T19:55:17.6709633Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurve25519_dalek-b2411704cc1a8de9.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6711384Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6713235Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_log-7dcf00220c86b8e5.d' from root:root to runner:runner
2025-08-20T19:55:17.6714900Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pem_rfc7468-a67b6a1521666e46.d' from root:root to runner:runner
2025-08-20T19:55:17.6716565Z [00:07:16.571]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki_roots-48cdbc4e75896a1d.d' from root:root to runner:runner
2025-08-20T19:55:17.6718286Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-12e9fd03a853c9b5.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6720002Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxmltree-ef977360c71eb998.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6721705Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-c33f120df7f783bb.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6723728Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-72599bcf2e36fbf0.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6725516Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1_smol-3814fc46e91cab77.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6727185Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpest-4774239b385d764c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6728857Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-6176b4533d74f593.d' from root:root to runner:runner
2025-08-20T19:55:17.6730521Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_metrics-42bf256d1bf00132.d' from root:root to runner:runner
2025-08-20T19:55:17.6732272Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc-94993b03680be121.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6734197Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_proto-099ce25714619010.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6736512Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmoka-49fc106a764f3188.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6738296Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-8f372f0bbd3e9ecf.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6740001Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimple_dns-28ff1c682a19c6cf.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6741712Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-5cab6305ffd178d8.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6743607Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconstant_time_eq-ac980a4d58e59373.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6745309Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-14ff7600e3f9b107.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6746991Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcordyceps-ab908b71c2e90c96.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6748691Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6750550Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio-c2ee65e3cb5c4914.d' from root:root to runner:runner
2025-08-20T19:55:17.6752513Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-edf35c812772bb4c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6754431Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-b89ecb3e610bae71.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6756132Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-3deaedab336be3c7.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6757938Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_macros_support-cb1a739ab1144c67.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6759651Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc_catalog-0db5416c9d6ca27b.d' from root:root to runner:runner
2025-08-20T19:55:17.6761314Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-5c3d87b6329cc2fe.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6763208Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-8906c423b6a5beb6.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6764933Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6766649Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-c5d6cb63c4064f6b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6768333Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinystr-84b17e4824980ba6.d' from root:root to runner:runner
2025-08-20T19:55:17.6770185Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-d5bcf8d27409c074.d' from root:root to runner:runner
2025-08-20T19:55:17.6771940Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-91eb35c521f7c6c6.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6773781Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-b89ecb3e610bae71.d' from root:root to runner:runner
2025-08-20T19:55:17.6775424Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' from root:root to runner:runner
2025-08-20T19:55:17.6777071Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_task-b736c1318e43d1e9.d' from root:root to runner:runner
2025-08-20T19:55:17.6778764Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdata_encoding-2a42ee88ff19126a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6780700Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hickory_resolver-49e7a7cd34c68ebd.d' from root:root to runner:runner
2025-08-20T19:55:17.6782485Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libreqwest-14f238d487a5b1ea.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6784223Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tower_service-4329eca1b006df20.d' from root:root to runner:runner
2025-08-20T19:55:17.6785880Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspin-7909321d5f86d650.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6787549Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-004860a008a6d3ed.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6789266Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6791022Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdata_encoding-2a42ee88ff19126a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6792908Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libntimestamp-ac5fe799176715e5.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6794656Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha1_smol-3814fc46e91cab77.d' from root:root to runner:runner
2025-08-20T19:55:17.6796499Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsalsa20-d16407556f878b09.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6817157Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/litemap-479997047c5ab8a4.d' from root:root to runner:runner
2025-08-20T19:55:17.6819140Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519-d7b5441f636dd97a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6820846Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lazy_static-2f51de368a0924b1.d' from root:root to runner:runner
2025-08-20T19:55:17.6822697Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-94200a6905067ee1.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6824459Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdumbpipe-a15d4388465ceaaa.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6826553Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arrayvec-637411b9e28bce1d.d' from root:root to runner:runner
2025-08-20T19:55:17.6828263Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-281f4515b67e572a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6829991Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-55d5fe34054f942a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6832328Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_executor-7fcfeb60b28a9737.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6834109Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6835780Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-3deaedab336be3c7.d' from root:root to runner:runner
2025-08-20T19:55:17.6837420Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base64-052c2edd3afdcf95.d' from root:root to runner:runner
2025-08-20T19:55:17.6839071Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/atomic_waker-dc31e90de4869ae5.d' from root:root to runner:runner
2025-08-20T19:55:17.6840888Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cipher-700f8382c130a44a.d' from root:root to runner:runner
2025-08-20T19:55:17.6842783Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6844558Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-5c3d87b6329cc2fe.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6846212Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-5c3d87b6329cc2fe.d' from root:root to runner:runner
2025-08-20T19:55:17.6847868Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libucd_trie-09a27b98dd5ca11c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6849579Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-7a72b47ac428dfac.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6851272Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-b472a8649e0def1f.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6853369Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-3e5990d9851b22cb.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6855095Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-6dee1dcfe7af3cdd.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6856800Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c016ee4dfce50d3e.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6858520Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-dbc834bde5cb4456.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6860245Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-ed6e7404dfdcfec5.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6861920Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-b472a8649e0def1f.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6863670Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hex-87d8e9ff3e8d6998.d' from root:root to runner:runner
2025-08-20T19:55:17.6865311Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6867173Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-b89ecb3e610bae71.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6868947Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/curve25519_dalek-b2411704cc1a8de9.d' from root:root to runner:runner
2025-08-20T19:55:17.6870646Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e9c9eac840587813.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6872417Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-ed6e7404dfdcfec5.d' from root:root to runner:runner
2025-08-20T19:55:17.6874146Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower-8e9f42e229b4acc4.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6875803Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-edf35c812772bb4c.d' from root:root to runner:runner
2025-08-20T19:55:17.6877673Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-c0df707ba162fe2a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6879337Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_chacha-b56e08890f921670.d' from root:root to runner:runner
2025-08-20T19:55:17.6881047Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_resolver-49e7a7cd34c68ebd.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6882896Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbounded_integer-7bb7b49eeaaa83a9.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6884645Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_udp-9a4df4053ea546f1.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6886350Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6888034Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/precis_profiles-3c5f2623af082ec6.d' from root:root to runner:runner
2025-08-20T19:55:17.6889742Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6891444Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yoke-14ff7600e3f9b107.d' from root:root to runner:runner
2025-08-20T19:55:17.6893396Z [00:07:16.572]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties_data-428d278e182a6747.d' from root:root to runner:runner
2025-08-20T19:55:17.6895178Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaead-007b5c94ee8f1afb.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6896864Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libself_cell-71219146c77d5fb1.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6898566Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libresolv_conf-471cf4706d7e8b5d.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6900261Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer_data-07135408b2dcd40d.d' from root:root to runner:runner
2025-08-20T19:55:17.6901941Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkcs8-b5b51ecde60bf514.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6903896Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/subtle-dac9a8b415f9f34b.d' from root:root to runner:runner
2025-08-20T19:55:17.6905567Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-14eda0d4d72ca8ca.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6907249Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwant-c416555cd8506078.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6908913Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtry_lock-076360893bc44938.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6910592Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-52bf11732c6968aa.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6912405Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-007d2142533ea5c8.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6914175Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_buffered-4f0309921022972d.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6915890Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhash32-96266b31d8cceb62.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6917557Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-77f5c7507ffdfee3.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6919457Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netlink_packet_route-a9569c71711ee3fe.d' from root:root to runner:runner
2025-08-20T19:55:17.6921206Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-bbacbb8b6b5a9f2a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6923019Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_io-fb4cce81cc4e7a11.d' from root:root to runner:runner
2025-08-20T19:55:17.6924688Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna_adapter-0588ce1d2a6a5702.d' from root:root to runner:runner
2025-08-20T19:55:17.6926381Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-aaf3b3137c640ded.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6928103Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_stream-2170a1cf7c1b8b20.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6930003Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64ct-5b64c090563ca8d3.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6931672Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-20T19:55:17.6933446Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-bbacbb8b6b5a9f2a.d' from root:root to runner:runner
2025-08-20T19:55:17.6935083Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time_core-22b156ebe509c0ef.d' from root:root to runner:runner
2025-08-20T19:55:17.6936755Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-f8b5667ca92a83d7.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6938459Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiri_string-feb36f9908e54020.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6940171Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-75640c935e9d3bdf.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6941887Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_rustls-2c58e7cd8c84a758.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6943843Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_snafu-2eeacb03d43c588f.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6945621Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-64574bb35d9e44b2.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6947345Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-0588ce1d2a6a5702.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6949030Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwant-c416555cd8506078.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6950691Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_sink-f8b5667ca92a83d7.d' from root:root to runner:runner
2025-08-20T19:55:17.6952424Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-46341eeeee5b87a2.d' from root:root to runner:runner
2025-08-20T19:55:17.6954284Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/allocator_api2-6d050a315129c8ad.d' from root:root to runner:runner
2025-08-20T19:55:17.6955962Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetdev-53a5f97125370c3a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6957617Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking-ccd011a07037e724.d' from root:root to runner:runner
2025-08-20T19:55:17.6959301Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-63a07ad75ceec1e4.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6961014Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6962765Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6964497Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crypto_common-71411bef60f7df93.d' from root:root to runner:runner
2025-08-20T19:55:17.6966152Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tower_layer-8ad2c7acb34380d7.d' from root:root to runner:runner
2025-08-20T19:55:17.6967825Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_collections-61eabbc3ea3093e2.d' from root:root to runner:runner
2025-08-20T19:55:17.6969657Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/form_urlencoded-d328be1877eac77b.d' from root:root to runner:runner
2025-08-20T19:55:17.6971434Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec_macros-b50b21060450434d.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6973282Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserdect-3d1d5d37e323be7a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6974968Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6976637Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspki-01c22409e5acdd6a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6978285Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_base-c4acf58a5fd3909c.d' from root:root to runner:runner
2025-08-20T19:55:17.6980179Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-cdf777b26f626ac1.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6981875Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/derive_more-d34a7b54f31a6ed8.d' from root:root to runner:runner
2025-08-20T19:55:17.6983699Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-f1de81f251d9dac4.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6985438Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsalsa20-d16407556f878b09.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6987109Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/poly1305-50fa25f3d32111f1.d' from root:root to runner:runner
2025-08-20T19:55:17.6988800Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-dbc834bde5cb4456.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6990531Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-1eb80a20d83af8f0.rlib' from root:root to runner:runner
2025-08-20T19:55:17.6992348Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-b267a33f360845cd.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6994099Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6995946Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-3fc853e878dc8531.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.6997710Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki_roots-43d30a839a2568fb.d' from root:root to runner:runner
2025-08-20T19:55:17.6999402Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hostname_validator-d58dc5fb7a59bee1.d' from root:root to runner:runner
2025-08-20T19:55:17.7001074Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/typenum-75640c935e9d3bdf.d' from root:root to runner:runner
2025-08-20T19:55:17.7002799Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7004543Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_compat-6d4f3534fcc98995.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7006487Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-2a69bb24a0088007.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7008201Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7009860Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures-bc9773e6b563440e.d' from root:root to runner:runner
2025-08-20T19:55:17.7011532Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-2a9fb24458300216.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7013406Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_error-3dc04306c99035ab.d' from root:root to runner:runner
2025-08-20T19:55:17.7015059Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gimli-77f5c7507ffdfee3.d' from root:root to runner:runner
2025-08-20T19:55:17.7016720Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-c5d6cb63c4064f6b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7018405Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/derive_more-ef3190d770f3a6f9.d' from root:root to runner:runner
2025-08-20T19:55:17.7020269Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libder-229fe2b5011b871d.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7022015Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc_catalog-0db5416c9d6ca27b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7023847Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-55d5fe34054f942a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7025560Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpem_rfc7468-a67b6a1521666e46.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7027259Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiri_string-feb36f9908e54020.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7028986Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec_macros-b50b21060450434d.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7030955Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_executor-7fcfeb60b28a9737.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7032741Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-77f5c7507ffdfee3.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7034470Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-80483159b3954362.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7036097Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/http-a7e6202e1db30669.d' from root:root to runner:runner
2025-08-20T19:55:17.7037743Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/color_backtrace-5af275f26727c090.d' from root:root to runner:runner
2025-08-20T19:55:17.7039417Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' from root:root to runner:runner
2025-08-20T19:55:17.7041031Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/xml-3d7e5295565a9f55.d' from root:root to runner:runner
2025-08-20T19:55:17.7042760Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_chacha-3fc853e878dc8531.d' from root:root to runner:runner
2025-08-20T19:55:17.7044484Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac-0ab1d828d727d4ce.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7046363Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdiatomic_waker-47827a37d2dc045c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7048154Z [00:07:16.573]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d328be1877eac77b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7049883Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-b56e08890f921670.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7051589Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' from root:root to runner:runner
2025-08-20T19:55:17.7053408Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_proto-e9afc8d71e773b81.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7055095Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/no_std_net-d3059a14802bc5e5.d' from root:root to runner:runner
2025-08-20T19:55:17.7056964Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7058673Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7060380Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7062244Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-62ccb0b1f0fec255.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7063974Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-2a9fb24458300216.d' from root:root to runner:runner
2025-08-20T19:55:17.7065645Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7067335Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpostcard-ba593978eb8422ba.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7069044Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-2f51de368a0924b1.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7070739Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-bc9773e6b563440e.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7072669Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-479997047c5ab8a4.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7074439Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7076160Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-138e7413cb4e3025.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7077898Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_core-463f0850d7b329ea.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7079582Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tower-8e9f42e229b4acc4.d' from root:root to runner:runner
2025-08-20T19:55:17.7081183Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/moka-49fc106a764f3188.d' from root:root to runner:runner
2025-08-20T19:55:17.7083120Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netwatch-5c605dda8a5c400b.d' from root:root to runner:runner
2025-08-20T19:55:17.7084785Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_rustls-cbf577187c18170b.d' from root:root to runner:runner
2025-08-20T19:55:17.7086475Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_udp-9a4df4053ea546f1.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7088195Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8d590ed3959f25dd.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7089894Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-3deaedab336be3c7.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7091644Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-b3cdd79bb8eff96c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7093440Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base64ct-5b64c090563ca8d3.d' from root:root to runner:runner
2025-08-20T19:55:17.7095101Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/generic_array-ec2e2aa042a86d43.d' from root:root to runner:runner
2025-08-20T19:55:17.7096932Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-988f3dec381af8dd.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7098701Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libucd_trie-09a27b98dd5ca11c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7100333Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/der-229fe2b5011b871d.d' from root:root to runner:runner
2025-08-20T19:55:17.7101950Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-6d8421c5cc908708.d' from root:root to runner:runner
2025-08-20T19:55:17.7103746Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh-bcb4cd83b34a6e4b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7105412Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7107292Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_enum-f235d5d9e670fd2b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7108994Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project-dd899871b8412409.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7110693Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-ba1538573adcd650.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7112475Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac_sha256-67ff0ef493a730ae.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7114235Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtry_lock-076360893bc44938.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7115920Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcipher-700f8382c130a44a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7117581Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_util-f2000024d9a1a0dc.d' from root:root to runner:runner
2025-08-20T19:55:17.7119243Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac_sha1-f22a5489dbf0dd2b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7120922Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-b30375d380431714.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7122960Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquoted_string_parser-4a2c73810f112ad7.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7124780Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-637411b9e28bce1d.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7126457Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder-750219b13961a307.d' from root:root to runner:runner
2025-08-20T19:55:17.7128133Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-d34a7b54f31a6ed8.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7129850Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7131557Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-20T19:55:17.7133578Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/block_buffer-bdd807037f26ad63.d' from root:root to runner:runner
2025-08-20T19:55:17.7135271Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-91eb35c521f7c6c6.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7136965Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinout-b772738d4635c5d3.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7138624Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-aaf3b3137c640ded.d' from root:root to runner:runner
2025-08-20T19:55:17.7140280Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_provider-3d8456fb5155f0c1.d' from root:root to runner:runner
2025-08-20T19:55:17.7141966Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_metrics-42bf256d1bf00132.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7143784Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-a7e6202e1db30669.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7145494Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-63a07ad75ceec1e4.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7147180Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ntimestamp-ac5fe799176715e5.d' from root:root to runner:runner
2025-08-20T19:55:17.7149054Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-32b177d942f63137.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7150797Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/btparse-efb62fa5434f7ef3.d' from root:root to runner:runner
2025-08-20T19:55:17.7152567Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-5d37ecdbf820573f.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7154348Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconst_oid-e751e86787e15843.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7156062Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-6d050a315129c8ad.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7157781Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-c33f120df7f783bb.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7159659Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase32-6a3adb0080529794.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7161366Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519_dalek-b6eb71923764e55b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7163203Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_compat-6d4f3534fcc98995.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7164956Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-12304743149c15bd.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7166677Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7168369Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-fb4cce81cc4e7a11.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7170069Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6176b4533d74f593.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7171775Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn-590eaf84cd70475f.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7173762Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopaque_debug-59685552f1770f87.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7175511Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-cff9f4a0d144c8c6.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7177194Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenumflags2-5067c66476d82e5b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7178847Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/md5-760fb6d6b83d936c.d' from root:root to runner:runner
2025-08-20T19:55:17.7180532Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_macros_support-cb1a739ab1144c67.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7182305Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/termcolor-605cf59a3be37f34.d' from root:root to runner:runner
2025-08-20T19:55:17.7184128Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/adler2-b30375d380431714.d' from root:root to runner:runner
2025-08-20T19:55:17.7185743Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-16983b591d51ba9d.d' from root:root to runner:runner
2025-08-20T19:55:17.7187411Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/quoted_string_parser-4a2c73810f112ad7.d' from root:root to runner:runner
2025-08-20T19:55:17.7189144Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcritical_section-641b233518e3ef96.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7190851Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_stream-2170a1cf7c1b8b20.d' from root:root to runner:runner
2025-08-20T19:55:17.7192614Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-62ccb0b1f0fec255.d' from root:root to runner:runner
2025-08-20T19:55:17.7194322Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcipher-700f8382c130a44a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7195994Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1_smol-3814fc46e91cab77.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7197653Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerovec-4c4467ea0e178db6.d' from root:root to runner:runner
2025-08-20T19:55:17.7199479Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-3d8456fb5155f0c1.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7201254Z [00:07:16.574]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/diatomic_waker-47827a37d2dc045c.d' from root:root to runner:runner
2025-08-20T19:55:17.7203026Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/postcard-ba593978eb8422ba.d' from root:root to runner:runner
2025-08-20T19:55:17.7204685Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7206354Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-7aa980f6245d1507.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7208022Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-6d8421c5cc908708.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7209971Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-08330e8e9da79f3e.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7211640Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/n0_snafu-2eeacb03d43c588f.d' from root:root to runner:runner
2025-08-20T19:55:17.7213454Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-8481e5533ef63698.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7215163Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-750219b13961a307.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7216896Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-428d278e182a6747.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7218623Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7220339Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-72599bcf2e36fbf0.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7222127Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-5b4a8f372d7a35fc.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7223863Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-cff9f4a0d144c8c6.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7225732Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-3bcfd63ff352ab07.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7227482Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/url-84fe902797f9d363.d' from root:root to runner:runner
2025-08-20T19:55:17.7229140Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayref-0af1d034175f6f6a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7230847Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignature-c38d4c234a6229f2.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7232641Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-f1de81f251d9dac4.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7234401Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-dbc834bde5cb4456.d' from root:root to runner:runner
2025-08-20T19:55:17.7236271Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-06b09dd40020eb0e.d' from root:root to runner:runner
2025-08-20T19:55:17.7237939Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7239618Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinout-b772738d4635c5d3.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7241283Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-007d2142533ea5c8.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7243057Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hmac_sha1-f22a5489dbf0dd2b.d' from root:root to runner:runner
2025-08-20T19:55:17.7244779Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7246477Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/salsa20-d16407556f878b09.d' from root:root to runner:runner
2025-08-20T19:55:17.7248127Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/openssl_probe-32b177d942f63137.d' from root:root to runner:runner
2025-08-20T19:55:17.7249952Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-ce81b9d179a5a20a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7251633Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing-3364b17df1ed541a.d' from root:root to runner:runner
2025-08-20T19:55:17.7253366Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_relay-924f8882d91bfcb8.d' from root:root to runner:runner
2025-08-20T19:55:17.7255046Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-b2a9813d3cf717bb.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7256778Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_iterator-7d2d46426a1cec1b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7258530Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-5e9cbedcc3b2c296.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7260433Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7262176Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmd5-760fb6d6b83d936c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7263912Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7265606Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-637411b9e28bce1d.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7267319Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn-590eaf84cd70475f.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7268968Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/h2-01fe2308d241af0c.d' from root:root to runner:runner
2025-08-20T19:55:17.7270624Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatomic_waker-dc31e90de4869ae5.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7272389Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ed25519_dalek-b6eb71923764e55b.d' from root:root to runner:runner
2025-08-20T19:55:17.7274109Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha2-cccec32555565ed9.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7275921Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhex-87d8e9ff3e8d6998.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7277621Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base16ct-1191a87694c34d84.d' from root:root to runner:runner
2025-08-20T19:55:17.7279267Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-14ff7600e3f9b107.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7280930Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-6dee1dcfe7af3cdd.d' from root:root to runner:runner
2025-08-20T19:55:17.7282765Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/enumflags2-5067c66476d82e5b.d' from root:root to runner:runner
2025-08-20T19:55:17.7284495Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locale_core-7a72b47ac428dfac.d' from root:root to runner:runner
2025-08-20T19:55:17.7286387Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-ccd011a07037e724.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7288083Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_box-f94d52795d9900a7.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7289796Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-46341eeeee5b87a2.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7291540Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdyn_clone-d693bcf40284f29a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7293326Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/uuid-4a8e8c591cd8f475.d' from root:root to runner:runner
2025-08-20T19:55:17.7294983Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libheapless-eaf653fb767a7d8f.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7296649Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/slab-004860a008a6d3ed.d' from root:root to runner:runner
2025-08-20T19:55:17.7298309Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-b56e08890f921670.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7299957Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/z32-1c2254ea9b5313b9.d' from root:root to runner:runner
2025-08-20T19:55:17.7301768Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libheapless-eaf653fb767a7d8f.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7303604Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-3bcfd63ff352ab07.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7305286Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/simple_dns-28ff1c682a19c6cf.d' from root:root to runner:runner
2025-08-20T19:55:17.7306918Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_base-642a7af0b7d55966.d' from root:root to runner:runner
2025-08-20T19:55:17.7308608Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuniversal_hash-ad41ea537e262be1.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7310325Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-b267a33f360845cd.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7312339Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-a700101167b0b645.d' from root:root to runner:runner
2025-08-20T19:55:17.7314059Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tower_http-76e6e351597177d8.d' from root:root to runner:runner
2025-08-20T19:55:17.7315759Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d5bcf8d27409c074.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7317463Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/universal_hash-ad41ea537e262be1.d' from root:root to runner:runner
2025-08-20T19:55:17.7319169Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-ec79b4d739e979c4.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7320831Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls-115634fe059ab7e1.d' from root:root to runner:runner
2025-08-20T19:55:17.7322548Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-988f3dec381af8dd.d' from root:root to runner:runner
2025-08-20T19:55:17.7324229Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-f4b7fb83988d9629.d' from root:root to runner:runner
2025-08-20T19:55:17.7325853Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-20T19:55:17.7327734Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project-dd899871b8412409.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7329496Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-5b4a8f372d7a35fc.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7331164Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha2-cccec32555565ed9.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7333034Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_service-4329eca1b006df20.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7334708Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cobs-53191173a4e05405.d' from root:root to runner:runner
2025-08-20T19:55:17.7336353Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7338243Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_native_certs-d64614b0676f9bf2.d' from root:root to runner:runner
2025-08-20T19:55:17.7339954Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e9c9eac840587813.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7341666Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-bdd807037f26ad63.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7343528Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-138e7413cb4e3025.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7345229Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-ce81b9d179a5a20a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7346916Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_future-ac177c94b05ef04b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7348553Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/spin-7909321d5f86d650.d' from root:root to runner:runner
2025-08-20T19:55:17.7350214Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimple_dns-28ff1c682a19c6cf.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7352136Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libigd_next-7c00b6f1e5597a3e.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7353918Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_executor-7fcfeb60b28a9737.d' from root:root to runner:runner
2025-08-20T19:55:17.7355611Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7357323Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7358992Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki-8914423da22ff1ad.d' from root:root to runner:runner
2025-08-20T19:55:17.7360636Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-dd3fb9063464bdb2.d' from root:root to runner:runner
2025-08-20T19:55:17.7362418Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_urlencoded-818f0311c0d77c57.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7364372Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-2d9c9a047034df3c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7366089Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libself_cell-71219146c77d5fb1.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7367773Z [00:07:16.575]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbackon-477244568944f3ef.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7369464Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7371154Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hickory_proto-c685aaecbbb26e97.d' from root:root to runner:runner
2025-08-20T19:55:17.7372952Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7374700Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_platform_verifier-56d4bc77859cf30e.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7376460Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-3d8456fb5155f0c1.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7378363Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_utils-d1becb68ca55ebec.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7380136Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-424b8f793b684db8.d' from root:root to runner:runner
2025-08-20T19:55:17.7381767Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pest-4774239b385d764c.d' from root:root to runner:runner
2025-08-20T19:55:17.7383565Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-5fa951e0879b9aa6.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7385273Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhash32-96266b31d8cceb62.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7386966Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-aaf3b3137c640ded.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7388830Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_quinn-590eaf84cd70475f.d' from root:root to runner:runner
2025-08-20T19:55:17.7390528Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcritical_section-641b233518e3ef96.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7392411Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_iterator-7d2d46426a1cec1b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7394165Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/addr2line-55d5fe34054f942a.d' from root:root to runner:runner
2025-08-20T19:55:17.7395823Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-4a8e8c591cd8f475.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7397511Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-fb4cce81cc4e7a11.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7399242Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8d590ed3959f25dd.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7400965Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_rustls-cbf577187c18170b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7402702Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ed25519-d7b5441f636dd97a.d' from root:root to runner:runner
2025-08-20T19:55:17.7404594Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7406313Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-4a8e8c591cd8f475.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7408008Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netlink_packet_core-463f0850d7b329ea.d' from root:root to runner:runner
2025-08-20T19:55:17.7409752Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-ec3f8edbb7181c81.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7411488Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libchacha20-09a2ed4a9d1fa396.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7413310Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_http-76e6e351597177d8.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7415270Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_websockets-f89af3c8d153d4c8.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7416987Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-94200a6905067ee1.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7418641Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-f07e1fe4e8b5f3ca.d' from root:root to runner:runner
2025-08-20T19:55:17.7420258Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lru-7aa980f6245d1507.d' from root:root to runner:runner
2025-08-20T19:55:17.7421860Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ucd_trie-09a27b98dd5ca11c.d' from root:root to runner:runner
2025-08-20T19:55:17.7423675Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4b4e97b36ffc770e.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7425387Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-71411bef60f7df93.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7427102Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpoly1305-50fa25f3d32111f1.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7428935Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/resolv_conf-471cf4706d7e8b5d.d' from root:root to runner:runner
2025-08-20T19:55:17.7430634Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8_iter-c0df707ba162fe2a.d' from root:root to runner:runner
2025-08-20T19:55:17.7432438Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7434227Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-750219b13961a307.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7435945Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_rustls-cbf577187c18170b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7437633Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxml-3d7e5295565a9f55.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7439486Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/backtrace-2a69bb24a0088007.d' from root:root to runner:runner
2025-08-20T19:55:17.7441109Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pkarr-8edc8a20bebef955.d' from root:root to runner:runner
2025-08-20T19:55:17.7442927Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-0a57987a945d3848.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7444658Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project_lite-2235325ef656c9c3.d' from root:root to runner:runner
2025-08-20T19:55:17.7446355Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-b736c1318e43d1e9.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7448064Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopaque_debug-59685552f1770f87.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7449777Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_proto-c685aaecbbb26e97.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7451479Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-12e9fd03a853c9b5.d' from root:root to runner:runner
2025-08-20T19:55:17.7453220Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hyper_util-ffba1bf0f31c17e7.d' from root:root to runner:runner
2025-08-20T19:55:17.7455062Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimdutf8-2523c9db9b1c9c82.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7456813Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-75640c935e9d3bdf.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7458521Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-d6b920d71a8a522b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7460179Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zeroize-c718917f775825b3.d' from root:root to runner:runner
2025-08-20T19:55:17.7461877Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_native_certs-d64614b0676f9bf2.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7463759Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac_sha1-f22a5489dbf0dd2b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7465597Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna-ae023faa50ee2fa2.d' from root:root to runner:runner
2025-08-20T19:55:17.7467247Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetdev-53a5f97125370c3a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7468902Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/foldhash-4b4e97b36ffc770e.d' from root:root to runner:runner
2025-08-20T19:55:17.7470548Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7472277Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerocopy-5cab6305ffd178d8.d' from root:root to runner:runner
2025-08-20T19:55:17.7473991Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_core-c33f120df7f783bb.d' from root:root to runner:runner
2025-08-20T19:55:17.7475674Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7477368Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libigd_next-7c00b6f1e5597a3e.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7479084Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_websockets-f89af3c8d153d4c8.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7480971Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-052c2edd3afdcf95.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7482872Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7484646Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7486364Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-edf35c812772bb4c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7488048Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7489745Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-0588ce1d2a6a5702.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7491734Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-2ba0fe2fb98afd6b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7493548Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerofrom-91eb35c521f7c6c6.d' from root:root to runner:runner
2025-08-20T19:55:17.7495202Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519-d7b5441f636dd97a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7496872Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-e0f45234f09dbdae.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7498564Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-b736c1318e43d1e9.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7500283Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7501989Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519_dalek-b6eb71923764e55b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7503872Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_platform_verifier-56d4bc77859cf30e.d' from root:root to runner:runner
2025-08-20T19:55:17.7505721Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7507449Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/precis_core-6db732beba927889.d' from root:root to runner:runner
2025-08-20T19:55:17.7509117Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase16ct-1191a87694c34d84.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7510816Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libattohttpc-a53e1b48206127e2.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7512640Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttpdate-cf62c9ef8c051e12.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7514426Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7516370Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-642a7af0b7d55966.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7518047Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-ae023faa50ee2fa2.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7519745Z [00:07:16.576]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-f8b5667ca92a83d7.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7521439Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblake3-816b4acae196eba2.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7523286Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsync_wrapper-d5eecf6e022aceba.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7524991Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/async_compat-6d4f3534fcc98995.d' from root:root to runner:runner
2025-08-20T19:55:17.7526707Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-428d278e182a6747.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7528491Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-8906c423b6a5beb6.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7530211Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/n0_watcher-c76d5d61be334ba9.d' from root:root to runner:runner
2025-08-20T19:55:17.7532022Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-80483159b3954362.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7533895Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-7a72b47ac428dfac.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7535612Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_urlencoded-818f0311c0d77c57.d' from root:root to runner:runner
2025-08-20T19:55:17.7537316Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-5fa951e0879b9aa6.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7539007Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase32-6a3adb0080529794.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7540714Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_resolver-49e7a7cd34c68ebd.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7542728Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkcs8-b5b51ecde60bf514.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7544443Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-cff9f4a0d144c8c6.d' from root:root to runner:runner
2025-08-20T19:55:17.7546068Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-a7e6202e1db30669.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7547730Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinyvec_macros-b50b21060450434d.d' from root:root to runner:runner
2025-08-20T19:55:17.7549370Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tagptr-90605262b1df377c.d' from root:root to runner:runner
2025-08-20T19:55:17.7551041Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_stream-2170a1cf7c1b8b20.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7552904Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurve25519_dalek-b2411704cc1a8de9.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7554694Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-7dcf00220c86b8e5.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7556365Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serdect-3d1d5d37e323be7a.d' from root:root to runner:runner
2025-08-20T19:55:17.7558164Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc-94993b03680be121.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7559904Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-483de3a401a14847.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7561604Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_watcher-c76d5d61be334ba9.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7563484Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7565219Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdumbpipe-a15d4388465ceaaa.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7566923Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_sys-5fcdd4ae6ac719d4.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7568843Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_base-c4acf58a5fd3909c.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7570549Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_sys-5fcdd4ae6ac719d4.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7572303Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netlink_proto-099ce25714619010.d' from root:root to runner:runner
2025-08-20T19:55:17.7574003Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/http-9a3dffe5758c2941.d' from root:root to runner:runner
2025-08-20T19:55:17.7575660Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6176b4533d74f593.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7577364Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-08330e8e9da79f3e.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7579066Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconst_oid-e751e86787e15843.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7580790Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7582650Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-3f51a047db4e4540.d' from root:root to runner:runner
2025-08-20T19:55:17.7584363Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstun_rs-e6d778c42d57fe4d.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7586000Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-5d3e190fac51fca7.d' from root:root to runner:runner
2025-08-20T19:55:17.7587653Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpoly1305-50fa25f3d32111f1.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7589355Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-3dc04306c99035ab.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7591039Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/opaque_debug-59685552f1770f87.d' from root:root to runner:runner
2025-08-20T19:55:17.7593118Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7594851Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpem_rfc7468-a67b6a1521666e46.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7596579Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/matchers-d4e2a08f6289827b.d' from root:root to runner:runner
2025-08-20T19:55:17.7598245Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower-8e9f42e229b4acc4.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7599915Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_util-fd584d4c6835db3e.d' from root:root to runner:runner
2025-08-20T19:55:17.7601590Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetwatch-5c605dda8a5c400b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7603361Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aead-007b5c94ee8f1afb.d' from root:root to runner:runner
2025-08-20T19:55:17.7605017Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_base-c4acf58a5fd3909c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7606747Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d5bcf8d27409c074.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7608641Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pkcs8-b5b51ecde60bf514.d' from root:root to runner:runner
2025-08-20T19:55:17.7610325Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base32-6a3adb0080529794.d' from root:root to runner:runner
2025-08-20T19:55:17.7611997Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4b4e97b36ffc770e.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7613839Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-72599bcf2e36fbf0.d' from root:root to runner:runner
2025-08-20T19:55:17.7615550Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcordyceps-ab908b71c2e90c96.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7617243Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_enum-f235d5d9e670fd2b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7619145Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fallible_iterator-7d2d46426a1cec1b.d' from root:root to runner:runner
2025-08-20T19:55:17.7620804Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/snafu-6d3e112aecd378be.d' from root:root to runner:runner
2025-08-20T19:55:17.7622567Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_relay-924f8882d91bfcb8.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7624280Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hyper-484910e88b79ad6b.d' from root:root to runner:runner
2025-08-20T19:55:17.7625948Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7627620Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libh2-01fe2308d241af0c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7629294Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libntimestamp-ac5fe799176715e5.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7630994Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-84b17e4824980ba6.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7632775Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-8f372f0bbd3e9ecf.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7634747Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuniversal_hash-ad41ea537e262be1.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7636551Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_backtrace-5af275f26727c090.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7638245Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/http_body-a8af276e89b04aae.d' from root:root to runner:runner
2025-08-20T19:55:17.7639897Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_core-9781b3ee18d57fcc.d' from root:root to runner:runner
2025-08-20T19:55:17.7641590Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_proto-c685aaecbbb26e97.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7643395Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetwatch-5c605dda8a5c400b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7645298Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crypto_box-f94d52795d9900a7.d' from root:root to runner:runner
2025-08-20T19:55:17.7646992Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_proto-099ce25714619010.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7648710Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-3dc04306c99035ab.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7650407Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkarr-8edc8a20bebef955.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7652192Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_secretbox-5eb45aea266742a6.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7653951Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/simdutf8-2523c9db9b1c9c82.d' from root:root to runner:runner
2025-08-20T19:55:17.7655604Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-8f372f0bbd3e9ecf.d' from root:root to runner:runner
2025-08-20T19:55:17.7657304Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-5d37ecdbf820573f.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7659171Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-46341eeeee5b87a2.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7660957Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-8914423da22ff1ad.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7662737Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbtparse-efb62fa5434f7ef3.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7664599Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7666287Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-14eda0d4d72ca8ca.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7667955Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dumbpipe-a15d4388465ceaaa.d' from root:root to runner:runner
2025-08-20T19:55:17.7669630Z [00:07:16.577]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_snafu-2eeacb03d43c588f.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7671318Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper-484910e88b79ad6b.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7673143Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_channel-281f4515b67e572a.d' from root:root to runner:runner
2025-08-20T19:55:17.7674846Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-43d30a839a2568fb.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7676536Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/portmapper-6b1325830bd584c0.d' from root:root to runner:runner
2025-08-20T19:55:17.7678351Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/reqwest-14f238d487a5b1ea.d' from root:root to runner:runner
2025-08-20T19:55:17.7680061Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-052c2edd3afdcf95.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7681722Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7683569Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_profiles-3c5f2623af082ec6.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7685269Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_utils-483de3a401a14847.d' from root:root to runner:runner
2025-08-20T19:55:17.7686953Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c016ee4dfce50d3e.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7688867Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayref-0af1d034175f6f6a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7690569Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_util-ffba1bf0f31c17e7.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7692437Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenumflags2-5067c66476d82e5b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7694223Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_bytes-1fcac6a970a2cc29.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7695900Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/overload-b267a33f360845cd.d' from root:root to runner:runner
2025-08-20T19:55:17.7697539Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-d0f1cb20a3fcd1ba.d' from root:root to runner:runner
2025-08-20T19:55:17.7699182Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_quinn_udp-9a4df4053ea546f1.d' from root:root to runner:runner
2025-08-20T19:55:17.7700860Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/stable_deref_trait-181269004b05f8ef.d' from root:root to runner:runner
2025-08-20T19:55:17.7702634Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_watcher-c76d5d61be334ba9.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7704541Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcobs-53191173a4e05405.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7706317Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-ef3190d770f3a6f9.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7707997Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/powerfmt-08330e8e9da79f3e.d' from root:root to runner:runner
2025-08-20T19:55:17.7709680Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-32b177d942f63137.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7711350Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_enum-f235d5d9e670fd2b.d' from root:root to runner:runner
2025-08-20T19:55:17.7713143Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-b30375d380431714.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7715039Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libchacha20-09a2ed4a9d1fa396.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7716724Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspki-01c22409e5acdd6a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7718412Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-6e2f23234bb3ebfa.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7720073Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dyn_clone-d693bcf40284f29a.d' from root:root to runner:runner
2025-08-20T19:55:17.7721725Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-988f3dec381af8dd.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7723572Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsurge_ping-7f8ce2b19cad9428.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7725290Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-2a69bb24a0088007.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7726947Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha1-d8a28b8f9cdb9d4a.d' from root:root to runner:runner
2025-08-20T19:55:17.7728592Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f4b7fb83988d9629.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7730423Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7732259Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/deranged-3bcfd63ff352ab07.d' from root:root to runner:runner
2025-08-20T19:55:17.7734022Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-61eabbc3ea3093e2.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7735738Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bounded_integer-7bb7b49eeaaa83a9.d' from root:root to runner:runner
2025-08-20T19:55:17.7737435Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7739149Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7741047Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/critical_section-641b233518e3ef96.d' from root:root to runner:runner
2025-08-20T19:55:17.7742840Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc_catalog-0db5416c9d6ca27b.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7744610Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-48cdbc4e75896a1d.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7746332Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-ec2e2aa042a86d43.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7748018Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sharded_slab-6e2f23234bb3ebfa.d' from root:root to runner:runner
2025-08-20T19:55:17.7749701Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-b2a9813d3cf717bb.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7751426Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_buffered-4f0309921022972d.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7753259Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_conv-5b4a8f372d7a35fc.d' from root:root to runner:runner
2025-08-20T19:55:17.7755045Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iri_string-feb36f9908e54020.d' from root:root to runner:runner
2025-08-20T19:55:17.7756793Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac_sha256-67ff0ef493a730ae.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7758489Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserdect-3d1d5d37e323be7a.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7760186Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_pki_types-6dfd1f04dd4cb017.d' from root:root to runner:runner
2025-08-20T19:55:17.7761882Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7763744Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdiatomic_waker-47827a37d2dc045c.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7765693Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-ed6e7404dfdcfec5.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7767401Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_box-f94d52795d9900a7.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7769044Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-64abb771c6c5c081.d' from root:root to runner:runner
2025-08-20T19:55:17.7770683Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-479997047c5ab8a4.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7772464Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_metrics-42bf256d1bf00132.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7774207Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustc_hash-dec9a6be2f71d2d5.d' from root:root to runner:runner
2025-08-20T19:55:17.7775868Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-52bf11732c6968aa.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7777535Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cpufeatures-5d37ecdbf820573f.d' from root:root to runner:runner
2025-08-20T19:55:17.7779272Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-ec3f8edbb7181c81.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7781144Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-d8a28b8f9cdb9d4a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7783007Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cordyceps-ab908b71c2e90c96.d' from root:root to runner:runner
2025-08-20T19:55:17.7784714Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_subscriber-12304743149c15bd.d' from root:root to runner:runner
2025-08-20T19:55:17.7786425Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-ec2e2aa042a86d43.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7788099Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-14eda0d4d72ca8ca.d' from root:root to runner:runner
2025-08-20T19:55:17.7789766Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7791674Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-8914423da22ff1ad.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7793519Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/writeable-138e7413cb4e3025.d' from root:root to runner:runner
2025-08-20T19:55:17.7795190Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer-63a07ad75ceec1e4.d' from root:root to runner:runner
2025-08-20T19:55:17.7796869Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-483de3a401a14847.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7798563Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpostcard-ba593978eb8422ba.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7800225Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinyvec-ba1538573adcd650.d' from root:root to runner:runner
2025-08-20T19:55:17.7801889Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_core-6db732beba927889.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7803660Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ipnet-0060f782ef258f6a.d' from root:root to runner:runner
2025-08-20T19:55:17.7805363Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_route-a9569c71711ee3fe.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7807305Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdyn_clone-d693bcf40284f29a.rlib' from root:root to runner:runner
2025-08-20T19:55:17.7809100Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatomic_waker-dc31e90de4869ae5.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7810813Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/portable_atomic-2d9c9a047034df3c.d' from root:root to runner:runner
2025-08-20T19:55:17.7812587Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_channel-0a57987a945d3848.d' from root:root to runner:runner
2025-08-20T19:55:17.7814350Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_bytes-1fcac6a970a2cc29.rmeta' from root:root to runner:runner
2025-08-20T19:55:17.7815907Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T19:55:17.7817606Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/libdumbpipe.d' from root:root to runner:runner
2025-08-20T19:55:17.7819094Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T19:55:17.7820529Z [00:07:16.578]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/libdumbpipe.rlib' retained as runner:runner
2025-08-20T19:55:17.7821978Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T19:55:17.7823748Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7825534Z [00:07:16.578]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7827296Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/out' from root:root to runner:runner
2025-08-20T19:55:17.7829052Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7830810Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/output' from root:root to runner:runner
2025-08-20T19:55:17.7832724Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354' from root:root to runner:runner
2025-08-20T19:55:17.7834449Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7836153Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7838028Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-p256-armv8-asm-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7840021Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-chacha20_poly1305_armv8-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7841977Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-aesv8-armx-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7844155Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a4019cc0736b0423-mem.o' from root:root to runner:runner
2025-08-20T19:55:17.7846001Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a0330e891e733f4e-p256-nistz.o' from root:root to runner:runner
2025-08-20T19:55:17.7847865Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a0330e891e733f4e-ecp_nistz.o' from root:root to runner:runner
2025-08-20T19:55:17.7849764Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-chacha-armv8-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7851648Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a0330e891e733f4e-gfp_p256.o' from root:root to runner:runner
2025-08-20T19:55:17.7853712Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/00c879ee3285a50d-montgomery.o' from root:root to runner:runner
2025-08-20T19:55:17.7855639Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-aesv8-gcm-armv8-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7857691Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/aaa1ba3e455ee2e1-limbs.o' from root:root to runner:runner
2025-08-20T19:55:17.7859569Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a0330e891e733f4e-p256.o' from root:root to runner:runner
2025-08-20T19:55:17.7861415Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/00c879ee3285a50d-montgomery_inv.o' from root:root to runner:runner
2025-08-20T19:55:17.7863470Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-sha256-armv8-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7865355Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a0330e891e733f4e-gfp_p384.o' from root:root to runner:runner
2025-08-20T19:55:17.7867196Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/d5a9841f3dc6e253-poly1305.o' from root:root to runner:runner
2025-08-20T19:55:17.7869259Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/25ac62e5b3c53843-curve25519.o' from root:root to runner:runner
2025-08-20T19:55:17.7871116Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/0bbbd18bda93c05b-aes_nohw.o' from root:root to runner:runner
2025-08-20T19:55:17.7873160Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-armv8-mont-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7875028Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/libring_core_0_17_14_.a' from root:root to runner:runner
2025-08-20T19:55:17.7876909Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-ghashv8-armx-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7878787Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/libring_core_0_17_14__test.a' from root:root to runner:runner
2025-08-20T19:55:17.7880661Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a4019cc0736b0423-constant_time_test.o' from root:root to runner:runner
2025-08-20T19:55:17.7882672Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-ghash-neon-armv8-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7884846Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-vpaes-armv8-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7886845Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-sha512-armv8-linux64.o' from root:root to runner:runner
2025-08-20T19:55:17.7888617Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out' from root:root to runner:runner
2025-08-20T19:55:17.7890283Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7891990Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/output' from root:root to runner:runner
2025-08-20T19:55:17.7893761Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1' from root:root to runner:runner
2025-08-20T19:55:17.7895613Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-8f6d1ac8ae30e4d8/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7897378Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-8f6d1ac8ae30e4d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7899104Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-8f6d1ac8ae30e4d8/out' from root:root to runner:runner
2025-08-20T19:55:17.7900815Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-8f6d1ac8ae30e4d8/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7902620Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-8f6d1ac8ae30e4d8/output' from root:root to runner:runner
2025-08-20T19:55:17.7904361Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-8f6d1ac8ae30e4d8' from root:root to runner:runner
2025-08-20T19:55:17.7906023Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7907760Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7909686Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/out/tests.rs' from root:root to runner:runner
2025-08-20T19:55:17.7911485Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/out' from root:root to runner:runner
2025-08-20T19:55:17.7913352Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7915105Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/output' from root:root to runner:runner
2025-08-20T19:55:17.7916766Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce' from root:root to runner:runner
2025-08-20T19:55:17.7918442Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-udp-fbe8786a02ba4206/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7920459Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-udp-fbe8786a02ba4206/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7922288Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-udp-fbe8786a02ba4206/out' from root:root to runner:runner
2025-08-20T19:55:17.7924090Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-udp-fbe8786a02ba4206/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7925837Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-udp-fbe8786a02ba4206/output' from root:root to runner:runner
2025-08-20T19:55:17.7927540Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-udp-fbe8786a02ba4206' from root:root to runner:runner
2025-08-20T19:55:17.7929224Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7930961Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7932763Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/out' from root:root to runner:runner
2025-08-20T19:55:17.7934522Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7936410Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' from root:root to runner:runner
2025-08-20T19:55:17.7938141Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T19:55:17.7939803Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7941524Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7943422Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/out' from root:root to runner:runner
2025-08-20T19:55:17.7945112Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7947035Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/output' from root:root to runner:runner
2025-08-20T19:55:17.7948694Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a' from root:root to runner:runner
2025-08-20T19:55:17.7950350Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7952183Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7953968Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/out' from root:root to runner:runner
2025-08-20T19:55:17.7955674Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7957376Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/output' from root:root to runner:runner
2025-08-20T19:55:17.7959061Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867' from root:root to runner:runner
2025-08-20T19:55:17.7960913Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curve25519-dalek-1fcda1d3dbb31c3c/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7962957Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curve25519-dalek-1fcda1d3dbb31c3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7964754Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curve25519-dalek-1fcda1d3dbb31c3c/out' from root:root to runner:runner
2025-08-20T19:55:17.7966522Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curve25519-dalek-1fcda1d3dbb31c3c/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7968293Z [00:07:16.579]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curve25519-dalek-1fcda1d3dbb31c3c/output' from root:root to runner:runner
2025-08-20T19:55:17.7970020Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curve25519-dalek-1fcda1d3dbb31c3c' from root:root to runner:runner
2025-08-20T19:55:17.7971959Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7973858Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7975705Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/out/a1edd97dd51cd48d-blake3_neon.o' from root:root to runner:runner
2025-08-20T19:55:17.7977531Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/out/libblake3_neon.a' from root:root to runner:runner
2025-08-20T19:55:17.7979234Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/out' from root:root to runner:runner
2025-08-20T19:55:17.7980905Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7982640Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/output' from root:root to runner:runner
2025-08-20T19:55:17.7984338Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798' from root:root to runner:runner
2025-08-20T19:55:17.7985983Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/netwatch-1e305455d5987507/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7987874Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/netwatch-1e305455d5987507/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.7989652Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/netwatch-1e305455d5987507/out' from root:root to runner:runner
2025-08-20T19:55:17.7991360Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/netwatch-1e305455d5987507/root-output' from root:root to runner:runner
2025-08-20T19:55:17.7993221Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/netwatch-1e305455d5987507/output' from root:root to runner:runner
2025-08-20T19:55:17.7994878Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/netwatch-1e305455d5987507' from root:root to runner:runner
2025-08-20T19:55:17.7996558Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/stderr' from root:root to runner:runner
2025-08-20T19:55:17.7998646Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8000425Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/out' from root:root to runner:runner
2025-08-20T19:55:17.8002266Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8004087Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/output' from root:root to runner:runner
2025-08-20T19:55:17.8005798Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-20T19:55:17.8007476Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-bc4244507cf9b899/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8009182Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-bc4244507cf9b899/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8010876Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-bc4244507cf9b899/out' from root:root to runner:runner
2025-08-20T19:55:17.8012775Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-bc4244507cf9b899/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8014528Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-bc4244507cf9b899/output' from root:root to runner:runner
2025-08-20T19:55:17.8016161Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-bc4244507cf9b899' from root:root to runner:runner
2025-08-20T19:55:17.8017820Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-b5e8154c912765c0/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8019565Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-b5e8154c912765c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8021284Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-b5e8154c912765c0/out' from root:root to runner:runner
2025-08-20T19:55:17.8023315Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-b5e8154c912765c0/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8025036Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-b5e8154c912765c0/output' from root:root to runner:runner
2025-08-20T19:55:17.8026707Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-b5e8154c912765c0' from root:root to runner:runner
2025-08-20T19:55:17.8028354Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8030056Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8031732Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/out' from root:root to runner:runner
2025-08-20T19:55:17.8033509Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8035181Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/output' from root:root to runner:runner
2025-08-20T19:55:17.8036801Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839' from root:root to runner:runner
2025-08-20T19:55:17.8038611Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-7a68de85fc37b5bf/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8040444Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-7a68de85fc37b5bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8042289Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-7a68de85fc37b5bf/out' from root:root to runner:runner
2025-08-20T19:55:17.8044057Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-7a68de85fc37b5bf/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8045749Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-7a68de85fc37b5bf/output' from root:root to runner:runner
2025-08-20T19:55:17.8047414Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-7a68de85fc37b5bf' from root:root to runner:runner
2025-08-20T19:55:17.8049308Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-2b476e72a9f54af5/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8051108Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-2b476e72a9f54af5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8053008Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-2b476e72a9f54af5/out' from root:root to runner:runner
2025-08-20T19:55:17.8054772Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-2b476e72a9f54af5/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8056549Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-2b476e72a9f54af5/output' from root:root to runner:runner
2025-08-20T19:55:17.8058315Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-2b476e72a9f54af5' from root:root to runner:runner
2025-08-20T19:55:17.8060010Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-d8343b113fe17cb4/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8061743Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-d8343b113fe17cb4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8063792Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-d8343b113fe17cb4/out' from root:root to runner:runner
2025-08-20T19:55:17.8065567Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-d8343b113fe17cb4/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8067270Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-d8343b113fe17cb4/output' from root:root to runner:runner
2025-08-20T19:55:17.8068929Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-d8343b113fe17cb4' from root:root to runner:runner
2025-08-20T19:55:17.8070599Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8072420Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8074208Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/out' from root:root to runner:runner
2025-08-20T19:55:17.8076156Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8077885Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/output' from root:root to runner:runner
2025-08-20T19:55:17.8079553Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff' from root:root to runner:runner
2025-08-20T19:55:17.8081230Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-relay-1f4da9ad43c7c941/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8083165Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-relay-1f4da9ad43c7c941/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8084905Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-relay-1f4da9ad43c7c941/out' from root:root to runner:runner
2025-08-20T19:55:17.8086608Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-relay-1f4da9ad43c7c941/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8088325Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-relay-1f4da9ad43c7c941/output' from root:root to runner:runner
2025-08-20T19:55:17.8090128Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-relay-1f4da9ad43c7c941' from root:root to runner:runner
2025-08-20T19:55:17.8091932Z [00:07:16.580]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-8c45f847ca6eee0e/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8093864Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-8c45f847ca6eee0e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8095622Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-8c45f847ca6eee0e/out' from root:root to runner:runner
2025-08-20T19:55:17.8097364Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-8c45f847ca6eee0e/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8099113Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-8c45f847ca6eee0e/output' from root:root to runner:runner
2025-08-20T19:55:17.8101050Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-8c45f847ca6eee0e' from root:root to runner:runner
2025-08-20T19:55:17.8102803Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-ecaf1097ed803883/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8104557Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-ecaf1097ed803883/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8106228Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-ecaf1097ed803883/out' from root:root to runner:runner
2025-08-20T19:55:17.8107889Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-ecaf1097ed803883/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8109589Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-ecaf1097ed803883/output' from root:root to runner:runner
2025-08-20T19:55:17.8111207Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-ecaf1097ed803883' from root:root to runner:runner
2025-08-20T19:55:17.8113000Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8114811Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8116758Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/out' from root:root to runner:runner
2025-08-20T19:55:17.8118586Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8120368Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/output' from root:root to runner:runner
2025-08-20T19:55:17.8122177Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c' from root:root to runner:runner
2025-08-20T19:55:17.8123920Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/n0-future-7560b1f084513198/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8125867Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/n0-future-7560b1f084513198/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8127580Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/n0-future-7560b1f084513198/out' from root:root to runner:runner
2025-08-20T19:55:17.8129282Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/n0-future-7560b1f084513198/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8130988Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/n0-future-7560b1f084513198/output' from root:root to runner:runner
2025-08-20T19:55:17.8132744Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/n0-future-7560b1f084513198' from root:root to runner:runner
2025-08-20T19:55:17.8134459Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8136176Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8137867Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/out' from root:root to runner:runner
2025-08-20T19:55:17.8139544Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8141375Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/output' from root:root to runner:runner
2025-08-20T19:55:17.8143156Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b' from root:root to runner:runner
2025-08-20T19:55:17.8144826Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8146580Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8148401Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/out/context_tables.rs' from root:root to runner:runner
2025-08-20T19:55:17.8150214Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/out/precis_tables.rs' from root:root to runner:runner
2025-08-20T19:55:17.8152287Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/out/public.rs' from root:root to runner:runner
2025-08-20T19:55:17.8154075Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/out' from root:root to runner:runner
2025-08-20T19:55:17.8155790Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8157508Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/output' from root:root to runner:runner
2025-08-20T19:55:17.8159190Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6' from root:root to runner:runner
2025-08-20T19:55:17.8160849Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9d44bd8fa9af63bd/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8162615Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9d44bd8fa9af63bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8164375Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9d44bd8fa9af63bd/out' from root:root to runner:runner
2025-08-20T19:55:17.8166047Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9d44bd8fa9af63bd/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8167913Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9d44bd8fa9af63bd/output' from root:root to runner:runner
2025-08-20T19:55:17.8169622Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9d44bd8fa9af63bd' from root:root to runner:runner
2025-08-20T19:55:17.8171269Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pkarr-42d6a001e6088453/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8173187Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pkarr-42d6a001e6088453/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8174879Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pkarr-42d6a001e6088453/out' from root:root to runner:runner
2025-08-20T19:55:17.8176548Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pkarr-42d6a001e6088453/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8178425Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pkarr-42d6a001e6088453/output' from root:root to runner:runner
2025-08-20T19:55:17.8180053Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pkarr-42d6a001e6088453' from root:root to runner:runner
2025-08-20T19:55:17.8181731Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8183719Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8185586Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/out/unicode_version.rs' from root:root to runner:runner
2025-08-20T19:55:17.8187432Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/out/bidi_class.rs' from root:root to runner:runner
2025-08-20T19:55:17.8189278Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/out/width_mapping.rs' from root:root to runner:runner
2025-08-20T19:55:17.8191138Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/out/space_separator.rs' from root:root to runner:runner
2025-08-20T19:55:17.8193238Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/out' from root:root to runner:runner
2025-08-20T19:55:17.8195062Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8196830Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/output' from root:root to runner:runner
2025-08-20T19:55:17.8198547Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267' from root:root to runner:runner
2025-08-20T19:55:17.8200219Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/moka-a30a4aa75a51cdc5/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8201918Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/moka-a30a4aa75a51cdc5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8204000Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/moka-a30a4aa75a51cdc5/out' from root:root to runner:runner
2025-08-20T19:55:17.8205666Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/moka-a30a4aa75a51cdc5/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8207366Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/moka-a30a4aa75a51cdc5/output' from root:root to runner:runner
2025-08-20T19:55:17.8208982Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/moka-a30a4aa75a51cdc5' from root:root to runner:runner
2025-08-20T19:55:17.8210670Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8212598Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8214447Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/out' from root:root to runner:runner
2025-08-20T19:55:17.8216218Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8218139Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/output' from root:root to runner:runner
2025-08-20T19:55:17.8219931Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3' from root:root to runner:runner
2025-08-20T19:55:17.8221620Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-ee8b6421643d3b94/stderr' from root:root to runner:runner
2025-08-20T19:55:17.8223497Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-ee8b6421643d3b94/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8225218Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-ee8b6421643d3b94/out' from root:root to runner:runner
2025-08-20T19:55:17.8226908Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-ee8b6421643d3b94/root-output' from root:root to runner:runner
2025-08-20T19:55:17.8228815Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-ee8b6421643d3b94/output' from root:root to runner:runner
2025-08-20T19:55:17.8230470Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-ee8b6421643d3b94' from root:root to runner:runner
2025-08-20T19:55:17.8231994Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T19:55:17.8233575Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T19:55:17.8234994Z [00:07:16.581]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/dumbpipe' retained as runner:runner
2025-08-20T19:55:17.8236544Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-8e9f42e229b4acc4/lib-tower' from root:root to runner:runner
2025-08-20T19:55:17.8238295Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-8e9f42e229b4acc4/lib-tower.json' from root:root to runner:runner
2025-08-20T19:55:17.8240076Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-8e9f42e229b4acc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8241855Z [00:07:16.581]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-8e9f42e229b4acc4/dep-lib-tower' from root:root to runner:runner
2025-08-20T19:55:17.8243858Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-8e9f42e229b4acc4' from root:root to runner:runner
2025-08-20T19:55:17.8245658Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-ec79b4d739e979c4/lib-rand_core' from root:root to runner:runner
2025-08-20T19:55:17.8247462Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-ec79b4d739e979c4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8249284Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-ec79b4d739e979c4/lib-rand_core.json' from root:root to runner:runner
2025-08-20T19:55:17.8251104Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-ec79b4d739e979c4/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T19:55:17.8252984Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-ec79b4d739e979c4' from root:root to runner:runner
2025-08-20T19:55:17.8254961Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-bdd807037f26ad63/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T19:55:17.8256820Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-bdd807037f26ad63/lib-block_buffer' from root:root to runner:runner
2025-08-20T19:55:17.8258663Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-bdd807037f26ad63/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8260537Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-bdd807037f26ad63/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T19:55:17.8262410Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-bdd807037f26ad63' from root:root to runner:runner
2025-08-20T19:55:17.8264209Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-52bf11732c6968aa/lib-digest' from root:root to runner:runner
2025-08-20T19:55:17.8265983Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-52bf11732c6968aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8267777Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-52bf11732c6968aa/lib-digest.json' from root:root to runner:runner
2025-08-20T19:55:17.8269706Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-52bf11732c6968aa/dep-lib-digest' from root:root to runner:runner
2025-08-20T19:55:17.8271521Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-52bf11732c6968aa' from root:root to runner:runner
2025-08-20T19:55:17.8273455Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/reqwest-14f238d487a5b1ea/lib-reqwest.json' from root:root to runner:runner
2025-08-20T19:55:17.8275260Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/reqwest-14f238d487a5b1ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8277050Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/reqwest-14f238d487a5b1ea/lib-reqwest' from root:root to runner:runner
2025-08-20T19:55:17.8278829Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/reqwest-14f238d487a5b1ea/dep-lib-reqwest' from root:root to runner:runner
2025-08-20T19:55:17.8280759Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/reqwest-14f238d487a5b1ea' from root:root to runner:runner
2025-08-20T19:55:17.8282594Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-94200a6905067ee1/lib-httparse.json' from root:root to runner:runner
2025-08-20T19:55:17.8284457Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-94200a6905067ee1/dep-lib-httparse' from root:root to runner:runner
2025-08-20T19:55:17.8286271Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-94200a6905067ee1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8288064Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-94200a6905067ee1/lib-httparse' from root:root to runner:runner
2025-08-20T19:55:17.8289786Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-94200a6905067ee1' from root:root to runner:runner
2025-08-20T19:55:17.8291596Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-service-4329eca1b006df20/lib-tower_service' from root:root to runner:runner
2025-08-20T19:55:17.8293570Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-service-4329eca1b006df20/dep-lib-tower_service' from root:root to runner:runner
2025-08-20T19:55:17.8295584Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-service-4329eca1b006df20/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8297503Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-service-4329eca1b006df20/lib-tower_service.json' from root:root to runner:runner
2025-08-20T19:55:17.8299303Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-service-4329eca1b006df20' from root:root to runner:runner
2025-08-20T19:55:17.8301103Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/universal-hash-ad41ea537e262be1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8303155Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/universal-hash-ad41ea537e262be1/lib-universal_hash' from root:root to runner:runner
2025-08-20T19:55:17.8305072Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/universal-hash-ad41ea537e262be1/lib-universal_hash.json' from root:root to runner:runner
2025-08-20T19:55:17.8307183Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/universal-hash-ad41ea537e262be1/dep-lib-universal_hash' from root:root to runner:runner
2025-08-20T19:55:17.8308996Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/universal-hash-ad41ea537e262be1' from root:root to runner:runner
2025-08-20T19:55:17.8310771Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-2ba0fe2fb98afd6b/lib-equivalent' from root:root to runner:runner
2025-08-20T19:55:17.8312750Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-2ba0fe2fb98afd6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8314665Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-2ba0fe2fb98afd6b/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T19:55:17.8316517Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-2ba0fe2fb98afd6b/lib-equivalent.json' from root:root to runner:runner
2025-08-20T19:55:17.8318292Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-2ba0fe2fb98afd6b' from root:root to runner:runner
2025-08-20T19:55:17.8320106Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/diatomic-waker-47827a37d2dc045c/dep-lib-diatomic_waker' from root:root to runner:runner
2025-08-20T19:55:17.8322248Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/diatomic-waker-47827a37d2dc045c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8324247Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/diatomic-waker-47827a37d2dc045c/lib-diatomic_waker.json' from root:root to runner:runner
2025-08-20T19:55:17.8326144Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/diatomic-waker-47827a37d2dc045c/lib-diatomic_waker' from root:root to runner:runner
2025-08-20T19:55:17.8327941Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/diatomic-waker-47827a37d2dc045c' from root:root to runner:runner
2025-08-20T19:55:17.8329818Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.8332158Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.8334112Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354' from root:root to runner:runner
2025-08-20T19:55:17.8335870Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-642a7af0b7d55966/lib-pnet_base' from root:root to runner:runner
2025-08-20T19:55:17.8337665Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-642a7af0b7d55966/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8339486Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-642a7af0b7d55966/lib-pnet_base.json' from root:root to runner:runner
2025-08-20T19:55:17.8341303Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-642a7af0b7d55966/dep-lib-pnet_base' from root:root to runner:runner
2025-08-20T19:55:17.8343184Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-642a7af0b7d55966' from root:root to runner:runner
2025-08-20T19:55:17.8345003Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-181269004b05f8ef/dep-lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T19:55:17.8347072Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-181269004b05f8ef/lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T19:55:17.8349039Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-181269004b05f8ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8350951Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-181269004b05f8ef/lib-stable_deref_trait.json' from root:root to runner:runner
2025-08-20T19:55:17.8352887Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-181269004b05f8ef' from root:root to runner:runner
2025-08-20T19:55:17.8354685Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/resolv-conf-471cf4706d7e8b5d/lib-resolv_conf' from root:root to runner:runner
2025-08-20T19:55:17.8356513Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/resolv-conf-471cf4706d7e8b5d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8358575Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/resolv-conf-471cf4706d7e8b5d/lib-resolv_conf.json' from root:root to runner:runner
2025-08-20T19:55:17.8360431Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/resolv-conf-471cf4706d7e8b5d/dep-lib-resolv_conf' from root:root to runner:runner
2025-08-20T19:55:17.8362274Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/resolv-conf-471cf4706d7e8b5d' from root:root to runner:runner
2025-08-20T19:55:17.8364077Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3364b17df1ed541a/lib-tracing' from root:root to runner:runner
2025-08-20T19:55:17.8365865Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3364b17df1ed541a/lib-tracing.json' from root:root to runner:runner
2025-08-20T19:55:17.8367676Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3364b17df1ed541a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8369473Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3364b17df1ed541a/dep-lib-tracing' from root:root to runner:runner
2025-08-20T19:55:17.8371206Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3364b17df1ed541a' from root:root to runner:runner
2025-08-20T19:55:17.8373265Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-c33f120df7f783bb/lib-tracing_core' from root:root to runner:runner
2025-08-20T19:55:17.8375189Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-c33f120df7f783bb/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T19:55:17.8377057Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-c33f120df7f783bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8378917Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-c33f120df7f783bb/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T19:55:17.8380705Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-c33f120df7f783bb' from root:root to runner:runner
2025-08-20T19:55:17.8382621Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-749bfa834ef8aea1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.8384755Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-749bfa834ef8aea1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.8386559Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-749bfa834ef8aea1' from root:root to runner:runner
2025-08-20T19:55:17.8388299Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-605cf59a3be37f34/dep-lib-termcolor' from root:root to runner:runner
2025-08-20T19:55:17.8390113Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-605cf59a3be37f34/lib-termcolor' from root:root to runner:runner
2025-08-20T19:55:17.8391964Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-605cf59a3be37f34/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8393925Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-605cf59a3be37f34/lib-termcolor.json' from root:root to runner:runner
2025-08-20T19:55:17.8395685Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-605cf59a3be37f34' from root:root to runner:runner
2025-08-20T19:55:17.8397477Z [00:07:16.582]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-rustls-2c58e7cd8c84a758/lib-hyper_rustls.json' from root:root to runner:runner
2025-08-20T19:55:17.8399567Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-rustls-2c58e7cd8c84a758/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8401534Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-rustls-2c58e7cd8c84a758/dep-lib-hyper_rustls' from root:root to runner:runner
2025-08-20T19:55:17.8403570Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-rustls-2c58e7cd8c84a758/lib-hyper_rustls' from root:root to runner:runner
2025-08-20T19:55:17.8405357Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-rustls-2c58e7cd8c84a758' from root:root to runner:runner
2025-08-20T19:55:17.8407137Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cordyceps-ab908b71c2e90c96/lib-cordyceps.json' from root:root to runner:runner
2025-08-20T19:55:17.8408949Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cordyceps-ab908b71c2e90c96/lib-cordyceps' from root:root to runner:runner
2025-08-20T19:55:17.8411011Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cordyceps-ab908b71c2e90c96/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8412958Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cordyceps-ab908b71c2e90c96/dep-lib-cordyceps' from root:root to runner:runner
2025-08-20T19:55:17.8414743Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cordyceps-ab908b71c2e90c96' from root:root to runner:runner
2025-08-20T19:55:17.8416479Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-c98148b3bfba9f4c/lib-bytes.json' from root:root to runner:runner
2025-08-20T19:55:17.8418261Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-c98148b3bfba9f4c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8420035Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-c98148b3bfba9f4c/dep-lib-bytes' from root:root to runner:runner
2025-08-20T19:55:17.8421781Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-c98148b3bfba9f4c/lib-bytes' from root:root to runner:runner
2025-08-20T19:55:17.8423610Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-c98148b3bfba9f4c' from root:root to runner:runner
2025-08-20T19:55:17.8425521Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-09a27b98dd5ca11c/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T19:55:17.8427381Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-09a27b98dd5ca11c/lib-ucd_trie' from root:root to runner:runner
2025-08-20T19:55:17.8429182Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-09a27b98dd5ca11c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8430996Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-09a27b98dd5ca11c/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T19:55:17.8432838Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-09a27b98dd5ca11c' from root:root to runner:runner
2025-08-20T19:55:17.8434652Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ab6c7d49b614bf2d/lib-smallvec.json' from root:root to runner:runner
2025-08-20T19:55:17.8436705Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ab6c7d49b614bf2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8438539Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ab6c7d49b614bf2d/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T19:55:17.8440337Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ab6c7d49b614bf2d/lib-smallvec' from root:root to runner:runner
2025-08-20T19:55:17.8442168Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ab6c7d49b614bf2d' from root:root to runner:runner
2025-08-20T19:55:17.8443986Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-115634fe059ab7e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8445748Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-115634fe059ab7e1/lib-rustls' from root:root to runner:runner
2025-08-20T19:55:17.8447512Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-115634fe059ab7e1/dep-lib-rustls' from root:root to runner:runner
2025-08-20T19:55:17.8449298Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-115634fe059ab7e1/lib-rustls.json' from root:root to runner:runner
2025-08-20T19:55:17.8451159Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-115634fe059ab7e1' from root:root to runner:runner
2025-08-20T19:55:17.8453107Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-5c3d87b6329cc2fe/lib-clap' from root:root to runner:runner
2025-08-20T19:55:17.8454896Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-5c3d87b6329cc2fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8456661Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-5c3d87b6329cc2fe/dep-lib-clap' from root:root to runner:runner
2025-08-20T19:55:17.8458415Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-5c3d87b6329cc2fe/lib-clap.json' from root:root to runner:runner
2025-08-20T19:55:17.8460106Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-5c3d87b6329cc2fe' from root:root to runner:runner
2025-08-20T19:55:17.8462112Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-08330e8e9da79f3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8463998Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-08330e8e9da79f3e/lib-powerfmt.json' from root:root to runner:runner
2025-08-20T19:55:17.8465795Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-08330e8e9da79f3e/lib-powerfmt' from root:root to runner:runner
2025-08-20T19:55:17.8467595Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-08330e8e9da79f3e/dep-lib-powerfmt' from root:root to runner:runner
2025-08-20T19:55:17.8469333Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-08330e8e9da79f3e' from root:root to runner:runner
2025-08-20T19:55:17.8471106Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ntimestamp-ac5fe799176715e5/dep-lib-ntimestamp' from root:root to runner:runner
2025-08-20T19:55:17.8473061Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ntimestamp-ac5fe799176715e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8474915Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ntimestamp-ac5fe799176715e5/lib-ntimestamp' from root:root to runner:runner
2025-08-20T19:55:17.8476888Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ntimestamp-ac5fe799176715e5/lib-ntimestamp.json' from root:root to runner:runner
2025-08-20T19:55:17.8478724Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ntimestamp-ac5fe799176715e5' from root:root to runner:runner
2025-08-20T19:55:17.8480531Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-buffered-4f0309921022972d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8482524Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-buffered-4f0309921022972d/lib-futures_buffered' from root:root to runner:runner
2025-08-20T19:55:17.8484507Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-buffered-4f0309921022972d/lib-futures_buffered.json' from root:root to runner:runner
2025-08-20T19:55:17.8486444Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-buffered-4f0309921022972d/dep-lib-futures_buffered' from root:root to runner:runner
2025-08-20T19:55:17.8488476Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-buffered-4f0309921022972d' from root:root to runner:runner
2025-08-20T19:55:17.8490258Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-util-ffba1bf0f31c17e7/lib-hyper_util' from root:root to runner:runner
2025-08-20T19:55:17.8492256Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-util-ffba1bf0f31c17e7/dep-lib-hyper_util' from root:root to runner:runner
2025-08-20T19:55:17.8494179Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-util-ffba1bf0f31c17e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8496033Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-util-ffba1bf0f31c17e7/lib-hyper_util.json' from root:root to runner:runner
2025-08-20T19:55:17.8497799Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-util-ffba1bf0f31c17e7' from root:root to runner:runner
2025-08-20T19:55:17.8499580Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-7a72b47ac428dfac/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8501439Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-7a72b47ac428dfac/lib-icu_locale_core' from root:root to runner:runner
2025-08-20T19:55:17.8503660Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-7a72b47ac428dfac/lib-icu_locale_core.json' from root:root to runner:runner
2025-08-20T19:55:17.8505632Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-7a72b47ac428dfac/dep-lib-icu_locale_core' from root:root to runner:runner
2025-08-20T19:55:17.8507431Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-7a72b47ac428dfac' from root:root to runner:runner
2025-08-20T19:55:17.8509288Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-8f6d1ac8ae30e4d8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.8511289Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-8f6d1ac8ae30e4d8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.8513434Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-8f6d1ac8ae30e4d8' from root:root to runner:runner
2025-08-20T19:55:17.8515277Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.8517258Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.8519080Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce' from root:root to runner:runner
2025-08-20T19:55:17.8520787Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-cff9f4a0d144c8c6/dep-lib-ryu' from root:root to runner:runner
2025-08-20T19:55:17.8522565Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-cff9f4a0d144c8c6/lib-ryu' from root:root to runner:runner
2025-08-20T19:55:17.8524366Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-cff9f4a0d144c8c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8526123Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-cff9f4a0d144c8c6/lib-ryu.json' from root:root to runner:runner
2025-08-20T19:55:17.8527962Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-cff9f4a0d144c8c6' from root:root to runner:runner
2025-08-20T19:55:17.8529739Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/md5-760fb6d6b83d936c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8531490Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/md5-760fb6d6b83d936c/lib-md5.json' from root:root to runner:runner
2025-08-20T19:55:17.8533341Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/md5-760fb6d6b83d936c/lib-md5' from root:root to runner:runner
2025-08-20T19:55:17.8535062Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/md5-760fb6d6b83d936c/dep-lib-md5' from root:root to runner:runner
2025-08-20T19:55:17.8536742Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/md5-760fb6d6b83d936c' from root:root to runner:runner
2025-08-20T19:55:17.8538709Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-5d37ecdbf820573f/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T19:55:17.8540588Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-5d37ecdbf820573f/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T19:55:17.8542539Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-5d37ecdbf820573f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8544439Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-5d37ecdbf820573f/lib-cpufeatures' from root:root to runner:runner
2025-08-20T19:55:17.8546213Z [00:07:16.583]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-5d37ecdbf820573f' from root:root to runner:runner
2025-08-20T19:55:17.8547913Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-94993b03680be121/lib-crc' from root:root to runner:runner
2025-08-20T19:55:17.8549646Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-94993b03680be121/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8551399Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-94993b03680be121/lib-crc.json' from root:root to runner:runner
2025-08-20T19:55:17.8553299Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-94993b03680be121/dep-lib-crc' from root:root to runner:runner
2025-08-20T19:55:17.8555161Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-94993b03680be121' from root:root to runner:runner
2025-08-20T19:55:17.8556963Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-637411b9e28bce1d/lib-arrayvec.json' from root:root to runner:runner
2025-08-20T19:55:17.8558785Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-637411b9e28bce1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8560605Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-637411b9e28bce1d/dep-lib-arrayvec' from root:root to runner:runner
2025-08-20T19:55:17.8562543Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-637411b9e28bce1d/lib-arrayvec' from root:root to runner:runner
2025-08-20T19:55:17.8564468Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-637411b9e28bce1d' from root:root to runner:runner
2025-08-20T19:55:17.8566227Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-fb4cce81cc4e7a11/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8568072Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-fb4cce81cc4e7a11/lib-futures_io.json' from root:root to runner:runner
2025-08-20T19:55:17.8569913Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-fb4cce81cc4e7a11/dep-lib-futures_io' from root:root to runner:runner
2025-08-20T19:55:17.8571736Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-fb4cce81cc4e7a11/lib-futures_io' from root:root to runner:runner
2025-08-20T19:55:17.8573614Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-fb4cce81cc4e7a11' from root:root to runner:runner
2025-08-20T19:55:17.8575368Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/btparse-efb62fa5434f7ef3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8577181Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/btparse-efb62fa5434f7ef3/dep-lib-btparse' from root:root to runner:runner
2025-08-20T19:55:17.8578961Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/btparse-efb62fa5434f7ef3/lib-btparse' from root:root to runner:runner
2025-08-20T19:55:17.8580900Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/btparse-efb62fa5434f7ef3/lib-btparse.json' from root:root to runner:runner
2025-08-20T19:55:17.8582787Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/btparse-efb62fa5434f7ef3' from root:root to runner:runner
2025-08-20T19:55:17.8584555Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inout-b772738d4635c5d3/lib-inout' from root:root to runner:runner
2025-08-20T19:55:17.8586304Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inout-b772738d4635c5d3/dep-lib-inout' from root:root to runner:runner
2025-08-20T19:55:17.8588077Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inout-b772738d4635c5d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8589855Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inout-b772738d4635c5d3/lib-inout.json' from root:root to runner:runner
2025-08-20T19:55:17.8591771Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inout-b772738d4635c5d3' from root:root to runner:runner
2025-08-20T19:55:17.8593666Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serdect-3d1d5d37e323be7a/lib-serdect' from root:root to runner:runner
2025-08-20T19:55:17.8595464Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serdect-3d1d5d37e323be7a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8597275Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serdect-3d1d5d37e323be7a/dep-lib-serdect' from root:root to runner:runner
2025-08-20T19:55:17.8599254Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serdect-3d1d5d37e323be7a/lib-serdect.json' from root:root to runner:runner
2025-08-20T19:55:17.8601061Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serdect-3d1d5d37e323be7a' from root:root to runner:runner
2025-08-20T19:55:17.8602901Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-5c605dda8a5c400b/lib-netwatch.json' from root:root to runner:runner
2025-08-20T19:55:17.8604738Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-5c605dda8a5c400b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8606541Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-5c605dda8a5c400b/lib-netwatch' from root:root to runner:runner
2025-08-20T19:55:17.8608330Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-5c605dda8a5c400b/dep-lib-netwatch' from root:root to runner:runner
2025-08-20T19:55:17.8610299Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-5c605dda8a5c400b' from root:root to runner:runner
2025-08-20T19:55:17.8612162Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portmapper-6b1325830bd584c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8614073Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portmapper-6b1325830bd584c0/lib-portmapper.json' from root:root to runner:runner
2025-08-20T19:55:17.8615906Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portmapper-6b1325830bd584c0/lib-portmapper' from root:root to runner:runner
2025-08-20T19:55:17.8617745Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portmapper-6b1325830bd584c0/dep-lib-portmapper' from root:root to runner:runner
2025-08-20T19:55:17.8619518Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portmapper-6b1325830bd584c0' from root:root to runner:runner
2025-08-20T19:55:17.8621273Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-b2a9813d3cf717bb/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T19:55:17.8623226Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-b2a9813d3cf717bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8625206Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-b2a9813d3cf717bb/lib-bitflags.json' from root:root to runner:runner
2025-08-20T19:55:17.8627074Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-b2a9813d3cf717bb/lib-bitflags' from root:root to runner:runner
2025-08-20T19:55:17.8628804Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-b2a9813d3cf717bb' from root:root to runner:runner
2025-08-20T19:55:17.8630528Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnet-0060f782ef258f6a/dep-lib-ipnet' from root:root to runner:runner
2025-08-20T19:55:17.8632372Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnet-0060f782ef258f6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8634192Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnet-0060f782ef258f6a/lib-ipnet' from root:root to runner:runner
2025-08-20T19:55:17.8636133Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnet-0060f782ef258f6a/lib-ipnet.json' from root:root to runner:runner
2025-08-20T19:55:17.8637840Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnet-0060f782ef258f6a' from root:root to runner:runner
2025-08-20T19:55:17.8639583Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-ea5fd55ce73e328d/bin-dumbpipe.json' from root:root to runner:runner
2025-08-20T19:55:17.8641446Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-ea5fd55ce73e328d/dep-bin-dumbpipe' from root:root to runner:runner
2025-08-20T19:55:17.8643353Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-ea5fd55ce73e328d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8645163Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-ea5fd55ce73e328d/bin-dumbpipe' from root:root to runner:runner
2025-08-20T19:55:17.8646892Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-ea5fd55ce73e328d' from root:root to runner:runner
2025-08-20T19:55:17.8648631Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-bcb4cd83b34a6e4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8650538Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-bcb4cd83b34a6e4b/dep-lib-iroh' from root:root to runner:runner
2025-08-20T19:55:17.8652425Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-bcb4cd83b34a6e4b/lib-iroh' from root:root to runner:runner
2025-08-20T19:55:17.8654221Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-bcb4cd83b34a6e4b/lib-iroh.json' from root:root to runner:runner
2025-08-20T19:55:17.8655927Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-bcb4cd83b34a6e4b' from root:root to runner:runner
2025-08-20T19:55:17.8657682Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-fd584d4c6835db3e/lib-futures_util' from root:root to runner:runner
2025-08-20T19:55:17.8659550Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-fd584d4c6835db3e/dep-lib-futures_util' from root:root to runner:runner
2025-08-20T19:55:17.8661615Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-fd584d4c6835db3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8663663Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-fd584d4c6835db3e/lib-futures_util.json' from root:root to runner:runner
2025-08-20T19:55:17.8665459Z [00:07:16.584]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-fd584d4c6835db3e' from root:root to runner:runner
2025-08-20T19:55:17.8667242Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-2a9fb24458300216/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T19:55:17.8669089Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-2a9fb24458300216/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T19:55:17.8670920Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-2a9fb24458300216/lib-parking_lot' from root:root to runner:runner
2025-08-20T19:55:17.8672820Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-2a9fb24458300216/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8674638Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-2a9fb24458300216' from root:root to runner:runner
2025-08-20T19:55:17.8676561Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-f1de81f251d9dac4/lib-pnet_packet.json' from root:root to runner:runner
2025-08-20T19:55:17.8678475Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-f1de81f251d9dac4/lib-pnet_packet' from root:root to runner:runner
2025-08-20T19:55:17.8680302Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-f1de81f251d9dac4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8682216Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-f1de81f251d9dac4/dep-lib-pnet_packet' from root:root to runner:runner
2025-08-20T19:55:17.8684054Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-f1de81f251d9dac4' from root:root to runner:runner
2025-08-20T19:55:17.8685779Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/lib-subtle' from root:root to runner:runner
2025-08-20T19:55:17.8687756Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8689551Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/dep-lib-subtle' from root:root to runner:runner
2025-08-20T19:55:17.8691329Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/lib-subtle.json' from root:root to runner:runner
2025-08-20T19:55:17.8693234Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b' from root:root to runner:runner
2025-08-20T19:55:17.8695101Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-fbe8786a02ba4206/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.8697137Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-fbe8786a02ba4206/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.8699007Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-fbe8786a02ba4206' from root:root to runner:runner
2025-08-20T19:55:17.8700806Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-dd899871b8412409/lib-pin_project.json' from root:root to runner:runner
2025-08-20T19:55:17.8702893Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-dd899871b8412409/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8704817Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-dd899871b8412409/dep-lib-pin_project' from root:root to runner:runner
2025-08-20T19:55:17.8706662Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-dd899871b8412409/lib-pin_project' from root:root to runner:runner
2025-08-20T19:55:17.8708415Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-dd899871b8412409' from root:root to runner:runner
2025-08-20T19:55:17.8710169Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-8edc8a20bebef955/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8711952Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-8edc8a20bebef955/dep-lib-pkarr' from root:root to runner:runner
2025-08-20T19:55:17.8714044Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-8edc8a20bebef955/lib-pkarr.json' from root:root to runner:runner
2025-08-20T19:55:17.8715806Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-8edc8a20bebef955/lib-pkarr' from root:root to runner:runner
2025-08-20T19:55:17.8717496Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-8edc8a20bebef955' from root:root to runner:runner
2025-08-20T19:55:17.8719343Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.8721350Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.8723322Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T19:55:17.8725098Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-b6eb71923764e55b/lib-ed25519_dalek' from root:root to runner:runner
2025-08-20T19:55:17.8726948Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-b6eb71923764e55b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8728996Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-b6eb71923764e55b/lib-ed25519_dalek.json' from root:root to runner:runner
2025-08-20T19:55:17.8730928Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-b6eb71923764e55b/dep-lib-ed25519_dalek' from root:root to runner:runner
2025-08-20T19:55:17.8732800Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-b6eb71923764e55b' from root:root to runner:runner
2025-08-20T19:55:17.8734704Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-428d278e182a6747/dep-lib-icu_properties_data' from root:root to runner:runner
2025-08-20T19:55:17.8736619Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-428d278e182a6747/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8738523Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-428d278e182a6747/lib-icu_properties_data' from root:root to runner:runner
2025-08-20T19:55:17.8740709Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-428d278e182a6747/lib-icu_properties_data.json' from root:root to runner:runner
2025-08-20T19:55:17.8742639Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-428d278e182a6747' from root:root to runner:runner
2025-08-20T19:55:17.8744478Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simdutf8-2523c9db9b1c9c82/dep-lib-simdutf8' from root:root to runner:runner
2025-08-20T19:55:17.8746300Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simdutf8-2523c9db9b1c9c82/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8748097Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simdutf8-2523c9db9b1c9c82/lib-simdutf8' from root:root to runner:runner
2025-08-20T19:55:17.8749889Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simdutf8-2523c9db9b1c9c82/lib-simdutf8.json' from root:root to runner:runner
2025-08-20T19:55:17.8751631Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simdutf8-2523c9db9b1c9c82' from root:root to runner:runner
2025-08-20T19:55:17.8753714Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-3c5f2623af082ec6/lib-precis_profiles.json' from root:root to runner:runner
2025-08-20T19:55:17.8755682Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-3c5f2623af082ec6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8757586Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-3c5f2623af082ec6/dep-lib-precis_profiles' from root:root to runner:runner
2025-08-20T19:55:17.8759498Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-3c5f2623af082ec6/lib-precis_profiles' from root:root to runner:runner
2025-08-20T19:55:17.8761311Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-3c5f2623af082ec6' from root:root to runner:runner
2025-08-20T19:55:17.8763283Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-stream-2170a1cf7c1b8b20/lib-tokio_stream.json' from root:root to runner:runner
2025-08-20T19:55:17.8765341Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-stream-2170a1cf7c1b8b20/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8767202Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-stream-2170a1cf7c1b8b20/dep-lib-tokio_stream' from root:root to runner:runner
2025-08-20T19:55:17.8769052Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-stream-2170a1cf7c1b8b20/lib-tokio_stream' from root:root to runner:runner
2025-08-20T19:55:17.8770817Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-stream-2170a1cf7c1b8b20' from root:root to runner:runner
2025-08-20T19:55:17.8772666Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-d7b5441f636dd97a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8774525Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-d7b5441f636dd97a/dep-lib-ed25519' from root:root to runner:runner
2025-08-20T19:55:17.8776309Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-d7b5441f636dd97a/lib-ed25519.json' from root:root to runner:runner
2025-08-20T19:55:17.8778081Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-d7b5441f636dd97a/lib-ed25519' from root:root to runner:runner
2025-08-20T19:55:17.8779924Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-d7b5441f636dd97a' from root:root to runner:runner
2025-08-20T19:55:17.8781718Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dyn-clone-d693bcf40284f29a/lib-dyn_clone' from root:root to runner:runner
2025-08-20T19:55:17.8783639Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dyn-clone-d693bcf40284f29a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8785480Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dyn-clone-d693bcf40284f29a/lib-dyn_clone.json' from root:root to runner:runner
2025-08-20T19:55:17.8787304Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dyn-clone-d693bcf40284f29a/dep-lib-dyn_clone' from root:root to runner:runner
2025-08-20T19:55:17.8789046Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dyn-clone-d693bcf40284f29a' from root:root to runner:runner
2025-08-20T19:55:17.8791082Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_bytes-1fcac6a970a2cc29/dep-lib-serde_bytes' from root:root to runner:runner
2025-08-20T19:55:17.8793129Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_bytes-1fcac6a970a2cc29/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8794986Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_bytes-1fcac6a970a2cc29/lib-serde_bytes.json' from root:root to runner:runner
2025-08-20T19:55:17.8796811Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_bytes-1fcac6a970a2cc29/lib-serde_bytes' from root:root to runner:runner
2025-08-20T19:55:17.8798564Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_bytes-1fcac6a970a2cc29' from root:root to runner:runner
2025-08-20T19:55:17.8800330Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8802175Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/lib-zeroize' from root:root to runner:runner
2025-08-20T19:55:17.8804025Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/dep-lib-zeroize' from root:root to runner:runner
2025-08-20T19:55:17.8805972Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/lib-zeroize.json' from root:root to runner:runner
2025-08-20T19:55:17.8807771Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3' from root:root to runner:runner
2025-08-20T19:55:17.8809518Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-snafu-2eeacb03d43c588f/lib-n0_snafu.json' from root:root to runner:runner
2025-08-20T19:55:17.8811325Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-snafu-2eeacb03d43c588f/dep-lib-n0_snafu' from root:root to runner:runner
2025-08-20T19:55:17.8813246Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-snafu-2eeacb03d43c588f/lib-n0_snafu' from root:root to runner:runner
2025-08-20T19:55:17.8815050Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-snafu-2eeacb03d43c588f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8816980Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-snafu-2eeacb03d43c588f' from root:root to runner:runner
2025-08-20T19:55:17.8818781Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-d6b920d71a8a522b/lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:55:17.8820622Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-d6b920d71a8a522b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8822634Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-d6b920d71a8a522b/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:55:17.8824570Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-d6b920d71a8a522b/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T19:55:17.8826363Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-d6b920d71a8a522b' from root:root to runner:runner
2025-08-20T19:55:17.8828125Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-c0df707ba162fe2a/lib-utf8_iter.json' from root:root to runner:runner
2025-08-20T19:55:17.8829944Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-c0df707ba162fe2a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8831893Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-c0df707ba162fe2a/lib-utf8_iter' from root:root to runner:runner
2025-08-20T19:55:17.8833846Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-c0df707ba162fe2a/dep-lib-utf8_iter' from root:root to runner:runner
2025-08-20T19:55:17.8835598Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-c0df707ba162fe2a' from root:root to runner:runner
2025-08-20T19:55:17.8837418Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.8839394Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.8841216Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a' from root:root to runner:runner
2025-08-20T19:55:17.8843232Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_enum-f235d5d9e670fd2b/dep-lib-num_enum' from root:root to runner:runner
2025-08-20T19:55:17.8845039Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_enum-f235d5d9e670fd2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8846842Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_enum-f235d5d9e670fd2b/lib-num_enum.json' from root:root to runner:runner
2025-08-20T19:55:17.8848630Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_enum-f235d5d9e670fd2b/lib-num_enum' from root:root to runner:runner
2025-08-20T19:55:17.8850342Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_enum-f235d5d9e670fd2b' from root:root to runner:runner
2025-08-20T19:55:17.8852150Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base32-6a3adb0080529794/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8854007Z [00:07:16.585]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base32-6a3adb0080529794/dep-lib-base32' from root:root to runner:runner
2025-08-20T19:55:17.8855793Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base32-6a3adb0080529794/lib-base32.json' from root:root to runner:runner
2025-08-20T19:55:17.8857699Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base32-6a3adb0080529794/lib-base32' from root:root to runner:runner
2025-08-20T19:55:17.8859479Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base32-6a3adb0080529794' from root:root to runner:runner
2025-08-20T19:55:17.8861261Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8863318Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T19:55:17.8865199Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T19:55:17.8867072Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T19:55:17.8869100Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe' from root:root to runner:runner
2025-08-20T19:55:17.8870856Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-ce81b9d179a5a20a/lib-object.json' from root:root to runner:runner
2025-08-20T19:55:17.8872736Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-ce81b9d179a5a20a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8874567Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-ce81b9d179a5a20a/lib-object' from root:root to runner:runner
2025-08-20T19:55:17.8876330Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-ce81b9d179a5a20a/dep-lib-object' from root:root to runner:runner
2025-08-20T19:55:17.8878043Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-ce81b9d179a5a20a' from root:root to runner:runner
2025-08-20T19:55:17.8879806Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-metrics-42bf256d1bf00132/dep-lib-iroh_metrics' from root:root to runner:runner
2025-08-20T19:55:17.8881671Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-metrics-42bf256d1bf00132/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8883817Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-metrics-42bf256d1bf00132/lib-iroh_metrics.json' from root:root to runner:runner
2025-08-20T19:55:17.8885742Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-metrics-42bf256d1bf00132/lib-iroh_metrics' from root:root to runner:runner
2025-08-20T19:55:17.8887514Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-metrics-42bf256d1bf00132' from root:root to runner:runner
2025-08-20T19:55:17.8889366Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-cf335dc78dc5b867/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.8891363Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-cf335dc78dc5b867/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.8893380Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-cf335dc78dc5b867' from root:root to runner:runner
2025-08-20T19:55:17.8895348Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d328be1877eac77b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8897232Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d328be1877eac77b/lib-form_urlencoded' from root:root to runner:runner
2025-08-20T19:55:17.8899122Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d328be1877eac77b/dep-lib-form_urlencoded' from root:root to runner:runner
2025-08-20T19:55:17.8901033Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d328be1877eac77b/lib-form_urlencoded.json' from root:root to runner:runner
2025-08-20T19:55:17.8902995Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d328be1877eac77b' from root:root to runner:runner
2025-08-20T19:55:17.8904855Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-61eabbc3ea3093e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8906755Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-61eabbc3ea3093e2/lib-icu_collections.json' from root:root to runner:runner
2025-08-20T19:55:17.8908794Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-61eabbc3ea3093e2/lib-icu_collections' from root:root to runner:runner
2025-08-20T19:55:17.8910746Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-61eabbc3ea3093e2/dep-lib-icu_collections' from root:root to runner:runner
2025-08-20T19:55:17.8912626Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-61eabbc3ea3093e2' from root:root to runner:runner
2025-08-20T19:55:17.8914403Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-d8a28b8f9cdb9d4a/lib-sha1' from root:root to runner:runner
2025-08-20T19:55:17.8916159Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-d8a28b8f9cdb9d4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8917924Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-d8a28b8f9cdb9d4a/dep-lib-sha1' from root:root to runner:runner
2025-08-20T19:55:17.8919855Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-d8a28b8f9cdb9d4a/lib-sha1.json' from root:root to runner:runner
2025-08-20T19:55:17.8921554Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-d8a28b8f9cdb9d4a' from root:root to runner:runner
2025-08-20T19:55:17.8923436Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-ccd011a07037e724/dep-lib-parking' from root:root to runner:runner
2025-08-20T19:55:17.8925249Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-ccd011a07037e724/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8927061Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-ccd011a07037e724/lib-parking.json' from root:root to runner:runner
2025-08-20T19:55:17.8928845Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-ccd011a07037e724/lib-parking' from root:root to runner:runner
2025-08-20T19:55:17.8930555Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-ccd011a07037e724' from root:root to runner:runner
2025-08-20T19:55:17.8932408Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-818f0311c0d77c57/lib-serde_urlencoded' from root:root to runner:runner
2025-08-20T19:55:17.8934544Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-818f0311c0d77c57/dep-lib-serde_urlencoded' from root:root to runner:runner
2025-08-20T19:55:17.8936501Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-818f0311c0d77c57/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8938404Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-818f0311c0d77c57/lib-serde_urlencoded.json' from root:root to runner:runner
2025-08-20T19:55:17.8940230Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-818f0311c0d77c57' from root:root to runner:runner
2025-08-20T19:55:17.8942032Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8944014Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query' from root:root to runner:runner
2025-08-20T19:55:17.8946083Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T19:55:17.8947970Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T19:55:17.8949769Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2' from root:root to runner:runner
2025-08-20T19:55:17.8951505Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-007d2142533ea5c8/dep-lib-time' from root:root to runner:runner
2025-08-20T19:55:17.8953365Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-007d2142533ea5c8/lib-time' from root:root to runner:runner
2025-08-20T19:55:17.8955127Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-007d2142533ea5c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8956890Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-007d2142533ea5c8/lib-time.json' from root:root to runner:runner
2025-08-20T19:55:17.8958589Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-007d2142533ea5c8' from root:root to runner:runner
2025-08-20T19:55:17.8960410Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-4a8e8c591cd8f475/lib-uuid' from root:root to runner:runner
2025-08-20T19:55:17.8962297Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-4a8e8c591cd8f475/dep-lib-uuid' from root:root to runner:runner
2025-08-20T19:55:17.8964127Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-4a8e8c591cd8f475/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8965897Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-4a8e8c591cd8f475/lib-uuid.json' from root:root to runner:runner
2025-08-20T19:55:17.8967595Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-4a8e8c591cd8f475' from root:root to runner:runner
2025-08-20T19:55:17.8969309Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T19:55:17.8971303Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8973275Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/lib-cfg_if' from root:root to runner:runner
2025-08-20T19:55:17.8975047Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T19:55:17.8976756Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba' from root:root to runner:runner
2025-08-20T19:55:17.8978509Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simple-dns-28ff1c682a19c6cf/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8980330Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simple-dns-28ff1c682a19c6cf/lib-simple_dns' from root:root to runner:runner
2025-08-20T19:55:17.8982214Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simple-dns-28ff1c682a19c6cf/dep-lib-simple_dns' from root:root to runner:runner
2025-08-20T19:55:17.8984121Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simple-dns-28ff1c682a19c6cf/lib-simple_dns.json' from root:root to runner:runner
2025-08-20T19:55:17.8986029Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simple-dns-28ff1c682a19c6cf' from root:root to runner:runner
2025-08-20T19:55:17.8987801Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-77f5c7507ffdfee3/lib-gimli' from root:root to runner:runner
2025-08-20T19:55:17.8989549Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-77f5c7507ffdfee3/lib-gimli.json' from root:root to runner:runner
2025-08-20T19:55:17.8991334Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-77f5c7507ffdfee3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.8993313Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-77f5c7507ffdfee3/dep-lib-gimli' from root:root to runner:runner
2025-08-20T19:55:17.8995021Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-77f5c7507ffdfee3' from root:root to runner:runner
2025-08-20T19:55:17.8996982Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stun-rs-e6d778c42d57fe4d/lib-stun_rs' from root:root to runner:runner
2025-08-20T19:55:17.8998765Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stun-rs-e6d778c42d57fe4d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9000567Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stun-rs-e6d778c42d57fe4d/dep-lib-stun_rs' from root:root to runner:runner
2025-08-20T19:55:17.9002460Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stun-rs-e6d778c42d57fe4d/lib-stun_rs.json' from root:root to runner:runner
2025-08-20T19:55:17.9004259Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stun-rs-e6d778c42d57fe4d' from root:root to runner:runner
2025-08-20T19:55:17.9006127Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-1fcda1d3dbb31c3c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9008182Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-1fcda1d3dbb31c3c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9010074Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-1fcda1d3dbb31c3c' from root:root to runner:runner
2025-08-20T19:55:17.9012005Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f4b7fb83988d9629/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T19:55:17.9013901Z [00:07:16.586]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f4b7fb83988d9629/lib-anyhow' from root:root to runner:runner
2025-08-20T19:55:17.9015676Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f4b7fb83988d9629/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9017475Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f4b7fb83988d9629/lib-anyhow.json' from root:root to runner:runner
2025-08-20T19:55:17.9019196Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f4b7fb83988d9629' from root:root to runner:runner
2025-08-20T19:55:17.9020879Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aead-007b5c94ee8f1afb/lib-aead' from root:root to runner:runner
2025-08-20T19:55:17.9022894Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aead-007b5c94ee8f1afb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9024728Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aead-007b5c94ee8f1afb/lib-aead.json' from root:root to runner:runner
2025-08-20T19:55:17.9026476Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aead-007b5c94ee8f1afb/dep-lib-aead' from root:root to runner:runner
2025-08-20T19:55:17.9028163Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aead-007b5c94ee8f1afb' from root:root to runner:runner
2025-08-20T19:55:17.9029972Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-0e1145301edce798/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9031941Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-0e1145301edce798/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9033909Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-0e1145301edce798' from root:root to runner:runner
2025-08-20T19:55:17.9035746Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-1e305455d5987507/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9037902Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-1e305455d5987507/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9039786Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-1e305455d5987507' from root:root to runner:runner
2025-08-20T19:55:17.9041517Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-052c2edd3afdcf95/lib-base64.json' from root:root to runner:runner
2025-08-20T19:55:17.9043463Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-052c2edd3afdcf95/lib-base64' from root:root to runner:runner
2025-08-20T19:55:17.9045254Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-052c2edd3afdcf95/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9047039Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-052c2edd3afdcf95/dep-lib-base64' from root:root to runner:runner
2025-08-20T19:55:17.9048952Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-052c2edd3afdcf95' from root:root to runner:runner
2025-08-20T19:55:17.9050691Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-84b17e4824980ba6/lib-tinystr.json' from root:root to runner:runner
2025-08-20T19:55:17.9051630Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-84b17e4824980ba6/dep-lib-tinystr' from root:root to runner:runner
2025-08-20T19:55:17.9052673Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-84b17e4824980ba6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9053655Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-84b17e4824980ba6/lib-tinystr' from root:root to runner:runner
2025-08-20T19:55:17.9054536Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-84b17e4824980ba6' from root:root to runner:runner
2025-08-20T19:55:17.9055549Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-281f4515b67e572a/lib-futures_channel.json' from root:root to runner:runner
2025-08-20T19:55:17.9056561Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-281f4515b67e572a/dep-lib-futures_channel' from root:root to runner:runner
2025-08-20T19:55:17.9057697Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-281f4515b67e572a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9058745Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-281f4515b67e572a/lib-futures_channel' from root:root to runner:runner
2025-08-20T19:55:17.9059661Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-281f4515b67e572a' from root:root to runner:runner
2025-08-20T19:55:17.9060633Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-2f51de368a0924b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9061591Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-2f51de368a0924b1/lib-lazy_static' from root:root to runner:runner
2025-08-20T19:55:17.9062637Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-2f51de368a0924b1/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T19:55:17.9063783Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-2f51de368a0924b1/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T19:55:17.9064690Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-2f51de368a0924b1' from root:root to runner:runner
2025-08-20T19:55:17.9065642Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base16ct-1191a87694c34d84/dep-lib-base16ct' from root:root to runner:runner
2025-08-20T19:55:17.9066602Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base16ct-1191a87694c34d84/lib-base16ct.json' from root:root to runner:runner
2025-08-20T19:55:17.9067561Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base16ct-1191a87694c34d84/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9068497Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base16ct-1191a87694c34d84/lib-base16ct' from root:root to runner:runner
2025-08-20T19:55:17.9069376Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base16ct-1191a87694c34d84' from root:root to runner:runner
2025-08-20T19:55:17.9070271Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-7aa980f6245d1507/lib-lru' from root:root to runner:runner
2025-08-20T19:55:17.9071325Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-7aa980f6245d1507/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9072412Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-7aa980f6245d1507/lib-lru.json' from root:root to runner:runner
2025-08-20T19:55:17.9073382Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-7aa980f6245d1507/dep-lib-lru' from root:root to runner:runner
2025-08-20T19:55:17.9074249Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-7aa980f6245d1507' from root:root to runner:runner
2025-08-20T19:55:17.9075207Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-f07e1fe4e8b5f3ca/lib-once_cell.json' from root:root to runner:runner
2025-08-20T19:55:17.9076157Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-f07e1fe4e8b5f3ca/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T19:55:17.9077301Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-f07e1fe4e8b5f3ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9078242Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-f07e1fe4e8b5f3ca/lib-once_cell' from root:root to runner:runner
2025-08-20T19:55:17.9079123Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-f07e1fe4e8b5f3ca' from root:root to runner:runner
2025-08-20T19:55:17.9080188Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9081284Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9082266Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-20T19:55:17.9083248Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-3bcfd63ff352ab07/lib-deranged' from root:root to runner:runner
2025-08-20T19:55:17.9084217Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-3bcfd63ff352ab07/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9085304Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-3bcfd63ff352ab07/dep-lib-deranged' from root:root to runner:runner
2025-08-20T19:55:17.9086293Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-3bcfd63ff352ab07/lib-deranged.json' from root:root to runner:runner
2025-08-20T19:55:17.9087185Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-3bcfd63ff352ab07' from root:root to runner:runner
2025-08-20T19:55:17.9088130Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-a15d4388465ceaaa/dep-lib-dumbpipe' from root:root to runner:runner
2025-08-20T19:55:17.9089091Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-a15d4388465ceaaa/lib-dumbpipe.json' from root:root to runner:runner
2025-08-20T19:55:17.9090045Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-a15d4388465ceaaa/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9091166Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-a15d4388465ceaaa/lib-dumbpipe' from root:root to runner:runner
2025-08-20T19:55:17.9092169Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-a15d4388465ceaaa' from root:root to runner:runner
2025-08-20T19:55:17.9093246Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-bc4244507cf9b899/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9094304Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-bc4244507cf9b899/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9095180Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-bc4244507cf9b899' from root:root to runner:runner
2025-08-20T19:55:17.9096176Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-resolver-49e7a7cd34c68ebd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9097177Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-resolver-49e7a7cd34c68ebd/lib-hickory_resolver' from root:root to runner:runner
2025-08-20T19:55:17.9098210Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-resolver-49e7a7cd34c68ebd/lib-hickory_resolver.json' from root:root to runner:runner
2025-08-20T19:55:17.9099360Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-resolver-49e7a7cd34c68ebd/dep-lib-hickory_resolver' from root:root to runner:runner
2025-08-20T19:55:17.9100344Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-resolver-49e7a7cd34c68ebd' from root:root to runner:runner
2025-08-20T19:55:17.9101313Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-924f8882d91bfcb8/lib-iroh_relay' from root:root to runner:runner
2025-08-20T19:55:17.9102432Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-924f8882d91bfcb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9103448Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-924f8882d91bfcb8/dep-lib-iroh_relay' from root:root to runner:runner
2025-08-20T19:55:17.9104418Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-924f8882d91bfcb8/lib-iroh_relay.json' from root:root to runner:runner
2025-08-20T19:55:17.9105495Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-924f8882d91bfcb8' from root:root to runner:runner
2025-08-20T19:55:17.9106482Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-rustls-cbf577187c18170b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9107443Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-rustls-cbf577187c18170b/lib-tokio_rustls' from root:root to runner:runner
2025-08-20T19:55:17.9108427Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-rustls-cbf577187c18170b/dep-lib-tokio_rustls' from root:root to runner:runner
2025-08-20T19:55:17.9109417Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-rustls-cbf577187c18170b/lib-tokio_rustls.json' from root:root to runner:runner
2025-08-20T19:55:17.9110311Z [00:07:16.587]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-rustls-cbf577187c18170b' from root:root to runner:runner
2025-08-20T19:55:17.9111248Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-16983b591d51ba9d/lib-serde.json' from root:root to runner:runner
2025-08-20T19:55:17.9112275Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-16983b591d51ba9d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9113391Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-16983b591d51ba9d/dep-lib-serde' from root:root to runner:runner
2025-08-20T19:55:17.9114379Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-16983b591d51ba9d/lib-serde' from root:root to runner:runner
2025-08-20T19:55:17.9115257Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-16983b591d51ba9d' from root:root to runner:runner
2025-08-20T19:55:17.9116166Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-4774239b385d764c/lib-pest' from root:root to runner:runner
2025-08-20T19:55:17.9117102Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-4774239b385d764c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9118019Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-4774239b385d764c/lib-pest.json' from root:root to runner:runner
2025-08-20T19:55:17.9119166Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-4774239b385d764c/dep-lib-pest' from root:root to runner:runner
2025-08-20T19:55:17.9120053Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-4774239b385d764c' from root:root to runner:runner
2025-08-20T19:55:17.9121107Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5e8154c912765c0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9122284Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5e8154c912765c0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9123247Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5e8154c912765c0' from root:root to runner:runner
2025-08-20T19:55:17.9124232Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-b736c1318e43d1e9/lib-futures_task.json' from root:root to runner:runner
2025-08-20T19:55:17.9125215Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-b736c1318e43d1e9/dep-lib-futures_task' from root:root to runner:runner
2025-08-20T19:55:17.9126195Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-b736c1318e43d1e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9127396Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-b736c1318e43d1e9/lib-futures_task' from root:root to runner:runner
2025-08-20T19:55:17.9128338Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-b736c1318e43d1e9' from root:root to runner:runner
2025-08-20T19:55:17.9129361Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2235325ef656c9c3/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T19:55:17.9130385Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2235325ef656c9c3/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T19:55:17.9131377Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2235325ef656c9c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9132625Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2235325ef656c9c3/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T19:55:17.9133594Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2235325ef656c9c3' from root:root to runner:runner
2025-08-20T19:55:17.9134608Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bounded-integer-7bb7b49eeaaa83a9/lib-bounded_integer.json' from root:root to runner:runner
2025-08-20T19:55:17.9135602Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bounded-integer-7bb7b49eeaaa83a9/lib-bounded_integer' from root:root to runner:runner
2025-08-20T19:55:17.9136591Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bounded-integer-7bb7b49eeaaa83a9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9137604Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bounded-integer-7bb7b49eeaaa83a9/dep-lib-bounded_integer' from root:root to runner:runner
2025-08-20T19:55:17.9138519Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bounded-integer-7bb7b49eeaaa83a9' from root:root to runner:runner
2025-08-20T19:55:17.9139487Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-2a69bb24a0088007/lib-backtrace.json' from root:root to runner:runner
2025-08-20T19:55:17.9140583Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-2a69bb24a0088007/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9141622Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-2a69bb24a0088007/dep-lib-backtrace' from root:root to runner:runner
2025-08-20T19:55:17.9142651Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-2a69bb24a0088007/lib-backtrace' from root:root to runner:runner
2025-08-20T19:55:17.9143587Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-2a69bb24a0088007' from root:root to runner:runner
2025-08-20T19:55:17.9144585Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-backtrace-5af275f26727c090/lib-color_backtrace' from root:root to runner:runner
2025-08-20T19:55:17.9145593Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-backtrace-5af275f26727c090/dep-lib-color_backtrace' from root:root to runner:runner
2025-08-20T19:55:17.9146813Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-backtrace-5af275f26727c090/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9147840Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-backtrace-5af275f26727c090/lib-color_backtrace.json' from root:root to runner:runner
2025-08-20T19:55:17.9148751Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-backtrace-5af275f26727c090' from root:root to runner:runner
2025-08-20T19:55:17.9149742Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-48cdbc4e75896a1d/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T19:55:17.9150723Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-48cdbc4e75896a1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9151700Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-48cdbc4e75896a1d/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T19:55:17.9152761Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-48cdbc4e75896a1d/lib-webpki_roots' from root:root to runner:runner
2025-08-20T19:55:17.9153713Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-48cdbc4e75896a1d' from root:root to runner:runner
2025-08-20T19:55:17.9154892Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-cb1a739ab1144c67/dep-lib-pnet_macros_support' from root:root to runner:runner
2025-08-20T19:55:17.9155987Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-cb1a739ab1144c67/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9157012Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-cb1a739ab1144c67/lib-pnet_macros_support' from root:root to runner:runner
2025-08-20T19:55:17.9158054Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-cb1a739ab1144c67/lib-pnet_macros_support.json' from root:root to runner:runner
2025-08-20T19:55:17.9158980Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-cb1a739ab1144c67' from root:root to runner:runner
2025-08-20T19:55:17.9160091Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-8f372f0bbd3e9ecf/lib-rand_core' from root:root to runner:runner
2025-08-20T19:55:17.9161052Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-8f372f0bbd3e9ecf/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9162013Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-8f372f0bbd3e9ecf/lib-rand_core.json' from root:root to runner:runner
2025-08-20T19:55:17.9163110Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-8f372f0bbd3e9ecf/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T19:55:17.9164012Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-8f372f0bbd3e9ecf' from root:root to runner:runner
2025-08-20T19:55:17.9164998Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5067c66476d82e5b/lib-enumflags2.json' from root:root to runner:runner
2025-08-20T19:55:17.9165953Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5067c66476d82e5b/lib-enumflags2' from root:root to runner:runner
2025-08-20T19:55:17.9166925Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5067c66476d82e5b/dep-lib-enumflags2' from root:root to runner:runner
2025-08-20T19:55:17.9168028Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5067c66476d82e5b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9168940Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5067c66476d82e5b' from root:root to runner:runner
2025-08-20T19:55:17.9169930Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-8481e5533ef63698/lib-potential_utf.json' from root:root to runner:runner
2025-08-20T19:55:17.9170911Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-8481e5533ef63698/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9171884Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-8481e5533ef63698/lib-potential_utf' from root:root to runner:runner
2025-08-20T19:55:17.9172962Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-8481e5533ef63698/dep-lib-potential_utf' from root:root to runner:runner
2025-08-20T19:55:17.9174077Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-8481e5533ef63698' from root:root to runner:runner
2025-08-20T19:55:17.9175061Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-ef3190d770f3a6f9/lib-derive_more.json' from root:root to runner:runner
2025-08-20T19:55:17.9176025Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-ef3190d770f3a6f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9176982Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-ef3190d770f3a6f9/lib-derive_more' from root:root to runner:runner
2025-08-20T19:55:17.9177957Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-ef3190d770f3a6f9/dep-lib-derive_more' from root:root to runner:runner
2025-08-20T19:55:17.9178847Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-ef3190d770f3a6f9' from root:root to runner:runner
2025-08-20T19:55:17.9179808Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-ed6e7404dfdcfec5/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T19:55:17.9180769Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-ed6e7404dfdcfec5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9181831Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-ed6e7404dfdcfec5/lib-hashbrown' from root:root to runner:runner
2025-08-20T19:55:17.9182895Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-ed6e7404dfdcfec5/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T19:55:17.9183828Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-ed6e7404dfdcfec5' from root:root to runner:runner
2025-08-20T19:55:17.9184809Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-3d8456fb5155f0c1/dep-lib-icu_provider' from root:root to runner:runner
2025-08-20T19:55:17.9185791Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-3d8456fb5155f0c1/lib-icu_provider.json' from root:root to runner:runner
2025-08-20T19:55:17.9186765Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-3d8456fb5155f0c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9187899Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-3d8456fb5155f0c1/lib-icu_provider' from root:root to runner:runner
2025-08-20T19:55:17.9188803Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-3d8456fb5155f0c1' from root:root to runner:runner
2025-08-20T19:55:17.9189769Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/surge-ping-7f8ce2b19cad9428/lib-surge_ping' from root:root to runner:runner
2025-08-20T19:55:17.9190731Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/surge-ping-7f8ce2b19cad9428/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9191699Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/surge-ping-7f8ce2b19cad9428/dep-lib-surge_ping' from root:root to runner:runner
2025-08-20T19:55:17.9192785Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/surge-ping-7f8ce2b19cad9428/lib-surge_ping.json' from root:root to runner:runner
2025-08-20T19:55:17.9193714Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/surge-ping-7f8ce2b19cad9428' from root:root to runner:runner
2025-08-20T19:55:17.9194640Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/want-c416555cd8506078/lib-want.json' from root:root to runner:runner
2025-08-20T19:55:17.9195699Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/want-c416555cd8506078/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9196629Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/want-c416555cd8506078/lib-want' from root:root to runner:runner
2025-08-20T19:55:17.9197543Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/want-c416555cd8506078/dep-lib-want' from root:root to runner:runner
2025-08-20T19:55:17.9198416Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/want-c416555cd8506078' from root:root to runner:runner
2025-08-20T19:55:17.9199382Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-watcher-c76d5d61be334ba9/dep-lib-n0_watcher' from root:root to runner:runner
2025-08-20T19:55:17.9200349Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-watcher-c76d5d61be334ba9/lib-n0_watcher.json' from root:root to runner:runner
2025-08-20T19:55:17.9201493Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-watcher-c76d5d61be334ba9/lib-n0_watcher' from root:root to runner:runner
2025-08-20T19:55:17.9202544Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-watcher-c76d5d61be334ba9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9203459Z [00:07:16.588]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-watcher-c76d5d61be334ba9' from root:root to runner:runner
2025-08-20T19:55:17.9204452Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-5e9cbedcc3b2c296/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9205451Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-5e9cbedcc3b2c296/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T19:55:17.9206474Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-5e9cbedcc3b2c296/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T19:55:17.9207488Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-5e9cbedcc3b2c296/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T19:55:17.9208410Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-5e9cbedcc3b2c296' from root:root to runner:runner
2025-08-20T19:55:17.9209529Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-9a4df4053ea546f1/lib-iroh_quinn_udp' from root:root to runner:runner
2025-08-20T19:55:17.9210531Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-9a4df4053ea546f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9211544Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-9a4df4053ea546f1/lib-iroh_quinn_udp.json' from root:root to runner:runner
2025-08-20T19:55:17.9212634Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-9a4df4053ea546f1/dep-lib-iroh_quinn_udp' from root:root to runner:runner
2025-08-20T19:55:17.9213598Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-9a4df4053ea546f1' from root:root to runner:runner
2025-08-20T19:55:17.9214581Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-43d30a839a2568fb/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T19:55:17.9215701Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-43d30a839a2568fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9216691Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-43d30a839a2568fb/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T19:55:17.9217655Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-43d30a839a2568fb/lib-webpki_roots' from root:root to runner:runner
2025-08-20T19:55:17.9218558Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-43d30a839a2568fb' from root:root to runner:runner
2025-08-20T19:55:17.9219509Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-5b4a8f372d7a35fc/dep-lib-num_conv' from root:root to runner:runner
2025-08-20T19:55:17.9220469Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-5b4a8f372d7a35fc/lib-num_conv.json' from root:root to runner:runner
2025-08-20T19:55:17.9221405Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-5b4a8f372d7a35fc/lib-num_conv' from root:root to runner:runner
2025-08-20T19:55:17.9222432Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-5b4a8f372d7a35fc/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9223486Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-5b4a8f372d7a35fc' from root:root to runner:runner
2025-08-20T19:55:17.9224519Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-d3059a14802bc5e5/dep-lib-no_std_net' from root:root to runner:runner
2025-08-20T19:55:17.9225488Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-d3059a14802bc5e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9226435Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-d3059a14802bc5e5/lib-no_std_net' from root:root to runner:runner
2025-08-20T19:55:17.9227394Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-d3059a14802bc5e5/lib-no_std_net.json' from root:root to runner:runner
2025-08-20T19:55:17.9228284Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-d3059a14802bc5e5' from root:root to runner:runner
2025-08-20T19:55:17.9229411Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/poly1305-50fa25f3d32111f1/lib-poly1305' from root:root to runner:runner
2025-08-20T19:55:17.9230373Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/poly1305-50fa25f3d32111f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9231319Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/poly1305-50fa25f3d32111f1/dep-lib-poly1305' from root:root to runner:runner
2025-08-20T19:55:17.9232358Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/poly1305-50fa25f3d32111f1/lib-poly1305.json' from root:root to runner:runner
2025-08-20T19:55:17.9233288Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/poly1305-50fa25f3d32111f1' from root:root to runner:runner
2025-08-20T19:55:17.9234302Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9235342Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9236208Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839' from root:root to runner:runner
2025-08-20T19:55:17.9237324Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-d4e2a08f6289827b/lib-matchers' from root:root to runner:runner
2025-08-20T19:55:17.9238372Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-d4e2a08f6289827b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9239340Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-d4e2a08f6289827b/lib-matchers.json' from root:root to runner:runner
2025-08-20T19:55:17.9240305Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-d4e2a08f6289827b/dep-lib-matchers' from root:root to runner:runner
2025-08-20T19:55:17.9241182Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-d4e2a08f6289827b' from root:root to runner:runner
2025-08-20T19:55:17.9242209Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-91eb35c521f7c6c6/dep-lib-zerofrom' from root:root to runner:runner
2025-08-20T19:55:17.9243334Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-91eb35c521f7c6c6/lib-zerofrom' from root:root to runner:runner
2025-08-20T19:55:17.9244293Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-91eb35c521f7c6c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9245245Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-91eb35c521f7c6c6/lib-zerofrom.json' from root:root to runner:runner
2025-08-20T19:55:17.9246126Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-91eb35c521f7c6c6' from root:root to runner:runner
2025-08-20T19:55:17.9247124Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2d9c9a047034df3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9248137Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2d9c9a047034df3c/lib-portable_atomic.json' from root:root to runner:runner
2025-08-20T19:55:17.9249157Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2d9c9a047034df3c/dep-lib-portable_atomic' from root:root to runner:runner
2025-08-20T19:55:17.9250265Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2d9c9a047034df3c/lib-portable_atomic' from root:root to runner:runner
2025-08-20T19:55:17.9251228Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2d9c9a047034df3c' from root:root to runner:runner
2025-08-20T19:55:17.9252405Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-b50b21060450434d/dep-lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T19:55:17.9253436Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-b50b21060450434d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9254436Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-b50b21060450434d/lib-tinyvec_macros.json' from root:root to runner:runner
2025-08-20T19:55:17.9255413Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-b50b21060450434d/lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T19:55:17.9256489Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-b50b21060450434d' from root:root to runner:runner
2025-08-20T19:55:17.9257423Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-75640c935e9d3bdf/lib-typenum' from root:root to runner:runner
2025-08-20T19:55:17.9258374Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-75640c935e9d3bdf/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9259316Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-75640c935e9d3bdf/dep-lib-typenum' from root:root to runner:runner
2025-08-20T19:55:17.9260269Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-75640c935e9d3bdf/lib-typenum.json' from root:root to runner:runner
2025-08-20T19:55:17.9261149Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-75640c935e9d3bdf' from root:root to runner:runner
2025-08-20T19:55:17.9262189Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-483de3a401a14847/dep-lib-pin_utils' from root:root to runner:runner
2025-08-20T19:55:17.9263187Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-483de3a401a14847/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9264273Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-483de3a401a14847/lib-pin_utils.json' from root:root to runner:runner
2025-08-20T19:55:17.9265290Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-483de3a401a14847/lib-pin_utils' from root:root to runner:runner
2025-08-20T19:55:17.9266174Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-483de3a401a14847' from root:root to runner:runner
2025-08-20T19:55:17.9267140Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httpdate-cf62c9ef8c051e12/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9268093Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httpdate-cf62c9ef8c051e12/dep-lib-httpdate' from root:root to runner:runner
2025-08-20T19:55:17.9269066Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httpdate-cf62c9ef8c051e12/lib-httpdate.json' from root:root to runner:runner
2025-08-20T19:55:17.9270203Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httpdate-cf62c9ef8c051e12/lib-httpdate' from root:root to runner:runner
2025-08-20T19:55:17.9271100Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httpdate-cf62c9ef8c051e12' from root:root to runner:runner
2025-08-20T19:55:17.9272020Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5d3e190fac51fca7/dep-lib-rand' from root:root to runner:runner
2025-08-20T19:55:17.9273107Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5d3e190fac51fca7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9274051Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5d3e190fac51fca7/lib-rand.json' from root:root to runner:runner
2025-08-20T19:55:17.9274954Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5d3e190fac51fca7/lib-rand' from root:root to runner:runner
2025-08-20T19:55:17.9275822Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5d3e190fac51fca7' from root:root to runner:runner
2025-08-20T19:55:17.9276857Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-7a68de85fc37b5bf/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9278027Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-7a68de85fc37b5bf/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9278930Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-7a68de85fc37b5bf' from root:root to runner:runner
2025-08-20T19:55:17.9279999Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2b476e72a9f54af5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9281097Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2b476e72a9f54af5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9282016Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2b476e72a9f54af5' from root:root to runner:runner
2025-08-20T19:55:17.9283098Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-base-c4acf58a5fd3909c/dep-lib-iroh_base' from root:root to runner:runner
2025-08-20T19:55:17.9284231Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-base-c4acf58a5fd3909c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9285190Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-base-c4acf58a5fd3909c/lib-iroh_base' from root:root to runner:runner
2025-08-20T19:55:17.9286156Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-base-c4acf58a5fd3909c/lib-iroh_base.json' from root:root to runner:runner
2025-08-20T19:55:17.9287043Z [00:07:16.589]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-base-c4acf58a5fd3909c' from root:root to runner:runner
2025-08-20T19:55:17.9287971Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4c4467ea0e178db6/lib-zerovec' from root:root to runner:runner
2025-08-20T19:55:17.9288933Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4c4467ea0e178db6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9289876Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4c4467ea0e178db6/dep-lib-zerovec' from root:root to runner:runner
2025-08-20T19:55:17.9290830Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4c4467ea0e178db6/lib-zerovec.json' from root:root to runner:runner
2025-08-20T19:55:17.9291851Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4c4467ea0e178db6' from root:root to runner:runner
2025-08-20T19:55:17.9292997Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-c5d6cb63c4064f6b/lib-clap_builder' from root:root to runner:runner
2025-08-20T19:55:17.9293992Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-c5d6cb63c4064f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9294967Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-c5d6cb63c4064f6b/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T19:55:17.9295955Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-c5d6cb63c4064f6b/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T19:55:17.9296844Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-c5d6cb63c4064f6b' from root:root to runner:runner
2025-08-20T19:55:17.9297978Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T19:55:17.9298946Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9299890Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-20T19:55:17.9300851Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T19:55:17.9301732Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-20T19:55:17.9302787Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-3deaedab336be3c7/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T19:55:17.9303801Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-3deaedab336be3c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9304785Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-3deaedab336be3c7/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T19:55:17.9305899Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-3deaedab336be3c7/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T19:55:17.9306904Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-3deaedab336be3c7' from root:root to runner:runner
2025-08-20T19:55:17.9307856Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tagptr-90605262b1df377c/dep-lib-tagptr' from root:root to runner:runner
2025-08-20T19:55:17.9308775Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tagptr-90605262b1df377c/lib-tagptr' from root:root to runner:runner
2025-08-20T19:55:17.9309720Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tagptr-90605262b1df377c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9310659Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tagptr-90605262b1df377c/lib-tagptr.json' from root:root to runner:runner
2025-08-20T19:55:17.9311689Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tagptr-90605262b1df377c' from root:root to runner:runner
2025-08-20T19:55:17.9312744Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-424b8f793b684db8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9313740Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-424b8f793b684db8/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T19:55:17.9314692Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-424b8f793b684db8/lib-thiserror' from root:root to runner:runner
2025-08-20T19:55:17.9315789Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-424b8f793b684db8/lib-thiserror.json' from root:root to runner:runner
2025-08-20T19:55:17.9316740Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-424b8f793b684db8' from root:root to runner:runner
2025-08-20T19:55:17.9317784Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-d8343b113fe17cb4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9318847Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-d8343b113fe17cb4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9319737Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-d8343b113fe17cb4' from root:root to runner:runner
2025-08-20T19:55:17.9320712Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-3e5990d9851b22cb/lib-thread_local.json' from root:root to runner:runner
2025-08-20T19:55:17.9321880Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-3e5990d9851b22cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9322948Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-3e5990d9851b22cb/dep-lib-thread_local' from root:root to runner:runner
2025-08-20T19:55:17.9323937Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-3e5990d9851b22cb/lib-thread_local' from root:root to runner:runner
2025-08-20T19:55:17.9324832Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-3e5990d9851b22cb' from root:root to runner:runner
2025-08-20T19:55:17.9325747Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-c2ee65e3cb5c4914/lib-tokio' from root:root to runner:runner
2025-08-20T19:55:17.9326685Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-c2ee65e3cb5c4914/lib-tokio.json' from root:root to runner:runner
2025-08-20T19:55:17.9327653Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-c2ee65e3cb5c4914/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9328585Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-c2ee65e3cb5c4914/dep-lib-tokio' from root:root to runner:runner
2025-08-20T19:55:17.9329581Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-c2ee65e3cb5c4914' from root:root to runner:runner
2025-08-20T19:55:17.9330556Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-06b3c7cbbf79f088/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T19:55:17.9331519Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-06b3c7cbbf79f088/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9332602Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-06b3c7cbbf79f088/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T19:55:17.9333625Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-06b3c7cbbf79f088/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T19:55:17.9334520Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-06b3c7cbbf79f088' from root:root to runner:runner
2025-08-20T19:55:17.9335710Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-484910e88b79ad6b/dep-lib-hyper' from root:root to runner:runner
2025-08-20T19:55:17.9336650Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-484910e88b79ad6b/lib-hyper.json' from root:root to runner:runner
2025-08-20T19:55:17.9337587Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-484910e88b79ad6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9338493Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-484910e88b79ad6b/lib-hyper' from root:root to runner:runner
2025-08-20T19:55:17.9339365Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-484910e88b79ad6b' from root:root to runner:runner
2025-08-20T19:55:17.9340351Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-0588ce1d2a6a5702/dep-lib-idna_adapter' from root:root to runner:runner
2025-08-20T19:55:17.9341337Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-0588ce1d2a6a5702/lib-idna_adapter.json' from root:root to runner:runner
2025-08-20T19:55:17.9342415Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-0588ce1d2a6a5702/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9343560Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-0588ce1d2a6a5702/lib-idna_adapter' from root:root to runner:runner
2025-08-20T19:55:17.9344524Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-0588ce1d2a6a5702' from root:root to runner:runner
2025-08-20T19:55:17.9345438Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-80483159b3954362/dep-lib-rand' from root:root to runner:runner
2025-08-20T19:55:17.9346384Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-80483159b3954362/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9347316Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-80483159b3954362/lib-rand.json' from root:root to runner:runner
2025-08-20T19:55:17.9348250Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-80483159b3954362/lib-rand' from root:root to runner:runner
2025-08-20T19:55:17.9349253Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-80483159b3954362' from root:root to runner:runner
2025-08-20T19:55:17.9350281Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/critical-section-641b233518e3ef96/dep-lib-critical_section' from root:root to runner:runner
2025-08-20T19:55:17.9351278Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/critical-section-641b233518e3ef96/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9352404Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/critical-section-641b233518e3ef96/lib-critical_section' from root:root to runner:runner
2025-08-20T19:55:17.9353491Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/critical-section-641b233518e3ef96/lib-critical_section.json' from root:root to runner:runner
2025-08-20T19:55:17.9354412Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/critical-section-641b233518e3ef96' from root:root to runner:runner
2025-08-20T19:55:17.9355455Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9356533Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9357545Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff' from root:root to runner:runner
2025-08-20T19:55:17.9358574Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-sys-5fcdd4ae6ac719d4/dep-lib-netlink_sys' from root:root to runner:runner
2025-08-20T19:55:17.9359554Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-sys-5fcdd4ae6ac719d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9360536Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-sys-5fcdd4ae6ac719d4/lib-netlink_sys.json' from root:root to runner:runner
2025-08-20T19:55:17.9361494Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-sys-5fcdd4ae6ac719d4/lib-netlink_sys' from root:root to runner:runner
2025-08-20T19:55:17.9362456Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-sys-5fcdd4ae6ac719d4' from root:root to runner:runner
2025-08-20T19:55:17.9363616Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-20T19:55:17.9364541Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-20T19:55:17.9365490Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9366438Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-20T19:55:17.9367307Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-20T19:55:17.9368251Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-816b4acae196eba2/lib-blake3.json' from root:root to runner:runner
2025-08-20T19:55:17.9369186Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-816b4acae196eba2/dep-lib-blake3' from root:root to runner:runner
2025-08-20T19:55:17.9370137Z [00:07:16.590]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-816b4acae196eba2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9371158Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-816b4acae196eba2/lib-blake3' from root:root to runner:runner
2025-08-20T19:55:17.9372169Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-816b4acae196eba2' from root:root to runner:runner
2025-08-20T19:55:17.9373200Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayref-0af1d034175f6f6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9374138Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayref-0af1d034175f6f6a/lib-arrayref' from root:root to runner:runner
2025-08-20T19:55:17.9375093Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayref-0af1d034175f6f6a/dep-lib-arrayref' from root:root to runner:runner
2025-08-20T19:55:17.9376048Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayref-0af1d034175f6f6a/lib-arrayref.json' from root:root to runner:runner
2025-08-20T19:55:17.9377130Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayref-0af1d034175f6f6a' from root:root to runner:runner
2025-08-20T19:55:17.9378115Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atomic-waker-dc31e90de4869ae5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9379080Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atomic-waker-dc31e90de4869ae5/lib-atomic_waker' from root:root to runner:runner
2025-08-20T19:55:17.9380069Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atomic-waker-dc31e90de4869ae5/lib-atomic_waker.json' from root:root to runner:runner
2025-08-20T19:55:17.9381051Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atomic-waker-dc31e90de4869ae5/dep-lib-atomic_waker' from root:root to runner:runner
2025-08-20T19:55:17.9381948Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atomic-waker-dc31e90de4869ae5' from root:root to runner:runner
2025-08-20T19:55:17.9383045Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-ec2e2aa042a86d43/lib-generic_array' from root:root to runner:runner
2025-08-20T19:55:17.9384055Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-ec2e2aa042a86d43/lib-generic_array.json' from root:root to runner:runner
2025-08-20T19:55:17.9385175Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-ec2e2aa042a86d43/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T19:55:17.9386239Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-ec2e2aa042a86d43/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9387153Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-ec2e2aa042a86d43' from root:root to runner:runner
2025-08-20T19:55:17.9388119Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9389080Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/dep-lib-untrusted' from root:root to runner:runner
2025-08-20T19:55:17.9390022Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/lib-untrusted' from root:root to runner:runner
2025-08-20T19:55:17.9391121Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/lib-untrusted.json' from root:root to runner:runner
2025-08-20T19:55:17.9392122Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281' from root:root to runner:runner
2025-08-20T19:55:17.9393107Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-138e7413cb4e3025/lib-writeable' from root:root to runner:runner
2025-08-20T19:55:17.9394080Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-138e7413cb4e3025/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9395048Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-138e7413cb4e3025/lib-writeable.json' from root:root to runner:runner
2025-08-20T19:55:17.9396005Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-138e7413cb4e3025/dep-lib-writeable' from root:root to runner:runner
2025-08-20T19:55:17.9396888Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-138e7413cb4e3025' from root:root to runner:runner
2025-08-20T19:55:17.9397779Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/z32-1c2254ea9b5313b9/lib-z32' from root:root to runner:runner
2025-08-20T19:55:17.9398839Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/z32-1c2254ea9b5313b9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9399766Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/z32-1c2254ea9b5313b9/lib-z32.json' from root:root to runner:runner
2025-08-20T19:55:17.9400678Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/z32-1c2254ea9b5313b9/dep-lib-z32' from root:root to runner:runner
2025-08-20T19:55:17.9401541Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/z32-1c2254ea9b5313b9' from root:root to runner:runner
2025-08-20T19:55:17.9402625Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-d1becb68ca55ebec/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9403733Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-d1becb68ca55ebec/lib-netlink_packet_utils.json' from root:root to runner:runner
2025-08-20T19:55:17.9404989Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-d1becb68ca55ebec/lib-netlink_packet_utils' from root:root to runner:runner
2025-08-20T19:55:17.9406056Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-d1becb68ca55ebec/dep-lib-netlink_packet_utils' from root:root to runner:runner
2025-08-20T19:55:17.9406993Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-d1becb68ca55ebec' from root:root to runner:runner
2025-08-20T19:55:17.9407928Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netdev-53a5f97125370c3a/dep-lib-netdev' from root:root to runner:runner
2025-08-20T19:55:17.9408878Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netdev-53a5f97125370c3a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9409818Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netdev-53a5f97125370c3a/lib-netdev.json' from root:root to runner:runner
2025-08-20T19:55:17.9410738Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netdev-53a5f97125370c3a/lib-netdev' from root:root to runner:runner
2025-08-20T19:55:17.9411609Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netdev-53a5f97125370c3a' from root:root to runner:runner
2025-08-20T19:55:17.9412888Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-1f4da9ad43c7c941/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9414021Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-1f4da9ad43c7c941/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9414918Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-1f4da9ad43c7c941' from root:root to runner:runner
2025-08-20T19:55:17.9415841Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/dep-lib-libc' from root:root to runner:runner
2025-08-20T19:55:17.9416779Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9417853Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/lib-libc' from root:root to runner:runner
2025-08-20T19:55:17.9418772Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/lib-libc.json' from root:root to runner:runner
2025-08-20T19:55:17.9419637Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540' from root:root to runner:runner
2025-08-20T19:55:17.9420594Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-22b156ebe509c0ef/dep-lib-time_core' from root:root to runner:runner
2025-08-20T19:55:17.9421555Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-22b156ebe509c0ef/lib-time_core.json' from root:root to runner:runner
2025-08-20T19:55:17.9422598Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-22b156ebe509c0ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9423586Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-22b156ebe509c0ef/lib-time_core' from root:root to runner:runner
2025-08-20T19:55:17.9424473Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-22b156ebe509c0ef' from root:root to runner:runner
2025-08-20T19:55:17.9425424Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9426499Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T19:55:17.9427478Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' from root:root to runner:runner
2025-08-20T19:55:17.9428433Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' from root:root to runner:runner
2025-08-20T19:55:17.9429313Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94' from root:root to runner:runner
2025-08-20T19:55:17.9430344Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-12304743149c15bd/dep-lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T19:55:17.9431552Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-12304743149c15bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9432678Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-12304743149c15bd/lib-tracing_subscriber.json' from root:root to runner:runner
2025-08-20T19:55:17.9433732Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-12304743149c15bd/lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T19:55:17.9434656Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-12304743149c15bd' from root:root to runner:runner
2025-08-20T19:55:17.9435673Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-463f0850d7b329ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9436705Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-463f0850d7b329ea/lib-netlink_packet_core' from root:root to runner:runner
2025-08-20T19:55:17.9437758Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-463f0850d7b329ea/lib-netlink_packet_core.json' from root:root to runner:runner
2025-08-20T19:55:17.9438806Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-463f0850d7b329ea/dep-lib-netlink_packet_core' from root:root to runner:runner
2025-08-20T19:55:17.9439875Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-463f0850d7b329ea' from root:root to runner:runner
2025-08-20T19:55:17.9440942Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-f2000024d9a1a0dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9441899Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-f2000024d9a1a0dc/lib-tokio_util' from root:root to runner:runner
2025-08-20T19:55:17.9442951Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-f2000024d9a1a0dc/dep-lib-tokio_util' from root:root to runner:runner
2025-08-20T19:55:17.9443973Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-f2000024d9a1a0dc/lib-tokio_util.json' from root:root to runner:runner
2025-08-20T19:55:17.9444858Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-f2000024d9a1a0dc' from root:root to runner:runner
2025-08-20T19:55:17.9446073Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-3fc853e878dc8531/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9447037Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-3fc853e878dc8531/lib-rand_chacha' from root:root to runner:runner
2025-08-20T19:55:17.9448007Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-3fc853e878dc8531/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T19:55:17.9448980Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-3fc853e878dc8531/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T19:55:17.9449866Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-3fc853e878dc8531' from root:root to runner:runner
2025-08-20T19:55:17.9450840Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-6dee1dcfe7af3cdd/lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:55:17.9451810Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-6dee1dcfe7af3cdd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9452912Z [00:07:16.591]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-6dee1dcfe7af3cdd/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:55:17.9454077Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-6dee1dcfe7af3cdd/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T19:55:17.9455056Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-6dee1dcfe7af3cdd' from root:root to runner:runner
2025-08-20T19:55:17.9456085Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-websockets-f89af3c8d153d4c8/dep-lib-tokio_websockets' from root:root to runner:runner
2025-08-20T19:55:17.9457080Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-websockets-f89af3c8d153d4c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9458106Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-websockets-f89af3c8d153d4c8/lib-tokio_websockets.json' from root:root to runner:runner
2025-08-20T19:55:17.9459108Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-websockets-f89af3c8d153d4c8/lib-tokio_websockets' from root:root to runner:runner
2025-08-20T19:55:17.9460244Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-websockets-f89af3c8d153d4c8' from root:root to runner:runner
2025-08-20T19:55:17.9461234Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-64574bb35d9e44b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9462292Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-64574bb35d9e44b2/lib-icu_properties' from root:root to runner:runner
2025-08-20T19:55:17.9463340Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-64574bb35d9e44b2/lib-icu_properties.json' from root:root to runner:runner
2025-08-20T19:55:17.9464337Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-64574bb35d9e44b2/dep-lib-icu_properties' from root:root to runner:runner
2025-08-20T19:55:17.9465242Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-64574bb35d9e44b2' from root:root to runner:runner
2025-08-20T19:55:17.9466215Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-6e2f23234bb3ebfa/lib-sharded_slab' from root:root to runner:runner
2025-08-20T19:55:17.9467334Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-6e2f23234bb3ebfa/lib-sharded_slab.json' from root:root to runner:runner
2025-08-20T19:55:17.9468325Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-6e2f23234bb3ebfa/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9469305Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-6e2f23234bb3ebfa/dep-lib-sharded_slab' from root:root to runner:runner
2025-08-20T19:55:17.9470203Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-6e2f23234bb3ebfa' from root:root to runner:runner
2025-08-20T19:55:17.9471209Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d5bcf8d27409c074/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T19:55:17.9472304Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d5bcf8d27409c074/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T19:55:17.9473523Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d5bcf8d27409c074/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9474553Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d5bcf8d27409c074/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T19:55:17.9475471Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d5bcf8d27409c074' from root:root to runner:runner
2025-08-20T19:55:17.9476428Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/attohttpc-a53e1b48206127e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9477401Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/attohttpc-a53e1b48206127e2/lib-attohttpc.json' from root:root to runner:runner
2025-08-20T19:55:17.9478350Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/attohttpc-a53e1b48206127e2/lib-attohttpc' from root:root to runner:runner
2025-08-20T19:55:17.9479307Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/attohttpc-a53e1b48206127e2/dep-lib-attohttpc' from root:root to runner:runner
2025-08-20T19:55:17.9480200Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/attohttpc-a53e1b48206127e2' from root:root to runner:runner
2025-08-20T19:55:17.9481207Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-49fc106a764f3188/lib-moka' from root:root to runner:runner
2025-08-20T19:55:17.9482282Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-49fc106a764f3188/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9483257Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-49fc106a764f3188/lib-moka.json' from root:root to runner:runner
2025-08-20T19:55:17.9484181Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-49fc106a764f3188/dep-lib-moka' from root:root to runner:runner
2025-08-20T19:55:17.9485051Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-49fc106a764f3188' from root:root to runner:runner
2025-08-20T19:55:17.9486049Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-cdf777b26f626ac1/dep-lib-rustc_demangle' from root:root to runner:runner
2025-08-20T19:55:17.9487223Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-cdf777b26f626ac1/lib-rustc_demangle' from root:root to runner:runner
2025-08-20T19:55:17.9488213Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-cdf777b26f626ac1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9489222Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-cdf777b26f626ac1/lib-rustc_demangle.json' from root:root to runner:runner
2025-08-20T19:55:17.9490132Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-cdf777b26f626ac1' from root:root to runner:runner
2025-08-20T19:55:17.9491076Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-ac177c94b05ef04b/lib-n0_future' from root:root to runner:runner
2025-08-20T19:55:17.9492133Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-ac177c94b05ef04b/lib-n0_future.json' from root:root to runner:runner
2025-08-20T19:55:17.9493138Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-ac177c94b05ef04b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9494102Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-ac177c94b05ef04b/dep-lib-n0_future' from root:root to runner:runner
2025-08-20T19:55:17.9495106Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-ac177c94b05ef04b' from root:root to runner:runner
2025-08-20T19:55:17.9496080Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-64abb771c6c5c081/lib-log.json' from root:root to runner:runner
2025-08-20T19:55:17.9497018Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-64abb771c6c5c081/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9497930Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-64abb771c6c5c081/dep-lib-log' from root:root to runner:runner
2025-08-20T19:55:17.9498873Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-64abb771c6c5c081/lib-log' from root:root to runner:runner
2025-08-20T19:55:17.9499734Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-64abb771c6c5c081' from root:root to runner:runner
2025-08-20T19:55:17.9500869Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/self_cell-71219146c77d5fb1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9501811Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/self_cell-71219146c77d5fb1/lib-self_cell' from root:root to runner:runner
2025-08-20T19:55:17.9502847Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/self_cell-71219146c77d5fb1/lib-self_cell.json' from root:root to runner:runner
2025-08-20T19:55:17.9503843Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/self_cell-71219146c77d5fb1/dep-lib-self_cell' from root:root to runner:runner
2025-08-20T19:55:17.9504729Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/self_cell-71219146c77d5fb1' from root:root to runner:runner
2025-08-20T19:55:17.9505693Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-edf35c812772bb4c/lib-indexmap.json' from root:root to runner:runner
2025-08-20T19:55:17.9506642Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-edf35c812772bb4c/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T19:55:17.9507580Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-edf35c812772bb4c/lib-indexmap' from root:root to runner:runner
2025-08-20T19:55:17.9508668Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-edf35c812772bb4c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9509553Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-edf35c812772bb4c' from root:root to runner:runner
2025-08-20T19:55:17.9510502Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-b89ecb3e610bae71/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9511454Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-b89ecb3e610bae71/lib-socket2.json' from root:root to runner:runner
2025-08-20T19:55:17.9512485Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-b89ecb3e610bae71/dep-lib-socket2' from root:root to runner:runner
2025-08-20T19:55:17.9513458Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-b89ecb3e610bae71/lib-socket2' from root:root to runner:runner
2025-08-20T19:55:17.9514522Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-b89ecb3e610bae71' from root:root to runner:runner
2025-08-20T19:55:17.9515574Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/dep-lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T19:55:17.9516623Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/lib-rustls_native_certs.json' from root:root to runner:runner
2025-08-20T19:55:17.9517659Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9518683Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T19:55:17.9519617Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2' from root:root to runner:runner
2025-08-20T19:55:17.9520677Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-8c45f847ca6eee0e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9521766Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-8c45f847ca6eee0e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9522866Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-8c45f847ca6eee0e' from root:root to runner:runner
2025-08-20T19:55:17.9523918Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-cccec32555565ed9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9524852Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-cccec32555565ed9/lib-sha2.json' from root:root to runner:runner
2025-08-20T19:55:17.9525776Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-cccec32555565ed9/dep-lib-sha2' from root:root to runner:runner
2025-08-20T19:55:17.9526673Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-cccec32555565ed9/lib-sha2' from root:root to runner:runner
2025-08-20T19:55:17.9527534Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-cccec32555565ed9' from root:root to runner:runner
2025-08-20T19:55:17.9528796Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-a9569c71711ee3fe/dep-lib-netlink_packet_route' from root:root to runner:runner
2025-08-20T19:55:17.9529867Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-a9569c71711ee3fe/lib-netlink_packet_route.json' from root:root to runner:runner
2025-08-20T19:55:17.9530878Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-a9569c71711ee3fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9531920Z [00:07:16.592]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-a9569c71711ee3fe/lib-netlink_packet_route' from root:root to runner:runner
2025-08-20T19:55:17.9532999Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-a9569c71711ee3fe' from root:root to runner:runner
2025-08-20T19:55:17.9534020Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-46341eeeee5b87a2/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T19:55:17.9534990Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-46341eeeee5b87a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9535957Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-46341eeeee5b87a2/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T19:55:17.9537022Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-46341eeeee5b87a2/lib-scopeguard' from root:root to runner:runner
2025-08-20T19:55:17.9538015Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-46341eeeee5b87a2' from root:root to runner:runner
2025-08-20T19:55:17.9538988Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha256-67ff0ef493a730ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9539951Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha256-67ff0ef493a730ae/lib-hmac_sha256' from root:root to runner:runner
2025-08-20T19:55:17.9540929Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha256-67ff0ef493a730ae/lib-hmac_sha256.json' from root:root to runner:runner
2025-08-20T19:55:17.9542137Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha256-67ff0ef493a730ae/dep-lib-hmac_sha256' from root:root to runner:runner
2025-08-20T19:55:17.9543066Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha256-67ff0ef493a730ae' from root:root to runner:runner
2025-08-20T19:55:17.9544030Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6176b4533d74f593/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9544991Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6176b4533d74f593/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T19:55:17.9545939Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6176b4533d74f593/lib-thiserror' from root:root to runner:runner
2025-08-20T19:55:17.9546906Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6176b4533d74f593/lib-thiserror.json' from root:root to runner:runner
2025-08-20T19:55:17.9547792Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6176b4533d74f593' from root:root to runner:runner
2025-08-20T19:55:17.9548774Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-6d050a315129c8ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9549928Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-6d050a315129c8ad/lib-allocator_api2' from root:root to runner:runner
2025-08-20T19:55:17.9551002Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-6d050a315129c8ad/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T19:55:17.9551998Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-6d050a315129c8ad/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T19:55:17.9553048Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-6d050a315129c8ad' from root:root to runner:runner
2025-08-20T19:55:17.9554015Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/try-lock-076360893bc44938/dep-lib-try_lock' from root:root to runner:runner
2025-08-20T19:55:17.9554969Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/try-lock-076360893bc44938/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9556103Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/try-lock-076360893bc44938/lib-try_lock' from root:root to runner:runner
2025-08-20T19:55:17.9557056Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/try-lock-076360893bc44938/lib-try_lock.json' from root:root to runner:runner
2025-08-20T19:55:17.9557931Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/try-lock-076360893bc44938' from root:root to runner:runner
2025-08-20T19:55:17.9558971Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hostname-validator-d58dc5fb7a59bee1/lib-hostname_validator.json' from root:root to runner:runner
2025-08-20T19:55:17.9559984Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hostname-validator-d58dc5fb7a59bee1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9561004Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hostname-validator-d58dc5fb7a59bee1/lib-hostname_validator' from root:root to runner:runner
2025-08-20T19:55:17.9562114Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hostname-validator-d58dc5fb7a59bee1/dep-lib-hostname_validator' from root:root to runner:runner
2025-08-20T19:55:17.9563151Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hostname-validator-d58dc5fb7a59bee1' from root:root to runner:runner
2025-08-20T19:55:17.9564218Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-b267a33f360845cd/lib-overload' from root:root to runner:runner
2025-08-20T19:55:17.9565239Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-b267a33f360845cd/dep-lib-overload' from root:root to runner:runner
2025-08-20T19:55:17.9566201Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-b267a33f360845cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9567155Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-b267a33f360845cd/lib-overload.json' from root:root to runner:runner
2025-08-20T19:55:17.9568039Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-b267a33f360845cd' from root:root to runner:runner
2025-08-20T19:55:17.9568966Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' from root:root to runner:runner
2025-08-20T19:55:17.9570106Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9571057Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T19:55:17.9572002Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T19:55:17.9573022Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7' from root:root to runner:runner
2025-08-20T19:55:17.9574033Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-5eb45aea266742a6/lib-crypto_secretbox' from root:root to runner:runner
2025-08-20T19:55:17.9575032Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-5eb45aea266742a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9576038Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-5eb45aea266742a6/dep-lib-crypto_secretbox' from root:root to runner:runner
2025-08-20T19:55:17.9577061Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-5eb45aea266742a6/lib-crypto_secretbox.json' from root:root to runner:runner
2025-08-20T19:55:17.9578127Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-5eb45aea266742a6' from root:root to runner:runner
2025-08-20T19:55:17.9579089Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-bc9773e6b563440e/dep-lib-futures' from root:root to runner:runner
2025-08-20T19:55:17.9580021Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-bc9773e6b563440e/lib-futures' from root:root to runner:runner
2025-08-20T19:55:17.9580973Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-bc9773e6b563440e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9581917Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-bc9773e6b563440e/lib-futures.json' from root:root to runner:runner
2025-08-20T19:55:17.9582918Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-bc9773e6b563440e' from root:root to runner:runner
2025-08-20T19:55:17.9584062Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-eaf653fb767a7d8f/lib-heapless.json' from root:root to runner:runner
2025-08-20T19:55:17.9585032Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-eaf653fb767a7d8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9585985Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-eaf653fb767a7d8f/dep-lib-heapless' from root:root to runner:runner
2025-08-20T19:55:17.9586929Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-eaf653fb767a7d8f/lib-heapless' from root:root to runner:runner
2025-08-20T19:55:17.9587821Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-eaf653fb767a7d8f' from root:root to runner:runner
2025-08-20T19:55:17.9588755Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-b472a8649e0def1f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9589661Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-b472a8649e0def1f/dep-lib-mio' from root:root to runner:runner
2025-08-20T19:55:17.9590558Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-b472a8649e0def1f/lib-mio' from root:root to runner:runner
2025-08-20T19:55:17.9591585Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-b472a8649e0def1f/lib-mio.json' from root:root to runner:runner
2025-08-20T19:55:17.9592607Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-b472a8649e0def1f' from root:root to runner:runner
2025-08-20T19:55:17.9593681Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-ecaf1097ed803883/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9594725Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-ecaf1097ed803883/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9595590Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-ecaf1097ed803883' from root:root to runner:runner
2025-08-20T19:55:17.9596574Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-proto-c685aaecbbb26e97/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9597779Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-proto-c685aaecbbb26e97/dep-lib-hickory_proto' from root:root to runner:runner
2025-08-20T19:55:17.9598788Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-proto-c685aaecbbb26e97/lib-hickory_proto.json' from root:root to runner:runner
2025-08-20T19:55:17.9599767Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-proto-c685aaecbbb26e97/lib-hickory_proto' from root:root to runner:runner
2025-08-20T19:55:17.9600675Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-proto-c685aaecbbb26e97' from root:root to runner:runner
2025-08-20T19:55:17.9601639Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/igd-next-7c00b6f1e5597a3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9602659Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/igd-next-7c00b6f1e5597a3e/lib-igd_next.json' from root:root to runner:runner
2025-08-20T19:55:17.9603658Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/igd-next-7c00b6f1e5597a3e/dep-lib-igd_next' from root:root to runner:runner
2025-08-20T19:55:17.9604595Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/igd-next-7c00b6f1e5597a3e/lib-igd_next' from root:root to runner:runner
2025-08-20T19:55:17.9605600Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/igd-next-7c00b6f1e5597a3e' from root:root to runner:runner
2025-08-20T19:55:17.9606651Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-12e9fd03a853c9b5/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T19:55:17.9607670Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-12e9fd03a853c9b5/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T19:55:17.9608660Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-12e9fd03a853c9b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9609647Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-12e9fd03a853c9b5/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T19:55:17.9610760Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-12e9fd03a853c9b5' from root:root to runner:runner
2025-08-20T19:55:17.9611810Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-8906c423b6a5beb6/lib-unicode_normalization' from root:root to runner:runner
2025-08-20T19:55:17.9612959Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-8906c423b6a5beb6/dep-lib-unicode_normalization' from root:root to runner:runner
2025-08-20T19:55:17.9614043Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-8906c423b6a5beb6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9615116Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-8906c423b6a5beb6/lib-unicode_normalization.json' from root:root to runner:runner
2025-08-20T19:55:17.9616066Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-8906c423b6a5beb6' from root:root to runner:runner
2025-08-20T19:55:17.9617038Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-3dc04306c99035ab/lib-tracing_error' from root:root to runner:runner
2025-08-20T19:55:17.9618018Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-3dc04306c99035ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9619143Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-3dc04306c99035ab/lib-tracing_error.json' from root:root to runner:runner
2025-08-20T19:55:17.9620197Z [00:07:16.593]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-3dc04306c99035ab/dep-lib-tracing_error' from root:root to runner:runner
2025-08-20T19:55:17.9621111Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-3dc04306c99035ab' from root:root to runner:runner
2025-08-20T19:55:17.9622162Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/lib-openssl_probe' from root:root to runner:runner
2025-08-20T19:55:17.9623217Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/dep-lib-openssl_probe' from root:root to runner:runner
2025-08-20T19:55:17.9624199Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9625346Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/lib-openssl_probe.json' from root:root to runner:runner
2025-08-20T19:55:17.9626258Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137' from root:root to runner:runner
2025-08-20T19:55:17.9627211Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4b4e97b36ffc770e/dep-lib-foldhash' from root:root to runner:runner
2025-08-20T19:55:17.9628174Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4b4e97b36ffc770e/lib-foldhash.json' from root:root to runner:runner
2025-08-20T19:55:17.9629137Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4b4e97b36ffc770e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9630072Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4b4e97b36ffc770e/lib-foldhash' from root:root to runner:runner
2025-08-20T19:55:17.9630957Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4b4e97b36ffc770e' from root:root to runner:runner
2025-08-20T19:55:17.9631947Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9781b3ee18d57fcc/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T19:55:17.9633197Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9781b3ee18d57fcc/lib-futures_core' from root:root to runner:runner
2025-08-20T19:55:17.9634245Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9781b3ee18d57fcc/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9635236Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9781b3ee18d57fcc/lib-futures_core.json' from root:root to runner:runner
2025-08-20T19:55:17.9636141Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9781b3ee18d57fcc' from root:root to runner:runner
2025-08-20T19:55:17.9637126Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/opaque-debug-59685552f1770f87/lib-opaque_debug.json' from root:root to runner:runner
2025-08-20T19:55:17.9638110Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/opaque-debug-59685552f1770f87/dep-lib-opaque_debug' from root:root to runner:runner
2025-08-20T19:55:17.9639224Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/opaque-debug-59685552f1770f87/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9640200Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/opaque-debug-59685552f1770f87/lib-opaque_debug' from root:root to runner:runner
2025-08-20T19:55:17.9641096Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/opaque-debug-59685552f1770f87' from root:root to runner:runner
2025-08-20T19:55:17.9641996Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-e0f45234f09dbdae/lib-ring' from root:root to runner:runner
2025-08-20T19:55:17.9643109Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-e0f45234f09dbdae/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9644031Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-e0f45234f09dbdae/dep-lib-ring' from root:root to runner:runner
2025-08-20T19:55:17.9644951Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-e0f45234f09dbdae/lib-ring.json' from root:root to runner:runner
2025-08-20T19:55:17.9645819Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-e0f45234f09dbdae' from root:root to runner:runner
2025-08-20T19:55:17.9646879Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-a8af276e89b04aae/lib-http_body' from root:root to runner:runner
2025-08-20T19:55:17.9647875Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-a8af276e89b04aae/lib-http_body.json' from root:root to runner:runner
2025-08-20T19:55:17.9648837Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-a8af276e89b04aae/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9649801Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-a8af276e89b04aae/dep-lib-http_body' from root:root to runner:runner
2025-08-20T19:55:17.9650686Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-a8af276e89b04aae' from root:root to runner:runner
2025-08-20T19:55:17.9651645Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e9c9eac840587813/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9652960Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e9c9eac840587813/lib-getrandom.json' from root:root to runner:runner
2025-08-20T19:55:17.9653968Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e9c9eac840587813/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T19:55:17.9654923Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e9c9eac840587813/lib-getrandom' from root:root to runner:runner
2025-08-20T19:55:17.9655815Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e9c9eac840587813' from root:root to runner:runner
2025-08-20T19:55:17.9656779Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chacha20-09a2ed4a9d1fa396/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9657735Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chacha20-09a2ed4a9d1fa396/lib-chacha20.json' from root:root to runner:runner
2025-08-20T19:55:17.9658681Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chacha20-09a2ed4a9d1fa396/dep-lib-chacha20' from root:root to runner:runner
2025-08-20T19:55:17.9659622Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chacha20-09a2ed4a9d1fa396/lib-chacha20' from root:root to runner:runner
2025-08-20T19:55:17.9660688Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chacha20-09a2ed4a9d1fa396' from root:root to runner:runner
2025-08-20T19:55:17.9661691Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-proto-099ce25714619010/lib-netlink_proto' from root:root to runner:runner
2025-08-20T19:55:17.9662765Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-proto-099ce25714619010/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9663808Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-proto-099ce25714619010/lib-netlink_proto.json' from root:root to runner:runner
2025-08-20T19:55:17.9664800Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-proto-099ce25714619010/dep-lib-netlink_proto' from root:root to runner:runner
2025-08-20T19:55:17.9665695Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-proto-099ce25714619010' from root:root to runner:runner
2025-08-20T19:55:17.9666991Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4a2c73810f112ad7/lib-quoted_string_parser.json' from root:root to runner:runner
2025-08-20T19:55:17.9668017Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4a2c73810f112ad7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9669066Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4a2c73810f112ad7/dep-lib-quoted_string_parser' from root:root to runner:runner
2025-08-20T19:55:17.9670108Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4a2c73810f112ad7/lib-quoted_string_parser' from root:root to runner:runner
2025-08-20T19:55:17.9671072Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4a2c73810f112ad7' from root:root to runner:runner
2025-08-20T19:55:17.9672194Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-07135408b2dcd40d/dep-lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T19:55:17.9673259Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-07135408b2dcd40d/lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T19:55:17.9674378Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-07135408b2dcd40d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9675458Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-07135408b2dcd40d/lib-icu_normalizer_data.json' from root:root to runner:runner
2025-08-20T19:55:17.9676373Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-07135408b2dcd40d' from root:root to runner:runner
2025-08-20T19:55:17.9677299Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-0ab1d828d727d4ce/dep-lib-hmac' from root:root to runner:runner
2025-08-20T19:55:17.9678242Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-0ab1d828d727d4ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9679143Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-0ab1d828d727d4ce/lib-hmac' from root:root to runner:runner
2025-08-20T19:55:17.9680240Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-0ab1d828d727d4ce/lib-hmac.json' from root:root to runner:runner
2025-08-20T19:55:17.9681115Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-0ab1d828d727d4ce' from root:root to runner:runner
2025-08-20T19:55:17.9682185Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/data-encoding-2a42ee88ff19126a/lib-data_encoding' from root:root to runner:runner
2025-08-20T19:55:17.9683196Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/data-encoding-2a42ee88ff19126a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9684197Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/data-encoding-2a42ee88ff19126a/dep-lib-data_encoding' from root:root to runner:runner
2025-08-20T19:55:17.9685198Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/data-encoding-2a42ee88ff19126a/lib-data_encoding.json' from root:root to runner:runner
2025-08-20T19:55:17.9686094Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/data-encoding-2a42ee88ff19126a' from root:root to runner:runner
2025-08-20T19:55:17.9687088Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1eb80a20d83af8f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9688207Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1eb80a20d83af8f0/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T19:55:17.9689217Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1eb80a20d83af8f0/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T19:55:17.9690210Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1eb80a20d83af8f0/lib-regex_automata' from root:root to runner:runner
2025-08-20T19:55:17.9691114Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1eb80a20d83af8f0' from root:root to runner:runner
2025-08-20T19:55:17.9692131Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkcs8-b5b51ecde60bf514/lib-pkcs8' from root:root to runner:runner
2025-08-20T19:55:17.9693111Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkcs8-b5b51ecde60bf514/dep-lib-pkcs8' from root:root to runner:runner
2025-08-20T19:55:17.9694268Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkcs8-b5b51ecde60bf514/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9695211Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkcs8-b5b51ecde60bf514/lib-pkcs8.json' from root:root to runner:runner
2025-08-20T19:55:17.9696077Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkcs8-b5b51ecde60bf514' from root:root to runner:runner
2025-08-20T19:55:17.9697034Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-14eda0d4d72ca8ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9697979Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-14eda0d4d72ca8ca/lib-socket2.json' from root:root to runner:runner
2025-08-20T19:55:17.9698928Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-14eda0d4d72ca8ca/dep-lib-socket2' from root:root to runner:runner
2025-08-20T19:55:17.9699852Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-14eda0d4d72ca8ca/lib-socket2' from root:root to runner:runner
2025-08-20T19:55:17.9700734Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-14eda0d4d72ca8ca' from root:root to runner:runner
2025-08-20T19:55:17.9701810Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-590eaf84cd70475f/lib-iroh_quinn.json' from root:root to runner:runner
2025-08-20T19:55:17.9702856Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-590eaf84cd70475f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9703869Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-590eaf84cd70475f/dep-lib-iroh_quinn' from root:root to runner:runner
2025-08-20T19:55:17.9704814Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-590eaf84cd70475f/lib-iroh_quinn' from root:root to runner:runner
2025-08-20T19:55:17.9705708Z [00:07:16.594]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-590eaf84cd70475f' from root:root to runner:runner
2025-08-20T19:55:17.9706784Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9708066Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9708996Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c' from root:root to runner:runner
2025-08-20T19:55:17.9709910Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-7909321d5f86d650/dep-lib-spin' from root:root to runner:runner
2025-08-20T19:55:17.9710817Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-7909321d5f86d650/lib-spin' from root:root to runner:runner
2025-08-20T19:55:17.9711759Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-7909321d5f86d650/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9712809Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-7909321d5f86d650/lib-spin.json' from root:root to runner:runner
2025-08-20T19:55:17.9713719Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-7909321d5f86d650' from root:root to runner:runner
2025-08-20T19:55:17.9714674Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/dep-lib-anstream' from root:root to runner:runner
2025-08-20T19:55:17.9715732Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream' from root:root to runner:runner
2025-08-20T19:55:17.9716739Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9717702Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream.json' from root:root to runner:runner
2025-08-20T19:55:17.9718589Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645' from root:root to runner:runner
2025-08-20T19:55:17.9719505Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/lib-memchr' from root:root to runner:runner
2025-08-20T19:55:17.9720452Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9721595Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/lib-memchr.json' from root:root to runner:runner
2025-08-20T19:55:17.9722633Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/dep-lib-memchr' from root:root to runner:runner
2025-08-20T19:55:17.9723544Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5' from root:root to runner:runner
2025-08-20T19:55:17.9724570Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-e9afc8d71e773b81/lib-iroh_quinn_proto.json' from root:root to runner:runner
2025-08-20T19:55:17.9725569Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-e9afc8d71e773b81/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9726580Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-e9afc8d71e773b81/dep-lib-iroh_quinn_proto' from root:root to runner:runner
2025-08-20T19:55:17.9727578Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-e9afc8d71e773b81/lib-iroh_quinn_proto' from root:root to runner:runner
2025-08-20T19:55:17.9728492Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-e9afc8d71e773b81' from root:root to runner:runner
2025-08-20T19:55:17.9729548Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/snafu-6d3e112aecd378be/lib-snafu.json' from root:root to runner:runner
2025-08-20T19:55:17.9730544Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/snafu-6d3e112aecd378be/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9731463Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/snafu-6d3e112aecd378be/lib-snafu' from root:root to runner:runner
2025-08-20T19:55:17.9732473Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/snafu-6d3e112aecd378be/dep-lib-snafu' from root:root to runner:runner
2025-08-20T19:55:17.9733388Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/snafu-6d3e112aecd378be' from root:root to runner:runner
2025-08-20T19:55:17.9734308Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-ae023faa50ee2fa2/lib-idna.json' from root:root to runner:runner
2025-08-20T19:55:17.9735463Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-ae023faa50ee2fa2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9736393Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-ae023faa50ee2fa2/dep-lib-idna' from root:root to runner:runner
2025-08-20T19:55:17.9737291Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-ae023faa50ee2fa2/lib-idna' from root:root to runner:runner
2025-08-20T19:55:17.9738163Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-ae023faa50ee2fa2' from root:root to runner:runner
2025-08-20T19:55:17.9739112Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xmltree-ef977360c71eb998/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9740070Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xmltree-ef977360c71eb998/lib-xmltree.json' from root:root to runner:runner
2025-08-20T19:55:17.9741013Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xmltree-ef977360c71eb998/dep-lib-xmltree' from root:root to runner:runner
2025-08-20T19:55:17.9741943Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xmltree-ef977360c71eb998/lib-xmltree' from root:root to runner:runner
2025-08-20T19:55:17.9743090Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xmltree-ef977360c71eb998' from root:root to runner:runner
2025-08-20T19:55:17.9744101Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backon-477244568944f3ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9745021Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backon-477244568944f3ef/lib-backon' from root:root to runner:runner
2025-08-20T19:55:17.9745956Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backon-477244568944f3ef/dep-lib-backon' from root:root to runner:runner
2025-08-20T19:55:17.9746901Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backon-477244568944f3ef/lib-backon.json' from root:root to runner:runner
2025-08-20T19:55:17.9747777Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backon-477244568944f3ef' from root:root to runner:runner
2025-08-20T19:55:17.9749025Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-0a57987a945d3848/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-20T19:55:17.9750027Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-0a57987a945d3848/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9751038Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-0a57987a945d3848/lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T19:55:17.9752157Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-0a57987a945d3848/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T19:55:17.9753140Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-0a57987a945d3848' from root:root to runner:runner
2025-08-20T19:55:17.9754035Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hex-87d8e9ff3e8d6998/lib-hex' from root:root to runner:runner
2025-08-20T19:55:17.9754935Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hex-87d8e9ff3e8d6998/dep-lib-hex' from root:root to runner:runner
2025-08-20T19:55:17.9755870Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hex-87d8e9ff3e8d6998/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9756911Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hex-87d8e9ff3e8d6998/lib-hex.json' from root:root to runner:runner
2025-08-20T19:55:17.9757827Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hex-87d8e9ff3e8d6998' from root:root to runner:runner
2025-08-20T19:55:17.9758782Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-8914423da22ff1ad/lib-webpki' from root:root to runner:runner
2025-08-20T19:55:17.9759748Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-8914423da22ff1ad/dep-lib-webpki' from root:root to runner:runner
2025-08-20T19:55:17.9760715Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-8914423da22ff1ad/lib-webpki.json' from root:root to runner:runner
2025-08-20T19:55:17.9761688Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-8914423da22ff1ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9762865Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-8914423da22ff1ad' from root:root to runner:runner
2025-08-20T19:55:17.9763932Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-ec3f8edbb7181c81/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9764986Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-ec3f8edbb7181c81/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T19:55:17.9766076Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-ec3f8edbb7181c81/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T19:55:17.9767113Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-ec3f8edbb7181c81/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T19:55:17.9768047Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-ec3f8edbb7181c81' from root:root to runner:runner
2025-08-20T19:55:17.9768972Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-06b09dd40020eb0e/lib-itoa.json' from root:root to runner:runner
2025-08-20T19:55:17.9769881Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-06b09dd40020eb0e/dep-lib-itoa' from root:root to runner:runner
2025-08-20T19:55:17.9770952Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-06b09dd40020eb0e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9771856Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-06b09dd40020eb0e/lib-itoa' from root:root to runner:runner
2025-08-20T19:55:17.9772801Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-06b09dd40020eb0e' from root:root to runner:runner
2025-08-20T19:55:17.9773774Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/der-229fe2b5011b871d/lib-der.json' from root:root to runner:runner
2025-08-20T19:55:17.9774704Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/der-229fe2b5011b871d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9775596Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/der-229fe2b5011b871d/lib-der' from root:root to runner:runner
2025-08-20T19:55:17.9776702Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/der-229fe2b5011b871d/dep-lib-der' from root:root to runner:runner
2025-08-20T19:55:17.9777573Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/der-229fe2b5011b871d' from root:root to runner:runner
2025-08-20T19:55:17.9778603Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-7560b1f084513198/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9779664Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-7560b1f084513198/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9780552Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-7560b1f084513198' from root:root to runner:runner
2025-08-20T19:55:17.9781546Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-63a07ad75ceec1e4/lib-icu_normalizer.json' from root:root to runner:runner
2025-08-20T19:55:17.9782616Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-63a07ad75ceec1e4/lib-icu_normalizer' from root:root to runner:runner
2025-08-20T19:55:17.9783657Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-63a07ad75ceec1e4/dep-lib-icu_normalizer' from root:root to runner:runner
2025-08-20T19:55:17.9784776Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-63a07ad75ceec1e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9785705Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-63a07ad75ceec1e4' from root:root to runner:runner
2025-08-20T19:55:17.9786649Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cipher-700f8382c130a44a/lib-cipher.json' from root:root to runner:runner
2025-08-20T19:55:17.9787571Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cipher-700f8382c130a44a/lib-cipher' from root:root to runner:runner
2025-08-20T19:55:17.9788515Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cipher-700f8382c130a44a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9789563Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cipher-700f8382c130a44a/dep-lib-cipher' from root:root to runner:runner
2025-08-20T19:55:17.9790433Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cipher-700f8382c130a44a' from root:root to runner:runner
2025-08-20T19:55:17.9791414Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-6db732beba927889/lib-precis_core.json' from root:root to runner:runner
2025-08-20T19:55:17.9792495Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-6db732beba927889/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9793523Z [00:07:16.595]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-6db732beba927889/dep-lib-precis_core' from root:root to runner:runner
2025-08-20T19:55:17.9794490Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-6db732beba927889/lib-precis_core' from root:root to runner:runner
2025-08-20T19:55:17.9795382Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-6db732beba927889' from root:root to runner:runner
2025-08-20T19:55:17.9796343Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5cab6305ffd178d8/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T19:55:17.9797301Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5cab6305ffd178d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9798386Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5cab6305ffd178d8/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T19:55:17.9799363Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5cab6305ffd178d8/lib-zerocopy' from root:root to runner:runner
2025-08-20T19:55:17.9800255Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5cab6305ffd178d8' from root:root to runner:runner
2025-08-20T19:55:17.9801180Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-a7e6202e1db30669/lib-http.json' from root:root to runner:runner
2025-08-20T19:55:17.9802201Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-a7e6202e1db30669/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9803256Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-a7e6202e1db30669/lib-http' from root:root to runner:runner
2025-08-20T19:55:17.9804181Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-a7e6202e1db30669/dep-lib-http' from root:root to runner:runner
2025-08-20T19:55:17.9805049Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-a7e6202e1db30669' from root:root to runner:runner
2025-08-20T19:55:17.9805975Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-9a3dffe5758c2941/lib-http.json' from root:root to runner:runner
2025-08-20T19:55:17.9806916Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-9a3dffe5758c2941/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9807820Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-9a3dffe5758c2941/lib-http' from root:root to runner:runner
2025-08-20T19:55:17.9808739Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-9a3dffe5758c2941/dep-lib-http' from root:root to runner:runner
2025-08-20T19:55:17.9809600Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-9a3dffe5758c2941' from root:root to runner:runner
2025-08-20T19:55:17.9810568Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-750219b13961a307/lib-byteorder.json' from root:root to runner:runner
2025-08-20T19:55:17.9811639Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-750219b13961a307/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T19:55:17.9812712Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-750219b13961a307/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9813711Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-750219b13961a307/lib-byteorder' from root:root to runner:runner
2025-08-20T19:55:17.9814599Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-750219b13961a307' from root:root to runner:runner
2025-08-20T19:55:17.9815562Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-55d5fe34054f942a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9816501Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-55d5fe34054f942a/lib-addr2line' from root:root to runner:runner
2025-08-20T19:55:17.9817599Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-55d5fe34054f942a/lib-addr2line.json' from root:root to runner:runner
2025-08-20T19:55:17.9818572Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-55d5fe34054f942a/dep-lib-addr2line' from root:root to runner:runner
2025-08-20T19:55:17.9819454Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-55d5fe34054f942a' from root:root to runner:runner
2025-08-20T19:55:17.9820484Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-d5e35517a25d103b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9821635Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-d5e35517a25d103b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9822630Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-d5e35517a25d103b' from root:root to runner:runner
2025-08-20T19:55:17.9823626Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-479997047c5ab8a4/lib-litemap.json' from root:root to runner:runner
2025-08-20T19:55:17.9824576Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-479997047c5ab8a4/dep-lib-litemap' from root:root to runner:runner
2025-08-20T19:55:17.9825531Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-479997047c5ab8a4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9826454Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-479997047c5ab8a4/lib-litemap' from root:root to runner:runner
2025-08-20T19:55:17.9827546Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-479997047c5ab8a4' from root:root to runner:runner
2025-08-20T19:55:17.9828625Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-56d4bc77859cf30e/lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T19:55:17.9829724Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-56d4bc77859cf30e/lib-rustls_platform_verifier.json' from root:root to runner:runner
2025-08-20T19:55:17.9830768Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-56d4bc77859cf30e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9831860Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-56d4bc77859cf30e/dep-lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T19:55:17.9832890Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-56d4bc77859cf30e' from root:root to runner:runner
2025-08-20T19:55:17.9833808Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-988f3dec381af8dd/lib-regex' from root:root to runner:runner
2025-08-20T19:55:17.9834741Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-988f3dec381af8dd/dep-lib-regex' from root:root to runner:runner
2025-08-20T19:55:17.9835807Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-988f3dec381af8dd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9836768Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-988f3dec381af8dd/lib-regex.json' from root:root to runner:runner
2025-08-20T19:55:17.9837645Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-988f3dec381af8dd' from root:root to runner:runner
2025-08-20T19:55:17.9838575Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-96266b31d8cceb62/dep-lib-hash32' from root:root to runner:runner
2025-08-20T19:55:17.9839523Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-96266b31d8cceb62/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9840457Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-96266b31d8cceb62/lib-hash32.json' from root:root to runner:runner
2025-08-20T19:55:17.9841515Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-96266b31d8cceb62/lib-hash32' from root:root to runner:runner
2025-08-20T19:55:17.9842468Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-96266b31d8cceb62' from root:root to runner:runner
2025-08-20T19:55:17.9843565Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-546818f1c6cf16f6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9844643Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-546818f1c6cf16f6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9845536Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-546818f1c6cf16f6' from root:root to runner:runner
2025-08-20T19:55:17.9846476Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/salsa20-d16407556f878b09/dep-lib-salsa20' from root:root to runner:runner
2025-08-20T19:55:17.9847413Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/salsa20-d16407556f878b09/lib-salsa20.json' from root:root to runner:runner
2025-08-20T19:55:17.9848362Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/salsa20-d16407556f878b09/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9849406Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/salsa20-d16407556f878b09/lib-salsa20' from root:root to runner:runner
2025-08-20T19:55:17.9850315Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/salsa20-d16407556f878b09' from root:root to runner:runner
2025-08-20T19:55:17.9851298Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-http-76e6e351597177d8/dep-lib-tower_http' from root:root to runner:runner
2025-08-20T19:55:17.9852336Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-http-76e6e351597177d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9853321Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-http-76e6e351597177d8/lib-tower_http' from root:root to runner:runner
2025-08-20T19:55:17.9854293Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-http-76e6e351597177d8/lib-tower_http.json' from root:root to runner:runner
2025-08-20T19:55:17.9855383Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-http-76e6e351597177d8' from root:root to runner:runner
2025-08-20T19:55:17.9856333Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spki-01c22409e5acdd6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9857249Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spki-01c22409e5acdd6a/lib-spki.json' from root:root to runner:runner
2025-08-20T19:55:17.9858153Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spki-01c22409e5acdd6a/lib-spki' from root:root to runner:runner
2025-08-20T19:55:17.9859072Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spki-01c22409e5acdd6a/dep-lib-spki' from root:root to runner:runner
2025-08-20T19:55:17.9859935Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spki-01c22409e5acdd6a' from root:root to runner:runner
2025-08-20T19:55:17.9860875Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cobs-53191173a4e05405/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9861778Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cobs-53191173a4e05405/lib-cobs' from root:root to runner:runner
2025-08-20T19:55:17.9862896Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cobs-53191173a4e05405/dep-lib-cobs' from root:root to runner:runner
2025-08-20T19:55:17.9863878Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cobs-53191173a4e05405/lib-cobs.json' from root:root to runner:runner
2025-08-20T19:55:17.9864744Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cobs-53191173a4e05405' from root:root to runner:runner
2025-08-20T19:55:17.9865706Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64ct-5b64c090563ca8d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9866657Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64ct-5b64c090563ca8d3/lib-base64ct.json' from root:root to runner:runner
2025-08-20T19:55:17.9867603Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64ct-5b64c090563ca8d3/dep-lib-base64ct' from root:root to runner:runner
2025-08-20T19:55:17.9868795Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64ct-5b64c090563ca8d3/lib-base64ct' from root:root to runner:runner
2025-08-20T19:55:17.9869683Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64ct-5b64c090563ca8d3' from root:root to runner:runner
2025-08-20T19:55:17.9870651Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-hash-dec9a6be2f71d2d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9871602Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-hash-dec9a6be2f71d2d5/lib-rustc_hash' from root:root to runner:runner
2025-08-20T19:55:17.9872653Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-hash-dec9a6be2f71d2d5/dep-lib-rustc_hash' from root:root to runner:runner
2025-08-20T19:55:17.9873676Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-hash-dec9a6be2f71d2d5/lib-rustc_hash.json' from root:root to runner:runner
2025-08-20T19:55:17.9874567Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-hash-dec9a6be2f71d2d5' from root:root to runner:runner
2025-08-20T19:55:17.9875553Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-util-90ccde79c14745c8/lib-http_body_util' from root:root to runner:runner
2025-08-20T19:55:17.9876663Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-util-90ccde79c14745c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9877689Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-util-90ccde79c14745c8/lib-http_body_util.json' from root:root to runner:runner
2025-08-20T19:55:17.9878688Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-util-90ccde79c14745c8/dep-lib-http_body_util' from root:root to runner:runner
2025-08-20T19:55:17.9879594Z [00:07:16.596]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-util-90ccde79c14745c8' from root:root to runner:runner
2025-08-20T19:55:17.9880525Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-b30375d380431714/dep-lib-adler2' from root:root to runner:runner
2025-08-20T19:55:17.9881434Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-b30375d380431714/lib-adler2' from root:root to runner:runner
2025-08-20T19:55:17.9882668Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-b30375d380431714/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9883659Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-b30375d380431714/lib-adler2.json' from root:root to runner:runner
2025-08-20T19:55:17.9884538Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-b30375d380431714' from root:root to runner:runner
2025-08-20T19:55:17.9885530Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-dbc834bde5cb4456/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9886533Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-dbc834bde5cb4456/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T19:55:17.9887530Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-dbc834bde5cb4456/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T19:55:17.9888507Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-dbc834bde5cb4456/lib-regex_automata' from root:root to runner:runner
2025-08-20T19:55:17.9889420Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-dbc834bde5cb4456' from root:root to runner:runner
2025-08-20T19:55:17.9890508Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-d34a7b54f31a6ed8/lib-derive_more.json' from root:root to runner:runner
2025-08-20T19:55:17.9891533Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-d34a7b54f31a6ed8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9892614Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-d34a7b54f31a6ed8/lib-derive_more' from root:root to runner:runner
2025-08-20T19:55:17.9893633Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-d34a7b54f31a6ed8/dep-lib-derive_more' from root:root to runner:runner
2025-08-20T19:55:17.9894526Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-d34a7b54f31a6ed8' from root:root to runner:runner
2025-08-20T19:55:17.9895662Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-aaf3b3137c640ded/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9896631Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-aaf3b3137c640ded/lib-getrandom.json' from root:root to runner:runner
2025-08-20T19:55:17.9897596Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-aaf3b3137c640ded/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T19:55:17.9898538Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-aaf3b3137c640ded/lib-getrandom' from root:root to runner:runner
2025-08-20T19:55:17.9899434Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-aaf3b3137c640ded' from root:root to runner:runner
2025-08-20T19:55:17.9900395Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-catalog-0db5416c9d6ca27b/lib-crc_catalog' from root:root to runner:runner
2025-08-20T19:55:17.9901366Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-catalog-0db5416c9d6ca27b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9902425Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-catalog-0db5416c9d6ca27b/lib-crc_catalog.json' from root:root to runner:runner
2025-08-20T19:55:17.9903573Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-catalog-0db5416c9d6ca27b/dep-lib-crc_catalog' from root:root to runner:runner
2025-08-20T19:55:17.9904521Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-catalog-0db5416c9d6ca27b' from root:root to runner:runner
2025-08-20T19:55:17.9905543Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9d44bd8fa9af63bd/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9906602Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9d44bd8fa9af63bd/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9907473Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9d44bd8fa9af63bd' from root:root to runner:runner
2025-08-20T19:55:17.9908437Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/postcard-ba593978eb8422ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9909567Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/postcard-ba593978eb8422ba/dep-lib-postcard' from root:root to runner:runner
2025-08-20T19:55:17.9910513Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/postcard-ba593978eb8422ba/lib-postcard' from root:root to runner:runner
2025-08-20T19:55:17.9911470Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/postcard-ba593978eb8422ba/lib-postcard.json' from root:root to runner:runner
2025-08-20T19:55:17.9912443Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/postcard-ba593978eb8422ba' from root:root to runner:runner
2025-08-20T19:55:17.9913424Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xml-rs-3d7e5295565a9f55/dep-lib-xml' from root:root to runner:runner
2025-08-20T19:55:17.9914335Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xml-rs-3d7e5295565a9f55/lib-xml' from root:root to runner:runner
2025-08-20T19:55:17.9915281Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xml-rs-3d7e5295565a9f55/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9916206Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xml-rs-3d7e5295565a9f55/lib-xml.json' from root:root to runner:runner
2025-08-20T19:55:17.9917068Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xml-rs-3d7e5295565a9f55' from root:root to runner:runner
2025-08-20T19:55:17.9918233Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-72599bcf2e36fbf0/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T19:55:17.9919269Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-72599bcf2e36fbf0/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T19:55:17.9920270Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-72599bcf2e36fbf0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9921278Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-72599bcf2e36fbf0/lib-percent_encoding' from root:root to runner:runner
2025-08-20T19:55:17.9922339Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-72599bcf2e36fbf0' from root:root to runner:runner
2025-08-20T19:55:17.9923485Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' from root:root to runner:runner
2025-08-20T19:55:17.9924484Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T19:55:17.9925452Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9926434Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T19:55:17.9927330Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb' from root:root to runner:runner
2025-08-20T19:55:17.9928325Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/constant_time_eq-ac980a4d58e59373/lib-constant_time_eq' from root:root to runner:runner
2025-08-20T19:55:17.9929327Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/constant_time_eq-ac980a4d58e59373/dep-lib-constant_time_eq' from root:root to runner:runner
2025-08-20T19:55:17.9930313Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/constant_time_eq-ac980a4d58e59373/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9931452Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/constant_time_eq-ac980a4d58e59373/lib-constant_time_eq.json' from root:root to runner:runner
2025-08-20T19:55:17.9932513Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/constant_time_eq-ac980a4d58e59373' from root:root to runner:runner
2025-08-20T19:55:17.9933547Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-7dcf00220c86b8e5/lib-tracing_log' from root:root to runner:runner
2025-08-20T19:55:17.9934532Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-7dcf00220c86b8e5/dep-lib-tracing_log' from root:root to runner:runner
2025-08-20T19:55:17.9935507Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-7dcf00220c86b8e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9936482Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-7dcf00220c86b8e5/lib-tracing_log.json' from root:root to runner:runner
2025-08-20T19:55:17.9937573Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-7dcf00220c86b8e5' from root:root to runner:runner
2025-08-20T19:55:17.9938548Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signature-c38d4c234a6229f2/dep-lib-signature' from root:root to runner:runner
2025-08-20T19:55:17.9939508Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signature-c38d4c234a6229f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9940479Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signature-c38d4c234a6229f2/lib-signature.json' from root:root to runner:runner
2025-08-20T19:55:17.9941434Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signature-c38d4c234a6229f2/lib-signature' from root:root to runner:runner
2025-08-20T19:55:17.9942407Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signature-c38d4c234a6229f2' from root:root to runner:runner
2025-08-20T19:55:17.9943413Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/const-oid-e751e86787e15843/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9944356Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/const-oid-e751e86787e15843/lib-const_oid' from root:root to runner:runner
2025-08-20T19:55:17.9945453Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/const-oid-e751e86787e15843/lib-const_oid.json' from root:root to runner:runner
2025-08-20T19:55:17.9946485Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/const-oid-e751e86787e15843/dep-lib-const_oid' from root:root to runner:runner
2025-08-20T19:55:17.9947382Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/const-oid-e751e86787e15843' from root:root to runner:runner
2025-08-20T19:55:17.9948386Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d2d46426a1cec1b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9949411Z [00:07:16.597]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d2d46426a1cec1b/dep-lib-fallible_iterator' from root:root to runner:runner
2025-08-20T19:55:17.9950440Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d2d46426a1cec1b/lib-fallible_iterator.json' from root:root to runner:runner
2025-08-20T19:55:17.9951622Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d2d46426a1cec1b/lib-fallible_iterator' from root:root to runner:runner
2025-08-20T19:55:17.9952648Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d2d46426a1cec1b' from root:root to runner:runner
2025-08-20T19:55:17.9953613Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-14ff7600e3f9b107/lib-yoke.json' from root:root to runner:runner
2025-08-20T19:55:17.9954558Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-14ff7600e3f9b107/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9955485Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-14ff7600e3f9b107/dep-lib-yoke' from root:root to runner:runner
2025-08-20T19:55:17.9956385Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-14ff7600e3f9b107/lib-yoke' from root:root to runner:runner
2025-08-20T19:55:17.9957248Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-14ff7600e3f9b107' from root:root to runner:runner
2025-08-20T19:55:17.9958167Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-62ccb0b1f0fec255/lib-strum' from root:root to runner:runner
2025-08-20T19:55:17.9959218Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-62ccb0b1f0fec255/lib-strum.json' from root:root to runner:runner
2025-08-20T19:55:17.9960226Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-62ccb0b1f0fec255/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9961153Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-62ccb0b1f0fec255/dep-lib-strum' from root:root to runner:runner
2025-08-20T19:55:17.9962027Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-62ccb0b1f0fec255' from root:root to runner:runner
2025-08-20T19:55:17.9963027Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/h2-01fe2308d241af0c/lib-h2' from root:root to runner:runner
2025-08-20T19:55:17.9963943Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/h2-01fe2308d241af0c/lib-h2.json' from root:root to runner:runner
2025-08-20T19:55:17.9965103Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/h2-01fe2308d241af0c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9966011Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/h2-01fe2308d241af0c/dep-lib-h2' from root:root to runner:runner
2025-08-20T19:55:17.9966866Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/h2-01fe2308d241af0c' from root:root to runner:runner
2025-08-20T19:55:17.9967831Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_box-f94d52795d9900a7/lib-crypto_box.json' from root:root to runner:runner
2025-08-20T19:55:17.9968795Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_box-f94d52795d9900a7/dep-lib-crypto_box' from root:root to runner:runner
2025-08-20T19:55:17.9969759Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_box-f94d52795d9900a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9970696Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_box-f94d52795d9900a7/lib-crypto_box' from root:root to runner:runner
2025-08-20T19:55:17.9971580Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_box-f94d52795d9900a7' from root:root to runner:runner
2025-08-20T19:55:17.9972791Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8d590ed3959f25dd/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T19:55:17.9973830Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8d590ed3959f25dd/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T19:55:17.9974809Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8d590ed3959f25dd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9975786Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8d590ed3959f25dd/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T19:55:17.9976680Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8d590ed3959f25dd' from root:root to runner:runner
2025-08-20T19:55:17.9977608Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-84fe902797f9d363/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9978684Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-84fe902797f9d363/lib-url.json' from root:root to runner:runner
2025-08-20T19:55:17.9979595Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-84fe902797f9d363/dep-lib-url' from root:root to runner:runner
2025-08-20T19:55:17.9980484Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-84fe902797f9d363/lib-url' from root:root to runner:runner
2025-08-20T19:55:17.9981349Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-84fe902797f9d363' from root:root to runner:runner
2025-08-20T19:55:17.9982383Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-ba1538573adcd650/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9983377Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-ba1538573adcd650/dep-lib-tinyvec' from root:root to runner:runner
2025-08-20T19:55:17.9984324Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-ba1538573adcd650/lib-tinyvec.json' from root:root to runner:runner
2025-08-20T19:55:17.9985256Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-ba1538573adcd650/lib-tinyvec' from root:root to runner:runner
2025-08-20T19:55:17.9986269Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-ba1538573adcd650' from root:root to runner:runner
2025-08-20T19:55:17.9987360Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T19:55:17.9988392Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T19:55:17.9989392Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9990434Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T19:55:17.9991373Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-20T19:55:17.9992615Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-71411bef60f7df93/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:17.9993659Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-71411bef60f7df93/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T19:55:17.9994650Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-71411bef60f7df93/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T19:55:17.9995630Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-71411bef60f7df93/lib-crypto_common' from root:root to runner:runner
2025-08-20T19:55:17.9996530Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-71411bef60f7df93' from root:root to runner:runner
2025-08-20T19:55:17.9997550Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-42d6a001e6088453/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:17.9998601Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-42d6a001e6088453/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:17.9999465Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-42d6a001e6088453' from root:root to runner:runner
2025-08-20T19:55:18.0000585Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-f8b5667ca92a83d7/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T19:55:18.0001585Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-f8b5667ca92a83d7/lib-futures_sink' from root:root to runner:runner
2025-08-20T19:55:18.0002641Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-f8b5667ca92a83d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0003678Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-f8b5667ca92a83d7/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T19:55:18.0004575Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-f8b5667ca92a83d7' from root:root to runner:runner
2025-08-20T19:55:18.0005686Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-b56e08890f921670/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0006640Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-b56e08890f921670/lib-rand_chacha' from root:root to runner:runner
2025-08-20T19:55:18.0007610Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-b56e08890f921670/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T19:55:18.0008579Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-b56e08890f921670/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T19:55:18.0009468Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-b56e08890f921670' from root:root to runner:runner
2025-08-20T19:55:18.0010427Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1_smol-3814fc46e91cab77/lib-sha1_smol.json' from root:root to runner:runner
2025-08-20T19:55:18.0011357Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1_smol-3814fc46e91cab77/lib-sha1_smol' from root:root to runner:runner
2025-08-20T19:55:18.0012394Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1_smol-3814fc46e91cab77/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0013504Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1_smol-3814fc46e91cab77/dep-lib-sha1_smol' from root:root to runner:runner
2025-08-20T19:55:18.0014451Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1_smol-3814fc46e91cab77' from root:root to runner:runner
2025-08-20T19:55:18.0015363Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-bbacbb8b6b5a9f2a/dep-lib-fnv' from root:root to runner:runner
2025-08-20T19:55:18.0016302Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-bbacbb8b6b5a9f2a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0017223Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-bbacbb8b6b5a9f2a/lib-fnv.json' from root:root to runner:runner
2025-08-20T19:55:18.0018109Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-bbacbb8b6b5a9f2a/lib-fnv' from root:root to runner:runner
2025-08-20T19:55:18.0019143Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-bbacbb8b6b5a9f2a' from root:root to runner:runner
2025-08-20T19:55:18.0020228Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-96d32a811387e267/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0021314Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-96d32a811387e267/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0022349Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-96d32a811387e267' from root:root to runner:runner
2025-08-20T19:55:18.0023417Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/dep-lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T19:55:18.0024417Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0025438Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/lib-rustls_pki_types.json' from root:root to runner:runner
2025-08-20T19:55:18.0026441Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T19:55:18.0027480Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017' from root:root to runner:runner
2025-08-20T19:55:18.0028541Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c016ee4dfce50d3e/lib-zerotrie.json' from root:root to runner:runner
2025-08-20T19:55:18.0029513Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c016ee4dfce50d3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0030453Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c016ee4dfce50d3e/lib-zerotrie' from root:root to runner:runner
2025-08-20T19:55:18.0031406Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c016ee4dfce50d3e/dep-lib-zerotrie' from root:root to runner:runner
2025-08-20T19:55:18.0032400Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c016ee4dfce50d3e' from root:root to runner:runner
2025-08-20T19:55:18.0033603Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iri-string-feb36f9908e54020/lib-iri_string.json' from root:root to runner:runner
2025-08-20T19:55:18.0034583Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iri-string-feb36f9908e54020/dep-lib-iri_string' from root:root to runner:runner
2025-08-20T19:55:18.0035545Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iri-string-feb36f9908e54020/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0036497Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iri-string-feb36f9908e54020/lib-iri_string' from root:root to runner:runner
2025-08-20T19:55:18.0037388Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iri-string-feb36f9908e54020' from root:root to runner:runner
2025-08-20T19:55:18.0038387Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-7fcfeb60b28a9737/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0039417Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-7fcfeb60b28a9737/lib-futures_executor.json' from root:root to runner:runner
2025-08-20T19:55:18.0040427Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-7fcfeb60b28a9737/lib-futures_executor' from root:root to runner:runner
2025-08-20T19:55:18.0041569Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-7fcfeb60b28a9737/dep-lib-futures_executor' from root:root to runner:runner
2025-08-20T19:55:18.0042575Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-7fcfeb60b28a9737' from root:root to runner:runner
2025-08-20T19:55:18.0043643Z [00:07:16.598]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-b2411704cc1a8de9/lib-curve25519_dalek.json' from root:root to runner:runner
2025-08-20T19:55:18.0044643Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-b2411704cc1a8de9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0045658Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-b2411704cc1a8de9/dep-lib-curve25519_dalek' from root:root to runner:runner
2025-08-20T19:55:18.0046822Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-b2411704cc1a8de9/lib-curve25519_dalek' from root:root to runner:runner
2025-08-20T19:55:18.0047740Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-b2411704cc1a8de9' from root:root to runner:runner
2025-08-20T19:55:18.0048724Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-compat-6d4f3534fcc98995/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0049692Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-compat-6d4f3534fcc98995/lib-async_compat' from root:root to runner:runner
2025-08-20T19:55:18.0050683Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-compat-6d4f3534fcc98995/lib-async_compat.json' from root:root to runner:runner
2025-08-20T19:55:18.0051675Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-compat-6d4f3534fcc98995/dep-lib-async_compat' from root:root to runner:runner
2025-08-20T19:55:18.0052668Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-compat-6d4f3534fcc98995' from root:root to runner:runner
2025-08-20T19:55:18.0053642Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-004860a008a6d3ed/lib-slab.json' from root:root to runner:runner
2025-08-20T19:55:18.0054562Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-004860a008a6d3ed/dep-lib-slab' from root:root to runner:runner
2025-08-20T19:55:18.0055595Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-004860a008a6d3ed/lib-slab' from root:root to runner:runner
2025-08-20T19:55:18.0056546Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-004860a008a6d3ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0057409Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-004860a008a6d3ed' from root:root to runner:runner
2025-08-20T19:55:18.0058375Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-layer-8ad2c7acb34380d7/lib-tower_layer' from root:root to runner:runner
2025-08-20T19:55:18.0059352Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-layer-8ad2c7acb34380d7/lib-tower_layer.json' from root:root to runner:runner
2025-08-20T19:55:18.0060525Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-layer-8ad2c7acb34380d7/dep-lib-tower_layer' from root:root to runner:runner
2025-08-20T19:55:18.0061498Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-layer-8ad2c7acb34380d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0062493Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-layer-8ad2c7acb34380d7' from root:root to runner:runner
2025-08-20T19:55:18.0063502Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-b3cdd79bb8eff96c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0064448Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-b3cdd79bb8eff96c/lib-fastrand' from root:root to runner:runner
2025-08-20T19:55:18.0065397Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-b3cdd79bb8eff96c/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T19:55:18.0066357Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-b3cdd79bb8eff96c/lib-fastrand.json' from root:root to runner:runner
2025-08-20T19:55:18.0067289Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-b3cdd79bb8eff96c' from root:root to runner:runner
2025-08-20T19:55:18.0068445Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-a30a4aa75a51cdc5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0069519Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-a30a4aa75a51cdc5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0070381Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-a30a4aa75a51cdc5' from root:root to runner:runner
2025-08-20T19:55:18.0071375Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-5fa951e0879b9aa6/lib-futures_lite.json' from root:root to runner:runner
2025-08-20T19:55:18.0072438Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-5fa951e0879b9aa6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0073465Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-5fa951e0879b9aa6/lib-futures_lite' from root:root to runner:runner
2025-08-20T19:55:18.0074645Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-5fa951e0879b9aa6/dep-lib-futures_lite' from root:root to runner:runner
2025-08-20T19:55:18.0075550Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-5fa951e0879b9aa6' from root:root to runner:runner
2025-08-20T19:55:18.0076502Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-6d8421c5cc908708/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0077428Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-6d8421c5cc908708/lib-lock_api' from root:root to runner:runner
2025-08-20T19:55:18.0078381Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-6d8421c5cc908708/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T19:55:18.0079362Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-6d8421c5cc908708/lib-lock_api.json' from root:root to runner:runner
2025-08-20T19:55:18.0080241Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-6d8421c5cc908708' from root:root to runner:runner
2025-08-20T19:55:18.0081320Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0082707Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0083722Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3' from root:root to runner:runner
2025-08-20T19:55:18.0084702Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sync_wrapper-d5eecf6e022aceba/lib-sync_wrapper' from root:root to runner:runner
2025-08-20T19:55:18.0085693Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sync_wrapper-d5eecf6e022aceba/lib-sync_wrapper.json' from root:root to runner:runner
2025-08-20T19:55:18.0086668Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sync_wrapper-d5eecf6e022aceba/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0087647Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sync_wrapper-d5eecf6e022aceba/dep-lib-sync_wrapper' from root:root to runner:runner
2025-08-20T19:55:18.0088754Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sync_wrapper-d5eecf6e022aceba' from root:root to runner:runner
2025-08-20T19:55:18.0089724Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha1-f22a5489dbf0dd2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0090683Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha1-f22a5489dbf0dd2b/dep-lib-hmac_sha1' from root:root to runner:runner
2025-08-20T19:55:18.0091633Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha1-f22a5489dbf0dd2b/lib-hmac_sha1' from root:root to runner:runner
2025-08-20T19:55:18.0092782Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha1-f22a5489dbf0dd2b/lib-hmac_sha1.json' from root:root to runner:runner
2025-08-20T19:55:18.0093707Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha1-f22a5489dbf0dd2b' from root:root to runner:runner
2025-08-20T19:55:18.0094743Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-ee8b6421643d3b94/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0095811Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-ee8b6421643d3b94/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0096836Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-ee8b6421643d3b94' from root:root to runner:runner
2025-08-20T19:55:18.0097845Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-a67b6a1521666e46/dep-lib-pem_rfc7468' from root:root to runner:runner
2025-08-20T19:55:18.0098819Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-a67b6a1521666e46/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0099774Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-a67b6a1521666e46/lib-pem_rfc7468' from root:root to runner:runner
2025-08-20T19:55:18.0100748Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-a67b6a1521666e46/lib-pem_rfc7468.json' from root:root to runner:runner
2025-08-20T19:55:18.0101633Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-a67b6a1521666e46' from root:root to runner:runner
2025-08-20T19:55:18.0102680Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T19:55:18.0103465Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T19:55:18.0104211Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T19:55:18.0104902Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T19:55:18.0105669Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/unicode_xid-6223cf11377a0a74.d' from root:root to runner:runner
2025-08-20T19:55:18.0106436Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/enum_as_inner-7c2373234d679360.d' from root:root to runner:runner
2025-08-20T19:55:18.0107244Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libiroh_metrics_derive-17a7a11ac568ca75.so' from root:root to runner:runner
2025-08-20T19:55:18.0108039Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libzerofrom_derive-d91ad30a286af849.so' from root:root to runner:runner
2025-08-20T19:55:18.0108775Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' from root:root to runner:runner
2025-08-20T19:55:18.0109681Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so' from root:root to runner:runner
2025-08-20T19:55:18.0110498Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/der_derive-4dc3696d5c73663d.d' from root:root to runner:runner
2025-08-20T19:55:18.0111300Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0112150Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0113016Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdocument_features-71fc5693dee8a080.so' from root:root to runner:runner
2025-08-20T19:55:18.0113813Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0114556Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/autocfg-dd487200042bcaa5.d' from root:root to runner:runner
2025-08-20T19:55:18.0115551Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/librustc_version-1afe3d5c6aa255f5.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0116330Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0117132Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/librustc_version-1afe3d5c6aa255f5.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0117914Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_lite-638748fe043351ca.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0118672Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-4d30e4a14f4502a4.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0119475Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0120239Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/liblitrs-c951a8e04f2aaa48.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0121030Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libhashbrown-cea012a6ea310bef.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0121835Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0122695Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0123635Z [00:07:16.599]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/hashbrown-cea012a6ea310bef.d' from root:root to runner:runner
2025-08-20T19:55:18.0124479Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/num_enum_derive-bb2c6e1161225e65.d' from root:root to runner:runner
2025-08-20T19:55:18.0125293Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0126086Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libprecis_tools-bc80daf674d00577.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0126882Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libnum_enum_derive-bb2c6e1161225e65.so' from root:root to runner:runner
2025-08-20T19:55:18.0127682Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libnested_enum_utils-b4161b7655478a37.so' from root:root to runner:runner
2025-08-20T19:55:18.0128652Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libprecis_tools-bc80daf674d00577.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0129424Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/regex_automata-431abf3406028730.d' from root:root to runner:runner
2025-08-20T19:55:18.0130223Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0130987Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/displaydoc-2cda825c857eaedf.d' from root:root to runner:runner
2025-08-20T19:55:18.0131766Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpnet_macros-863d9bb0c3d35948.so' from root:root to runner:runner
2025-08-20T19:55:18.0132622Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/thiserror_impl-1712852f24a7f3ee.d' from root:root to runner:runner
2025-08-20T19:55:18.0133450Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' from root:root to runner:runner
2025-08-20T19:55:18.0134227Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libwinnow-6060f1a69a14ba69.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0134999Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest-0063239265cef665.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0135785Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/liblazy_static-8ab3bcbf16f86a71.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0136717Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror_impl-1712852f24a7f3ee.so' from root:root to runner:runner
2025-08-20T19:55:18.0137516Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-20T19:55:18.0138306Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/nested_enum_utils-b4161b7655478a37.d' from root:root to runner:runner
2025-08-20T19:55:18.0139062Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcc-ad080019cc874bb7.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0139826Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest-0063239265cef665.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0140607Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_derive-92b2351a99efe9c1.so' from root:root to runner:runner
2025-08-20T19:55:18.0141516Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' from root:root to runner:runner
2025-08-20T19:55:18.0142391Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libzerovec_derive-72a3d9efe0de33cb.so' from root:root to runner:runner
2025-08-20T19:55:18.0143240Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libindexmap-ab4a20f1db92e44e.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0144034Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0144799Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/thiserror-2676f245fc7b4d34.d' from root:root to runner:runner
2025-08-20T19:55:18.0145593Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror_impl-0e4347ba7ea5feda.so' from root:root to runner:runner
2025-08-20T19:55:18.0146394Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pin_project_internal-68c51e56de636fd5.d' from root:root to runner:runner
2025-08-20T19:55:18.0147151Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/cfg_aliases-1b48fbda41281916.d' from root:root to runner:runner
2025-08-20T19:55:18.0147904Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/semver-e452ddb0d2405bf2.d' from root:root to runner:runner
2025-08-20T19:55:18.0148674Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0149604Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtoml_datetime-7c5935e27a7aa82e.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0150448Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_parse-a6184ac0fb449182.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0151216Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0151984Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so' from root:root to runner:runner
2025-08-20T19:55:18.0152899Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/clap_derive-6d236e2a479a2a28.d' from root:root to runner:runner
2025-08-20T19:55:18.0153657Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/ucd_trie-45487be857ef9841.d' from root:root to runner:runner
2025-08-20T19:55:18.0154422Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0155386Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libder_derive-4dc3696d5c73663d.so' from root:root to runner:runner
2025-08-20T19:55:18.0156159Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/rustc_version-1afe3d5c6aa255f5.d' from root:root to runner:runner
2025-08-20T19:55:18.0156911Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/regex_lite-638748fe043351ca.d' from root:root to runner:runner
2025-08-20T19:55:18.0157669Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0158493Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro_crate-3ffcf27fadf118ed.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0159287Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_xid-6223cf11377a0a74.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0160054Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/futures_macro-c16d72c85657b36c.d' from root:root to runner:runner
2025-08-20T19:55:18.0160838Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_meta-7981540ac19bec24.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0161608Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/rustversion-0d4b169a5d5fc745.d' from root:root to runner:runner
2025-08-20T19:55:18.0162591Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/tokio_macros-b43a51346cb67c71.d' from root:root to runner:runner
2025-08-20T19:55:18.0163482Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_lite-638748fe043351ca.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0164287Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpostcard_derive-9545aef5146effb5.so' from root:root to runner:runner
2025-08-20T19:55:18.0165096Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_generator-4815e7275e928794.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0165873Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_trie-45487be857ef9841.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0166604Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' from root:root to runner:runner
2025-08-20T19:55:18.0167404Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_automata-431abf3406028730.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0168333Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/document_features-71fc5693dee8a080.d' from root:root to runner:runner
2025-08-20T19:55:18.0169126Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.so' from root:root to runner:runner
2025-08-20T19:55:18.0169925Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0170707Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0171494Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtoml_edit-ef0efe30e35073d8.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0172351Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/async_trait-b6a5bf63b3476124.d' from root:root to runner:runner
2025-08-20T19:55:18.0173151Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/toml_datetime-7c5935e27a7aa82e.d' from root:root to runner:runner
2025-08-20T19:55:18.0173912Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/strum_macros-691884fc254cf8b7.d' from root:root to runner:runner
2025-08-20T19:55:18.0174712Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0175619Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcc-ad080019cc874bb7.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0176455Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pnet_macros-863d9bb0c3d35948.d' from root:root to runner:runner
2025-08-20T19:55:18.0177231Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/liblitrs-c951a8e04f2aaa48.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0178030Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/enumflags2_derive-84dcc7575a4d3c1b.d' from root:root to runner:runner
2025-08-20T19:55:18.0178826Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0179610Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libclap_derive-6d236e2a479a2a28.so' from root:root to runner:runner
2025-08-20T19:55:18.0180334Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/syn-486f1d8eaeacf440.d' from root:root to runner:runner
2025-08-20T19:55:18.0181314Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/toml_edit-ef0efe30e35073d8.d' from root:root to runner:runner
2025-08-20T19:55:18.0182278Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libenumflags2_derive-84dcc7575a4d3c1b.so' from root:root to runner:runner
2025-08-20T19:55:18.0183124Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/tracing_attributes-e6fced03c3294a21.d' from root:root to runner:runner
2025-08-20T19:55:18.0183904Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libyoke_derive-6e21e5200106e02d.so' from root:root to runner:runner
2025-08-20T19:55:18.0184707Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libderive_more_impl-4bf68ae35396de7f.so' from root:root to runner:runner
2025-08-20T19:55:18.0185448Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/regex-1958bf3c21d4d9cb.d' from root:root to runner:runner
2025-08-20T19:55:18.0186222Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/zerovec_derive-72a3d9efe0de33cb.d' from root:root to runner:runner
2025-08-20T19:55:18.0186959Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/paste-fbdf26ac509ef3cc.d' from root:root to runner:runner
2025-08-20T19:55:18.0187756Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libhashbrown-cea012a6ea310bef.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0188487Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/litrs-c951a8e04f2aaa48.d' from root:root to runner:runner
2025-08-20T19:55:18.0189447Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpin_project_internal-68c51e56de636fd5.so' from root:root to runner:runner
2025-08-20T19:55:18.0190310Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libstrum_macros-691884fc254cf8b7.so' from root:root to runner:runner
2025-08-20T19:55:18.0191085Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/regex_syntax-5bc4fd853bb1c4e6.d' from root:root to runner:runner
2025-08-20T19:55:18.0191895Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro_crate-3ffcf27fadf118ed.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0192800Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/synstructure-005fb73acf99c322.d' from root:root to runner:runner
2025-08-20T19:55:18.0193594Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0194556Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pest_generator-4815e7275e928794.d' from root:root to runner:runner
2025-08-20T19:55:18.0195357Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libderive_more_impl-c04d7be98c2d7c50.so' from root:root to runner:runner
2025-08-20T19:55:18.0196117Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/yoke_derive-6e21e5200106e02d.d' from root:root to runner:runner
2025-08-20T19:55:18.0196894Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsemver-e452ddb0d2405bf2.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0197672Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/postcard_derive-9545aef5146effb5.d' from root:root to runner:runner
2025-08-20T19:55:18.0198472Z [00:07:16.600]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtokio_macros-b43a51346cb67c71.so' from root:root to runner:runner
2025-08-20T19:55:18.0199298Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/liblazy_static-8ab3bcbf16f86a71.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0200080Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libfutures_macro-c16d72c85657b36c.so' from root:root to runner:runner
2025-08-20T19:55:18.0200866Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsnafu_derive-8d23f7f93b81b37f.so' from root:root to runner:runner
2025-08-20T19:55:18.0201624Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/aho_corasick-26278da5437a0dbb.d' from root:root to runner:runner
2025-08-20T19:55:18.0202573Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pest-0063239265cef665.d' from root:root to runner:runner
2025-08-20T19:55:18.0203456Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libenum_as_inner-7c2373234d679360.so' from root:root to runner:runner
2025-08-20T19:55:18.0204240Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/thiserror_impl-0e4347ba7ea5feda.d' from root:root to runner:runner
2025-08-20T19:55:18.0205043Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so' from root:root to runner:runner
2025-08-20T19:55:18.0205816Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0206592Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtoml_edit-ef0efe30e35073d8.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0207384Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0208334Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pest_derive-92b2351a99efe9c1.d' from root:root to runner:runner
2025-08-20T19:55:18.0209103Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/lazy_static-8ab3bcbf16f86a71.d' from root:root to runner:runner
2025-08-20T19:55:18.0209883Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_meta-7981540ac19bec24.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0210631Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/ucd_parse-a6184ac0fb449182.d' from root:root to runner:runner
2025-08-20T19:55:18.0211426Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/serde_derive-a1746215afdd097e.d' from root:root to runner:runner
2025-08-20T19:55:18.0212313Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0213110Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pest_meta-7981540ac19bec24.d' from root:root to runner:runner
2025-08-20T19:55:18.0213869Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0214649Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/derive_more_impl-c04d7be98c2d7c50.d' from root:root to runner:runner
2025-08-20T19:55:18.0215589Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0216425Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror-2676f245fc7b4d34.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0217175Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/memchr-cf453270fe03ac87.d' from root:root to runner:runner
2025-08-20T19:55:18.0217953Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libwinnow-6060f1a69a14ba69.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0218764Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0219484Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/cc-ad080019cc874bb7.d' from root:root to runner:runner
2025-08-20T19:55:18.0220238Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/indexmap-ab4a20f1db92e44e.d' from root:root to runner:runner
2025-08-20T19:55:18.0221183Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0221989Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0222916Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0223695Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-4d30e4a14f4502a4.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0224485Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libindexmap-ab4a20f1db92e44e.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0225264Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/zerofrom_derive-d91ad30a286af849.d' from root:root to runner:runner
2025-08-20T19:55:18.0225992Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/syn-4d30e4a14f4502a4.d' from root:root to runner:runner
2025-08-20T19:55:18.0226755Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' from root:root to runner:runner
2025-08-20T19:55:18.0227576Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtracing_attributes-e6fced03c3294a21.so' from root:root to runner:runner
2025-08-20T19:55:18.0228373Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror-2676f245fc7b4d34.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0229270Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/equivalent-b5ddd993fdca60cb.d' from root:root to runner:runner
2025-08-20T19:55:18.0230074Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/iroh_metrics_derive-17a7a11ac568ca75.d' from root:root to runner:runner
2025-08-20T19:55:18.0230861Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0231618Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/precis_tools-bc80daf674d00577.d' from root:root to runner:runner
2025-08-20T19:55:18.0232471Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_trie-45487be857ef9841.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0233296Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libasync_trait-b6a5bf63b3476124.so' from root:root to runner:runner
2025-08-20T19:55:18.0234267Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_automata-431abf3406028730.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0235029Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/snafu_derive-8d23f7f93b81b37f.d' from root:root to runner:runner
2025-08-20T19:55:18.0235775Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/winnow-6060f1a69a14ba69.d' from root:root to runner:runner
2025-08-20T19:55:18.0236581Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtoml_datetime-7c5935e27a7aa82e.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0237352Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0238123Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsemver-e452ddb0d2405bf2.rlib' from root:root to runner:runner
2025-08-20T19:55:18.0238932Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_generator-4815e7275e928794.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0239774Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_xid-6223cf11377a0a74.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0240563Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_parse-a6184ac0fb449182.rmeta' from root:root to runner:runner
2025-08-20T19:55:18.0241340Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/proc_macro_crate-3ffcf27fadf118ed.d' from root:root to runner:runner
2025-08-20T19:55:18.0242344Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/derive_more_impl-4bf68ae35396de7f.d' from root:root to runner:runner
2025-08-20T19:55:18.0243087Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T19:55:18.0243743Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T19:55:18.0244411Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T19:55:18.0245228Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-0d7c6462b3d4f26f/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0246045Z [00:07:16.601]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-0d7c6462b3d4f26f/build_script_build-0d7c6462b3d4f26f' retained as runner:runner
2025-08-20T19:55:18.0246930Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-0d7c6462b3d4f26f/build_script_build-0d7c6462b3d4f26f.d' from root:root to runner:runner
2025-08-20T19:55:18.0247862Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-0d7c6462b3d4f26f' from root:root to runner:runner
2025-08-20T19:55:18.0248708Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-relay-fafef6256d375175/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0249615Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-relay-fafef6256d375175/build_script_build-fafef6256d375175.d' from root:root to runner:runner
2025-08-20T19:55:18.0250464Z [00:07:16.601]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-relay-fafef6256d375175/build_script_build-fafef6256d375175' retained as runner:runner
2025-08-20T19:55:18.0251228Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-relay-fafef6256d375175' from root:root to runner:runner
2025-08-20T19:55:18.0252196Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0253116Z [00:07:16.601]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d' retained as runner:runner
2025-08-20T19:55:18.0254062Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d.d' from root:root to runner:runner
2025-08-20T19:55:18.0254844Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d' from root:root to runner:runner
2025-08-20T19:55:18.0255737Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/stderr' from root:root to runner:runner
2025-08-20T19:55:18.0256578Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0257338Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/out' from root:root to runner:runner
2025-08-20T19:55:18.0258118Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/root-output' from root:root to runner:runner
2025-08-20T19:55:18.0258888Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/output' from root:root to runner:runner
2025-08-20T19:55:18.0259620Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794' from root:root to runner:runner
2025-08-20T19:55:18.0260668Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T19:55:18.0261481Z [00:07:16.601]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0262501Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6.d' from root:root to runner:runner
2025-08-20T19:55:18.0263311Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T19:55:18.0264149Z [00:07:16.601]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/httparse-4ac93d21321a352d/build-script-build' from root:root to runner:runner
﻿2025-08-20T19:55:18.0267914Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/httparse-4ac93d21321a352d/build_script_build-4ac93d21321a352d' retained as runner:runner
2025-08-20T19:55:18.0268859Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/httparse-4ac93d21321a352d/build_script_build-4ac93d21321a352d.d' from root:root to runner:runner
2025-08-20T19:55:18.0269616Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/httparse-4ac93d21321a352d' from root:root to runner:runner
2025-08-20T19:55:18.0270510Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build_script_build-cec2e4d6a0ae3d09' from root:root to runner:runner
2025-08-20T19:55:18.0271544Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0272658Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build_script_build-cec2e4d6a0ae3d09.d' from root:root to runner:runner
2025-08-20T19:55:18.0273444Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09' from root:root to runner:runner
2025-08-20T19:55:18.0274279Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0275117Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f' retained as runner:runner
2025-08-20T19:55:18.0276005Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f.d' from root:root to runner:runner
2025-08-20T19:55:18.0276739Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f' from root:root to runner:runner
2025-08-20T19:55:18.0277798Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build_script_build-dc949403cf2232eb.d' from root:root to runner:runner
2025-08-20T19:55:18.0278616Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0279428Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build_script_build-dc949403cf2232eb' retained as runner:runner
2025-08-20T19:55:18.0280150Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-dc949403cf2232eb' from root:root to runner:runner
2025-08-20T19:55:18.0281080Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e' from root:root to runner:runner
2025-08-20T19:55:18.0282234Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0283241Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e.d' from root:root to runner:runner
2025-08-20T19:55:18.0284033Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e' from root:root to runner:runner
2025-08-20T19:55:18.0284896Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0285964Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead.d' from root:root to runner:runner
2025-08-20T19:55:18.0286871Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead' retained as runner:runner
2025-08-20T19:55:18.0287647Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead' from root:root to runner:runner
2025-08-20T19:55:18.0288482Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0289392Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build_script_build-8b96b2378aae5583.d' from root:root to runner:runner
2025-08-20T19:55:18.0290231Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build_script_build-8b96b2378aae5583' retained as runner:runner
2025-08-20T19:55:18.0291153Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583' from root:root to runner:runner
2025-08-20T19:55:18.0292134Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/curve25519-dalek-f9ac97148f94078f/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0293062Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/curve25519-dalek-f9ac97148f94078f/build_script_build-f9ac97148f94078f' retained as runner:runner
2025-08-20T19:55:18.0293996Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/curve25519-dalek-f9ac97148f94078f/build_script_build-f9ac97148f94078f.d' from root:root to runner:runner
2025-08-20T19:55:18.0294783Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/curve25519-dalek-f9ac97148f94078f' from root:root to runner:runner
2025-08-20T19:55:18.0295966Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/serde-01a483d1d3baad60/build_script_build-01a483d1d3baad60' from root:root to runner:runner
2025-08-20T19:55:18.0296815Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/serde-01a483d1d3baad60/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0297708Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/serde-01a483d1d3baad60/build_script_build-01a483d1d3baad60.d' from root:root to runner:runner
2025-08-20T19:55:18.0298445Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/serde-01a483d1d3baad60' from root:root to runner:runner
2025-08-20T19:55:18.0299254Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/stderr' from root:root to runner:runner
2025-08-20T19:55:18.0300099Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0300938Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/out/version.expr' from root:root to runner:runner
2025-08-20T19:55:18.0301859Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/out' from root:root to runner:runner
2025-08-20T19:55:18.0302777Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/root-output' from root:root to runner:runner
2025-08-20T19:55:18.0303641Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/output' from root:root to runner:runner
2025-08-20T19:55:18.0304407Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac' from root:root to runner:runner
2025-08-20T19:55:18.0305167Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/stderr' from root:root to runner:runner
2025-08-20T19:55:18.0305974Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0306716Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/out' from root:root to runner:runner
2025-08-20T19:55:18.0307494Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/root-output' from root:root to runner:runner
2025-08-20T19:55:18.0308253Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/output' from root:root to runner:runner
2025-08-20T19:55:18.0309277Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37' from root:root to runner:runner
2025-08-20T19:55:18.0310190Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0311091Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb.d' from root:root to runner:runner
2025-08-20T19:55:18.0311928Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb' retained as runner:runner
2025-08-20T19:55:18.0312784Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb' from root:root to runner:runner
2025-08-20T19:55:18.0313680Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/moka-7b7506a81e49a655/build_script_build-7b7506a81e49a655' from root:root to runner:runner
2025-08-20T19:55:18.0314438Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/moka-7b7506a81e49a655/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0315468Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/moka-7b7506a81e49a655/build_script_build-7b7506a81e49a655.d' from root:root to runner:runner
2025-08-20T19:55:18.0316209Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/moka-7b7506a81e49a655' from root:root to runner:runner
2025-08-20T19:55:18.0316979Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-52500f805f8c430c/stderr' from root:root to runner:runner
2025-08-20T19:55:18.0317796Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-52500f805f8c430c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0318557Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-52500f805f8c430c/out' from root:root to runner:runner
2025-08-20T19:55:18.0319362Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-52500f805f8c430c/root-output' from root:root to runner:runner
2025-08-20T19:55:18.0320128Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-52500f805f8c430c/output' from root:root to runner:runner
2025-08-20T19:55:18.0320864Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-52500f805f8c430c' from root:root to runner:runner
2025-08-20T19:55:18.0321767Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/getrandom-10fa8410f7f0385b/build_script_build-10fa8410f7f0385b' from root:root to runner:runner
2025-08-20T19:55:18.0322899Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/getrandom-10fa8410f7f0385b/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0323872Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/getrandom-10fa8410f7f0385b/build_script_build-10fa8410f7f0385b.d' from root:root to runner:runner
2025-08-20T19:55:18.0324636Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/getrandom-10fa8410f7f0385b' from root:root to runner:runner
2025-08-20T19:55:18.0325545Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T19:55:18.0326460Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' from root:root to runner:runner
2025-08-20T19:55:18.0327252Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0328148Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T19:55:18.0328974Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/pkarr-691782bd093690a6/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0329864Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/pkarr-691782bd093690a6/build_script_build-691782bd093690a6.d' from root:root to runner:runner
2025-08-20T19:55:18.0330692Z [00:07:16.602]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/pkarr-691782bd093690a6/build_script_build-691782bd093690a6' retained as runner:runner
2025-08-20T19:55:18.0331428Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/pkarr-691782bd093690a6' from root:root to runner:runner
2025-08-20T19:55:18.0332417Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e.d' from root:root to runner:runner
2025-08-20T19:55:18.0333379Z [00:07:16.602]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e' from root:root to runner:runner
2025-08-20T19:55:18.0334174Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0334944Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e' from root:root to runner:runner
2025-08-20T19:55:18.0335974Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c.d' from root:root to runner:runner
2025-08-20T19:55:18.0336932Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0337772Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c' retained as runner:runner
2025-08-20T19:55:18.0338520Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c' from root:root to runner:runner
2025-08-20T19:55:18.0339424Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/netwatch-656b03089ed609af/build_script_build-656b03089ed609af' from root:root to runner:runner
2025-08-20T19:55:18.0340320Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/netwatch-656b03089ed609af/build_script_build-656b03089ed609af.d' from root:root to runner:runner
2025-08-20T19:55:18.0341100Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/netwatch-656b03089ed609af/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0341965Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/netwatch-656b03089ed609af' from root:root to runner:runner
2025-08-20T19:55:18.0343057Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T19:55:18.0343855Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0344755Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' from root:root to runner:runner
2025-08-20T19:55:18.0345514Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T19:55:18.0346452Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-profiles-223a6802421d9962/build_script_build-223a6802421d9962.d' from root:root to runner:runner
2025-08-20T19:55:18.0347316Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-profiles-223a6802421d9962/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0348185Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-profiles-223a6802421d9962/build_script_build-223a6802421d9962' retained as runner:runner
2025-08-20T19:55:18.0348965Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-profiles-223a6802421d9962' from root:root to runner:runner
2025-08-20T19:55:18.0350082Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-4f1759251d99a731/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0351028Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-4f1759251d99a731/build_script_build-4f1759251d99a731.d' from root:root to runner:runner
2025-08-20T19:55:18.0351868Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-4f1759251d99a731/build_script_build-4f1759251d99a731' retained as runner:runner
2025-08-20T19:55:18.0352692Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-4f1759251d99a731' from root:root to runner:runner
2025-08-20T19:55:18.0353646Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/blake3-882e63f64ba438dd/build_script_build-882e63f64ba438dd.d' from root:root to runner:runner
2025-08-20T19:55:18.0354470Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/blake3-882e63f64ba438dd/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0355436Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/blake3-882e63f64ba438dd/build_script_build-882e63f64ba438dd' retained as runner:runner
2025-08-20T19:55:18.0356179Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/blake3-882e63f64ba438dd' from root:root to runner:runner
2025-08-20T19:55:18.0356982Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' from root:root to runner:runner
2025-08-20T19:55:18.0357821Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0358598Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/out' from root:root to runner:runner
2025-08-20T19:55:18.0359441Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' from root:root to runner:runner
2025-08-20T19:55:18.0360241Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' from root:root to runner:runner
2025-08-20T19:55:18.0360993Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T19:55:18.0361900Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/heapless-71840d1b916a6fdc/build_script_build-71840d1b916a6fdc.d' from root:root to runner:runner
2025-08-20T19:55:18.0362876Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/heapless-71840d1b916a6fdc/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0363966Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/heapless-71840d1b916a6fdc/build_script_build-71840d1b916a6fdc' retained as runner:runner
2025-08-20T19:55:18.0364770Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/heapless-71840d1b916a6fdc' from root:root to runner:runner
2025-08-20T19:55:18.0365563Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/stderr' from root:root to runner:runner
2025-08-20T19:55:18.0366397Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0367171Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/out' from root:root to runner:runner
2025-08-20T19:55:18.0367978Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/root-output' from root:root to runner:runner
2025-08-20T19:55:18.0368948Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/output' from root:root to runner:runner
2025-08-20T19:55:18.0369706Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-4041296a143c04a5' from root:root to runner:runner
2025-08-20T19:55:18.0370594Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/ring-18c93f660ddce841/build_script_build-18c93f660ddce841.d' from root:root to runner:runner
2025-08-20T19:55:18.0371409Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/ring-18c93f660ddce841/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0372315Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/ring-18c93f660ddce841/build_script_build-18c93f660ddce841' retained as runner:runner
2025-08-20T19:55:18.0373087Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/ring-18c93f660ddce841' from root:root to runner:runner
2025-08-20T19:55:18.0373996Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' from root:root to runner:runner
2025-08-20T19:55:18.0374780Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0375690Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' from root:root to runner:runner
2025-08-20T19:55:18.0376737Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-20T19:55:18.0377723Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/n0-future-c506c600a190103d/build_script_build-c506c600a190103d.d' from root:root to runner:runner
2025-08-20T19:55:18.0378562Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/n0-future-c506c600a190103d/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0379401Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/n0-future-c506c600a190103d/build_script_build-c506c600a190103d' retained as runner:runner
2025-08-20T19:55:18.0380159Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/n0-future-c506c600a190103d' from root:root to runner:runner
2025-08-20T19:55:18.0381072Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/generic-array-5609570e3f024aa7/build_script_build-5609570e3f024aa7' from root:root to runner:runner
2025-08-20T19:55:18.0381886Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/generic-array-5609570e3f024aa7/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0383049Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/generic-array-5609570e3f024aa7/build_script_build-5609570e3f024aa7.d' from root:root to runner:runner
2025-08-20T19:55:18.0383849Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/generic-array-5609570e3f024aa7' from root:root to runner:runner
2025-08-20T19:55:18.0384744Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustls-d005ac95f4b2d1eb/build_script_build-d005ac95f4b2d1eb.d' from root:root to runner:runner
2025-08-20T19:55:18.0385629Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustls-d005ac95f4b2d1eb/build_script_build-d005ac95f4b2d1eb' from root:root to runner:runner
2025-08-20T19:55:18.0386396Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustls-d005ac95f4b2d1eb/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0387137Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustls-d005ac95f4b2d1eb' from root:root to runner:runner
2025-08-20T19:55:18.0387998Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-udp-958bc8f93e602dd7/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0388860Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-udp-958bc8f93e602dd7/build_script_build-958bc8f93e602dd7' retained as runner:runner
2025-08-20T19:55:18.0389783Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-udp-958bc8f93e602dd7/build_script_build-958bc8f93e602dd7.d' from root:root to runner:runner
2025-08-20T19:55:18.0390807Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-udp-958bc8f93e602dd7' from root:root to runner:runner
2025-08-20T19:55:18.0391778Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661.d' from root:root to runner:runner
2025-08-20T19:55:18.0392749Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0393622Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661' retained as runner:runner
2025-08-20T19:55:18.0394363Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/libc-1a06cc513f7c6661' from root:root to runner:runner
2025-08-20T19:55:18.0395248Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/anyhow-adeaad6977d99762/build_script_build-adeaad6977d99762' from root:root to runner:runner
2025-08-20T19:55:18.0396194Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/anyhow-adeaad6977d99762/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0397096Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/anyhow-adeaad6977d99762/build_script_build-adeaad6977d99762.d' from root:root to runner:runner
2025-08-20T19:55:18.0397834Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/anyhow-adeaad6977d99762' from root:root to runner:runner
2025-08-20T19:55:18.0398702Z [00:07:16.603]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/portable-atomic-49cd18656bb606d8/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0399575Z [00:07:16.603]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/portable-atomic-49cd18656bb606d8/build_script_build-49cd18656bb606d8' retained as runner:runner
2025-08-20T19:55:18.0400516Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/portable-atomic-49cd18656bb606d8/build_script_build-49cd18656bb606d8.d' from root:root to runner:runner
2025-08-20T19:55:18.0401290Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/portable-atomic-49cd18656bb606d8' from root:root to runner:runner
2025-08-20T19:55:18.0402282Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-core-948b0fd04b2e8526/build_script_build-948b0fd04b2e8526' from root:root to runner:runner
2025-08-20T19:55:18.0403129Z [00:07:16.604]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-core-948b0fd04b2e8526/build-script-build' retained as runner:runner
2025-08-20T19:55:18.0404271Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-core-948b0fd04b2e8526/build_script_build-948b0fd04b2e8526.d' from root:root to runner:runner
2025-08-20T19:55:18.0405083Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-core-948b0fd04b2e8526' from root:root to runner:runner
2025-08-20T19:55:18.0405922Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-c0488f7ff3451ee6/build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0406830Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-c0488f7ff3451ee6/build_script_build-c0488f7ff3451ee6.d' from root:root to runner:runner
2025-08-20T19:55:18.0407688Z [00:07:16.604]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-c0488f7ff3451ee6/build_script_build-c0488f7ff3451ee6' retained as runner:runner
2025-08-20T19:55:18.0408440Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-c0488f7ff3451ee6' from root:root to runner:runner
2025-08-20T19:55:18.0409157Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T19:55:18.0409817Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T19:55:18.0410705Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-tools-bc80daf674d00577/dep-lib-precis_tools' from root:root to runner:runner
2025-08-20T19:55:18.0411569Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-tools-bc80daf674d00577/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0412508Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-tools-bc80daf674d00577/lib-precis_tools' from root:root to runner:runner
2025-08-20T19:55:18.0413435Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-tools-bc80daf674d00577/lib-precis_tools.json' from root:root to runner:runner
2025-08-20T19:55:18.0414235Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-tools-bc80daf674d00577' from root:root to runner:runner
2025-08-20T19:55:18.0415066Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-0d7c6462b3d4f26f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0415979Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-0d7c6462b3d4f26f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0416886Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-0d7c6462b3d4f26f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0418033Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-0d7c6462b3d4f26f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0418834Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-0d7c6462b3d4f26f' from root:root to runner:runner
2025-08-20T19:55:18.0419706Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/dep-lib-displaydoc' from root:root to runner:runner
2025-08-20T19:55:18.0420580Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/lib-displaydoc.json' from root:root to runner:runner
2025-08-20T19:55:18.0421424Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/lib-displaydoc' from root:root to runner:runner
2025-08-20T19:55:18.0422359Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0423296Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf' from root:root to runner:runner
2025-08-20T19:55:18.0424164Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-2676f245fc7b4d34/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0425019Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-2676f245fc7b4d34/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T19:55:18.0425855Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-2676f245fc7b4d34/lib-thiserror' from root:root to runner:runner
2025-08-20T19:55:18.0426709Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-2676f245fc7b4d34/lib-thiserror.json' from root:root to runner:runner
2025-08-20T19:55:18.0427495Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-2676f245fc7b4d34' from root:root to runner:runner
2025-08-20T19:55:18.0428349Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-relay-fafef6256d375175/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0429287Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-relay-fafef6256d375175/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0430223Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-relay-fafef6256d375175/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0431328Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-relay-fafef6256d375175/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0432289Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-relay-fafef6256d375175' from root:root to runner:runner
2025-08-20T19:55:18.0433188Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent' from root:root to runner:runner
2025-08-20T19:55:18.0434050Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0434922Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T19:55:18.0435793Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent.json' from root:root to runner:runner
2025-08-20T19:55:18.0436661Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb' from root:root to runner:runner
2025-08-20T19:55:18.0437528Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:55:18.0438393Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0439263Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:55:18.0440143Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T19:55:18.0440937Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6' from root:root to runner:runner
2025-08-20T19:55:18.0441820Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0442862Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0443869Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0445102Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0445962Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d' from root:root to runner:runner
2025-08-20T19:55:18.0446777Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-e452ddb0d2405bf2/lib-semver' from root:root to runner:runner
2025-08-20T19:55:18.0447625Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-e452ddb0d2405bf2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0448456Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-e452ddb0d2405bf2/lib-semver.json' from root:root to runner:runner
2025-08-20T19:55:18.0449283Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-e452ddb0d2405bf2/dep-lib-semver' from root:root to runner:runner
2025-08-20T19:55:18.0450159Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-e452ddb0d2405bf2' from root:root to runner:runner
2025-08-20T19:55:18.0451085Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0452015Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0452924Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794' from root:root to runner:runner
2025-08-20T19:55:18.0453820Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0454790Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0455745Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0456678Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0457482Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T19:55:18.0458548Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/httparse-4ac93d21321a352d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0459490Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/httparse-4ac93d21321a352d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0460420Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/httparse-4ac93d21321a352d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0461331Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/httparse-4ac93d21321a352d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0464076Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/httparse-4ac93d21321a352d' from root:root to runner:runner
2025-08-20T19:55:18.0465079Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' from root:root to runner:runner
2025-08-20T19:55:18.0466114Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' from root:root to runner:runner
2025-08-20T19:55:18.0466988Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0467893Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' from root:root to runner:runner
2025-08-20T19:55:18.0468682Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68' from root:root to runner:runner
2025-08-20T19:55:18.0469546Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0470446Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T19:55:18.0471301Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/lib-aho_corasick' from root:root to runner:runner
2025-08-20T19:55:18.0472347Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T19:55:18.0473180Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb' from root:root to runner:runner
2025-08-20T19:55:18.0474329Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-17a7a11ac568ca75/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0475255Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-17a7a11ac568ca75/lib-iroh_metrics_derive' from root:root to runner:runner
2025-08-20T19:55:18.0476196Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-17a7a11ac568ca75/lib-iroh_metrics_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0477133Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-17a7a11ac568ca75/dep-lib-iroh_metrics_derive' from root:root to runner:runner
2025-08-20T19:55:18.0478069Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-17a7a11ac568ca75' from root:root to runner:runner
2025-08-20T19:55:18.0479026Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T19:55:18.0479987Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T19:55:18.0480894Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T19:55:18.0481774Z [00:07:16.604]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0482678Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda' from root:root to runner:runner
2025-08-20T19:55:18.0483611Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/lib-zerovec_derive' from root:root to runner:runner
2025-08-20T19:55:18.0484495Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0485389Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/dep-lib-zerovec_derive' from root:root to runner:runner
2025-08-20T19:55:18.0486283Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/lib-zerovec_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0487249Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb' from root:root to runner:runner
2025-08-20T19:55:18.0488136Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/lib-synstructure.json' from root:root to runner:runner
2025-08-20T19:55:18.0489005Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0489869Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/lib-synstructure' from root:root to runner:runner
2025-08-20T19:55:18.0490760Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/dep-lib-synstructure' from root:root to runner:runner
2025-08-20T19:55:18.0491634Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322' from root:root to runner:runner
2025-08-20T19:55:18.0492602Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0493659Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0494586Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0495490Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0496257Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09' from root:root to runner:runner
2025-08-20T19:55:18.0497092Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T19:55:18.0497913Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg' from root:root to runner:runner
2025-08-20T19:55:18.0498762Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0499606Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg.json' from root:root to runner:runner
2025-08-20T19:55:18.0500492Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5' from root:root to runner:runner
2025-08-20T19:55:18.0501396Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0502444Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0503407Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0504314Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0505141Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f' from root:root to runner:runner
2025-08-20T19:55:18.0506040Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0507018Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0507927Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0508814Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0509557Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb' from root:root to runner:runner
2025-08-20T19:55:18.0510416Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lazy_static-8ab3bcbf16f86a71/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0511263Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lazy_static-8ab3bcbf16f86a71/lib-lazy_static' from root:root to runner:runner
2025-08-20T19:55:18.0512214Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lazy_static-8ab3bcbf16f86a71/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T19:55:18.0513129Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lazy_static-8ab3bcbf16f86a71/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T19:55:18.0513908Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lazy_static-8ab3bcbf16f86a71' from root:root to runner:runner
2025-08-20T19:55:18.0514958Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0515935Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0516904Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0517859Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0518728Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e' from root:root to runner:runner
2025-08-20T19:55:18.0519613Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0520638Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0521594Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0522627Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0523473Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead' from root:root to runner:runner
2025-08-20T19:55:18.0524295Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr' from root:root to runner:runner
2025-08-20T19:55:18.0525129Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0525958Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr.json' from root:root to runner:runner
2025-08-20T19:55:18.0526785Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/dep-lib-memchr' from root:root to runner:runner
2025-08-20T19:55:18.0527775Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87' from root:root to runner:runner
2025-08-20T19:55:18.0528640Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0529571Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0530498Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0531410Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0532331Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583' from root:root to runner:runner
2025-08-20T19:55:18.0533335Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/der_derive-4dc3696d5c73663d/dep-lib-der_derive' from root:root to runner:runner
2025-08-20T19:55:18.0534176Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/der_derive-4dc3696d5c73663d/lib-der_derive' from root:root to runner:runner
2025-08-20T19:55:18.0535035Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/der_derive-4dc3696d5c73663d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0535893Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/der_derive-4dc3696d5c73663d/lib-der_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0536669Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/der_derive-4dc3696d5c73663d' from root:root to runner:runner
2025-08-20T19:55:18.0537545Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f9ac97148f94078f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0538526Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f9ac97148f94078f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0539492Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f9ac97148f94078f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0540438Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f9ac97148f94078f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0541437Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f9ac97148f94078f' from root:root to runner:runner
2025-08-20T19:55:18.0542472Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pin-project-internal-68c51e56de636fd5/lib-pin_project_internal' from root:root to runner:runner
2025-08-20T19:55:18.0543438Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pin-project-internal-68c51e56de636fd5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0544383Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pin-project-internal-68c51e56de636fd5/lib-pin_project_internal.json' from root:root to runner:runner
2025-08-20T19:55:18.0545332Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pin-project-internal-68c51e56de636fd5/dep-lib-pin_project_internal' from root:root to runner:runner
2025-08-20T19:55:18.0546230Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pin-project-internal-68c51e56de636fd5' from root:root to runner:runner
2025-08-20T19:55:18.0547209Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde-01a483d1d3baad60/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0548139Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde-01a483d1d3baad60/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0549048Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde-01a483d1d3baad60/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0549947Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde-01a483d1d3baad60/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0550730Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde-01a483d1d3baad60' from root:root to runner:runner
2025-08-20T19:55:18.0551681Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0552740Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0553572Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac' from root:root to runner:runner
2025-08-20T19:55:18.0554477Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-c3cb5f55fe8a7f37/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0555601Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-c3cb5f55fe8a7f37/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0556361Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-c3cb5f55fe8a7f37' from root:root to runner:runner
2025-08-20T19:55:18.0557235Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T19:55:18.0558095Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0558959Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/lib-serde_derive' from root:root to runner:runner
2025-08-20T19:55:18.0559892Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0560791Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e' from root:root to runner:runner
2025-08-20T19:55:18.0561602Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cc-ad080019cc874bb7/lib-cc.json' from root:root to runner:runner
2025-08-20T19:55:18.0562521Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cc-ad080019cc874bb7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0563352Z [00:07:16.605]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cc-ad080019cc874bb7/lib-cc' from root:root to runner:runner
2025-08-20T19:55:18.0564141Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cc-ad080019cc874bb7/dep-lib-cc' from root:root to runner:runner
2025-08-20T19:55:18.0564891Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cc-ad080019cc874bb7' from root:root to runner:runner
2025-08-20T19:55:18.0565776Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_datetime-7c5935e27a7aa82e/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T19:55:18.0566644Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_datetime-7c5935e27a7aa82e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0567524Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_datetime-7c5935e27a7aa82e/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T19:55:18.0568568Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_datetime-7c5935e27a7aa82e/lib-toml_datetime' from root:root to runner:runner
2025-08-20T19:55:18.0569366Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_datetime-7c5935e27a7aa82e' from root:root to runner:runner
2025-08-20T19:55:18.0570204Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T19:55:18.0571031Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/lib-ucd_trie' from root:root to runner:runner
2025-08-20T19:55:18.0571876Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0572867Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T19:55:18.0573734Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841' from root:root to runner:runner
2025-08-20T19:55:18.0574598Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pnet_macros-863d9bb0c3d35948/dep-lib-pnet_macros' from root:root to runner:runner
2025-08-20T19:55:18.0575460Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pnet_macros-863d9bb0c3d35948/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0576322Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pnet_macros-863d9bb0c3d35948/lib-pnet_macros.json' from root:root to runner:runner
2025-08-20T19:55:18.0577172Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pnet_macros-863d9bb0c3d35948/lib-pnet_macros' from root:root to runner:runner
2025-08-20T19:55:18.0577947Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pnet_macros-863d9bb0c3d35948' from root:root to runner:runner
2025-08-20T19:55:18.0578817Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_derive-92b2351a99efe9c1/lib-pest_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0579685Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_derive-92b2351a99efe9c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0580554Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_derive-92b2351a99efe9c1/dep-lib-pest_derive' from root:root to runner:runner
2025-08-20T19:55:18.0581609Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_derive-92b2351a99efe9c1/lib-pest_derive' from root:root to runner:runner
2025-08-20T19:55:18.0582478Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_derive-92b2351a99efe9c1' from root:root to runner:runner
2025-08-20T19:55:18.0583377Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0584302Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0585230Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0586202Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0587072Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb' from root:root to runner:runner
2025-08-20T19:55:18.0587904Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/moka-7b7506a81e49a655/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0588815Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/moka-7b7506a81e49a655/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0589724Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/moka-7b7506a81e49a655/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0590609Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/moka-7b7506a81e49a655/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0591361Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/moka-7b7506a81e49a655' from root:root to runner:runner
2025-08-20T19:55:18.0592382Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-52500f805f8c430c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0593389Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-52500f805f8c430c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0594158Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-52500f805f8c430c' from root:root to runner:runner
2025-08-20T19:55:18.0595207Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0596084Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T19:55:18.0596947Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T19:55:18.0597805Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' from root:root to runner:runner
2025-08-20T19:55:18.0598597Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c' from root:root to runner:runner
2025-08-20T19:55:18.0599492Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0600364Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/lib-litrs' from root:root to runner:runner
2025-08-20T19:55:18.0601246Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/dep-lib-litrs' from root:root to runner:runner
2025-08-20T19:55:18.0602159Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/lib-litrs.json' from root:root to runner:runner
2025-08-20T19:55:18.0602970Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48' from root:root to runner:runner
2025-08-20T19:55:18.0603793Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/dep-lib-paste' from root:root to runner:runner
2025-08-20T19:55:18.0604618Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste.json' from root:root to runner:runner
2025-08-20T19:55:18.0605421Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste' from root:root to runner:runner
2025-08-20T19:55:18.0606260Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0607018Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc' from root:root to runner:runner
2025-08-20T19:55:18.0607874Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/getrandom-10fa8410f7f0385b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0609057Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/getrandom-10fa8410f7f0385b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0610001Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/getrandom-10fa8410f7f0385b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0610915Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/getrandom-10fa8410f7f0385b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0611690Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/getrandom-10fa8410f7f0385b' from root:root to runner:runner
2025-08-20T19:55:18.0612649Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0613726Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0614729Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0615657Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0616440Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T19:55:18.0617308Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/snafu-derive-8d23f7f93b81b37f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0618185Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/snafu-derive-8d23f7f93b81b37f/lib-snafu_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0619067Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/snafu-derive-8d23f7f93b81b37f/dep-lib-snafu_derive' from root:root to runner:runner
2025-08-20T19:55:18.0619923Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/snafu-derive-8d23f7f93b81b37f/lib-snafu_derive' from root:root to runner:runner
2025-08-20T19:55:18.0620714Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/snafu-derive-8d23f7f93b81b37f' from root:root to runner:runner
2025-08-20T19:55:18.0621572Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/strum_macros-691884fc254cf8b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0622780Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/strum_macros-691884fc254cf8b7/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T19:55:18.0623716Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/strum_macros-691884fc254cf8b7/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T19:55:18.0624573Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/strum_macros-691884fc254cf8b7/lib-strum_macros' from root:root to runner:runner
2025-08-20T19:55:18.0625363Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/strum_macros-691884fc254cf8b7' from root:root to runner:runner
2025-08-20T19:55:18.0626266Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-c04d7be98c2d7c50/lib-derive_more_impl.json' from root:root to runner:runner
2025-08-20T19:55:18.0627228Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-c04d7be98c2d7c50/dep-lib-derive_more_impl' from root:root to runner:runner
2025-08-20T19:55:18.0628159Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-c04d7be98c2d7c50/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0629045Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-c04d7be98c2d7c50/lib-derive_more_impl' from root:root to runner:runner
2025-08-20T19:55:18.0629850Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-c04d7be98c2d7c50' from root:root to runner:runner
2025-08-20T19:55:18.0630702Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-lite-638748fe043351ca/lib-regex_lite.json' from root:root to runner:runner
2025-08-20T19:55:18.0631556Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-lite-638748fe043351ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0632484Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-lite-638748fe043351ca/lib-regex_lite' from root:root to runner:runner
2025-08-20T19:55:18.0633388Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-lite-638748fe043351ca/dep-lib-regex_lite' from root:root to runner:runner
2025-08-20T19:55:18.0634168Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-lite-638748fe043351ca' from root:root to runner:runner
2025-08-20T19:55:18.0635046Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/futures-macro-c16d72c85657b36c/lib-futures_macro.json' from root:root to runner:runner
2025-08-20T19:55:18.0636126Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/futures-macro-c16d72c85657b36c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0637068Z [00:07:16.606]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/futures-macro-c16d72c85657b36c/dep-lib-futures_macro' from root:root to runner:runner
2025-08-20T19:55:18.0637938Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/futures-macro-c16d72c85657b36c/lib-futures_macro' from root:root to runner:runner
2025-08-20T19:55:18.0638736Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/futures-macro-c16d72c85657b36c' from root:root to runner:runner
2025-08-20T19:55:18.0639625Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T19:55:18.0640564Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T19:55:18.0641564Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T19:55:18.0642554Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0643380Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee' from root:root to runner:runner
2025-08-20T19:55:18.0644201Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' from root:root to runner:runner
2025-08-20T19:55:18.0645018Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' from root:root to runner:runner
2025-08-20T19:55:18.0645855Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0646655Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' from root:root to runner:runner
2025-08-20T19:55:18.0647406Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319' from root:root to runner:runner
2025-08-20T19:55:18.0648315Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_generator-4815e7275e928794/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0649357Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_generator-4815e7275e928794/dep-lib-pest_generator' from root:root to runner:runner
2025-08-20T19:55:18.0650328Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_generator-4815e7275e928794/lib-pest_generator.json' from root:root to runner:runner
2025-08-20T19:55:18.0651200Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_generator-4815e7275e928794/lib-pest_generator' from root:root to runner:runner
2025-08-20T19:55:18.0651992Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_generator-4815e7275e928794' from root:root to runner:runner
2025-08-20T19:55:18.0652922Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/lib-syn' from root:root to runner:runner
2025-08-20T19:55:18.0653834Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0654728Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/lib-syn.json' from root:root to runner:runner
2025-08-20T19:55:18.0655536Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/dep-lib-syn' from root:root to runner:runner
2025-08-20T19:55:18.0656290Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440' from root:root to runner:runner
2025-08-20T19:55:18.0657131Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pkarr-691782bd093690a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0658043Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pkarr-691782bd093690a6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0658959Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pkarr-691782bd093690a6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0659847Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pkarr-691782bd093690a6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0660603Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pkarr-691782bd093690a6' from root:root to runner:runner
2025-08-20T19:55:18.0661500Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0662735Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T19:55:18.0663734Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T19:55:18.0664647Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T19:55:18.0665467Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21' from root:root to runner:runner
2025-08-20T19:55:18.0666340Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tokio-macros-b43a51346cb67c71/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0667265Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tokio-macros-b43a51346cb67c71/lib-tokio_macros' from root:root to runner:runner
2025-08-20T19:55:18.0668203Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tokio-macros-b43a51346cb67c71/dep-lib-tokio_macros' from root:root to runner:runner
2025-08-20T19:55:18.0669083Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tokio-macros-b43a51346cb67c71/lib-tokio_macros.json' from root:root to runner:runner
2025-08-20T19:55:18.0669870Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tokio-macros-b43a51346cb67c71' from root:root to runner:runner
2025-08-20T19:55:18.0670737Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0671682Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0672743Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0673713Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0674503Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e' from root:root to runner:runner
2025-08-20T19:55:18.0675282Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-4d30e4a14f4502a4/lib-syn' from root:root to runner:runner
2025-08-20T19:55:18.0676324Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-4d30e4a14f4502a4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0677188Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-4d30e4a14f4502a4/lib-syn.json' from root:root to runner:runner
2025-08-20T19:55:18.0677993Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-4d30e4a14f4502a4/dep-lib-syn' from root:root to runner:runner
2025-08-20T19:55:18.0678743Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-4d30e4a14f4502a4' from root:root to runner:runner
2025-08-20T19:55:18.0679592Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0680583Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0681655Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0682658Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0683480Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c' from root:root to runner:runner
2025-08-20T19:55:18.0684358Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0685251Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T19:55:18.0686138Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T19:55:18.0687016Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/lib-regex_automata' from root:root to runner:runner
2025-08-20T19:55:18.0687811Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730' from root:root to runner:runner
2025-08-20T19:55:18.0688665Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/hashbrown-cea012a6ea310bef/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T19:55:18.0689719Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/hashbrown-cea012a6ea310bef/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0690567Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/hashbrown-cea012a6ea310bef/lib-hashbrown' from root:root to runner:runner
2025-08-20T19:55:18.0691430Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/hashbrown-cea012a6ea310bef/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T19:55:18.0692292Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/hashbrown-cea012a6ea310bef' from root:root to runner:runner
2025-08-20T19:55:18.0693221Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/netwatch-656b03089ed609af/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0694232Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/netwatch-656b03089ed609af/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0695308Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/netwatch-656b03089ed609af/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0696219Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/netwatch-656b03089ed609af/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0696995Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/netwatch-656b03089ed609af' from root:root to runner:runner
2025-08-20T19:55:18.0697848Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0698780Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0699715Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0700626Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0701410Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T19:55:18.0702376Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-profiles-223a6802421d9962/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0703530Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-profiles-223a6802421d9962/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0704496Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-profiles-223a6802421d9962/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0705434Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-profiles-223a6802421d9962/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0706234Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-profiles-223a6802421d9962' from root:root to runner:runner
2025-08-20T19:55:18.0707074Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-4f1759251d99a731/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0708056Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-4f1759251d99a731/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0709109Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-4f1759251d99a731/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0710030Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-4f1759251d99a731/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0710795Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-4f1759251d99a731' from root:root to runner:runner
2025-08-20T19:55:18.0711592Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/lib-regex' from root:root to runner:runner
2025-08-20T19:55:18.0712495Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/dep-lib-regex' from root:root to runner:runner
2025-08-20T19:55:18.0713391Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0714214Z [00:07:16.607]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/lib-regex.json' from root:root to runner:runner
2025-08-20T19:55:18.0714973Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb' from root:root to runner:runner
2025-08-20T19:55:18.0715832Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T19:55:18.0716898Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T19:55:18.0717784Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0718651Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T19:55:18.0719434Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916' from root:root to runner:runner
2025-08-20T19:55:18.0720235Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' from root:root to runner:runner
2025-08-20T19:55:18.0721131Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0722133Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' from root:root to runner:runner
2025-08-20T19:55:18.0722970Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' from root:root to runner:runner
2025-08-20T19:55:18.0723737Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55' from root:root to runner:runner
2025-08-20T19:55:18.0724582Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/blake3-882e63f64ba438dd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0725512Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/blake3-882e63f64ba438dd/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0726426Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/blake3-882e63f64ba438dd/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0727491Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/blake3-882e63f64ba438dd/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0728253Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/blake3-882e63f64ba438dd' from root:root to runner:runner
2025-08-20T19:55:18.0729194Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0730215Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0731027Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T19:55:18.0731878Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heapless-71840d1b916a6fdc/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0732891Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heapless-71840d1b916a6fdc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0733836Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heapless-71840d1b916a6fdc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0734814Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heapless-71840d1b916a6fdc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0735658Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heapless-71840d1b916a6fdc' from root:root to runner:runner
2025-08-20T19:55:18.0736591Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-4041296a143c04a5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0737549Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-4041296a143c04a5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0738327Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-4041296a143c04a5' from root:root to runner:runner
2025-08-20T19:55:18.0739247Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/dep-lib-document_features' from root:root to runner:runner
2025-08-20T19:55:18.0740280Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0741180Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/lib-document_features' from root:root to runner:runner
2025-08-20T19:55:18.0742215Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/lib-document_features.json' from root:root to runner:runner
2025-08-20T19:55:18.0743094Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080' from root:root to runner:runner
2025-08-20T19:55:18.0744044Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0744974Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T19:55:18.0745874Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/lib-zerofrom_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0746775Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/dep-lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T19:55:18.0747579Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849' from root:root to runner:runner
2025-08-20T19:55:18.0748495Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/clap_derive-6d236e2a479a2a28/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0749515Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/clap_derive-6d236e2a479a2a28/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0750369Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/clap_derive-6d236e2a479a2a28/lib-clap_derive' from root:root to runner:runner
2025-08-20T19:55:18.0751230Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/clap_derive-6d236e2a479a2a28/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T19:55:18.0752008Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/clap_derive-6d236e2a479a2a28' from root:root to runner:runner
2025-08-20T19:55:18.0753004Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ring-18c93f660ddce841/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0754113Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ring-18c93f660ddce841/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0755039Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ring-18c93f660ddce841/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0755931Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ring-18c93f660ddce841/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0756688Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ring-18c93f660ddce841' from root:root to runner:runner
2025-08-20T19:55:18.0757552Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-xid-6223cf11377a0a74/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0758418Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-xid-6223cf11377a0a74/lib-unicode_xid.json' from root:root to runner:runner
2025-08-20T19:55:18.0759422Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-xid-6223cf11377a0a74/dep-lib-unicode_xid' from root:root to runner:runner
2025-08-20T19:55:18.0760277Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-xid-6223cf11377a0a74/lib-unicode_xid' from root:root to runner:runner
2025-08-20T19:55:18.0761067Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-xid-6223cf11377a0a74' from root:root to runner:runner
2025-08-20T19:55:18.0761923Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest-0063239265cef665/lib-pest' from root:root to runner:runner
2025-08-20T19:55:18.0762900Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest-0063239265cef665/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0763728Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest-0063239265cef665/lib-pest.json' from root:root to runner:runner
2025-08-20T19:55:18.0764547Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest-0063239265cef665/dep-lib-pest' from root:root to runner:runner
2025-08-20T19:55:18.0765300Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest-0063239265cef665' from root:root to runner:runner
2025-08-20T19:55:18.0766166Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0767031Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/dep-lib-rustversion' from root:root to runner:runner
2025-08-20T19:55:18.0768084Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion' from root:root to runner:runner
2025-08-20T19:55:18.0768986Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion.json' from root:root to runner:runner
2025-08-20T19:55:18.0769776Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745' from root:root to runner:runner
2025-08-20T19:55:18.0770630Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0771565Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0772580Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0773622Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0774405Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-20T19:55:18.0775326Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/n0-future-c506c600a190103d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0776336Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/n0-future-c506c600a190103d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0777268Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/n0-future-c506c600a190103d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0778180Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/n0-future-c506c600a190103d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0778958Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/n0-future-c506c600a190103d' from root:root to runner:runner
2025-08-20T19:55:18.0779827Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/dep-lib-yoke_derive' from root:root to runner:runner
2025-08-20T19:55:18.0780874Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/lib-yoke_derive' from root:root to runner:runner
2025-08-20T19:55:18.0781760Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0782736Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/lib-yoke_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0783578Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d' from root:root to runner:runner
2025-08-20T19:55:18.0784466Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enum-as-inner-7c2373234d679360/lib-enum_as_inner.json' from root:root to runner:runner
2025-08-20T19:55:18.0785347Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enum-as-inner-7c2373234d679360/dep-lib-enum_as_inner' from root:root to runner:runner
2025-08-20T19:55:18.0786209Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enum-as-inner-7c2373234d679360/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0787301Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enum-as-inner-7c2373234d679360/lib-enum_as_inner' from root:root to runner:runner
2025-08-20T19:55:18.0788104Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enum-as-inner-7c2373234d679360' from root:root to runner:runner
2025-08-20T19:55:18.0789040Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/generic-array-5609570e3f024aa7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0790054Z [00:07:16.608]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/generic-array-5609570e3f024aa7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0791007Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/generic-array-5609570e3f024aa7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0791944Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/generic-array-5609570e3f024aa7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0792894Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/generic-array-5609570e3f024aa7' from root:root to runner:runner
2025-08-20T19:55:18.0793785Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustc_version-1afe3d5c6aa255f5/lib-rustc_version' from root:root to runner:runner
2025-08-20T19:55:18.0794873Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustc_version-1afe3d5c6aa255f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0795785Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustc_version-1afe3d5c6aa255f5/lib-rustc_version.json' from root:root to runner:runner
2025-08-20T19:55:18.0796667Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustc_version-1afe3d5c6aa255f5/dep-lib-rustc_version' from root:root to runner:runner
2025-08-20T19:55:18.0797456Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustc_version-1afe3d5c6aa255f5' from root:root to runner:runner
2025-08-20T19:55:18.0798344Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/postcard-derive-9545aef5146effb5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0799245Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/postcard-derive-9545aef5146effb5/dep-lib-postcard_derive' from root:root to runner:runner
2025-08-20T19:55:18.0800147Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/postcard-derive-9545aef5146effb5/lib-postcard_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0801165Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/postcard-derive-9545aef5146effb5/lib-postcard_derive' from root:root to runner:runner
2025-08-20T19:55:18.0801975Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/postcard-derive-9545aef5146effb5' from root:root to runner:runner
2025-08-20T19:55:18.0803119Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/async-trait-b6a5bf63b3476124/lib-async_trait.json' from root:root to runner:runner
2025-08-20T19:55:18.0804013Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/async-trait-b6a5bf63b3476124/dep-lib-async_trait' from root:root to runner:runner
2025-08-20T19:55:18.0804864Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/async-trait-b6a5bf63b3476124/lib-async_trait' from root:root to runner:runner
2025-08-20T19:55:18.0805727Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/async-trait-b6a5bf63b3476124/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0806516Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/async-trait-b6a5bf63b3476124' from root:root to runner:runner
2025-08-20T19:55:18.0807361Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustls-d005ac95f4b2d1eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0808458Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustls-d005ac95f4b2d1eb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0809420Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustls-d005ac95f4b2d1eb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0810313Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustls-d005ac95f4b2d1eb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0811080Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustls-d005ac95f4b2d1eb' from root:root to runner:runner
2025-08-20T19:55:18.0811978Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro-crate-3ffcf27fadf118ed/lib-proc_macro_crate' from root:root to runner:runner
2025-08-20T19:55:18.0813041Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro-crate-3ffcf27fadf118ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0814076Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro-crate-3ffcf27fadf118ed/lib-proc_macro_crate.json' from root:root to runner:runner
2025-08-20T19:55:18.0814979Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro-crate-3ffcf27fadf118ed/dep-lib-proc_macro_crate' from root:root to runner:runner
2025-08-20T19:55:18.0815792Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro-crate-3ffcf27fadf118ed' from root:root to runner:runner
2025-08-20T19:55:18.0816725Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-958bc8f93e602dd7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0817691Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-958bc8f93e602dd7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0818646Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-958bc8f93e602dd7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0819576Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-958bc8f93e602dd7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0820376Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-958bc8f93e602dd7' from root:root to runner:runner
2025-08-20T19:55:18.0821256Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T19:55:18.0822378Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0823375Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T19:55:18.0824259Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-20T19:55:18.0825053Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-20T19:55:18.0825949Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/num_enum_derive-bb2c6e1161225e65/lib-num_enum_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0826821Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/num_enum_derive-bb2c6e1161225e65/lib-num_enum_derive' from root:root to runner:runner
2025-08-20T19:55:18.0827794Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/num_enum_derive-bb2c6e1161225e65/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0828685Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/num_enum_derive-bb2c6e1161225e65/dep-lib-num_enum_derive' from root:root to runner:runner
2025-08-20T19:55:18.0829479Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/num_enum_derive-bb2c6e1161225e65' from root:root to runner:runner
2025-08-20T19:55:18.0830447Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bf68ae35396de7f/lib-derive_more_impl.json' from root:root to runner:runner
2025-08-20T19:55:18.0831407Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bf68ae35396de7f/dep-lib-derive_more_impl' from root:root to runner:runner
2025-08-20T19:55:18.0832410Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bf68ae35396de7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0833364Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bf68ae35396de7f/lib-derive_more_impl' from root:root to runner:runner
2025-08-20T19:55:18.0834164Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bf68ae35396de7f' from root:root to runner:runner
2025-08-20T19:55:18.0835047Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enumflags2_derive-84dcc7575a4d3c1b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0836177Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enumflags2_derive-84dcc7575a4d3c1b/lib-enumflags2_derive' from root:root to runner:runner
2025-08-20T19:55:18.0837105Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enumflags2_derive-84dcc7575a4d3c1b/lib-enumflags2_derive.json' from root:root to runner:runner
2025-08-20T19:55:18.0838024Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enumflags2_derive-84dcc7575a4d3c1b/dep-lib-enumflags2_derive' from root:root to runner:runner
2025-08-20T19:55:18.0838830Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enumflags2_derive-84dcc7575a4d3c1b' from root:root to runner:runner
2025-08-20T19:55:18.0839683Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_edit-ef0efe30e35073d8/dep-lib-toml_edit' from root:root to runner:runner
2025-08-20T19:55:18.0840510Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_edit-ef0efe30e35073d8/lib-toml_edit' from root:root to runner:runner
2025-08-20T19:55:18.0841459Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_edit-ef0efe30e35073d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0842412Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_edit-ef0efe30e35073d8/lib-toml_edit.json' from root:root to runner:runner
2025-08-20T19:55:18.0843228Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_edit-ef0efe30e35073d8' from root:root to runner:runner
2025-08-20T19:55:18.0844136Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0845071Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0845985Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0846877Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0847627Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661' from root:root to runner:runner
2025-08-20T19:55:18.0848478Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_meta-7981540ac19bec24/lib-pest_meta.json' from root:root to runner:runner
2025-08-20T19:55:18.0849521Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_meta-7981540ac19bec24/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0850411Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_meta-7981540ac19bec24/dep-lib-pest_meta' from root:root to runner:runner
2025-08-20T19:55:18.0851244Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_meta-7981540ac19bec24/lib-pest_meta' from root:root to runner:runner
2025-08-20T19:55:18.0852012Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_meta-7981540ac19bec24' from root:root to runner:runner
2025-08-20T19:55:18.0853016Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/anyhow-adeaad6977d99762/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0853948Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/anyhow-adeaad6977d99762/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0855015Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/anyhow-adeaad6977d99762/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0855922Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/anyhow-adeaad6977d99762/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0856686Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/anyhow-adeaad6977d99762' from root:root to runner:runner
2025-08-20T19:55:18.0857621Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/portable-atomic-49cd18656bb606d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0858594Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/portable-atomic-49cd18656bb606d8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0859556Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/portable-atomic-49cd18656bb606d8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0860495Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/portable-atomic-49cd18656bb606d8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0861301Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/portable-atomic-49cd18656bb606d8' from root:root to runner:runner
2025-08-20T19:55:18.0862231Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-parse-a6184ac0fb449182/lib-ucd_parse.json' from root:root to runner:runner
2025-08-20T19:55:18.0863279Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-parse-a6184ac0fb449182/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0864155Z [00:07:16.609]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-parse-a6184ac0fb449182/lib-ucd_parse' from root:root to runner:runner
2025-08-20T19:55:18.0865006Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-parse-a6184ac0fb449182/dep-lib-ucd_parse' from root:root to runner:runner
2025-08-20T19:55:18.0865780Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-parse-a6184ac0fb449182' from root:root to runner:runner
2025-08-20T19:55:18.0866643Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-core-948b0fd04b2e8526/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0867599Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-core-948b0fd04b2e8526/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0868655Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-core-948b0fd04b2e8526/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0869588Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-core-948b0fd04b2e8526/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0870373Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-core-948b0fd04b2e8526' from root:root to runner:runner
2025-08-20T19:55:18.0871281Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/indexmap-ab4a20f1db92e44e/lib-indexmap.json' from root:root to runner:runner
2025-08-20T19:55:18.0872252Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/indexmap-ab4a20f1db92e44e/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T19:55:18.0873131Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/indexmap-ab4a20f1db92e44e/lib-indexmap' from root:root to runner:runner
2025-08-20T19:55:18.0873986Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/indexmap-ab4a20f1db92e44e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0874754Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/indexmap-ab4a20f1db92e44e' from root:root to runner:runner
2025-08-20T19:55:18.0875584Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0876580Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' from root:root to runner:runner
2025-08-20T19:55:18.0877449Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' from root:root to runner:runner
2025-08-20T19:55:18.0878262Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' from root:root to runner:runner
2025-08-20T19:55:18.0879013Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1' from root:root to runner:runner
2025-08-20T19:55:18.0879880Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-c0488f7ff3451ee6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0880818Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-c0488f7ff3451ee6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:55:18.0881826Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-c0488f7ff3451ee6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0882846Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-c0488f7ff3451ee6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:55:18.0883677Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-c0488f7ff3451ee6' from root:root to runner:runner
2025-08-20T19:55:18.0884582Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/winnow-6060f1a69a14ba69/dep-lib-winnow' from root:root to runner:runner
2025-08-20T19:55:18.0885435Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/winnow-6060f1a69a14ba69/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0886249Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/winnow-6060f1a69a14ba69/lib-winnow' from root:root to runner:runner
2025-08-20T19:55:18.0887075Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/winnow-6060f1a69a14ba69/lib-winnow.json' from root:root to runner:runner
2025-08-20T19:55:18.0887838Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/winnow-6060f1a69a14ba69' from root:root to runner:runner
2025-08-20T19:55:18.0888717Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/nested_enum_utils-b4161b7655478a37/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:55:18.0889844Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/nested_enum_utils-b4161b7655478a37/lib-nested_enum_utils.json' from root:root to runner:runner
2025-08-20T19:55:18.0890776Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/nested_enum_utils-b4161b7655478a37/dep-lib-nested_enum_utils' from root:root to runner:runner
2025-08-20T19:55:18.0891662Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/nested_enum_utils-b4161b7655478a37/lib-nested_enum_utils' from root:root to runner:runner
2025-08-20T19:55:18.0892568Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/nested_enum_utils-b4161b7655478a37' from root:root to runner:runner
2025-08-20T19:55:18.0893333Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T19:55:18.0893959Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T19:55:18.0894601Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T19:55:18.0895279Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target' from root:root to runner:runner
2025-08-20T19:55:18.0895879Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T19:55:18.0896492Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T19:55:18.0897147Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T19:55:18.0897729Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/src' from root:root to runner:runner
2025-08-20T19:55:18.0898334Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T19:55:18.0898951Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T19:55:18.0899661Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T19:55:18.0900365Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T19:55:18.0901029Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T19:55:18.0901709Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T19:55:18.0902624Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T19:55:18.0903340Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T19:55:18.0904024Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T19:55:18.0904713Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T19:55:18.0905376Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T19:55:18.0906044Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T19:55:18.0906735Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T19:55:18.0907503Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T19:55:18.0908165Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T19:55:18.0908873Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T19:55:18.0909468Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T19:55:18.0910126Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T19:55:18.0910728Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T19:55:18.0911565Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-b199ff3fdbc359ee2d3e493d629ad65b29f61647.rev' from root:root to runner:runner
2025-08-20T19:55:18.0912566Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-fba564a21e9b016fd7cc470b3211e7dcb2605835.idx' from root:root to runner:runner
2025-08-20T19:55:18.0913460Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-b199ff3fdbc359ee2d3e493d629ad65b29f61647.idx' from root:root to runner:runner
2025-08-20T19:55:18.0914305Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-b199ff3fdbc359ee2d3e493d629ad65b29f61647.pack' from root:root to runner:runner
2025-08-20T19:55:18.0915376Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-b199ff3fdbc359ee2d3e493d629ad65b29f61647.promisor' from root:root to runner:runner
2025-08-20T19:55:18.0916316Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-fba564a21e9b016fd7cc470b3211e7dcb2605835.promisor' from root:root to runner:runner
2025-08-20T19:55:18.0917157Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-fba564a21e9b016fd7cc470b3211e7dcb2605835.rev' from root:root to runner:runner
2025-08-20T19:55:18.0918001Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-fba564a21e9b016fd7cc470b3211e7dcb2605835.pack' from root:root to runner:runner
2025-08-20T19:55:18.0918625Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T19:55:18.0919245Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T19:55:18.0919914Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T19:55:18.0920665Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T19:55:18.0921247Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T19:55:18.0921871Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T19:55:18.0922573Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T19:55:18.0923275Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T19:55:18.0923905Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T19:55:18.0924598Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:55:18.0925291Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:55:18.0925928Z [00:07:16.610]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T19:55:18.0926534Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T19:55:18.0927122Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T19:55:18.0927857Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T19:55:18.0928529Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T19:55:18.0929173Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T19:55:18.0929783Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T19:55:18.0930480Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:55:18.0931133Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:55:18.0931746Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T19:55:18.0932559Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T19:55:18.0933278Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T19:55:18.0933885Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/tests/cli.rs' from root:root to runner:runner
2025-08-20T19:55:18.0934466Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T19:55:18.0935019Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO' from root:root to runner:runner
2025-08-20T19:55:18.0935534Z [00:07:16.611]➜  changed ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL' from root:root to runner:runner
2025-08-20T19:55:18.0935951Z [00:07:16.611]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T19:55:18.0936338Z [00:07:16.611]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T19:55:18.0936764Z [00:07:16.611]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T19:55:18.0937178Z [00:07:16.611]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe.version' retained as runner:runner
2025-08-20T19:55:18.0937553Z [00:07:16.611]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T19:55:18.0937931Z [00:07:16.611]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe' retained as runner:runner
2025-08-20T19:55:18.0938278Z [00:07:16.611]➜  ownership of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T19:55:18.0938795Z [00:07:16.618]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0939382Z [00:07:16.624]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0940101Z [00:07:16.630]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0940546Z [00:07:16.635]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/dumbpipe' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0941160Z [00:07:16.641]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0941761Z [00:07:16.647]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0942479Z [00:07:16.652]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0943196Z [00:07:16.658]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0943879Z [00:07:16.664]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0944588Z [00:07:16.669]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0945335Z [00:07:16.675]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0946128Z [00:07:16.681]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/dumbpipe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0947027Z [00:07:16.687]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbackon-477244568944f3ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0947944Z [00:07:16.692]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportmapper-6b1325830bd584c0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0948813Z [00:07:16.698]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-1d898b95cde848c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0949685Z [00:07:16.704]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/self_cell-71219146c77d5fb1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0950608Z [00:07:16.709]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-71411bef60f7df93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0951518Z [00:07:16.715]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_rustls-2c58e7cd8c84a758.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0952565Z [00:07:16.721]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhostname_validator-d58dc5fb7a59bee1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0953683Z [00:07:16.727]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project-dd899871b8412409.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0954581Z [00:07:16.732]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miniz_oxide-8d590ed3959f25dd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0955493Z [00:07:16.738]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-22b156ebe509c0ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0956372Z [00:07:16.744]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fastrand-b3cdd79bb8eff96c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0957280Z [00:07:16.750]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libno_std_net-d3059a14802bc5e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0958199Z [00:07:16.756]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ring-e0f45234f09dbdae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0959207Z [00:07:16.761]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_util-ffba1bf0f31c17e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0960123Z [00:07:16.767]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-c0df707ba162fe2a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0961030Z [00:07:16.773]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-7dcf00220c86b8e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0961963Z [00:07:16.779]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-2d9c9a047034df3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0963035Z [00:07:16.785]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconstant_time_eq-ac980a4d58e59373.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0963925Z [00:07:16.791]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/const_oid-e751e86787e15843.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0964847Z [00:07:16.797]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_layer-8ad2c7acb34380d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0965733Z [00:07:16.803]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_bytes-1fcac6a970a2cc29.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0966804Z [00:07:16.809]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-2ba0fe2fb98afd6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0967706Z [00:07:16.815]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtagptr-90605262b1df377c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0968614Z [00:07:16.822]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-06b3c7cbbf79f088.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0969479Z [00:07:16.828]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netdev-53a5f97125370c3a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0970381Z [00:07:16.834]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0971391Z [00:07:16.840]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquoted_string_parser-4a2c73810f112ad7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0972508Z [00:07:16.846]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-cdf777b26f626ac1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0973413Z [00:07:16.853]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/digest-52bf11732c6968aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0974304Z [00:07:16.859]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/http_body_util-90ccde79c14745c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0975234Z [00:07:16.865]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-6d050a315129c8ad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0976134Z [00:07:16.871]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_quinn_proto-e9afc8d71e773b81.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0977044Z [00:07:16.877]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatchers-d4e2a08f6289827b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0977950Z [00:07:16.883]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_http-76e6e351597177d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0978866Z [00:07:16.889]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-43d30a839a2568fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0979753Z [00:07:16.894]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_lite-5fa951e0879b9aa6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0980835Z [00:07:16.900]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-004860a008a6d3ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0981805Z [00:07:16.906]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-2a9fb24458300216.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0982825Z [00:07:16.912]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libresolv_conf-471cf4706d7e8b5d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0983761Z [00:07:16.917]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sync_wrapper-d5eecf6e022aceba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0984749Z [00:07:16.923]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_macros_support-cb1a739ab1144c67.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0985632Z [00:07:16.929]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpest-4774239b385d764c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0986622Z [00:07:16.934]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_proto-e9afc8d71e773b81.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0987513Z [00:07:16.940]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-c5d6cb63c4064f6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0988415Z [00:07:16.946]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0989330Z [00:07:16.952]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0990237Z [00:07:16.957]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatchers-d4e2a08f6289827b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0991103Z [00:07:16.963]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-b472a8649e0def1f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0991974Z [00:07:16.969]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-ec79b4d739e979c4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0993087Z [00:07:16.975]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_profiles-3c5f2623af082ec6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0994267Z [00:07:16.980]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hyper_rustls-2c58e7cd8c84a758.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0995179Z [00:07:16.986]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-80483159b3954362.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0996106Z [00:07:16.992]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-64574bb35d9e44b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0997022Z [00:07:16.998]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0997931Z [00:07:17.004]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnet-0060f782ef258f6a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0998908Z [00:07:17.010]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-2ba0fe2fb98afd6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.0999935Z [00:07:17.015]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-06b09dd40020eb0e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1000811Z [00:07:17.021]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/object-ce81b9d179a5a20a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1001700Z [00:07:17.026]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/potential_utf-8481e5533ef63698.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1002746Z [00:07:17.032]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1011874Z [00:07:17.038]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/n0_future-ac177c94b05ef04b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1074670Z [00:07:17.044]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbtparse-efb62fa5434f7ef3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1133055Z [00:07:17.050]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxmltree-ef977360c71eb998.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1190102Z [00:07:17.056]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-07135408b2dcd40d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1247282Z [00:07:17.062]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-1eb80a20d83af8f0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1304680Z [00:07:17.067]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1362597Z [00:07:17.073]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxml-3d7e5295565a9f55.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1420042Z [00:07:17.079]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-6e2f23234bb3ebfa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1477247Z [00:07:17.085]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-c98148b3bfba9f4c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1532940Z [00:07:17.090]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-ba1538573adcd650.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1589671Z [00:07:17.096]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-ef3190d770f3a6f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1646952Z [00:07:17.102]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/backon-477244568944f3ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1706542Z [00:07:17.108]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblake3-816b4acae196eba2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1765349Z [00:07:17.113]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmd5-760fb6d6b83d936c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1825401Z [00:07:17.120]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/chacha20-09a2ed4a9d1fa396.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1882842Z [00:07:17.125]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_hash-dec9a6be2f71d2d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1939866Z [00:07:17.131]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties-64574bb35d9e44b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.1998127Z [00:07:17.137]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libreqwest-14f238d487a5b1ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2055143Z [00:07:17.143]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thread_local-3e5990d9851b22cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2113793Z [00:07:17.148]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-5e9cbedcc3b2c296.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2174354Z [00:07:17.154]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-b3cdd79bb8eff96c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2233348Z [00:07:17.160]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body-a8af276e89b04aae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2294384Z [00:07:17.166]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsync_wrapper-d5eecf6e022aceba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2353952Z [00:07:17.172]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-6d8421c5cc908708.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2412954Z [00:07:17.178]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/constant_time_eq-ac980a4d58e59373.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2470111Z [00:07:17.184]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimdutf8-2523c9db9b1c9c82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2527787Z [00:07:17.190]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-605cf59a3be37f34.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2586393Z [00:07:17.196]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libder-229fe2b5011b871d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2645636Z [00:07:17.202]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-ccd011a07037e724.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2704336Z [00:07:17.207]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/surge_ping-7f8ce2b19cad9428.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2764409Z [00:07:17.213]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signature-c38d4c234a6229f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2824487Z [00:07:17.219]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper-484910e88b79ad6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2885755Z [00:07:17.226]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-0a57987a945d3848.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.2946660Z [00:07:17.232]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtagptr-90605262b1df377c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3005894Z [00:07:17.238]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-ec79b4d739e979c4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3065393Z [00:07:17.243]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libipnet-0060f782ef258f6a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3125002Z [00:07:17.249]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_normalization-8906c423b6a5beb6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3185563Z [00:07:17.256]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netlink_packet_utils-d1becb68ca55ebec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3247458Z [00:07:17.262]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/attohttpc-a53e1b48206127e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3305422Z [00:07:17.267]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_secretbox-5eb45aea266742a6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3364678Z [00:07:17.273]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hmac_sha256-67ff0ef493a730ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3421220Z [00:07:17.279]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libh2-01fe2308d241af0c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3480245Z [00:07:17.285]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbounded_integer-7bb7b49eeaaa83a9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3537695Z [00:07:17.291]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/blake3-816b4acae196eba2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3597665Z [00:07:17.297]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_layer-8ad2c7acb34380d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3657269Z [00:07:17.303]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hmac-0ab1d828d727d4ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3716245Z [00:07:17.309]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhostname_validator-d58dc5fb7a59bee1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3775613Z [00:07:17.315]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/data_encoding-2a42ee88ff19126a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3834876Z [00:07:17.320]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-48cdbc4e75896a1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3892543Z [00:07:17.326]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crypto_secretbox-5eb45aea266742a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.3950817Z [00:07:17.332]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dumbpipe-ea5fd55ce73e328d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4008611Z [00:07:17.338]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-5e9cbedcc3b2c296.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4066283Z [00:07:17.344]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-bbacbb8b6b5a9f2a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4124968Z [00:07:17.349]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkarr-8edc8a20bebef955.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4181664Z [00:07:17.355]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64ct-5b64c090563ca8d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4238940Z [00:07:17.361]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libno_std_net-d3059a14802bc5e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4296570Z [00:07:17.367]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-62ccb0b1f0fec255.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4355110Z [00:07:17.372]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_native_certs-d64614b0676f9bf2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4412177Z [00:07:17.378]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_hash-dec9a6be2f71d2d5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4468267Z [00:07:17.384]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/spki-01c22409e5acdd6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4525961Z [00:07:17.390]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-bdd807037f26ad63.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4582602Z [00:07:17.395]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmoka-49fc106a764f3188.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4641523Z [00:07:17.401]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-d34a7b54f31a6ed8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4699361Z [00:07:17.407]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hash32-96266b31d8cceb62.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4757555Z [00:07:17.413]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac-0ab1d828d727d4ce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4816111Z [00:07:17.419]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_future-ac177c94b05ef04b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4877397Z [00:07:17.425]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstun_rs-e6d778c42d57fe4d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4936236Z [00:07:17.431]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-1eb80a20d83af8f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.4994809Z [00:07:17.436]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dumbpipe-ea5fd55ce73e328d' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5052245Z [00:07:17.442]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/untrusted-57241b32d4b6e281.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5110668Z [00:07:17.448]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsurge_ping-7f8ce2b19cad9428.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5171266Z [00:07:17.454]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_packet-f1de81f251d9dac4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5233030Z [00:07:17.460]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-12304743149c15bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5292013Z [00:07:17.466]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/httpdate-cf62c9ef8c051e12.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5351999Z [00:07:17.472]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time-007d2142533ea5c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5409226Z [00:07:17.478]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5468221Z [00:07:17.484]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-ec3f8edbb7181c81.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5526873Z [00:07:17.490]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhex-87d8e9ff3e8d6998.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5584242Z [00:07:17.495]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_utils-d1becb68ca55ebec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5645228Z [00:07:17.502]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-8481e5533ef63698.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5703341Z [00:07:17.507]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-d6b920d71a8a522b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5763190Z [00:07:17.513]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-06b3c7cbbf79f088.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5822429Z [00:07:17.519]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body_util-90ccde79c14745c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5881072Z [00:07:17.525]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-ae023faa50ee2fa2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5937344Z [00:07:17.531]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ppv_lite86-06b3c7cbbf79f088.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.5995885Z [00:07:17.537]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc-94993b03680be121.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6055481Z [00:07:17.542]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-281f4515b67e572a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6113411Z [00:07:17.548]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportmapper-6b1325830bd584c0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6174022Z [00:07:17.554]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-e0f45234f09dbdae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6229261Z [00:07:17.560]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6286690Z [00:07:17.566]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase16ct-1191a87694c34d84.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6343575Z [00:07:17.571]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttpdate-cf62c9ef8c051e12.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6400072Z [00:07:17.577]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/xmltree-ef977360c71eb998.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6455837Z [00:07:17.583]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-e9c9eac840587813.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6511552Z [00:07:17.588]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-61eabbc3ea3093e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6570895Z [00:07:17.594]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_urlencoded-818f0311c0d77c57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6627766Z [00:07:17.600]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz32-1c2254ea9b5313b9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6685650Z [00:07:17.606]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arrayref-0af1d034175f6f6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6742746Z [00:07:17.611]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcobs-53191173a4e05405.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6803591Z [00:07:17.617]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-424b8f793b684db8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6859732Z [00:07:17.623]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-ab6c7d49b614bf2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6919492Z [00:07:17.629]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/igd_next-7c00b6f1e5597a3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.6979667Z [00:07:17.635]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netlink_sys-5fcdd4ae6ac719d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7038960Z [00:07:17.641]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-bc9773e6b563440e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7096075Z [00:07:17.647]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-2f51de368a0924b1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7152475Z [00:07:17.652]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d328be1877eac77b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7206497Z [00:07:17.658]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-642a7af0b7d55966.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7260802Z [00:07:17.663]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libattohttpc-a53e1b48206127e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7317175Z [00:07:17.669]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-b2a9813d3cf717bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7377349Z [00:07:17.675]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7433138Z [00:07:17.680]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-d8a28b8f9cdb9d4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7487699Z [00:07:17.686]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz32-1c2254ea9b5313b9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7547367Z [00:07:17.692]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-3fc853e878dc8531.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7601897Z [00:07:17.697]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha2-cccec32555565ed9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7662400Z [00:07:17.703]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/try_lock-076360893bc44938.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7718954Z [00:07:17.709]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body_util-90ccde79c14745c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7775916Z [00:07:17.715]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_core-6db732beba927889.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7832957Z [00:07:17.720]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-6dee1dcfe7af3cdd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7889262Z [00:07:17.726]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f4b7fb83988d9629.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.7946014Z [00:07:17.732]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerotrie-c016ee4dfce50d3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8001324Z [00:07:17.737]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/inout-b772738d4635c5d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8055885Z [00:07:17.743]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustc_demangle-cdf777b26f626ac1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8110239Z [00:07:17.748]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8167616Z [00:07:17.754]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-06b09dd40020eb0e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8221669Z [00:07:17.759]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_core-463f0850d7b329ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8276028Z [00:07:17.765]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-181269004b05f8ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8332878Z [00:07:17.770]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8390909Z [00:07:17.776]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-3e5990d9851b22cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8449165Z [00:07:17.782]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/want-c416555cd8506078.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8509490Z [00:07:17.788]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8566160Z [00:07:17.794]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh-bcb4cd83b34a6e4b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8621380Z [00:07:17.799]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/heapless-eaf653fb767a7d8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8678424Z [00:07:17.805]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_route-a9569c71711ee3fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8735289Z [00:07:17.811]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-181269004b05f8ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8791837Z [00:07:17.816]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_service-4329eca1b006df20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8850886Z [00:07:17.822]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-12e9fd03a853c9b5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8925268Z [00:07:17.828]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.8966978Z [00:07:17.834]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-7aa980f6245d1507.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9025633Z [00:07:17.840]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_backtrace-5af275f26727c090.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9083150Z [00:07:17.845]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_websockets-f89af3c8d153d4c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9143923Z [00:07:17.851]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaead-007b5c94ee8f1afb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9203924Z [00:07:17.857]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspin-7909321d5f86d650.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9266519Z [00:07:17.864]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-22b156ebe509c0ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9324236Z [00:07:17.869]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-84b17e4824980ba6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9381643Z [00:07:17.875]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_buffered-4f0309921022972d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9439925Z [00:07:17.881]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-5cab6305ffd178d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9497371Z [00:07:17.887]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignature-c38d4c234a6229f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9555785Z [00:07:17.893]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-605cf59a3be37f34.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9612372Z [00:07:17.898]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-07135408b2dcd40d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9671684Z [00:07:17.904]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/httparse-94200a6905067ee1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9733141Z [00:07:17.910]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp_body-a8af276e89b04aae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9793603Z [00:07:17.916]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/stun_rs-e6d778c42d57fe4d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9853847Z [00:07:17.922]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-d6b920d71a8a522b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9915584Z [00:07:17.928]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurve25519_dalek-b2411704cc1a8de9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:18.9974207Z [00:07:17.934]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0030368Z [00:07:17.940]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_log-7dcf00220c86b8e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0089682Z [00:07:17.946]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pem_rfc7468-a67b6a1521666e46.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0147253Z [00:07:17.952]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki_roots-48cdbc4e75896a1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0207024Z [00:07:17.958]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-12e9fd03a853c9b5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0266727Z [00:07:17.964]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxmltree-ef977360c71eb998.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0323261Z [00:07:17.969]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-c33f120df7f783bb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0381625Z [00:07:17.975]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-72599bcf2e36fbf0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0442814Z [00:07:17.981]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1_smol-3814fc46e91cab77.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0502949Z [00:07:17.987]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpest-4774239b385d764c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0560096Z [00:07:17.993]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-6176b4533d74f593.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0618067Z [00:07:17.999]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_metrics-42bf256d1bf00132.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0677256Z [00:07:18.005]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc-94993b03680be121.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0737283Z [00:07:18.011]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_proto-099ce25714619010.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0797041Z [00:07:18.017]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmoka-49fc106a764f3188.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0858491Z [00:07:18.023]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-8f372f0bbd3e9ecf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0916330Z [00:07:18.029]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimple_dns-28ff1c682a19c6cf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.0976712Z [00:07:18.035]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-5cab6305ffd178d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1036484Z [00:07:18.041]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconstant_time_eq-ac980a4d58e59373.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1095119Z [00:07:18.047]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-14ff7600e3f9b107.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1156911Z [00:07:18.053]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcordyceps-ab908b71c2e90c96.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1215480Z [00:07:18.058]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1273095Z [00:07:18.064]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio-c2ee65e3cb5c4914.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1331201Z [00:07:18.070]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-edf35c812772bb4c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1389145Z [00:07:18.076]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-b89ecb3e610bae71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1447555Z [00:07:18.082]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-3deaedab336be3c7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1506453Z [00:07:18.088]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_macros_support-cb1a739ab1144c67.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1564166Z [00:07:18.093]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc_catalog-0db5416c9d6ca27b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1625401Z [00:07:18.099]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-5c3d87b6329cc2fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1680323Z [00:07:18.105]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-8906c423b6a5beb6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1737116Z [00:07:18.111]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1794339Z [00:07:18.116]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-c5d6cb63c4064f6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1851886Z [00:07:18.122]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinystr-84b17e4824980ba6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1910710Z [00:07:18.128]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-d5bcf8d27409c074.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.1969047Z [00:07:18.134]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-91eb35c521f7c6c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2027390Z [00:07:18.140]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-b89ecb3e610bae71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2086891Z [00:07:18.146]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2143457Z [00:07:18.151]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_task-b736c1318e43d1e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2200344Z [00:07:18.157]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdata_encoding-2a42ee88ff19126a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2261231Z [00:07:18.163]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hickory_resolver-49e7a7cd34c68ebd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2317947Z [00:07:18.169]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libreqwest-14f238d487a5b1ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2377550Z [00:07:18.175]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tower_service-4329eca1b006df20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2433276Z [00:07:18.180]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspin-7909321d5f86d650.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2491283Z [00:07:18.186]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-004860a008a6d3ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2548528Z [00:07:18.192]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2607666Z [00:07:18.198]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdata_encoding-2a42ee88ff19126a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2665899Z [00:07:18.204]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libntimestamp-ac5fe799176715e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2722168Z [00:07:18.209]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha1_smol-3814fc46e91cab77.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2781775Z [00:07:18.215]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsalsa20-d16407556f878b09.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2840999Z [00:07:18.221]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/litemap-479997047c5ab8a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2899640Z [00:07:18.227]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519-d7b5441f636dd97a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.2956240Z [00:07:18.233]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lazy_static-2f51de368a0924b1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3011934Z [00:07:18.238]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-94200a6905067ee1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3067925Z [00:07:18.244]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdumbpipe-a15d4388465ceaaa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3123789Z [00:07:18.249]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arrayvec-637411b9e28bce1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3178894Z [00:07:18.255]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-281f4515b67e572a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3235534Z [00:07:18.261]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-55d5fe34054f942a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3291016Z [00:07:18.266]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_executor-7fcfeb60b28a9737.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3347087Z [00:07:18.272]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3403876Z [00:07:18.277]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-3deaedab336be3c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3460647Z [00:07:18.283]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base64-052c2edd3afdcf95.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3518194Z [00:07:18.289]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/atomic_waker-dc31e90de4869ae5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3576588Z [00:07:18.295]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cipher-700f8382c130a44a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3635627Z [00:07:18.301]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3694520Z [00:07:18.306]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-5c3d87b6329cc2fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3751857Z [00:07:18.312]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-5c3d87b6329cc2fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3811969Z [00:07:18.318]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libucd_trie-09a27b98dd5ca11c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3871694Z [00:07:18.324]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-7a72b47ac428dfac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3931227Z [00:07:18.330]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-b472a8649e0def1f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.3994614Z [00:07:18.336]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-3e5990d9851b22cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4055067Z [00:07:18.342]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-6dee1dcfe7af3cdd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4116603Z [00:07:18.349]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c016ee4dfce50d3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4177116Z [00:07:18.355]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-dbc834bde5cb4456.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4236328Z [00:07:18.361]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-ed6e7404dfdcfec5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4296056Z [00:07:18.367]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-b472a8649e0def1f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4354746Z [00:07:18.373]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hex-87d8e9ff3e8d6998.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4416574Z [00:07:18.379]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-16983b591d51ba9d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4476313Z [00:07:18.385]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-b89ecb3e610bae71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4536886Z [00:07:18.391]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/curve25519_dalek-b2411704cc1a8de9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4595529Z [00:07:18.396]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e9c9eac840587813.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4652462Z [00:07:18.402]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-ed6e7404dfdcfec5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4712720Z [00:07:18.408]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower-8e9f42e229b4acc4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4769472Z [00:07:18.414]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-edf35c812772bb4c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4827724Z [00:07:18.420]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-c0df707ba162fe2a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4886272Z [00:07:18.426]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_chacha-b56e08890f921670.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.4944202Z [00:07:18.431]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_resolver-49e7a7cd34c68ebd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5003833Z [00:07:18.437]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbounded_integer-7bb7b49eeaaa83a9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5061388Z [00:07:18.443]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_udp-9a4df4053ea546f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5118788Z [00:07:18.449]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5178084Z [00:07:18.455]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/precis_profiles-3c5f2623af082ec6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5238111Z [00:07:18.461]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_pki_types-6dfd1f04dd4cb017.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5297988Z [00:07:18.467]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yoke-14ff7600e3f9b107.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5357549Z [00:07:18.473]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties_data-428d278e182a6747.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5414979Z [00:07:18.478]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaead-007b5c94ee8f1afb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5474124Z [00:07:18.484]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libself_cell-71219146c77d5fb1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5531083Z [00:07:18.490]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libresolv_conf-471cf4706d7e8b5d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5590289Z [00:07:18.496]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer_data-07135408b2dcd40d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5648650Z [00:07:18.502]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkcs8-b5b51ecde60bf514.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5704339Z [00:07:18.507]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/subtle-dac9a8b415f9f34b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5760148Z [00:07:18.513]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-14eda0d4d72ca8ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5816419Z [00:07:18.519]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwant-c416555cd8506078.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5877026Z [00:07:18.525]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtry_lock-076360893bc44938.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5932270Z [00:07:18.530]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-52bf11732c6968aa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.5987805Z [00:07:18.536]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-007d2142533ea5c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6044180Z [00:07:18.541]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_buffered-4f0309921022972d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6100342Z [00:07:18.547]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhash32-96266b31d8cceb62.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6158263Z [00:07:18.553]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-77f5c7507ffdfee3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6216373Z [00:07:18.559]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netlink_packet_route-a9569c71711ee3fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6273708Z [00:07:18.564]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-bbacbb8b6b5a9f2a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6329956Z [00:07:18.570]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_io-fb4cce81cc4e7a11.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6386248Z [00:07:18.576]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna_adapter-0588ce1d2a6a5702.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6442186Z [00:07:18.581]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-aaf3b3137c640ded.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6496347Z [00:07:18.587]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_stream-2170a1cf7c1b8b20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6554157Z [00:07:18.592]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64ct-5b64c090563ca8d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6610619Z [00:07:18.598]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6670593Z [00:07:18.604]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-bbacbb8b6b5a9f2a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6727448Z [00:07:18.610]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time_core-22b156ebe509c0ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6783916Z [00:07:18.615]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-f8b5667ca92a83d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6840392Z [00:07:18.621]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiri_string-feb36f9908e54020.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6896770Z [00:07:18.627]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-75640c935e9d3bdf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.6957209Z [00:07:18.633]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_rustls-2c58e7cd8c84a758.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7014271Z [00:07:18.638]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_snafu-2eeacb03d43c588f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7070782Z [00:07:18.644]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-64574bb35d9e44b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7127959Z [00:07:18.650]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-0588ce1d2a6a5702.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7184220Z [00:07:18.655]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwant-c416555cd8506078.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7239993Z [00:07:18.661]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_sink-f8b5667ca92a83d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7298232Z [00:07:18.667]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-46341eeeee5b87a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7357449Z [00:07:18.673]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/allocator_api2-6d050a315129c8ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7417546Z [00:07:18.679]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetdev-53a5f97125370c3a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7475670Z [00:07:18.685]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking-ccd011a07037e724.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7533423Z [00:07:18.690]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-63a07ad75ceec1e4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7590704Z [00:07:18.696]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7649449Z [00:07:18.702]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-9a3dffe5758c2941.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7708226Z [00:07:18.708]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crypto_common-71411bef60f7df93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7767191Z [00:07:18.714]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tower_layer-8ad2c7acb34380d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7824619Z [00:07:18.719]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_collections-61eabbc3ea3093e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7881766Z [00:07:18.725]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/form_urlencoded-d328be1877eac77b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7939980Z [00:07:18.731]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec_macros-b50b21060450434d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.7995123Z [00:07:18.737]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserdect-3d1d5d37e323be7a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8052470Z [00:07:18.742]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8111018Z [00:07:18.748]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspki-01c22409e5acdd6a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8169583Z [00:07:18.754]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_base-c4acf58a5fd3909c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8226691Z [00:07:18.760]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-cdf777b26f626ac1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8280568Z [00:07:18.765]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/derive_more-d34a7b54f31a6ed8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8336499Z [00:07:18.771]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-f1de81f251d9dac4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8391289Z [00:07:18.776]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsalsa20-d16407556f878b09.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8449100Z [00:07:18.782]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/poly1305-50fa25f3d32111f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8507838Z [00:07:18.788]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-dbc834bde5cb4456.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8565169Z [00:07:18.793]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-1eb80a20d83af8f0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8621316Z [00:07:18.799]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-b267a33f360845cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8679069Z [00:07:18.805]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsubtle-dac9a8b415f9f34b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8736760Z [00:07:18.811]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-3fc853e878dc8531.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8793355Z [00:07:18.816]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki_roots-43d30a839a2568fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8851718Z [00:07:18.822]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hostname_validator-d58dc5fb7a59bee1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8909284Z [00:07:18.828]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/typenum-75640c935e9d3bdf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.8965636Z [00:07:18.834]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-84fe902797f9d363.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9023432Z [00:07:18.839]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_compat-6d4f3534fcc98995.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9080516Z [00:07:18.845]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-2a69bb24a0088007.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9139684Z [00:07:18.851]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuntrusted-57241b32d4b6e281.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9197734Z [00:07:18.857]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures-bc9773e6b563440e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9258251Z [00:07:18.863]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-2a9fb24458300216.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9318739Z [00:07:18.869]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_error-3dc04306c99035ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9378585Z [00:07:18.875]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gimli-77f5c7507ffdfee3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9439469Z [00:07:18.881]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-c5d6cb63c4064f6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9496898Z [00:07:18.887]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/derive_more-ef3190d770f3a6f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9553552Z [00:07:18.892]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libder-229fe2b5011b871d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9610347Z [00:07:18.898]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc_catalog-0db5416c9d6ca27b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9668077Z [00:07:18.904]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-55d5fe34054f942a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9725611Z [00:07:18.910]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpem_rfc7468-a67b6a1521666e46.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9783398Z [00:07:18.915]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiri_string-feb36f9908e54020.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9840095Z [00:07:18.921]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec_macros-b50b21060450434d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9898980Z [00:07:18.927]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_executor-7fcfeb60b28a9737.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:19.9956992Z [00:07:18.933]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-77f5c7507ffdfee3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0016482Z [00:07:18.939]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-80483159b3954362.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0073131Z [00:07:18.944]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/http-a7e6202e1db30669.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0129491Z [00:07:18.950]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/color_backtrace-5af275f26727c090.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0186162Z [00:07:18.956]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0242748Z [00:07:18.961]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/xml-3d7e5295565a9f55.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0301281Z [00:07:18.967]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_chacha-3fc853e878dc8531.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0359875Z [00:07:18.973]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac-0ab1d828d727d4ce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0417787Z [00:07:18.979]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdiatomic_waker-47827a37d2dc045c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0474640Z [00:07:18.984]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d328be1877eac77b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0531072Z [00:07:18.990]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-b56e08890f921670.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0586457Z [00:07:18.996]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0643395Z [00:07:19.001]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_proto-e9afc8d71e773b81.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0700479Z [00:07:19.007]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/no_std_net-d3059a14802bc5e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0757776Z [00:07:19.013]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0815667Z [00:07:19.019]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0875295Z [00:07:19.024]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0931623Z [00:07:19.030]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-62ccb0b1f0fec255.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.0988786Z [00:07:19.036]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-2a9fb24458300216.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1043181Z [00:07:19.041]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1097630Z [00:07:19.047]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpostcard-ba593978eb8422ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1153025Z [00:07:19.052]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-2f51de368a0924b1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1208400Z [00:07:19.058]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-bc9773e6b563440e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1263393Z [00:07:19.063]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-479997047c5ab8a4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1319299Z [00:07:19.069]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1375943Z [00:07:19.075]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-138e7413cb4e3025.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1432770Z [00:07:19.080]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_core-463f0850d7b329ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1489689Z [00:07:19.086]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tower-8e9f42e229b4acc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1546457Z [00:07:19.092]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/moka-49fc106a764f3188.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1604380Z [00:07:19.097]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netwatch-5c605dda8a5c400b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1662438Z [00:07:19.103]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_rustls-cbf577187c18170b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1720336Z [00:07:19.109]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn_udp-9a4df4053ea546f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1775183Z [00:07:19.115]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8d590ed3959f25dd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1832611Z [00:07:19.120]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-3deaedab336be3c7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1888709Z [00:07:19.126]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-b3cdd79bb8eff96c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.1944439Z [00:07:19.131]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base64ct-5b64c090563ca8d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2000228Z [00:07:19.137]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/generic_array-ec2e2aa042a86d43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2054703Z [00:07:19.142]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-988f3dec381af8dd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2111918Z [00:07:19.148]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libucd_trie-09a27b98dd5ca11c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2168498Z [00:07:19.154]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/der-229fe2b5011b871d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2226258Z [00:07:19.160]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-6d8421c5cc908708.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2282210Z [00:07:19.165]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh-bcb4cd83b34a6e4b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2341726Z [00:07:19.171]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-3f51a047db4e4540.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2398956Z [00:07:19.177]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_enum-f235d5d9e670fd2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2456533Z [00:07:19.183]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project-dd899871b8412409.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2512997Z [00:07:19.188]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-ba1538573adcd650.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2571090Z [00:07:19.194]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac_sha256-67ff0ef493a730ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2627603Z [00:07:19.200]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtry_lock-076360893bc44938.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2683792Z [00:07:19.205]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcipher-700f8382c130a44a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2739864Z [00:07:19.211]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_util-f2000024d9a1a0dc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2795708Z [00:07:19.217]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac_sha1-f22a5489dbf0dd2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2849030Z [00:07:19.222]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-b30375d380431714.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2907406Z [00:07:19.228]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquoted_string_parser-4a2c73810f112ad7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.2966069Z [00:07:19.234]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-637411b9e28bce1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3024888Z [00:07:19.240]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder-750219b13961a307.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3083350Z [00:07:19.245]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-d34a7b54f31a6ed8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3142832Z [00:07:19.251]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3201825Z [00:07:19.257]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3260919Z [00:07:19.263]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/block_buffer-bdd807037f26ad63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3317521Z [00:07:19.269]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-91eb35c521f7c6c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3376494Z [00:07:19.275]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinout-b772738d4635c5d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3435143Z [00:07:19.281]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-aaf3b3137c640ded.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3491209Z [00:07:19.286]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_provider-3d8456fb5155f0c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3549369Z [00:07:19.292]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_metrics-42bf256d1bf00132.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3608830Z [00:07:19.298]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-a7e6202e1db30669.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3667775Z [00:07:19.304]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-63a07ad75ceec1e4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3725258Z [00:07:19.310]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ntimestamp-ac5fe799176715e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3780958Z [00:07:19.315]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-32b177d942f63137.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3840229Z [00:07:19.321]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/btparse-efb62fa5434f7ef3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3897404Z [00:07:19.327]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-5d37ecdbf820573f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.3956405Z [00:07:19.333]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconst_oid-e751e86787e15843.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4014705Z [00:07:19.338]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-6d050a315129c8ad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4072790Z [00:07:19.344]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-c33f120df7f783bb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4130755Z [00:07:19.350]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase32-6a3adb0080529794.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4190116Z [00:07:19.356]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519_dalek-b6eb71923764e55b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4248876Z [00:07:19.362]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_compat-6d4f3534fcc98995.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4309817Z [00:07:19.368]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-12304743149c15bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4369225Z [00:07:19.374]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4428147Z [00:07:19.380]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-fb4cce81cc4e7a11.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4485963Z [00:07:19.386]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6176b4533d74f593.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4544174Z [00:07:19.391]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn-590eaf84cd70475f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4601988Z [00:07:19.397]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopaque_debug-59685552f1770f87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4660395Z [00:07:19.403]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-cff9f4a0d144c8c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4719225Z [00:07:19.409]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenumflags2-5067c66476d82e5b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4781068Z [00:07:19.415]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/md5-760fb6d6b83d936c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4840480Z [00:07:19.421]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_macros_support-cb1a739ab1144c67.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4898524Z [00:07:19.427]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/termcolor-605cf59a3be37f34.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.4959520Z [00:07:19.433]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/adler2-b30375d380431714.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5019436Z [00:07:19.439]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-16983b591d51ba9d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5079165Z [00:07:19.445]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/quoted_string_parser-4a2c73810f112ad7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5136811Z [00:07:19.451]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcritical_section-641b233518e3ef96.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5193307Z [00:07:19.456]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_stream-2170a1cf7c1b8b20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5253007Z [00:07:19.462]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-62ccb0b1f0fec255.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5311334Z [00:07:19.468]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcipher-700f8382c130a44a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5369788Z [00:07:19.474]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1_smol-3814fc46e91cab77.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5427043Z [00:07:19.480]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerovec-4c4467ea0e178db6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5487376Z [00:07:19.486]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-3d8456fb5155f0c1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5544239Z [00:07:19.491]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/diatomic_waker-47827a37d2dc045c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5601890Z [00:07:19.497]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/postcard-ba593978eb8422ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5659192Z [00:07:19.503]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5716169Z [00:07:19.509]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-7aa980f6245d1507.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5771881Z [00:07:19.514]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-6d8421c5cc908708.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5828454Z [00:07:19.520]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-08330e8e9da79f3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5886321Z [00:07:19.526]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/n0_snafu-2eeacb03d43c588f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5941476Z [00:07:19.531]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-8481e5533ef63698.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.5998095Z [00:07:19.537]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-750219b13961a307.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6055361Z [00:07:19.543]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-428d278e182a6747.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6111952Z [00:07:19.548]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6166750Z [00:07:19.554]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-72599bcf2e36fbf0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6222504Z [00:07:19.559]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-5b4a8f372d7a35fc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6279316Z [00:07:19.565]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-cff9f4a0d144c8c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6338052Z [00:07:19.571]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-3bcfd63ff352ab07.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6393363Z [00:07:19.576]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/url-84fe902797f9d363.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6449858Z [00:07:19.582]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayref-0af1d034175f6f6a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6506455Z [00:07:19.588]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignature-c38d4c234a6229f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6562028Z [00:07:19.593]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_packet-f1de81f251d9dac4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6620074Z [00:07:19.599]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-dbc834bde5cb4456.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6678340Z [00:07:19.605]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-06b09dd40020eb0e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6738981Z [00:07:19.611]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-fd584d4c6835db3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6795690Z [00:07:19.617]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinout-b772738d4635c5d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6854335Z [00:07:19.622]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-007d2142533ea5c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6913848Z [00:07:19.628]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hmac_sha1-f22a5489dbf0dd2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.6971946Z [00:07:19.634]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7028239Z [00:07:19.640]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/salsa20-d16407556f878b09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7086368Z [00:07:19.646]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/openssl_probe-32b177d942f63137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7143615Z [00:07:19.651]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-ce81b9d179a5a20a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7200904Z [00:07:19.657]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing-3364b17df1ed541a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7258795Z [00:07:19.663]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_relay-924f8882d91bfcb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7317379Z [00:07:19.669]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-b2a9813d3cf717bb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7376716Z [00:07:19.675]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_iterator-7d2d46426a1cec1b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7437545Z [00:07:19.681]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-5e9cbedcc3b2c296.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7499643Z [00:07:19.687]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls-115634fe059ab7e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7560321Z [00:07:19.693]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmd5-760fb6d6b83d936c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7622763Z [00:07:19.699]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7686130Z [00:07:19.706]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-637411b9e28bce1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7747289Z [00:07:19.712]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_quinn-590eaf84cd70475f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7810045Z [00:07:19.718]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/h2-01fe2308d241af0c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7873919Z [00:07:19.724]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatomic_waker-dc31e90de4869ae5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7934535Z [00:07:19.730]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ed25519_dalek-b6eb71923764e55b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.7992773Z [00:07:19.736]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha2-cccec32555565ed9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8050462Z [00:07:19.742]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhex-87d8e9ff3e8d6998.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8113541Z [00:07:19.748]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base16ct-1191a87694c34d84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8168738Z [00:07:19.754]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-14ff7600e3f9b107.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8228478Z [00:07:19.760]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-6dee1dcfe7af3cdd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8287697Z [00:07:19.766]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/enumflags2-5067c66476d82e5b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8346896Z [00:07:19.772]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locale_core-7a72b47ac428dfac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8405914Z [00:07:19.778]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-ccd011a07037e724.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8465725Z [00:07:19.784]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_box-f94d52795d9900a7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8521969Z [00:07:19.789]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-46341eeeee5b87a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8577510Z [00:07:19.795]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdyn_clone-d693bcf40284f29a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8634809Z [00:07:19.801]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/uuid-4a8e8c591cd8f475.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8695364Z [00:07:19.806]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libheapless-eaf653fb767a7d8f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8754718Z [00:07:19.812]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/slab-004860a008a6d3ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8811788Z [00:07:19.818]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-b56e08890f921670.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8867222Z [00:07:19.824]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/z32-1c2254ea9b5313b9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8927413Z [00:07:19.830]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libheapless-eaf653fb767a7d8f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.8986727Z [00:07:19.836]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-3bcfd63ff352ab07.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9046002Z [00:07:19.842]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/simple_dns-28ff1c682a19c6cf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9104359Z [00:07:19.847]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pnet_base-642a7af0b7d55966.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9163276Z [00:07:19.853]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuniversal_hash-ad41ea537e262be1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9225456Z [00:07:19.859]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-b267a33f360845cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9283019Z [00:07:19.865]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-a700101167b0b645.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9341642Z [00:07:19.871]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tower_http-76e6e351597177d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9402965Z [00:07:19.877]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d5bcf8d27409c074.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9463588Z [00:07:19.883]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/universal_hash-ad41ea537e262be1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9523906Z [00:07:19.889]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-ec79b4d739e979c4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9581778Z [00:07:19.895]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls-115634fe059ab7e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9643298Z [00:07:19.901]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-988f3dec381af8dd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9704858Z [00:07:19.907]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-f4b7fb83988d9629.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9768452Z [00:07:19.914]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9830420Z [00:07:19.920]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project-dd899871b8412409.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9892793Z [00:07:19.926]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-5b4a8f372d7a35fc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:20.9955269Z [00:07:19.932]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha2-cccec32555565ed9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0017963Z [00:07:19.939]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_service-4329eca1b006df20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0081329Z [00:07:19.945]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cobs-53191173a4e05405.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0141726Z [00:07:19.951]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzeroize-c718917f775825b3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0200162Z [00:07:19.957]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_native_certs-d64614b0676f9bf2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0257060Z [00:07:19.963]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e9c9eac840587813.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0314278Z [00:07:19.968]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-bdd807037f26ad63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0372604Z [00:07:19.974]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-138e7413cb4e3025.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0430036Z [00:07:19.980]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-ce81b9d179a5a20a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0486224Z [00:07:19.986]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_future-ac177c94b05ef04b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0541819Z [00:07:19.991]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/spin-7909321d5f86d650.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0599312Z [00:07:19.997]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimple_dns-28ff1c682a19c6cf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0653508Z [00:07:20.002]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libigd_next-7c00b6f1e5597a3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0710895Z [00:07:20.008]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_executor-7fcfeb60b28a9737.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0768081Z [00:07:20.014]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-f2000024d9a1a0dc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0826242Z [00:07:20.020]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0882302Z [00:07:20.025]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/webpki-8914423da22ff1ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0938786Z [00:07:20.031]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-dd3fb9063464bdb2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.0996096Z [00:07:20.037]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_urlencoded-818f0311c0d77c57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1051510Z [00:07:20.042]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libportable_atomic-2d9c9a047034df3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1108937Z [00:07:20.048]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libself_cell-71219146c77d5fb1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1167256Z [00:07:20.054]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbackon-477244568944f3ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1227883Z [00:07:20.060]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-f07e1fe4e8b5f3ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1287296Z [00:07:20.066]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hickory_proto-c685aaecbbb26e97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1344388Z [00:07:20.071]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1400506Z [00:07:20.077]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_platform_verifier-56d4bc77859cf30e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1459442Z [00:07:20.083]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-3d8456fb5155f0c1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1518466Z [00:07:20.089]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_utils-d1becb68ca55ebec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1575791Z [00:07:20.095]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-424b8f793b684db8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1633744Z [00:07:20.100]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pest-4774239b385d764c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1690556Z [00:07:20.106]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-5fa951e0879b9aa6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1747967Z [00:07:20.112]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhash32-96266b31d8cceb62.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1802943Z [00:07:20.117]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-aaf3b3137c640ded.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1859423Z [00:07:20.123]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_quinn-590eaf84cd70475f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1917022Z [00:07:20.129]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcritical_section-641b233518e3ef96.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.1974507Z [00:07:20.134]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_iterator-7d2d46426a1cec1b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2031491Z [00:07:20.140]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/addr2line-55d5fe34054f942a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2089624Z [00:07:20.146]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-4a8e8c591cd8f475.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2147798Z [00:07:20.152]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-fb4cce81cc4e7a11.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2206055Z [00:07:20.158]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8d590ed3959f25dd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2263250Z [00:07:20.163]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_rustls-cbf577187c18170b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2319223Z [00:07:20.169]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ed25519-d7b5441f636dd97a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2376803Z [00:07:20.175]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-64abb771c6c5c081.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2437280Z [00:07:20.181]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-4a8e8c591cd8f475.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2497360Z [00:07:20.187]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netlink_packet_core-463f0850d7b329ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2558411Z [00:07:20.193]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-ec3f8edbb7181c81.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2616375Z [00:07:20.199]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libchacha20-09a2ed4a9d1fa396.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2673357Z [00:07:20.204]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower_http-76e6e351597177d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2731441Z [00:07:20.210]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_websockets-f89af3c8d153d4c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2786953Z [00:07:20.216]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttparse-94200a6905067ee1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2843200Z [00:07:20.221]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-f07e1fe4e8b5f3ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2901102Z [00:07:20.227]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lru-7aa980f6245d1507.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.2958733Z [00:07:20.233]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ucd_trie-09a27b98dd5ca11c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3017907Z [00:07:20.239]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4b4e97b36ffc770e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3077111Z [00:07:20.245]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-71411bef60f7df93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3135132Z [00:07:20.250]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpoly1305-50fa25f3d32111f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3193541Z [00:07:20.256]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/resolv_conf-471cf4706d7e8b5d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3251095Z [00:07:20.262]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8_iter-c0df707ba162fe2a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3308138Z [00:07:20.268]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3364386Z [00:07:20.273]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-750219b13961a307.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3423415Z [00:07:20.279]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_rustls-cbf577187c18170b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3479873Z [00:07:20.285]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxml-3d7e5295565a9f55.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3537490Z [00:07:20.291]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/backtrace-2a69bb24a0088007.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3595890Z [00:07:20.297]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pkarr-8edc8a20bebef955.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3654467Z [00:07:20.302]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-0a57987a945d3848.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3714052Z [00:07:20.308]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project_lite-2235325ef656c9c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3775249Z [00:07:20.314]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-b736c1318e43d1e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3835913Z [00:07:20.321]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopaque_debug-59685552f1770f87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3898364Z [00:07:20.327]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_proto-c685aaecbbb26e97.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.3957919Z [00:07:20.333]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-12e9fd03a853c9b5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4018922Z [00:07:20.339]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hyper_util-ffba1bf0f31c17e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4077755Z [00:07:20.345]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimdutf8-2523c9db9b1c9c82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4136963Z [00:07:20.351]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-75640c935e9d3bdf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4197335Z [00:07:20.357]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-d6b920d71a8a522b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4254806Z [00:07:20.362]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zeroize-c718917f775825b3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4310131Z [00:07:20.368]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustls_native_certs-d64614b0676f9bf2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4365456Z [00:07:20.374]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac_sha1-f22a5489dbf0dd2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4421383Z [00:07:20.379]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna-ae023faa50ee2fa2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4479919Z [00:07:20.385]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetdev-53a5f97125370c3a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4538371Z [00:07:20.391]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/foldhash-4b4e97b36ffc770e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4598127Z [00:07:20.397]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4658592Z [00:07:20.403]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerocopy-5cab6305ffd178d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4716474Z [00:07:20.409]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_core-c33f120df7f783bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4776219Z [00:07:20.415]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4835466Z [00:07:20.421]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libigd_next-7c00b6f1e5597a3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4893837Z [00:07:20.426]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_websockets-f89af3c8d153d4c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.4951538Z [00:07:20.432]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-052c2edd3afdcf95.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5009632Z [00:07:20.438]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-c2ee65e3cb5c4914.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5069108Z [00:07:20.444]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-2235325ef656c9c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5131107Z [00:07:20.450]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-edf35c812772bb4c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5191726Z [00:07:20.456]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsnafu-6d3e112aecd378be.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5253680Z [00:07:20.462]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-0588ce1d2a6a5702.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5312546Z [00:07:20.468]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-2ba0fe2fb98afd6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5370292Z [00:07:20.474]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerofrom-91eb35c521f7c6c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5427943Z [00:07:20.480]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519-d7b5441f636dd97a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5486436Z [00:07:20.486]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libring-e0f45234f09dbdae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5543248Z [00:07:20.491]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-b736c1318e43d1e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5600105Z [00:07:20.497]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ab6c7d49b614bf2d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5657397Z [00:07:20.503]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libed25519_dalek-b6eb71923764e55b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5713768Z [00:07:20.508]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_platform_verifier-56d4bc77859cf30e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5770780Z [00:07:20.514]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-c98148b3bfba9f4c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5827944Z [00:07:20.520]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/precis_core-6db732beba927889.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5884903Z [00:07:20.526]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase16ct-1191a87694c34d84.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5941518Z [00:07:20.531]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libattohttpc-a53e1b48206127e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.5998175Z [00:07:20.537]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttpdate-cf62c9ef8c051e12.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6054665Z [00:07:20.542]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6110578Z [00:07:20.548]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpnet_base-642a7af0b7d55966.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6166370Z [00:07:20.554]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-ae023faa50ee2fa2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6219960Z [00:07:20.559]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-f8b5667ca92a83d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6274890Z [00:07:20.564]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblake3-816b4acae196eba2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6330485Z [00:07:20.570]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsync_wrapper-d5eecf6e022aceba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6386844Z [00:07:20.576]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/async_compat-6d4f3534fcc98995.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6442596Z [00:07:20.581]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-428d278e182a6747.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6496990Z [00:07:20.587]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-8906c423b6a5beb6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6555133Z [00:07:20.592]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/n0_watcher-c76d5d61be334ba9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6610995Z [00:07:20.598]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-80483159b3954362.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6667956Z [00:07:20.604]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-7a72b47ac428dfac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6726014Z [00:07:20.610]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_urlencoded-818f0311c0d77c57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6781701Z [00:07:20.615]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-5fa951e0879b9aa6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6837938Z [00:07:20.621]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase32-6a3adb0080529794.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6893058Z [00:07:20.626]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_resolver-49e7a7cd34c68ebd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.6948857Z [00:07:20.632]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkcs8-b5b51ecde60bf514.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7004480Z [00:07:20.637]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-cff9f4a0d144c8c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7061379Z [00:07:20.643]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhttp-a7e6202e1db30669.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7118789Z [00:07:20.649]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinyvec_macros-b50b21060450434d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7175337Z [00:07:20.655]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tagptr-90605262b1df377c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7234136Z [00:07:20.660]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_stream-2170a1cf7c1b8b20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7293840Z [00:07:20.666]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurve25519_dalek-b2411704cc1a8de9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7351580Z [00:07:20.672]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-7dcf00220c86b8e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7407379Z [00:07:20.678]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serdect-3d1d5d37e323be7a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7464234Z [00:07:20.683]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc-94993b03680be121.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7518840Z [00:07:20.689]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-483de3a401a14847.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7575471Z [00:07:20.694]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_watcher-c76d5d61be334ba9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7631106Z [00:07:20.700]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7684702Z [00:07:20.705]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdumbpipe-a15d4388465ceaaa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7740041Z [00:07:20.711]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_sys-5fcdd4ae6ac719d4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7796467Z [00:07:20.717]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_base-c4acf58a5fd3909c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7851869Z [00:07:20.722]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_sys-5fcdd4ae6ac719d4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7907439Z [00:07:20.728]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/netlink_proto-099ce25714619010.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.7964058Z [00:07:20.733]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/http-9a3dffe5758c2941.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8019285Z [00:07:20.739]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-6176b4533d74f593.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8073411Z [00:07:20.744]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-08330e8e9da79f3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8128161Z [00:07:20.750]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconst_oid-e751e86787e15843.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8182955Z [00:07:20.755]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8238483Z [00:07:20.761]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-3f51a047db4e4540.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8294582Z [00:07:20.766]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstun_rs-e6d778c42d57fe4d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8350846Z [00:07:20.772]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-5d3e190fac51fca7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8407908Z [00:07:20.778]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpoly1305-50fa25f3d32111f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8465484Z [00:07:20.784]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-3dc04306c99035ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8521958Z [00:07:20.789]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/opaque_debug-59685552f1770f87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8580205Z [00:07:20.795]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8638737Z [00:07:20.801]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpem_rfc7468-a67b6a1521666e46.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8699196Z [00:07:20.807]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/matchers-d4e2a08f6289827b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8758526Z [00:07:20.813]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtower-8e9f42e229b4acc4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8816322Z [00:07:20.819]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_util-fd584d4c6835db3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8874677Z [00:07:20.824]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetwatch-5c605dda8a5c400b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8932284Z [00:07:20.830]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aead-007b5c94ee8f1afb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.8991867Z [00:07:20.836]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_base-c4acf58a5fd3909c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9048502Z [00:07:20.842]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d5bcf8d27409c074.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9106917Z [00:07:20.848]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pkcs8-b5b51ecde60bf514.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9164777Z [00:07:20.853]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base32-6a3adb0080529794.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9224436Z [00:07:20.859]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4b4e97b36ffc770e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9284498Z [00:07:20.865]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-72599bcf2e36fbf0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9343458Z [00:07:20.871]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcordyceps-ab908b71c2e90c96.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9402176Z [00:07:20.877]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_enum-f235d5d9e670fd2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9460012Z [00:07:20.883]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fallible_iterator-7d2d46426a1cec1b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9516344Z [00:07:20.889]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/snafu-6d3e112aecd378be.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9574232Z [00:07:20.894]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_relay-924f8882d91bfcb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9631100Z [00:07:20.900]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hyper-484910e88b79ad6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9687655Z [00:07:20.906]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4c4467ea0e178db6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9744173Z [00:07:20.911]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libh2-01fe2308d241af0c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9803697Z [00:07:20.917]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libntimestamp-ac5fe799176715e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9865868Z [00:07:20.924]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-84b17e4824980ba6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9929775Z [00:07:20.930]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-8f372f0bbd3e9ecf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:21.9993173Z [00:07:20.936]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuniversal_hash-ad41ea537e262be1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0055572Z [00:07:20.943]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_backtrace-5af275f26727c090.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0116167Z [00:07:20.949]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/http_body-a8af276e89b04aae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0179331Z [00:07:20.955]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_core-9781b3ee18d57fcc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0240924Z [00:07:20.961]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhickory_proto-c685aaecbbb26e97.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0301604Z [00:07:20.967]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetwatch-5c605dda8a5c400b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0363556Z [00:07:20.973]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crypto_box-f94d52795d9900a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0421808Z [00:07:20.979]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_proto-099ce25714619010.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0479201Z [00:07:20.985]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-3dc04306c99035ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0536250Z [00:07:20.991]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpkarr-8edc8a20bebef955.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0593225Z [00:07:20.996]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_secretbox-5eb45aea266742a6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0652273Z [00:07:21.002]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/simdutf8-2523c9db9b1c9c82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0711408Z [00:07:21.008]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-8f372f0bbd3e9ecf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0769449Z [00:07:21.014]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-5d37ecdbf820573f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0828045Z [00:07:21.020]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-46341eeeee5b87a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0886854Z [00:07:21.026]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-8914423da22ff1ad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.0944469Z [00:07:21.031]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbtparse-efb62fa5434f7ef3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1003398Z [00:07:21.037]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3364b17df1ed541a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1061300Z [00:07:21.043]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-14eda0d4d72ca8ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1118863Z [00:07:21.049]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dumbpipe-a15d4388465ceaaa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1176995Z [00:07:21.055]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_snafu-2eeacb03d43c588f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1234558Z [00:07:21.060]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper-484910e88b79ad6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1291537Z [00:07:21.066]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_channel-281f4515b67e572a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1349647Z [00:07:21.072]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-43d30a839a2568fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1405035Z [00:07:21.078]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/portmapper-6b1325830bd584c0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1464009Z [00:07:21.083]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/reqwest-14f238d487a5b1ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1522816Z [00:07:21.089]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-052c2edd3afdcf95.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1581152Z [00:07:21.095]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5d3e190fac51fca7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1639078Z [00:07:21.101]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_profiles-3c5f2623af082ec6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1696195Z [00:07:21.107]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_utils-483de3a401a14847.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1753546Z [00:07:21.112]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c016ee4dfce50d3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1810099Z [00:07:21.118]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayref-0af1d034175f6f6a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1868941Z [00:07:21.124]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhyper_util-ffba1bf0f31c17e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1929022Z [00:07:21.130]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenumflags2-5067c66476d82e5b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.1988886Z [00:07:21.136]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_bytes-1fcac6a970a2cc29.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2047511Z [00:07:21.142]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/overload-b267a33f360845cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2104473Z [00:07:21.147]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-d0f1cb20a3fcd1ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2161092Z [00:07:21.153]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iroh_quinn_udp-9a4df4053ea546f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2216185Z [00:07:21.159]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/stable_deref_trait-181269004b05f8ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2272491Z [00:07:21.164]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libn0_watcher-c76d5d61be334ba9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2327833Z [00:07:21.170]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcobs-53191173a4e05405.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2386125Z [00:07:21.176]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderive_more-ef3190d770f3a6f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2444007Z [00:07:21.181]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/powerfmt-08330e8e9da79f3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2498800Z [00:07:21.187]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-32b177d942f63137.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2557371Z [00:07:21.193]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_enum-f235d5d9e670fd2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2614028Z [00:07:21.198]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-b30375d380431714.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2671995Z [00:07:21.204]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libchacha20-09a2ed4a9d1fa396.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2727804Z [00:07:21.210]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libspki-01c22409e5acdd6a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2784426Z [00:07:21.215]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-6e2f23234bb3ebfa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2839125Z [00:07:21.221]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dyn_clone-d693bcf40284f29a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2896683Z [00:07:21.227]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-988f3dec381af8dd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.2954873Z [00:07:21.232]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsurge_ping-7f8ce2b19cad9428.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3012028Z [00:07:21.238]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-2a69bb24a0088007.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3070359Z [00:07:21.244]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha1-d8a28b8f9cdb9d4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3129878Z [00:07:21.250]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f4b7fb83988d9629.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3188279Z [00:07:21.256]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3245815Z [00:07:21.262]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/deranged-3bcfd63ff352ab07.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3303659Z [00:07:21.267]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-61eabbc3ea3093e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3361363Z [00:07:21.273]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bounded_integer-7bb7b49eeaaa83a9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3419544Z [00:07:21.279]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9781b3ee18d57fcc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3477289Z [00:07:21.285]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3536706Z [00:07:21.291]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/critical_section-641b233518e3ef96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3593731Z [00:07:21.296]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc_catalog-0db5416c9d6ca27b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3652865Z [00:07:21.302]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki_roots-48cdbc4e75896a1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3711124Z [00:07:21.308]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-ec2e2aa042a86d43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3772241Z [00:07:21.314]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sharded_slab-6e2f23234bb3ebfa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3831591Z [00:07:21.320]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-b2a9813d3cf717bb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3891812Z [00:07:21.326]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_buffered-4f0309921022972d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.3953296Z [00:07:21.332]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_conv-5b4a8f372d7a35fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4013830Z [00:07:21.338]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iri_string-feb36f9908e54020.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4074154Z [00:07:21.344]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhmac_sha256-67ff0ef493a730ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4137031Z [00:07:21.351]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserdect-3d1d5d37e323be7a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4195891Z [00:07:21.357]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustls_pki_types-6dfd1f04dd4cb017.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4254888Z [00:07:21.362]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4315909Z [00:07:21.369]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdiatomic_waker-47827a37d2dc045c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4374813Z [00:07:21.374]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-ed6e7404dfdcfec5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4431873Z [00:07:21.380]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_box-f94d52795d9900a7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4491629Z [00:07:21.386]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-64abb771c6c5c081.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4550965Z [00:07:21.392]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-479997047c5ab8a4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4610553Z [00:07:21.398]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiroh_metrics-42bf256d1bf00132.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4669559Z [00:07:21.404]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustc_hash-dec9a6be2f71d2d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4728899Z [00:07:21.410]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-52bf11732c6968aa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4789089Z [00:07:21.416]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cpufeatures-5d37ecdbf820573f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4849789Z [00:07:21.422]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-ec3f8edbb7181c81.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4911722Z [00:07:21.428]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-d8a28b8f9cdb9d4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.4974438Z [00:07:21.434]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cordyceps-ab908b71c2e90c96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5035533Z [00:07:21.441]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_subscriber-12304743149c15bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5096812Z [00:07:21.447]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-ec2e2aa042a86d43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5157706Z [00:07:21.453]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-14eda0d4d72ca8ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5219061Z [00:07:21.459]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-d0f1cb20a3fcd1ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5280052Z [00:07:21.465]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwebpki-8914423da22ff1ad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5340238Z [00:07:21.471]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/writeable-138e7413cb4e3025.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5403175Z [00:07:21.477]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer-63a07ad75ceec1e4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5461629Z [00:07:21.483]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-483de3a401a14847.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5519661Z [00:07:21.489]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpostcard-ba593978eb8422ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5577331Z [00:07:21.495]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinyvec-ba1538573adcd650.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5634566Z [00:07:21.500]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprecis_core-6db732beba927889.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5692922Z [00:07:21.506]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ipnet-0060f782ef258f6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5750675Z [00:07:21.512]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnetlink_packet_route-a9569c71711ee3fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5809040Z [00:07:21.518]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdyn_clone-d693bcf40284f29a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5869225Z [00:07:21.524]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatomic_waker-dc31e90de4869ae5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5929485Z [00:07:21.530]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/portable_atomic-2d9c9a047034df3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.5987705Z [00:07:21.536]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_channel-0a57987a945d3848.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6046243Z [00:07:21.542]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_bytes-1fcac6a970a2cc29.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6101569Z [00:07:21.547]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/libdumbpipe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6156448Z [00:07:21.553]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/libdumbpipe.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6211939Z [00:07:21.558]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6266720Z [00:07:21.564]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6324467Z [00:07:21.569]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6386056Z [00:07:21.576]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6442296Z [00:07:21.581]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6499472Z [00:07:21.587]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6556261Z [00:07:21.593]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-p256-armv8-asm-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6615233Z [00:07:21.598]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-chacha20_poly1305_armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6675809Z [00:07:21.605]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-aesv8-armx-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6735064Z [00:07:21.610]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a4019cc0736b0423-mem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6791729Z [00:07:21.616]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a0330e891e733f4e-p256-nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6850010Z [00:07:21.622]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a0330e891e733f4e-ecp_nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6909076Z [00:07:21.628]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-chacha-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.6968007Z [00:07:21.634]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a0330e891e733f4e-gfp_p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7026873Z [00:07:21.640]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/00c879ee3285a50d-montgomery.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7083158Z [00:07:21.645]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-aesv8-gcm-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7140279Z [00:07:21.651]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/aaa1ba3e455ee2e1-limbs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7199869Z [00:07:21.657]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a0330e891e733f4e-p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7255970Z [00:07:21.663]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/00c879ee3285a50d-montgomery_inv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7314419Z [00:07:21.668]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-sha256-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7373550Z [00:07:21.674]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a0330e891e733f4e-gfp_p384.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7430237Z [00:07:21.680]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/d5a9841f3dc6e253-poly1305.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7487171Z [00:07:21.686]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/25ac62e5b3c53843-curve25519.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7545192Z [00:07:21.692]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/0bbbd18bda93c05b-aes_nohw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7603978Z [00:07:21.697]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-armv8-mont-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7661565Z [00:07:21.703]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/libring_core_0_17_14_.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7718043Z [00:07:21.709]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-ghashv8-armx-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7777600Z [00:07:21.715]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/libring_core_0_17_14__test.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7835609Z [00:07:21.721]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/a4019cc0736b0423-constant_time_test.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7896387Z [00:07:21.727]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-ghash-neon-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.7956312Z [00:07:21.733]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-vpaes-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8014059Z [00:07:21.738]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/out/c322a0bcc369f531-sha512-armv8-linux64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8071080Z [00:07:21.744]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8127488Z [00:07:21.750]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ring-749bfa834ef8aea1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8182902Z [00:07:21.755]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-8f6d1ac8ae30e4d8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8239846Z [00:07:21.761]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-8f6d1ac8ae30e4d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8300268Z [00:07:21.767]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-8f6d1ac8ae30e4d8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8357700Z [00:07:21.773]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-8f6d1ac8ae30e4d8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8414727Z [00:07:21.778]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8472454Z [00:07:21.784]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8529084Z [00:07:21.790]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8587462Z [00:07:21.796]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8644994Z [00:07:21.802]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8702812Z [00:07:21.807]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-udp-fbe8786a02ba4206/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8761395Z [00:07:21.813]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-udp-fbe8786a02ba4206/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8820671Z [00:07:21.819]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-udp-fbe8786a02ba4206/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8879749Z [00:07:21.825]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-quinn-udp-fbe8786a02ba4206/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.8943402Z [00:07:21.831]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9003046Z [00:07:21.837]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9063971Z [00:07:21.843]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9124311Z [00:07:21.849]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9183193Z [00:07:21.855]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9243299Z [00:07:21.861]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9301424Z [00:07:21.867]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9357831Z [00:07:21.873]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9417377Z [00:07:21.879]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9476823Z [00:07:21.885]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9533891Z [00:07:21.890]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9589237Z [00:07:21.896]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9646470Z [00:07:21.902]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curve25519-dalek-1fcda1d3dbb31c3c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9704101Z [00:07:21.907]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curve25519-dalek-1fcda1d3dbb31c3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9761136Z [00:07:21.913]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curve25519-dalek-1fcda1d3dbb31c3c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9818396Z [00:07:21.919]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curve25519-dalek-1fcda1d3dbb31c3c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9879078Z [00:07:21.925]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9938473Z [00:07:21.931]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:22.9996879Z [00:07:21.937]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/out/a1edd97dd51cd48d-blake3_neon.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0052434Z [00:07:21.942]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/out/libblake3_neon.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0108981Z [00:07:21.948]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0166647Z [00:07:21.954]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/blake3-0e1145301edce798/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0224103Z [00:07:21.959]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/netwatch-1e305455d5987507/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0280539Z [00:07:21.965]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/netwatch-1e305455d5987507/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0342007Z [00:07:21.971]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/netwatch-1e305455d5987507/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0399543Z [00:07:21.977]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/netwatch-1e305455d5987507/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0457288Z [00:07:21.983]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0512469Z [00:07:21.988]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0569217Z [00:07:21.994]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0625077Z [00:07:21.999]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0683748Z [00:07:22.005]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-bc4244507cf9b899/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0741587Z [00:07:22.011]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-bc4244507cf9b899/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0803849Z [00:07:22.017]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-bc4244507cf9b899/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0863431Z [00:07:22.023]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-bc4244507cf9b899/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0920854Z [00:07:22.029]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-b5e8154c912765c0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.0978056Z [00:07:22.035]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-b5e8154c912765c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1034013Z [00:07:22.040]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-b5e8154c912765c0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1091389Z [00:07:22.046]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-b5e8154c912765c0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1149689Z [00:07:22.052]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1205310Z [00:07:22.057]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1263782Z [00:07:22.063]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1319246Z [00:07:22.069]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1377220Z [00:07:22.075]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-7a68de85fc37b5bf/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1434348Z [00:07:22.080]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-7a68de85fc37b5bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1490417Z [00:07:22.086]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-7a68de85fc37b5bf/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1546952Z [00:07:22.092]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustls-7a68de85fc37b5bf/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1603673Z [00:07:22.097]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-2b476e72a9f54af5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1661101Z [00:07:22.103]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-2b476e72a9f54af5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1719585Z [00:07:22.109]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-2b476e72a9f54af5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1780148Z [00:07:22.115]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/portable-atomic-2b476e72a9f54af5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1841354Z [00:07:22.121]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-d8343b113fe17cb4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1903202Z [00:07:22.127]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-d8343b113fe17cb4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.1962597Z [00:07:22.133]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-d8343b113fe17cb4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2020808Z [00:07:22.139]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/httparse-d8343b113fe17cb4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2078095Z [00:07:22.145]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2134272Z [00:07:22.150]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2192029Z [00:07:22.156]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2251542Z [00:07:22.162]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2308371Z [00:07:22.168]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-relay-1f4da9ad43c7c941/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2367187Z [00:07:22.174]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-relay-1f4da9ad43c7c941/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2426132Z [00:07:22.180]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-relay-1f4da9ad43c7c941/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2482633Z [00:07:22.185]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-relay-1f4da9ad43c7c941/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2542348Z [00:07:22.191]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-8c45f847ca6eee0e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2600185Z [00:07:22.197]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-8c45f847ca6eee0e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2657191Z [00:07:22.203]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-8c45f847ca6eee0e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2711997Z [00:07:22.208]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-8c45f847ca6eee0e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2768928Z [00:07:22.214]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-ecaf1097ed803883/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2825617Z [00:07:22.220]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-ecaf1097ed803883/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2885643Z [00:07:22.226]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-ecaf1097ed803883/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.2947364Z [00:07:22.232]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/iroh-ecaf1097ed803883/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3005783Z [00:07:22.238]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3061616Z [00:07:22.243]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3119280Z [00:07:22.249]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3174525Z [00:07:22.254]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3231191Z [00:07:22.260]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/n0-future-7560b1f084513198/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3286956Z [00:07:22.266]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/n0-future-7560b1f084513198/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3347257Z [00:07:22.272]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/n0-future-7560b1f084513198/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3404651Z [00:07:22.277]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/n0-future-7560b1f084513198/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3462637Z [00:07:22.283]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3517967Z [00:07:22.289]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3576150Z [00:07:22.295]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3634821Z [00:07:22.300]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3691827Z [00:07:22.306]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3751529Z [00:07:22.312]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3811462Z [00:07:22.318]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/out/context_tables.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3869882Z [00:07:22.324]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/out/precis_tables.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3926318Z [00:07:22.330]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/out/public.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.3984665Z [00:07:22.335]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4043261Z [00:07:22.341]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-core-546818f1c6cf16f6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4100408Z [00:07:22.347]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9d44bd8fa9af63bd/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4157615Z [00:07:22.353]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9d44bd8fa9af63bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4217659Z [00:07:22.359]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9d44bd8fa9af63bd/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4277195Z [00:07:22.365]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-9d44bd8fa9af63bd/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4337205Z [00:07:22.371]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pkarr-42d6a001e6088453/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4396514Z [00:07:22.377]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pkarr-42d6a001e6088453/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4456002Z [00:07:22.383]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pkarr-42d6a001e6088453/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4513889Z [00:07:22.388]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pkarr-42d6a001e6088453/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4572141Z [00:07:22.394]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4629668Z [00:07:22.400]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4685753Z [00:07:22.406]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/out/unicode_version.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4742150Z [00:07:22.411]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/out/bidi_class.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4798655Z [00:07:22.417]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/out/width_mapping.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4854332Z [00:07:22.422]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/out/space_separator.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4914312Z [00:07:22.428]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.4972619Z [00:07:22.434]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/precis-profiles-96d32a811387e267/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5030698Z [00:07:22.440]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/moka-a30a4aa75a51cdc5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5087650Z [00:07:22.446]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/moka-a30a4aa75a51cdc5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5145369Z [00:07:22.452]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/moka-a30a4aa75a51cdc5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5201643Z [00:07:22.457]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/moka-a30a4aa75a51cdc5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5258513Z [00:07:22.463]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5316081Z [00:07:22.469]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5374193Z [00:07:22.474]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5434175Z [00:07:22.480]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5491966Z [00:07:22.486]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-ee8b6421643d3b94/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5550649Z [00:07:22.492]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-ee8b6421643d3b94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5609062Z [00:07:22.498]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-ee8b6421643d3b94/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5666581Z [00:07:22.504]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-ee8b6421643d3b94/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5723223Z [00:07:22.509]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5779347Z [00:07:22.515]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/dumbpipe' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5839170Z [00:07:22.521]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-8e9f42e229b4acc4/lib-tower' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5897686Z [00:07:22.527]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-8e9f42e229b4acc4/lib-tower.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.5955095Z [00:07:22.533]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-8e9f42e229b4acc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6013353Z [00:07:22.538]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-8e9f42e229b4acc4/dep-lib-tower' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6070625Z [00:07:22.544]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-ec79b4d739e979c4/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6129099Z [00:07:22.550]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-ec79b4d739e979c4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6184424Z [00:07:22.555]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-ec79b4d739e979c4/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6241414Z [00:07:22.561]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-ec79b4d739e979c4/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6299316Z [00:07:22.567]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-bdd807037f26ad63/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6359481Z [00:07:22.573]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-bdd807037f26ad63/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6419359Z [00:07:22.579]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-bdd807037f26ad63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6477252Z [00:07:22.585]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-bdd807037f26ad63/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6533818Z [00:07:22.590]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-52bf11732c6968aa/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6588253Z [00:07:22.596]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-52bf11732c6968aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6646207Z [00:07:22.602]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-52bf11732c6968aa/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6703614Z [00:07:22.607]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-52bf11732c6968aa/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6760446Z [00:07:22.613]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/reqwest-14f238d487a5b1ea/lib-reqwest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6820670Z [00:07:22.619]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/reqwest-14f238d487a5b1ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6881518Z [00:07:22.625]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/reqwest-14f238d487a5b1ea/lib-reqwest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.6940830Z [00:07:22.631]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/reqwest-14f238d487a5b1ea/dep-lib-reqwest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7000067Z [00:07:22.637]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-94200a6905067ee1/lib-httparse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7057158Z [00:07:22.643]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-94200a6905067ee1/dep-lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7113848Z [00:07:22.648]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-94200a6905067ee1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7170302Z [00:07:22.654]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-94200a6905067ee1/lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7231166Z [00:07:22.660]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-service-4329eca1b006df20/lib-tower_service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7295704Z [00:07:22.666]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-service-4329eca1b006df20/dep-lib-tower_service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7357366Z [00:07:22.673]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-service-4329eca1b006df20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7418104Z [00:07:22.679]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-service-4329eca1b006df20/lib-tower_service.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7479067Z [00:07:22.685]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/universal-hash-ad41ea537e262be1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7540389Z [00:07:22.691]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/universal-hash-ad41ea537e262be1/lib-universal_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7602188Z [00:07:22.697]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/universal-hash-ad41ea537e262be1/lib-universal_hash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7663905Z [00:07:22.703]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/universal-hash-ad41ea537e262be1/dep-lib-universal_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7725823Z [00:07:22.710]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-2ba0fe2fb98afd6b/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7785557Z [00:07:22.716]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-2ba0fe2fb98afd6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7841070Z [00:07:22.721]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-2ba0fe2fb98afd6b/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7898668Z [00:07:22.727]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-2ba0fe2fb98afd6b/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.7957842Z [00:07:22.733]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/diatomic-waker-47827a37d2dc045c/dep-lib-diatomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8015900Z [00:07:22.739]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/diatomic-waker-47827a37d2dc045c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8072561Z [00:07:22.744]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/diatomic-waker-47827a37d2dc045c/lib-diatomic_waker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8130997Z [00:07:22.750]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/diatomic-waker-47827a37d2dc045c/lib-diatomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8188246Z [00:07:22.756]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8246110Z [00:07:22.762]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8301562Z [00:07:22.767]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-642a7af0b7d55966/lib-pnet_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8356998Z [00:07:22.773]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-642a7af0b7d55966/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8416293Z [00:07:22.779]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-642a7af0b7d55966/lib-pnet_base.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8478424Z [00:07:22.785]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_base-642a7af0b7d55966/dep-lib-pnet_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8539437Z [00:07:22.791]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-181269004b05f8ef/dep-lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8598976Z [00:07:22.797]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-181269004b05f8ef/lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8656992Z [00:07:22.803]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-181269004b05f8ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8713366Z [00:07:22.808]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-181269004b05f8ef/lib-stable_deref_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8771828Z [00:07:22.814]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/resolv-conf-471cf4706d7e8b5d/lib-resolv_conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8831923Z [00:07:22.820]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/resolv-conf-471cf4706d7e8b5d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8895903Z [00:07:22.826]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/resolv-conf-471cf4706d7e8b5d/lib-resolv_conf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.8956151Z [00:07:22.833]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/resolv-conf-471cf4706d7e8b5d/dep-lib-resolv_conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9015334Z [00:07:22.838]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3364b17df1ed541a/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9072839Z [00:07:22.844]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3364b17df1ed541a/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9130816Z [00:07:22.850]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3364b17df1ed541a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9186995Z [00:07:22.856]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3364b17df1ed541a/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9246506Z [00:07:22.862]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-c33f120df7f783bb/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9304941Z [00:07:22.867]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-c33f120df7f783bb/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9367425Z [00:07:22.874]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-c33f120df7f783bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9427490Z [00:07:22.880]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-c33f120df7f783bb/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9486440Z [00:07:22.886]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-749bfa834ef8aea1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9541776Z [00:07:22.891]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-749bfa834ef8aea1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9598019Z [00:07:22.897]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-605cf59a3be37f34/dep-lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9655320Z [00:07:22.902]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-605cf59a3be37f34/lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9712284Z [00:07:22.908]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-605cf59a3be37f34/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9771071Z [00:07:22.914]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-605cf59a3be37f34/lib-termcolor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9831073Z [00:07:22.920]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-rustls-2c58e7cd8c84a758/lib-hyper_rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9889243Z [00:07:22.926]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-rustls-2c58e7cd8c84a758/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:23.9946587Z [00:07:22.932]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-rustls-2c58e7cd8c84a758/dep-lib-hyper_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0004453Z [00:07:22.937]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-rustls-2c58e7cd8c84a758/lib-hyper_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0060159Z [00:07:22.943]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cordyceps-ab908b71c2e90c96/lib-cordyceps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0118599Z [00:07:22.949]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cordyceps-ab908b71c2e90c96/lib-cordyceps' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0176085Z [00:07:22.955]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cordyceps-ab908b71c2e90c96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0233118Z [00:07:22.960]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cordyceps-ab908b71c2e90c96/dep-lib-cordyceps' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0294026Z [00:07:22.966]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-c98148b3bfba9f4c/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0354121Z [00:07:22.972]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-c98148b3bfba9f4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0410895Z [00:07:22.978]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-c98148b3bfba9f4c/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0468054Z [00:07:22.984]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-c98148b3bfba9f4c/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0527059Z [00:07:22.990]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-09a27b98dd5ca11c/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0584811Z [00:07:22.995]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-09a27b98dd5ca11c/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0641696Z [00:07:23.001]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-09a27b98dd5ca11c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0697191Z [00:07:23.007]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-09a27b98dd5ca11c/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0757825Z [00:07:23.013]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ab6c7d49b614bf2d/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0816886Z [00:07:23.019]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ab6c7d49b614bf2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0873838Z [00:07:23.024]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ab6c7d49b614bf2d/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0930849Z [00:07:23.030]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ab6c7d49b614bf2d/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.0987441Z [00:07:23.036]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-115634fe059ab7e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1043383Z [00:07:23.041]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-115634fe059ab7e1/lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1098586Z [00:07:23.047]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-115634fe059ab7e1/dep-lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1156468Z [00:07:23.053]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-115634fe059ab7e1/lib-rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1211428Z [00:07:23.058]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-5c3d87b6329cc2fe/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1267144Z [00:07:23.064]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-5c3d87b6329cc2fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1322338Z [00:07:23.069]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-5c3d87b6329cc2fe/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1377341Z [00:07:23.075]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-5c3d87b6329cc2fe/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1433934Z [00:07:23.080]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-08330e8e9da79f3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1490493Z [00:07:23.086]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-08330e8e9da79f3e/lib-powerfmt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1548512Z [00:07:23.092]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-08330e8e9da79f3e/lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1606624Z [00:07:23.098]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-08330e8e9da79f3e/dep-lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1664004Z [00:07:23.103]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ntimestamp-ac5fe799176715e5/dep-lib-ntimestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1719621Z [00:07:23.109]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ntimestamp-ac5fe799176715e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1774716Z [00:07:23.114]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ntimestamp-ac5fe799176715e5/lib-ntimestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1828559Z [00:07:23.120]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ntimestamp-ac5fe799176715e5/lib-ntimestamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1887059Z [00:07:23.126]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-buffered-4f0309921022972d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1943730Z [00:07:23.131]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-buffered-4f0309921022972d/lib-futures_buffered' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.1999665Z [00:07:23.137]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-buffered-4f0309921022972d/lib-futures_buffered.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2055089Z [00:07:23.142]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-buffered-4f0309921022972d/dep-lib-futures_buffered' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2112774Z [00:07:23.148]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-util-ffba1bf0f31c17e7/lib-hyper_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2168928Z [00:07:23.154]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-util-ffba1bf0f31c17e7/dep-lib-hyper_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2227111Z [00:07:23.160]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-util-ffba1bf0f31c17e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2283610Z [00:07:23.165]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-util-ffba1bf0f31c17e7/lib-hyper_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2341064Z [00:07:23.171]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-7a72b47ac428dfac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2398757Z [00:07:23.177]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-7a72b47ac428dfac/lib-icu_locale_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2456953Z [00:07:23.183]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-7a72b47ac428dfac/lib-icu_locale_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2513851Z [00:07:23.188]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-7a72b47ac428dfac/dep-lib-icu_locale_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2570445Z [00:07:23.194]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-8f6d1ac8ae30e4d8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2627283Z [00:07:23.200]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-8f6d1ac8ae30e4d8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2685729Z [00:07:23.206]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2743797Z [00:07:23.211]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2800467Z [00:07:23.217]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-cff9f4a0d144c8c6/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2858860Z [00:07:23.223]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-cff9f4a0d144c8c6/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2917160Z [00:07:23.229]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-cff9f4a0d144c8c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.2975989Z [00:07:23.235]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-cff9f4a0d144c8c6/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3033841Z [00:07:23.240]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/md5-760fb6d6b83d936c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3089624Z [00:07:23.246]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/md5-760fb6d6b83d936c/lib-md5.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3148210Z [00:07:23.252]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/md5-760fb6d6b83d936c/lib-md5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3205421Z [00:07:23.258]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/md5-760fb6d6b83d936c/dep-lib-md5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3263098Z [00:07:23.263]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-5d37ecdbf820573f/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3319895Z [00:07:23.269]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-5d37ecdbf820573f/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3380486Z [00:07:23.275]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-5d37ecdbf820573f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3437465Z [00:07:23.281]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-5d37ecdbf820573f/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3496155Z [00:07:23.287]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-94993b03680be121/lib-crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3553986Z [00:07:23.292]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-94993b03680be121/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3611659Z [00:07:23.298]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-94993b03680be121/lib-crc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3668130Z [00:07:23.304]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-94993b03680be121/dep-lib-crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3725314Z [00:07:23.310]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-637411b9e28bce1d/lib-arrayvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3783205Z [00:07:23.315]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-637411b9e28bce1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3839704Z [00:07:23.321]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-637411b9e28bce1d/dep-lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3898622Z [00:07:23.327]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-637411b9e28bce1d/lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.3956699Z [00:07:23.333]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-fb4cce81cc4e7a11/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4011808Z [00:07:23.338]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-fb4cce81cc4e7a11/lib-futures_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4067399Z [00:07:23.344]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-fb4cce81cc4e7a11/dep-lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4123380Z [00:07:23.349]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-fb4cce81cc4e7a11/lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4178044Z [00:07:23.355]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/btparse-efb62fa5434f7ef3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4235146Z [00:07:23.360]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/btparse-efb62fa5434f7ef3/dep-lib-btparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4292235Z [00:07:23.366]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/btparse-efb62fa5434f7ef3/lib-btparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4348461Z [00:07:23.372]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/btparse-efb62fa5434f7ef3/lib-btparse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4406723Z [00:07:23.378]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inout-b772738d4635c5d3/lib-inout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4463897Z [00:07:23.383]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inout-b772738d4635c5d3/dep-lib-inout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4522261Z [00:07:23.389]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inout-b772738d4635c5d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4580069Z [00:07:23.395]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inout-b772738d4635c5d3/lib-inout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4638796Z [00:07:23.401]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serdect-3d1d5d37e323be7a/lib-serdect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4697763Z [00:07:23.407]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serdect-3d1d5d37e323be7a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4755020Z [00:07:23.413]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serdect-3d1d5d37e323be7a/dep-lib-serdect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4813010Z [00:07:23.418]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serdect-3d1d5d37e323be7a/lib-serdect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4871367Z [00:07:23.424]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-5c605dda8a5c400b/lib-netwatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4930386Z [00:07:23.430]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-5c605dda8a5c400b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.4989448Z [00:07:23.436]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-5c605dda8a5c400b/lib-netwatch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5049102Z [00:07:23.442]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-5c605dda8a5c400b/dep-lib-netwatch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5106567Z [00:07:23.448]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portmapper-6b1325830bd584c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5163655Z [00:07:23.453]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portmapper-6b1325830bd584c0/lib-portmapper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5221296Z [00:07:23.459]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portmapper-6b1325830bd584c0/lib-portmapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5279693Z [00:07:23.465]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portmapper-6b1325830bd584c0/dep-lib-portmapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5337515Z [00:07:23.471]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-b2a9813d3cf717bb/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5396304Z [00:07:23.477]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-b2a9813d3cf717bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5456959Z [00:07:23.483]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-b2a9813d3cf717bb/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5517063Z [00:07:23.489]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-b2a9813d3cf717bb/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5575497Z [00:07:23.495]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnet-0060f782ef258f6a/dep-lib-ipnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5632007Z [00:07:23.500]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnet-0060f782ef258f6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5689173Z [00:07:23.506]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnet-0060f782ef258f6a/lib-ipnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5745862Z [00:07:23.512]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ipnet-0060f782ef258f6a/lib-ipnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5803248Z [00:07:23.517]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-ea5fd55ce73e328d/bin-dumbpipe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5859673Z [00:07:23.523]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-ea5fd55ce73e328d/dep-bin-dumbpipe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5918593Z [00:07:23.529]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-ea5fd55ce73e328d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.5976228Z [00:07:23.535]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-ea5fd55ce73e328d/bin-dumbpipe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6031251Z [00:07:23.540]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-bcb4cd83b34a6e4b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6088077Z [00:07:23.546]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-bcb4cd83b34a6e4b/dep-lib-iroh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6144436Z [00:07:23.551]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-bcb4cd83b34a6e4b/lib-iroh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6201591Z [00:07:23.557]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-bcb4cd83b34a6e4b/lib-iroh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6258270Z [00:07:23.563]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-fd584d4c6835db3e/lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6316043Z [00:07:23.569]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-fd584d4c6835db3e/dep-lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6372494Z [00:07:23.574]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-fd584d4c6835db3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6429787Z [00:07:23.580]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-fd584d4c6835db3e/lib-futures_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6487114Z [00:07:23.586]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-2a9fb24458300216/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6545081Z [00:07:23.591]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-2a9fb24458300216/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6602192Z [00:07:23.597]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-2a9fb24458300216/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6658730Z [00:07:23.603]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-2a9fb24458300216/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6715070Z [00:07:23.609]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-f1de81f251d9dac4/lib-pnet_packet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6771344Z [00:07:23.614]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-f1de81f251d9dac4/lib-pnet_packet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6829147Z [00:07:23.620]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-f1de81f251d9dac4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6884939Z [00:07:23.625]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_packet-f1de81f251d9dac4/dep-lib-pnet_packet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.6944348Z [00:07:23.631]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/lib-subtle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7002236Z [00:07:23.637]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7063246Z [00:07:23.643]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/dep-lib-subtle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7121665Z [00:07:23.649]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/subtle-dac9a8b415f9f34b/lib-subtle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7179503Z [00:07:23.655]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-fbe8786a02ba4206/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7238239Z [00:07:23.661]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-fbe8786a02ba4206/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7298382Z [00:07:23.667]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-dd899871b8412409/lib-pin_project.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7358369Z [00:07:23.673]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-dd899871b8412409/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7419373Z [00:07:23.679]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-dd899871b8412409/dep-lib-pin_project' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7482145Z [00:07:23.685]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-dd899871b8412409/lib-pin_project' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7544826Z [00:07:23.691]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-8edc8a20bebef955/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7608844Z [00:07:23.698]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-8edc8a20bebef955/dep-lib-pkarr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7670736Z [00:07:23.704]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-8edc8a20bebef955/lib-pkarr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7733398Z [00:07:23.710]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-8edc8a20bebef955/lib-pkarr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7794537Z [00:07:23.716]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7852958Z [00:07:23.722]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7912281Z [00:07:23.728]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-b6eb71923764e55b/lib-ed25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.7970573Z [00:07:23.734]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-b6eb71923764e55b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8029794Z [00:07:23.740]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-b6eb71923764e55b/lib-ed25519_dalek.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8087999Z [00:07:23.746]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-b6eb71923764e55b/dep-lib-ed25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8146754Z [00:07:23.752]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-428d278e182a6747/dep-lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8202410Z [00:07:23.757]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-428d278e182a6747/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8260340Z [00:07:23.763]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-428d278e182a6747/lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8320759Z [00:07:23.769]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-428d278e182a6747/lib-icu_properties_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8382970Z [00:07:23.775]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simdutf8-2523c9db9b1c9c82/dep-lib-simdutf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8441311Z [00:07:23.781]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simdutf8-2523c9db9b1c9c82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8499199Z [00:07:23.787]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simdutf8-2523c9db9b1c9c82/lib-simdutf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8558181Z [00:07:23.793]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simdutf8-2523c9db9b1c9c82/lib-simdutf8.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8615677Z [00:07:23.798]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-3c5f2623af082ec6/lib-precis_profiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8673874Z [00:07:23.804]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-3c5f2623af082ec6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8731060Z [00:07:23.810]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-3c5f2623af082ec6/dep-lib-precis_profiles' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8788982Z [00:07:23.816]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-3c5f2623af082ec6/lib-precis_profiles' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8847249Z [00:07:23.822]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-stream-2170a1cf7c1b8b20/lib-tokio_stream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8906762Z [00:07:23.828]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-stream-2170a1cf7c1b8b20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.8964695Z [00:07:23.833]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-stream-2170a1cf7c1b8b20/dep-lib-tokio_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9023304Z [00:07:23.839]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-stream-2170a1cf7c1b8b20/lib-tokio_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9081726Z [00:07:23.845]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-d7b5441f636dd97a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9143034Z [00:07:23.851]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-d7b5441f636dd97a/dep-lib-ed25519' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9201469Z [00:07:23.857]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-d7b5441f636dd97a/lib-ed25519.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9258943Z [00:07:23.863]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ed25519-d7b5441f636dd97a/lib-ed25519' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9317901Z [00:07:23.869]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dyn-clone-d693bcf40284f29a/lib-dyn_clone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9377635Z [00:07:23.875]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dyn-clone-d693bcf40284f29a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9437142Z [00:07:23.881]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dyn-clone-d693bcf40284f29a/lib-dyn_clone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9499927Z [00:07:23.887]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dyn-clone-d693bcf40284f29a/dep-lib-dyn_clone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9559624Z [00:07:23.893]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_bytes-1fcac6a970a2cc29/dep-lib-serde_bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9618546Z [00:07:23.899]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_bytes-1fcac6a970a2cc29/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9677003Z [00:07:23.905]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_bytes-1fcac6a970a2cc29/lib-serde_bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9735830Z [00:07:23.911]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_bytes-1fcac6a970a2cc29/lib-serde_bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9794292Z [00:07:23.916]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9852930Z [00:07:23.922]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9912474Z [00:07:23.928]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/dep-lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:24.9971840Z [00:07:23.934]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zeroize-c718917f775825b3/lib-zeroize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0030916Z [00:07:23.940]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-snafu-2eeacb03d43c588f/lib-n0_snafu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0090133Z [00:07:23.946]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-snafu-2eeacb03d43c588f/dep-lib-n0_snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0148584Z [00:07:23.952]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-snafu-2eeacb03d43c588f/lib-n0_snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0206429Z [00:07:23.958]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-snafu-2eeacb03d43c588f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0265132Z [00:07:23.963]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-d6b920d71a8a522b/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0321203Z [00:07:23.969]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-d6b920d71a8a522b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0378736Z [00:07:23.975]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-d6b920d71a8a522b/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0441552Z [00:07:23.981]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-d6b920d71a8a522b/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0501902Z [00:07:23.987]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-c0df707ba162fe2a/lib-utf8_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0561419Z [00:07:23.993]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-c0df707ba162fe2a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0619521Z [00:07:23.999]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-c0df707ba162fe2a/lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0678733Z [00:07:24.005]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-c0df707ba162fe2a/dep-lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0737355Z [00:07:24.011]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0796246Z [00:07:24.017]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0854364Z [00:07:24.022]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_enum-f235d5d9e670fd2b/dep-lib-num_enum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0913417Z [00:07:24.028]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_enum-f235d5d9e670fd2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.0969471Z [00:07:24.034]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_enum-f235d5d9e670fd2b/lib-num_enum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1028565Z [00:07:24.040]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_enum-f235d5d9e670fd2b/lib-num_enum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1087104Z [00:07:24.046]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base32-6a3adb0080529794/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1146925Z [00:07:24.052]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base32-6a3adb0080529794/dep-lib-base32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1204867Z [00:07:24.057]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base32-6a3adb0080529794/lib-base32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1261826Z [00:07:24.063]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base32-6a3adb0080529794/lib-base32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1320728Z [00:07:24.069]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1380299Z [00:07:24.075]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1437822Z [00:07:24.081]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1497577Z [00:07:24.087]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1556126Z [00:07:24.093]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-ce81b9d179a5a20a/lib-object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1611926Z [00:07:24.098]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-ce81b9d179a5a20a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1667808Z [00:07:24.104]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-ce81b9d179a5a20a/lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1724441Z [00:07:24.109]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-ce81b9d179a5a20a/dep-lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1782847Z [00:07:24.115]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-metrics-42bf256d1bf00132/dep-lib-iroh_metrics' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1842148Z [00:07:24.121]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-metrics-42bf256d1bf00132/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1901940Z [00:07:24.127]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-metrics-42bf256d1bf00132/lib-iroh_metrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.1961391Z [00:07:24.133]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-metrics-42bf256d1bf00132/lib-iroh_metrics' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2020965Z [00:07:24.139]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-cf335dc78dc5b867/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2079340Z [00:07:24.145]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-cf335dc78dc5b867/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2140355Z [00:07:24.151]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d328be1877eac77b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2198473Z [00:07:24.157]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d328be1877eac77b/lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2256325Z [00:07:24.163]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d328be1877eac77b/dep-lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2315264Z [00:07:24.169]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d328be1877eac77b/lib-form_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2374178Z [00:07:24.174]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-61eabbc3ea3093e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2432241Z [00:07:24.180]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-61eabbc3ea3093e2/lib-icu_collections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2495529Z [00:07:24.186]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-61eabbc3ea3093e2/lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2554982Z [00:07:24.192]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-61eabbc3ea3093e2/dep-lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2614559Z [00:07:24.198]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-d8a28b8f9cdb9d4a/lib-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2673400Z [00:07:24.204]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-d8a28b8f9cdb9d4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2733718Z [00:07:24.210]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-d8a28b8f9cdb9d4a/dep-lib-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2792615Z [00:07:24.216]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-d8a28b8f9cdb9d4a/lib-sha1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2853757Z [00:07:24.222]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-ccd011a07037e724/dep-lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2913353Z [00:07:24.228]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-ccd011a07037e724/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.2971837Z [00:07:24.234]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-ccd011a07037e724/lib-parking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3029250Z [00:07:24.240]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-ccd011a07037e724/lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3089940Z [00:07:24.246]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-818f0311c0d77c57/lib-serde_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3151281Z [00:07:24.252]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-818f0311c0d77c57/dep-lib-serde_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3210292Z [00:07:24.258]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-818f0311c0d77c57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3271697Z [00:07:24.264]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-818f0311c0d77c57/lib-serde_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3330846Z [00:07:24.270]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3388993Z [00:07:24.276]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3448658Z [00:07:24.282]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3507963Z [00:07:24.288]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3567401Z [00:07:24.294]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-007d2142533ea5c8/dep-lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3625462Z [00:07:24.300]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-007d2142533ea5c8/lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3684891Z [00:07:24.305]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-007d2142533ea5c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3743333Z [00:07:24.311]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-007d2142533ea5c8/lib-time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3801758Z [00:07:24.317]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-4a8e8c591cd8f475/lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3859960Z [00:07:24.323]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-4a8e8c591cd8f475/dep-lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3918362Z [00:07:24.329]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-4a8e8c591cd8f475/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.3976483Z [00:07:24.335]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-4a8e8c591cd8f475/lib-uuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4034520Z [00:07:24.340]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4092932Z [00:07:24.346]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4150166Z [00:07:24.352]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4207256Z [00:07:24.358]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-d0f1cb20a3fcd1ba/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4262329Z [00:07:24.363]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simple-dns-28ff1c682a19c6cf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4318758Z [00:07:24.369]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simple-dns-28ff1c682a19c6cf/lib-simple_dns' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4376735Z [00:07:24.375]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simple-dns-28ff1c682a19c6cf/dep-lib-simple_dns' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4436226Z [00:07:24.381]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simple-dns-28ff1c682a19c6cf/lib-simple_dns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4497331Z [00:07:24.387]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-77f5c7507ffdfee3/lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4555096Z [00:07:24.392]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-77f5c7507ffdfee3/lib-gimli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4612964Z [00:07:24.398]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-77f5c7507ffdfee3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4669283Z [00:07:24.404]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-77f5c7507ffdfee3/dep-lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4729243Z [00:07:24.410]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stun-rs-e6d778c42d57fe4d/lib-stun_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4788277Z [00:07:24.416]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stun-rs-e6d778c42d57fe4d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4845366Z [00:07:24.421]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stun-rs-e6d778c42d57fe4d/dep-lib-stun_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4903049Z [00:07:24.427]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stun-rs-e6d778c42d57fe4d/lib-stun_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.4961613Z [00:07:24.433]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-1fcda1d3dbb31c3c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5019109Z [00:07:24.439]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-1fcda1d3dbb31c3c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5077122Z [00:07:24.445]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f4b7fb83988d9629/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5133709Z [00:07:24.450]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f4b7fb83988d9629/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5190206Z [00:07:24.456]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f4b7fb83988d9629/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5245963Z [00:07:24.462]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f4b7fb83988d9629/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5304885Z [00:07:24.467]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aead-007b5c94ee8f1afb/lib-aead' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5359503Z [00:07:24.473]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aead-007b5c94ee8f1afb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5417825Z [00:07:24.479]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aead-007b5c94ee8f1afb/lib-aead.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5476559Z [00:07:24.485]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aead-007b5c94ee8f1afb/dep-lib-aead' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5534346Z [00:07:24.490]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-0e1145301edce798/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5590848Z [00:07:24.496]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-0e1145301edce798/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5648181Z [00:07:24.502]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-1e305455d5987507/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5704305Z [00:07:24.507]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netwatch-1e305455d5987507/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5760519Z [00:07:24.513]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-052c2edd3afdcf95/lib-base64.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5818597Z [00:07:24.519]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-052c2edd3afdcf95/lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5875629Z [00:07:24.525]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-052c2edd3afdcf95/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5932836Z [00:07:24.530]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-052c2edd3afdcf95/dep-lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.5989967Z [00:07:24.536]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-84b17e4824980ba6/lib-tinystr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6047602Z [00:07:24.542]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-84b17e4824980ba6/dep-lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6105939Z [00:07:24.548]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-84b17e4824980ba6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6162470Z [00:07:24.553]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-84b17e4824980ba6/lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6217438Z [00:07:24.559]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-281f4515b67e572a/lib-futures_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6275322Z [00:07:24.564]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-281f4515b67e572a/dep-lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6332444Z [00:07:24.570]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-281f4515b67e572a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6387961Z [00:07:24.576]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-281f4515b67e572a/lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6446938Z [00:07:24.582]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-2f51de368a0924b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6505625Z [00:07:24.587]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-2f51de368a0924b1/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6562384Z [00:07:24.593]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-2f51de368a0924b1/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6618440Z [00:07:24.599]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-2f51de368a0924b1/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6677613Z [00:07:24.605]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base16ct-1191a87694c34d84/dep-lib-base16ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6736344Z [00:07:24.611]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base16ct-1191a87694c34d84/lib-base16ct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6793373Z [00:07:24.616]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base16ct-1191a87694c34d84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6850361Z [00:07:24.622]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base16ct-1191a87694c34d84/lib-base16ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6909197Z [00:07:24.628]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-7aa980f6245d1507/lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.6966223Z [00:07:24.634]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-7aa980f6245d1507/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7024015Z [00:07:24.639]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-7aa980f6245d1507/lib-lru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7081971Z [00:07:24.645]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-7aa980f6245d1507/dep-lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7139775Z [00:07:24.651]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-f07e1fe4e8b5f3ca/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7196486Z [00:07:24.657]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-f07e1fe4e8b5f3ca/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7254738Z [00:07:24.662]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-f07e1fe4e8b5f3ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7315953Z [00:07:24.669]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-f07e1fe4e8b5f3ca/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7373935Z [00:07:24.674]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7432946Z [00:07:24.680]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7492432Z [00:07:24.686]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-3bcfd63ff352ab07/lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7549413Z [00:07:24.692]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-3bcfd63ff352ab07/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7607581Z [00:07:24.698]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-3bcfd63ff352ab07/dep-lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7666395Z [00:07:24.704]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-3bcfd63ff352ab07/lib-deranged.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7724776Z [00:07:24.709]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-a15d4388465ceaaa/dep-lib-dumbpipe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7780715Z [00:07:24.715]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-a15d4388465ceaaa/lib-dumbpipe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7839504Z [00:07:24.721]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-a15d4388465ceaaa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7897541Z [00:07:24.727]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dumbpipe-a15d4388465ceaaa/lib-dumbpipe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.7956661Z [00:07:24.733]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-bc4244507cf9b899/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8015662Z [00:07:24.739]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-bc4244507cf9b899/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8074191Z [00:07:24.744]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-resolver-49e7a7cd34c68ebd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8133045Z [00:07:24.750]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-resolver-49e7a7cd34c68ebd/lib-hickory_resolver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8188568Z [00:07:24.756]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-resolver-49e7a7cd34c68ebd/lib-hickory_resolver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8246053Z [00:07:24.762]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-resolver-49e7a7cd34c68ebd/dep-lib-hickory_resolver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8304397Z [00:07:24.767]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-924f8882d91bfcb8/lib-iroh_relay' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8362215Z [00:07:24.773]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-924f8882d91bfcb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8419117Z [00:07:24.779]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-924f8882d91bfcb8/dep-lib-iroh_relay' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8476082Z [00:07:24.785]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-924f8882d91bfcb8/lib-iroh_relay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8534007Z [00:07:24.790]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-rustls-cbf577187c18170b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8592374Z [00:07:24.796]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-rustls-cbf577187c18170b/lib-tokio_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8650165Z [00:07:24.802]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-rustls-cbf577187c18170b/dep-lib-tokio_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8708723Z [00:07:24.808]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-rustls-cbf577187c18170b/lib-tokio_rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8766356Z [00:07:24.814]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-16983b591d51ba9d/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8822598Z [00:07:24.819]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-16983b591d51ba9d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8879886Z [00:07:24.825]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-16983b591d51ba9d/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8935880Z [00:07:24.831]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-16983b591d51ba9d/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.8994130Z [00:07:24.836]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-4774239b385d764c/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9050555Z [00:07:24.842]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-4774239b385d764c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9109358Z [00:07:24.848]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-4774239b385d764c/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9167139Z [00:07:24.854]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-4774239b385d764c/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9227215Z [00:07:24.860]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5e8154c912765c0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9285530Z [00:07:24.866]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5e8154c912765c0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9342387Z [00:07:24.871]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-b736c1318e43d1e9/lib-futures_task.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9401209Z [00:07:24.877]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-b736c1318e43d1e9/dep-lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9458978Z [00:07:24.883]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-b736c1318e43d1e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9514519Z [00:07:24.888]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-b736c1318e43d1e9/lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9572429Z [00:07:24.894]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2235325ef656c9c3/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9630547Z [00:07:24.900]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2235325ef656c9c3/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9687289Z [00:07:24.906]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2235325ef656c9c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9745237Z [00:07:24.912]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2235325ef656c9c3/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9802394Z [00:07:24.917]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bounded-integer-7bb7b49eeaaa83a9/lib-bounded_integer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9861546Z [00:07:24.923]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bounded-integer-7bb7b49eeaaa83a9/lib-bounded_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9921118Z [00:07:24.929]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bounded-integer-7bb7b49eeaaa83a9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:25.9981620Z [00:07:24.935]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bounded-integer-7bb7b49eeaaa83a9/dep-lib-bounded_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0042732Z [00:07:24.941]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-2a69bb24a0088007/lib-backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0103458Z [00:07:24.947]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-2a69bb24a0088007/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0160290Z [00:07:24.953]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-2a69bb24a0088007/dep-lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0217755Z [00:07:24.959]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-2a69bb24a0088007/lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0273724Z [00:07:24.964]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-backtrace-5af275f26727c090/lib-color_backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0329590Z [00:07:24.970]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-backtrace-5af275f26727c090/dep-lib-color_backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0389126Z [00:07:24.976]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-backtrace-5af275f26727c090/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0446479Z [00:07:24.982]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-backtrace-5af275f26727c090/lib-color_backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0507287Z [00:07:24.988]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-48cdbc4e75896a1d/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0564175Z [00:07:24.993]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-48cdbc4e75896a1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0620819Z [00:07:24.999]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-48cdbc4e75896a1d/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0676567Z [00:07:25.005]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-48cdbc4e75896a1d/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0736612Z [00:07:25.011]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-cb1a739ab1144c67/dep-lib-pnet_macros_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0794954Z [00:07:25.016]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-cb1a739ab1144c67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0852671Z [00:07:25.022]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-cb1a739ab1144c67/lib-pnet_macros_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0910431Z [00:07:25.028]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-cb1a739ab1144c67/lib-pnet_macros_support.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.0968380Z [00:07:25.034]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-8f372f0bbd3e9ecf/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1025323Z [00:07:25.040]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-8f372f0bbd3e9ecf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1081886Z [00:07:25.045]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-8f372f0bbd3e9ecf/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1138951Z [00:07:25.051]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-8f372f0bbd3e9ecf/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1197576Z [00:07:25.057]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5067c66476d82e5b/lib-enumflags2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1253029Z [00:07:25.062]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5067c66476d82e5b/lib-enumflags2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1308354Z [00:07:25.068]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5067c66476d82e5b/dep-lib-enumflags2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1364496Z [00:07:25.073]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5067c66476d82e5b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1420182Z [00:07:25.079]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-8481e5533ef63698/lib-potential_utf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1478271Z [00:07:25.085]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-8481e5533ef63698/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1534420Z [00:07:25.090]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-8481e5533ef63698/lib-potential_utf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1589526Z [00:07:25.096]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-8481e5533ef63698/dep-lib-potential_utf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1646122Z [00:07:25.102]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-ef3190d770f3a6f9/lib-derive_more.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1704168Z [00:07:25.107]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-ef3190d770f3a6f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1759257Z [00:07:25.113]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-ef3190d770f3a6f9/lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1818444Z [00:07:25.119]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-ef3190d770f3a6f9/dep-lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1876961Z [00:07:25.125]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-ed6e7404dfdcfec5/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1934163Z [00:07:25.130]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-ed6e7404dfdcfec5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.1990952Z [00:07:25.136]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-ed6e7404dfdcfec5/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2049249Z [00:07:25.142]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-ed6e7404dfdcfec5/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2104804Z [00:07:25.147]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-3d8456fb5155f0c1/dep-lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2160037Z [00:07:25.153]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-3d8456fb5155f0c1/lib-icu_provider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2217487Z [00:07:25.159]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-3d8456fb5155f0c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2274676Z [00:07:25.164]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-3d8456fb5155f0c1/lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2331780Z [00:07:25.170]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/surge-ping-7f8ce2b19cad9428/lib-surge_ping' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2389349Z [00:07:25.176]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/surge-ping-7f8ce2b19cad9428/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2449151Z [00:07:25.182]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/surge-ping-7f8ce2b19cad9428/dep-lib-surge_ping' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2508387Z [00:07:25.188]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/surge-ping-7f8ce2b19cad9428/lib-surge_ping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2569391Z [00:07:25.194]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/want-c416555cd8506078/lib-want.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2627266Z [00:07:25.200]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/want-c416555cd8506078/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2685534Z [00:07:25.206]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/want-c416555cd8506078/lib-want' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2744464Z [00:07:25.211]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/want-c416555cd8506078/dep-lib-want' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2801090Z [00:07:25.217]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-watcher-c76d5d61be334ba9/dep-lib-n0_watcher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2858543Z [00:07:25.223]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-watcher-c76d5d61be334ba9/lib-n0_watcher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2918335Z [00:07:25.229]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-watcher-c76d5d61be334ba9/lib-n0_watcher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.2977505Z [00:07:25.235]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-watcher-c76d5d61be334ba9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3035106Z [00:07:25.240]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-5e9cbedcc3b2c296/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3093235Z [00:07:25.246]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-5e9cbedcc3b2c296/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3150910Z [00:07:25.252]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-5e9cbedcc3b2c296/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3208410Z [00:07:25.258]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-5e9cbedcc3b2c296/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3266680Z [00:07:25.264]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-9a4df4053ea546f1/lib-iroh_quinn_udp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3322248Z [00:07:25.269]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-9a4df4053ea546f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3378476Z [00:07:25.275]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-9a4df4053ea546f1/lib-iroh_quinn_udp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3436946Z [00:07:25.281]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-9a4df4053ea546f1/dep-lib-iroh_quinn_udp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3494748Z [00:07:25.286]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-43d30a839a2568fb/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3552750Z [00:07:25.292]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-43d30a839a2568fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3609379Z [00:07:25.298]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-43d30a839a2568fb/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3667506Z [00:07:25.304]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/webpki-roots-43d30a839a2568fb/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3727285Z [00:07:25.310]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-5b4a8f372d7a35fc/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3783847Z [00:07:25.315]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-5b4a8f372d7a35fc/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3840217Z [00:07:25.321]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-5b4a8f372d7a35fc/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3896538Z [00:07:25.327]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-5b4a8f372d7a35fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.3955158Z [00:07:25.332]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-d3059a14802bc5e5/dep-lib-no_std_net' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4010209Z [00:07:25.338]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-d3059a14802bc5e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4067963Z [00:07:25.344]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-d3059a14802bc5e5/lib-no_std_net' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4123848Z [00:07:25.349]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/no-std-net-d3059a14802bc5e5/lib-no_std_net.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4183417Z [00:07:25.355]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/poly1305-50fa25f3d32111f1/lib-poly1305' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4239545Z [00:07:25.361]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/poly1305-50fa25f3d32111f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4299475Z [00:07:25.367]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/poly1305-50fa25f3d32111f1/dep-lib-poly1305' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4358521Z [00:07:25.373]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/poly1305-50fa25f3d32111f1/lib-poly1305.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4417931Z [00:07:25.379]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4475283Z [00:07:25.385]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4532499Z [00:07:25.390]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-d4e2a08f6289827b/lib-matchers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4588691Z [00:07:25.396]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-d4e2a08f6289827b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4647430Z [00:07:25.402]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-d4e2a08f6289827b/lib-matchers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4708242Z [00:07:25.408]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-d4e2a08f6289827b/dep-lib-matchers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4768155Z [00:07:25.414]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-91eb35c521f7c6c6/dep-lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4824856Z [00:07:25.419]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-91eb35c521f7c6c6/lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4881991Z [00:07:25.425]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-91eb35c521f7c6c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.4939100Z [00:07:25.431]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-91eb35c521f7c6c6/lib-zerofrom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5000095Z [00:07:25.437]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2d9c9a047034df3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5058938Z [00:07:25.443]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2d9c9a047034df3c/lib-portable_atomic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5116924Z [00:07:25.449]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2d9c9a047034df3c/dep-lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5173289Z [00:07:25.454]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2d9c9a047034df3c/lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5229900Z [00:07:25.460]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-b50b21060450434d/dep-lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5288220Z [00:07:25.466]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-b50b21060450434d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5346627Z [00:07:25.472]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-b50b21060450434d/lib-tinyvec_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5403145Z [00:07:25.477]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-b50b21060450434d/lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5463028Z [00:07:25.483]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-75640c935e9d3bdf/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5520585Z [00:07:25.489]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-75640c935e9d3bdf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5580101Z [00:07:25.495]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-75640c935e9d3bdf/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5640148Z [00:07:25.501]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-75640c935e9d3bdf/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5699348Z [00:07:25.507]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-483de3a401a14847/dep-lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5757478Z [00:07:25.513]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-483de3a401a14847/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5816105Z [00:07:25.519]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-483de3a401a14847/lib-pin_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5872755Z [00:07:25.524]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-483de3a401a14847/lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5930608Z [00:07:25.530]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httpdate-cf62c9ef8c051e12/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.5989591Z [00:07:25.536]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httpdate-cf62c9ef8c051e12/dep-lib-httpdate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6047059Z [00:07:25.542]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httpdate-cf62c9ef8c051e12/lib-httpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6103829Z [00:07:25.547]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httpdate-cf62c9ef8c051e12/lib-httpdate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6162622Z [00:07:25.553]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5d3e190fac51fca7/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6220713Z [00:07:25.559]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5d3e190fac51fca7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6278786Z [00:07:25.565]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5d3e190fac51fca7/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6336788Z [00:07:25.571]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5d3e190fac51fca7/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6395400Z [00:07:25.576]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-7a68de85fc37b5bf/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6454330Z [00:07:25.582]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-7a68de85fc37b5bf/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6514753Z [00:07:25.588]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2b476e72a9f54af5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6571516Z [00:07:25.594]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/portable-atomic-2b476e72a9f54af5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6629295Z [00:07:25.600]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-base-c4acf58a5fd3909c/dep-lib-iroh_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6685799Z [00:07:25.606]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-base-c4acf58a5fd3909c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6743195Z [00:07:25.611]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-base-c4acf58a5fd3909c/lib-iroh_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6799640Z [00:07:25.617]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-base-c4acf58a5fd3909c/lib-iroh_base.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6858142Z [00:07:25.623]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4c4467ea0e178db6/lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6917927Z [00:07:25.629]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4c4467ea0e178db6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.6977623Z [00:07:25.635]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4c4467ea0e178db6/dep-lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7038448Z [00:07:25.641]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4c4467ea0e178db6/lib-zerovec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7099355Z [00:07:25.647]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-c5d6cb63c4064f6b/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7158253Z [00:07:25.653]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-c5d6cb63c4064f6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7217881Z [00:07:25.659]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-c5d6cb63c4064f6b/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7277376Z [00:07:25.665]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-c5d6cb63c4064f6b/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7339638Z [00:07:25.671]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7402466Z [00:07:25.677]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7463878Z [00:07:25.683]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7525645Z [00:07:25.690]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7588546Z [00:07:25.696]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-3deaedab336be3c7/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7649916Z [00:07:25.702]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-3deaedab336be3c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7712826Z [00:07:25.708]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-3deaedab336be3c7/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7777399Z [00:07:25.715]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-3deaedab336be3c7/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7840004Z [00:07:25.721]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tagptr-90605262b1df377c/dep-lib-tagptr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7901217Z [00:07:25.727]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tagptr-90605262b1df377c/lib-tagptr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.7962291Z [00:07:25.733]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tagptr-90605262b1df377c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8020779Z [00:07:25.739]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tagptr-90605262b1df377c/lib-tagptr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8079145Z [00:07:25.745]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-424b8f793b684db8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8137056Z [00:07:25.751]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-424b8f793b684db8/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8194458Z [00:07:25.756]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-424b8f793b684db8/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8251150Z [00:07:25.762]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-424b8f793b684db8/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8307802Z [00:07:25.768]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-d8343b113fe17cb4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8365644Z [00:07:25.774]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/httparse-d8343b113fe17cb4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8422322Z [00:07:25.779]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-3e5990d9851b22cb/lib-thread_local.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8480304Z [00:07:25.785]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-3e5990d9851b22cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8539383Z [00:07:25.791]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-3e5990d9851b22cb/dep-lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8597047Z [00:07:25.797]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-3e5990d9851b22cb/lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8654008Z [00:07:25.802]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-c2ee65e3cb5c4914/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8712348Z [00:07:25.808]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-c2ee65e3cb5c4914/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8770929Z [00:07:25.814]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-c2ee65e3cb5c4914/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8833267Z [00:07:25.820]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-c2ee65e3cb5c4914/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8894001Z [00:07:25.826]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-06b3c7cbbf79f088/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.8956298Z [00:07:25.833]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-06b3c7cbbf79f088/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9016067Z [00:07:25.839]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-06b3c7cbbf79f088/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9077432Z [00:07:25.845]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-06b3c7cbbf79f088/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9137209Z [00:07:25.851]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-484910e88b79ad6b/dep-lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9199227Z [00:07:25.857]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-484910e88b79ad6b/lib-hyper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9262632Z [00:07:25.863]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-484910e88b79ad6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9326462Z [00:07:25.870]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hyper-484910e88b79ad6b/lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9389732Z [00:07:25.876]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-0588ce1d2a6a5702/dep-lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9454245Z [00:07:25.882]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-0588ce1d2a6a5702/lib-idna_adapter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9516634Z [00:07:25.889]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-0588ce1d2a6a5702/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9580086Z [00:07:25.895]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-0588ce1d2a6a5702/lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9643814Z [00:07:25.901]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-80483159b3954362/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9707589Z [00:07:25.908]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-80483159b3954362/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9768563Z [00:07:25.914]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-80483159b3954362/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9827678Z [00:07:25.920]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-80483159b3954362/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9885327Z [00:07:25.925]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/critical-section-641b233518e3ef96/dep-lib-critical_section' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9941084Z [00:07:25.931]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/critical-section-641b233518e3ef96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:26.9998033Z [00:07:25.937]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/critical-section-641b233518e3ef96/lib-critical_section' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0055456Z [00:07:25.942]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/critical-section-641b233518e3ef96/lib-critical_section.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0114013Z [00:07:25.948]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0171906Z [00:07:25.954]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0227862Z [00:07:25.960]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-sys-5fcdd4ae6ac719d4/dep-lib-netlink_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0284365Z [00:07:25.965]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-sys-5fcdd4ae6ac719d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0341819Z [00:07:25.971]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-sys-5fcdd4ae6ac719d4/lib-netlink_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0399899Z [00:07:25.977]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-sys-5fcdd4ae6ac719d4/lib-netlink_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0458669Z [00:07:25.983]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0515931Z [00:07:25.989]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0571939Z [00:07:25.994]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0629790Z [00:07:26.000]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0689625Z [00:07:26.006]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-816b4acae196eba2/lib-blake3.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0748911Z [00:07:26.012]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-816b4acae196eba2/dep-lib-blake3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0809190Z [00:07:26.018]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-816b4acae196eba2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0867946Z [00:07:26.024]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/blake3-816b4acae196eba2/lib-blake3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0923462Z [00:07:26.029]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayref-0af1d034175f6f6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.0979987Z [00:07:26.035]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayref-0af1d034175f6f6a/lib-arrayref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1036637Z [00:07:26.041]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayref-0af1d034175f6f6a/dep-lib-arrayref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1092983Z [00:07:26.046]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayref-0af1d034175f6f6a/lib-arrayref.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1150394Z [00:07:26.052]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atomic-waker-dc31e90de4869ae5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1208118Z [00:07:26.058]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atomic-waker-dc31e90de4869ae5/lib-atomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1264027Z [00:07:26.063]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atomic-waker-dc31e90de4869ae5/lib-atomic_waker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1323342Z [00:07:26.069]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atomic-waker-dc31e90de4869ae5/dep-lib-atomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1384492Z [00:07:26.075]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-ec2e2aa042a86d43/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1449054Z [00:07:26.082]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-ec2e2aa042a86d43/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1510196Z [00:07:26.088]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-ec2e2aa042a86d43/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1570089Z [00:07:26.094]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-ec2e2aa042a86d43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1630233Z [00:07:26.100]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1688775Z [00:07:26.106]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/dep-lib-untrusted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1751321Z [00:07:26.112]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/lib-untrusted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1811669Z [00:07:26.118]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/untrusted-57241b32d4b6e281/lib-untrusted.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1873627Z [00:07:26.124]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-138e7413cb4e3025/lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1936550Z [00:07:26.131]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-138e7413cb4e3025/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.1994039Z [00:07:26.136]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-138e7413cb4e3025/lib-writeable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2050562Z [00:07:26.142]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-138e7413cb4e3025/dep-lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2107955Z [00:07:26.148]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/z32-1c2254ea9b5313b9/lib-z32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2164948Z [00:07:26.153]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/z32-1c2254ea9b5313b9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2222550Z [00:07:26.159]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/z32-1c2254ea9b5313b9/lib-z32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2277472Z [00:07:26.165]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/z32-1c2254ea9b5313b9/dep-lib-z32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2334720Z [00:07:26.170]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-d1becb68ca55ebec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2390992Z [00:07:26.176]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-d1becb68ca55ebec/lib-netlink_packet_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2448129Z [00:07:26.182]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-d1becb68ca55ebec/lib-netlink_packet_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2506289Z [00:07:26.188]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-d1becb68ca55ebec/dep-lib-netlink_packet_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2563869Z [00:07:26.193]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netdev-53a5f97125370c3a/dep-lib-netdev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2621936Z [00:07:26.199]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netdev-53a5f97125370c3a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2677935Z [00:07:26.205]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netdev-53a5f97125370c3a/lib-netdev.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2735764Z [00:07:26.211]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netdev-53a5f97125370c3a/lib-netdev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2795323Z [00:07:26.216]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-1f4da9ad43c7c941/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2853874Z [00:07:26.222]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-relay-1f4da9ad43c7c941/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2912687Z [00:07:26.228]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.2972564Z [00:07:26.234]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3032143Z [00:07:26.240]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3088672Z [00:07:26.246]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-3f51a047db4e4540/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3146954Z [00:07:26.252]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-22b156ebe509c0ef/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3209368Z [00:07:26.258]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-22b156ebe509c0ef/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3269353Z [00:07:26.264]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-22b156ebe509c0ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3328345Z [00:07:26.270]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-22b156ebe509c0ef/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3386068Z [00:07:26.276]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3443167Z [00:07:26.281]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3500621Z [00:07:26.287]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3558150Z [00:07:26.293]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3617237Z [00:07:26.299]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-12304743149c15bd/dep-lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3675957Z [00:07:26.305]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-12304743149c15bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3734768Z [00:07:26.310]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-12304743149c15bd/lib-tracing_subscriber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3791599Z [00:07:26.316]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-12304743149c15bd/lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3851066Z [00:07:26.322]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-463f0850d7b329ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3909575Z [00:07:26.328]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-463f0850d7b329ea/lib-netlink_packet_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.3969349Z [00:07:26.334]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-463f0850d7b329ea/lib-netlink_packet_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4027801Z [00:07:26.340]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-463f0850d7b329ea/dep-lib-netlink_packet_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4088155Z [00:07:26.346]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-f2000024d9a1a0dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4145218Z [00:07:26.352]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-f2000024d9a1a0dc/lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4205923Z [00:07:26.358]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-f2000024d9a1a0dc/dep-lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4266000Z [00:07:26.364]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-f2000024d9a1a0dc/lib-tokio_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4326192Z [00:07:26.370]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-3fc853e878dc8531/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4387065Z [00:07:26.376]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-3fc853e878dc8531/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4447070Z [00:07:26.382]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-3fc853e878dc8531/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4505707Z [00:07:26.388]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-3fc853e878dc8531/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4565924Z [00:07:26.394]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-6dee1dcfe7af3cdd/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4626450Z [00:07:26.400]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-6dee1dcfe7af3cdd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4684234Z [00:07:26.405]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-6dee1dcfe7af3cdd/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4741912Z [00:07:26.411]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-6dee1dcfe7af3cdd/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4803176Z [00:07:26.417]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-websockets-f89af3c8d153d4c8/dep-lib-tokio_websockets' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4861702Z [00:07:26.423]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-websockets-f89af3c8d153d4c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4920045Z [00:07:26.429]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-websockets-f89af3c8d153d4c8/lib-tokio_websockets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.4977784Z [00:07:26.435]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-websockets-f89af3c8d153d4c8/lib-tokio_websockets' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5037231Z [00:07:26.441]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-64574bb35d9e44b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5094830Z [00:07:26.446]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-64574bb35d9e44b2/lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5151870Z [00:07:26.452]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-64574bb35d9e44b2/lib-icu_properties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5209247Z [00:07:26.458]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-64574bb35d9e44b2/dep-lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5268240Z [00:07:26.464]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-6e2f23234bb3ebfa/lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5324341Z [00:07:26.469]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-6e2f23234bb3ebfa/lib-sharded_slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5379924Z [00:07:26.475]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-6e2f23234bb3ebfa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5435994Z [00:07:26.481]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-6e2f23234bb3ebfa/dep-lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5493437Z [00:07:26.486]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d5bcf8d27409c074/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5552359Z [00:07:26.492]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d5bcf8d27409c074/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5611032Z [00:07:26.498]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d5bcf8d27409c074/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5667697Z [00:07:26.504]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d5bcf8d27409c074/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5727277Z [00:07:26.510]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/attohttpc-a53e1b48206127e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5785297Z [00:07:26.515]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/attohttpc-a53e1b48206127e2/lib-attohttpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5842287Z [00:07:26.521]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/attohttpc-a53e1b48206127e2/lib-attohttpc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5902348Z [00:07:26.527]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/attohttpc-a53e1b48206127e2/dep-lib-attohttpc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.5962024Z [00:07:26.533]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-49fc106a764f3188/lib-moka' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6021946Z [00:07:26.539]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-49fc106a764f3188/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6079713Z [00:07:26.545]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-49fc106a764f3188/lib-moka.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6135721Z [00:07:26.551]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-49fc106a764f3188/dep-lib-moka' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6192957Z [00:07:26.556]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-cdf777b26f626ac1/dep-lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6249429Z [00:07:26.562]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-cdf777b26f626ac1/lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6306759Z [00:07:26.568]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-cdf777b26f626ac1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6365177Z [00:07:26.574]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-cdf777b26f626ac1/lib-rustc_demangle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6424339Z [00:07:26.579]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-ac177c94b05ef04b/lib-n0_future' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6483119Z [00:07:26.585]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-ac177c94b05ef04b/lib-n0_future.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6539744Z [00:07:26.591]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-ac177c94b05ef04b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6598045Z [00:07:26.597]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-ac177c94b05ef04b/dep-lib-n0_future' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6657352Z [00:07:26.603]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-64abb771c6c5c081/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6713793Z [00:07:26.608]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-64abb771c6c5c081/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6773918Z [00:07:26.614]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-64abb771c6c5c081/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6831579Z [00:07:26.620]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-64abb771c6c5c081/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6888929Z [00:07:26.626]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/self_cell-71219146c77d5fb1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.6949506Z [00:07:26.632]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/self_cell-71219146c77d5fb1/lib-self_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7008521Z [00:07:26.638]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/self_cell-71219146c77d5fb1/lib-self_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7066707Z [00:07:26.644]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/self_cell-71219146c77d5fb1/dep-lib-self_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7125073Z [00:07:26.649]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-edf35c812772bb4c/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7180363Z [00:07:26.655]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-edf35c812772bb4c/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7235900Z [00:07:26.661]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-edf35c812772bb4c/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7293222Z [00:07:26.666]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-edf35c812772bb4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7351188Z [00:07:26.672]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-b89ecb3e610bae71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7408082Z [00:07:26.678]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-b89ecb3e610bae71/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7464928Z [00:07:26.684]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-b89ecb3e610bae71/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7524224Z [00:07:26.689]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-b89ecb3e610bae71/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7582489Z [00:07:26.695]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/dep-lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7639654Z [00:07:26.701]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/lib-rustls_native_certs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7696280Z [00:07:26.707]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7753649Z [00:07:26.712]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-d64614b0676f9bf2/lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7810355Z [00:07:26.718]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-8c45f847ca6eee0e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7868970Z [00:07:26.724]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-8c45f847ca6eee0e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7927312Z [00:07:26.730]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-cccec32555565ed9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.7985926Z [00:07:26.736]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-cccec32555565ed9/lib-sha2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8043734Z [00:07:26.741]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-cccec32555565ed9/dep-lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8103606Z [00:07:26.747]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-cccec32555565ed9/lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8164546Z [00:07:26.753]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-a9569c71711ee3fe/dep-lib-netlink_packet_route' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8222420Z [00:07:26.759]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-a9569c71711ee3fe/lib-netlink_packet_route.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8280249Z [00:07:26.765]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-a9569c71711ee3fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8337686Z [00:07:26.771]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-a9569c71711ee3fe/lib-netlink_packet_route' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8398148Z [00:07:26.777]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-46341eeeee5b87a2/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8455980Z [00:07:26.783]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-46341eeeee5b87a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8514482Z [00:07:26.788]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-46341eeeee5b87a2/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8571887Z [00:07:26.794]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-46341eeeee5b87a2/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8630324Z [00:07:26.800]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha256-67ff0ef493a730ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8688461Z [00:07:26.806]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha256-67ff0ef493a730ae/lib-hmac_sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8745443Z [00:07:26.812]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha256-67ff0ef493a730ae/lib-hmac_sha256.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8803471Z [00:07:26.817]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha256-67ff0ef493a730ae/dep-lib-hmac_sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8861602Z [00:07:26.823]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6176b4533d74f593/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8920604Z [00:07:26.829]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6176b4533d74f593/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.8979269Z [00:07:26.835]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6176b4533d74f593/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9037862Z [00:07:26.841]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6176b4533d74f593/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9096126Z [00:07:26.847]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-6d050a315129c8ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9153659Z [00:07:26.852]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-6d050a315129c8ad/lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9210209Z [00:07:26.858]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-6d050a315129c8ad/lib-allocator_api2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9268612Z [00:07:26.864]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-6d050a315129c8ad/dep-lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9329268Z [00:07:26.870]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/try-lock-076360893bc44938/dep-lib-try_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9390139Z [00:07:26.876]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/try-lock-076360893bc44938/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9449234Z [00:07:26.882]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/try-lock-076360893bc44938/lib-try_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9509857Z [00:07:26.888]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/try-lock-076360893bc44938/lib-try_lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9568704Z [00:07:26.894]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hostname-validator-d58dc5fb7a59bee1/lib-hostname_validator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9627886Z [00:07:26.900]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hostname-validator-d58dc5fb7a59bee1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9687327Z [00:07:26.906]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hostname-validator-d58dc5fb7a59bee1/lib-hostname_validator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9745386Z [00:07:26.912]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hostname-validator-d58dc5fb7a59bee1/dep-lib-hostname_validator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9804407Z [00:07:26.917]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-b267a33f360845cd/lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9869073Z [00:07:26.924]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-b267a33f360845cd/dep-lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9933291Z [00:07:26.930]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-b267a33f360845cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:27.9993105Z [00:07:26.936]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-b267a33f360845cd/lib-overload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0049845Z [00:07:26.942]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0107248Z [00:07:26.948]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0164881Z [00:07:26.953]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0222626Z [00:07:26.959]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0280352Z [00:07:26.965]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-5eb45aea266742a6/lib-crypto_secretbox' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0340739Z [00:07:26.971]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-5eb45aea266742a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0401056Z [00:07:26.977]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-5eb45aea266742a6/dep-lib-crypto_secretbox' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0459574Z [00:07:26.983]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-5eb45aea266742a6/lib-crypto_secretbox.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0519507Z [00:07:26.989]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-bc9773e6b563440e/dep-lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0577571Z [00:07:26.995]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-bc9773e6b563440e/lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0638221Z [00:07:27.001]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-bc9773e6b563440e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0694753Z [00:07:27.006]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-bc9773e6b563440e/lib-futures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0753642Z [00:07:27.012]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-eaf653fb767a7d8f/lib-heapless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0815053Z [00:07:27.019]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-eaf653fb767a7d8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0872568Z [00:07:27.024]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-eaf653fb767a7d8f/dep-lib-heapless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0931947Z [00:07:27.030]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-eaf653fb767a7d8f/lib-heapless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.0991765Z [00:07:27.036]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-b472a8649e0def1f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1050836Z [00:07:27.042]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-b472a8649e0def1f/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1108812Z [00:07:27.048]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-b472a8649e0def1f/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1166817Z [00:07:27.054]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-b472a8649e0def1f/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1223411Z [00:07:27.059]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-ecaf1097ed803883/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1280073Z [00:07:27.065]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-ecaf1097ed803883/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1338456Z [00:07:27.071]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-proto-c685aaecbbb26e97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1399416Z [00:07:27.077]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-proto-c685aaecbbb26e97/dep-lib-hickory_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1459792Z [00:07:27.083]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-proto-c685aaecbbb26e97/lib-hickory_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1516713Z [00:07:27.089]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hickory-proto-c685aaecbbb26e97/lib-hickory_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1577730Z [00:07:27.095]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/igd-next-7c00b6f1e5597a3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1637536Z [00:07:27.101]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/igd-next-7c00b6f1e5597a3e/lib-igd_next.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1693659Z [00:07:27.106]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/igd-next-7c00b6f1e5597a3e/dep-lib-igd_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1751576Z [00:07:27.112]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/igd-next-7c00b6f1e5597a3e/lib-igd_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1808722Z [00:07:27.118]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-12e9fd03a853c9b5/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1869461Z [00:07:27.124]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-12e9fd03a853c9b5/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1931742Z [00:07:27.130]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-12e9fd03a853c9b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.1988909Z [00:07:27.136]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-12e9fd03a853c9b5/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2047659Z [00:07:27.142]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-8906c423b6a5beb6/lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2107442Z [00:07:27.148]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-8906c423b6a5beb6/dep-lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2166321Z [00:07:27.154]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-8906c423b6a5beb6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2227501Z [00:07:27.160]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-8906c423b6a5beb6/lib-unicode_normalization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2284283Z [00:07:27.165]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-3dc04306c99035ab/lib-tracing_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2342207Z [00:07:27.171]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-3dc04306c99035ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2401187Z [00:07:27.177]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-3dc04306c99035ab/lib-tracing_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2459571Z [00:07:27.183]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-3dc04306c99035ab/dep-lib-tracing_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2521021Z [00:07:27.189]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2580124Z [00:07:27.195]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/dep-lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2639505Z [00:07:27.201]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2697548Z [00:07:27.207]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-32b177d942f63137/lib-openssl_probe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2755699Z [00:07:27.213]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4b4e97b36ffc770e/dep-lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2814570Z [00:07:27.218]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4b4e97b36ffc770e/lib-foldhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2875150Z [00:07:27.225]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4b4e97b36ffc770e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2936706Z [00:07:27.231]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4b4e97b36ffc770e/lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.2998906Z [00:07:27.237]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9781b3ee18d57fcc/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3061543Z [00:07:27.243]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9781b3ee18d57fcc/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3122548Z [00:07:27.249]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9781b3ee18d57fcc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3180994Z [00:07:27.255]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9781b3ee18d57fcc/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3240205Z [00:07:27.261]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/opaque-debug-59685552f1770f87/lib-opaque_debug.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3298988Z [00:07:27.267]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/opaque-debug-59685552f1770f87/dep-lib-opaque_debug' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3357867Z [00:07:27.273]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/opaque-debug-59685552f1770f87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3417180Z [00:07:27.279]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/opaque-debug-59685552f1770f87/lib-opaque_debug' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3475756Z [00:07:27.285]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-e0f45234f09dbdae/lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3533158Z [00:07:27.290]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-e0f45234f09dbdae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3590784Z [00:07:27.296]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-e0f45234f09dbdae/dep-lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3649484Z [00:07:27.302]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ring-e0f45234f09dbdae/lib-ring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3710045Z [00:07:27.308]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-a8af276e89b04aae/lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3772889Z [00:07:27.314]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-a8af276e89b04aae/lib-http_body.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3838378Z [00:07:27.321]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-a8af276e89b04aae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3896760Z [00:07:27.327]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-a8af276e89b04aae/dep-lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.3955040Z [00:07:27.332]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e9c9eac840587813/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4011612Z [00:07:27.338]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e9c9eac840587813/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4070807Z [00:07:27.344]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e9c9eac840587813/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4129869Z [00:07:27.350]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e9c9eac840587813/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4189018Z [00:07:27.356]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chacha20-09a2ed4a9d1fa396/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4248879Z [00:07:27.362]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chacha20-09a2ed4a9d1fa396/lib-chacha20.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4306071Z [00:07:27.368]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chacha20-09a2ed4a9d1fa396/dep-lib-chacha20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4360889Z [00:07:27.373]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chacha20-09a2ed4a9d1fa396/lib-chacha20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4418228Z [00:07:27.379]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-proto-099ce25714619010/lib-netlink_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4476725Z [00:07:27.385]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-proto-099ce25714619010/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4535088Z [00:07:27.390]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-proto-099ce25714619010/lib-netlink_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4592941Z [00:07:27.396]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/netlink-proto-099ce25714619010/dep-lib-netlink_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4650211Z [00:07:27.402]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4a2c73810f112ad7/lib-quoted_string_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4706992Z [00:07:27.408]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4a2c73810f112ad7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4765826Z [00:07:27.414]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4a2c73810f112ad7/dep-lib-quoted_string_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4824761Z [00:07:27.419]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4a2c73810f112ad7/lib-quoted_string_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4885105Z [00:07:27.425]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-07135408b2dcd40d/dep-lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.4945974Z [00:07:27.432]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-07135408b2dcd40d/lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5004581Z [00:07:27.437]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-07135408b2dcd40d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5063171Z [00:07:27.443]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-07135408b2dcd40d/lib-icu_normalizer_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5119260Z [00:07:27.449]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-0ab1d828d727d4ce/dep-lib-hmac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5176329Z [00:07:27.455]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-0ab1d828d727d4ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5234894Z [00:07:27.461]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-0ab1d828d727d4ce/lib-hmac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5290947Z [00:07:27.466]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-0ab1d828d727d4ce/lib-hmac.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5350024Z [00:07:27.472]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/data-encoding-2a42ee88ff19126a/lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5409769Z [00:07:27.478]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/data-encoding-2a42ee88ff19126a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5469119Z [00:07:27.484]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/data-encoding-2a42ee88ff19126a/dep-lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5525602Z [00:07:27.490]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/data-encoding-2a42ee88ff19126a/lib-data_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5581675Z [00:07:27.495]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1eb80a20d83af8f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5638320Z [00:07:27.501]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1eb80a20d83af8f0/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5695694Z [00:07:27.506]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1eb80a20d83af8f0/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5753770Z [00:07:27.512]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-1eb80a20d83af8f0/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5815429Z [00:07:27.518]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkcs8-b5b51ecde60bf514/lib-pkcs8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5876046Z [00:07:27.525]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkcs8-b5b51ecde60bf514/dep-lib-pkcs8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5936095Z [00:07:27.531]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkcs8-b5b51ecde60bf514/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.5996264Z [00:07:27.537]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkcs8-b5b51ecde60bf514/lib-pkcs8.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6054929Z [00:07:27.542]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-14eda0d4d72ca8ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6113911Z [00:07:27.548]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-14eda0d4d72ca8ca/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6173067Z [00:07:27.554]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-14eda0d4d72ca8ca/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6230934Z [00:07:27.560]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-14eda0d4d72ca8ca/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6290242Z [00:07:27.566]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-590eaf84cd70475f/lib-iroh_quinn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6349659Z [00:07:27.572]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-590eaf84cd70475f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6407465Z [00:07:27.578]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-590eaf84cd70475f/dep-lib-iroh_quinn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6465627Z [00:07:27.584]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-590eaf84cd70475f/lib-iroh_quinn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6523879Z [00:07:27.589]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6583046Z [00:07:27.595]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6645650Z [00:07:27.602]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-7909321d5f86d650/dep-lib-spin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6703067Z [00:07:27.607]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-7909321d5f86d650/lib-spin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6759937Z [00:07:27.613]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-7909321d5f86d650/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6820202Z [00:07:27.619]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spin-7909321d5f86d650/lib-spin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6881126Z [00:07:27.625]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.6944276Z [00:07:27.631]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7000621Z [00:07:27.637]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7059783Z [00:07:27.643]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7119562Z [00:07:27.649]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7178033Z [00:07:27.655]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7236881Z [00:07:27.661]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7294967Z [00:07:27.666]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7353935Z [00:07:27.672]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-e9afc8d71e773b81/lib-iroh_quinn_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7411603Z [00:07:27.678]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-e9afc8d71e773b81/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7467898Z [00:07:27.684]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-e9afc8d71e773b81/dep-lib-iroh_quinn_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7527096Z [00:07:27.690]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-e9afc8d71e773b81/lib-iroh_quinn_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7585575Z [00:07:27.695]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/snafu-6d3e112aecd378be/lib-snafu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7642674Z [00:07:27.701]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/snafu-6d3e112aecd378be/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7700081Z [00:07:27.707]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/snafu-6d3e112aecd378be/lib-snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7758150Z [00:07:27.713]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/snafu-6d3e112aecd378be/dep-lib-snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7816548Z [00:07:27.719]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-ae023faa50ee2fa2/lib-idna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7874176Z [00:07:27.724]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-ae023faa50ee2fa2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7934248Z [00:07:27.730]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-ae023faa50ee2fa2/dep-lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.7991972Z [00:07:27.736]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-ae023faa50ee2fa2/lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8051084Z [00:07:27.742]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xmltree-ef977360c71eb998/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8110249Z [00:07:27.748]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xmltree-ef977360c71eb998/lib-xmltree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8169032Z [00:07:27.754]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xmltree-ef977360c71eb998/dep-lib-xmltree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8227099Z [00:07:27.760]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xmltree-ef977360c71eb998/lib-xmltree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8286103Z [00:07:27.766]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backon-477244568944f3ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8344198Z [00:07:27.771]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backon-477244568944f3ef/lib-backon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8404108Z [00:07:27.777]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backon-477244568944f3ef/dep-lib-backon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8462750Z [00:07:27.783]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backon-477244568944f3ef/lib-backon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8525441Z [00:07:27.789]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-0a57987a945d3848/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8580480Z [00:07:27.795]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-0a57987a945d3848/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8639326Z [00:07:27.801]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-0a57987a945d3848/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8698286Z [00:07:27.807]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-0a57987a945d3848/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8759695Z [00:07:27.813]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hex-87d8e9ff3e8d6998/lib-hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8820393Z [00:07:27.819]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hex-87d8e9ff3e8d6998/dep-lib-hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8882639Z [00:07:27.825]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hex-87d8e9ff3e8d6998/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.8941981Z [00:07:27.831]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hex-87d8e9ff3e8d6998/lib-hex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9002459Z [00:07:27.837]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-8914423da22ff1ad/lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9060821Z [00:07:27.843]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-8914423da22ff1ad/dep-lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9118611Z [00:07:27.849]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-8914423da22ff1ad/lib-webpki.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9176565Z [00:07:27.855]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-webpki-8914423da22ff1ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9234586Z [00:07:27.860]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-ec3f8edbb7181c81/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9292916Z [00:07:27.866]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-ec3f8edbb7181c81/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9351148Z [00:07:27.872]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-ec3f8edbb7181c81/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9409208Z [00:07:27.878]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-ec3f8edbb7181c81/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9468750Z [00:07:27.884]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-06b09dd40020eb0e/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9525885Z [00:07:27.890]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-06b09dd40020eb0e/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9583873Z [00:07:27.895]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-06b09dd40020eb0e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9643804Z [00:07:27.901]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-06b09dd40020eb0e/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9760210Z [00:07:27.913]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/der-229fe2b5011b871d/lib-der.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9824137Z [00:07:27.919]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/der-229fe2b5011b871d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9883594Z [00:07:27.925]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/der-229fe2b5011b871d/lib-der' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:28.9946847Z [00:07:27.932]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/der-229fe2b5011b871d/dep-lib-der' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0013313Z [00:07:27.938]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-7560b1f084513198/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0075449Z [00:07:27.944]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/n0-future-7560b1f084513198/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0137305Z [00:07:27.951]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-63a07ad75ceec1e4/lib-icu_normalizer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0197609Z [00:07:27.957]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-63a07ad75ceec1e4/lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0258924Z [00:07:27.963]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-63a07ad75ceec1e4/dep-lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0321956Z [00:07:27.969]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-63a07ad75ceec1e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0380462Z [00:07:27.975]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cipher-700f8382c130a44a/lib-cipher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0438682Z [00:07:27.981]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cipher-700f8382c130a44a/lib-cipher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0496931Z [00:07:27.987]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cipher-700f8382c130a44a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0554728Z [00:07:27.992]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cipher-700f8382c130a44a/dep-lib-cipher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0612776Z [00:07:27.998]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-6db732beba927889/lib-precis_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0673298Z [00:07:28.004]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-6db732beba927889/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0733016Z [00:07:28.010]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-6db732beba927889/dep-lib-precis_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0792605Z [00:07:28.016]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-6db732beba927889/lib-precis_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0853173Z [00:07:28.022]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5cab6305ffd178d8/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0914532Z [00:07:28.028]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5cab6305ffd178d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.0975765Z [00:07:28.035]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5cab6305ffd178d8/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1035030Z [00:07:28.040]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5cab6305ffd178d8/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1095308Z [00:07:28.046]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-a7e6202e1db30669/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1154417Z [00:07:28.052]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-a7e6202e1db30669/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1214179Z [00:07:28.058]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-a7e6202e1db30669/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1272816Z [00:07:28.064]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-a7e6202e1db30669/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1330970Z [00:07:28.070]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-9a3dffe5758c2941/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1391141Z [00:07:28.076]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-9a3dffe5758c2941/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1448377Z [00:07:28.082]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-9a3dffe5758c2941/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1506632Z [00:07:28.088]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-9a3dffe5758c2941/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1564872Z [00:07:28.093]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-750219b13961a307/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1622460Z [00:07:28.099]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-750219b13961a307/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1679946Z [00:07:28.105]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-750219b13961a307/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1735897Z [00:07:28.111]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-750219b13961a307/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1794763Z [00:07:28.116]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-55d5fe34054f942a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1853379Z [00:07:28.122]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-55d5fe34054f942a/lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1911534Z [00:07:28.128]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-55d5fe34054f942a/lib-addr2line.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.1969949Z [00:07:28.134]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-55d5fe34054f942a/dep-lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2029730Z [00:07:28.140]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-d5e35517a25d103b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2087988Z [00:07:28.146]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-d5e35517a25d103b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2147158Z [00:07:28.152]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-479997047c5ab8a4/lib-litemap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2204186Z [00:07:28.157]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-479997047c5ab8a4/dep-lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2262514Z [00:07:28.163]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-479997047c5ab8a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2322106Z [00:07:28.169]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-479997047c5ab8a4/lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2383682Z [00:07:28.175]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-56d4bc77859cf30e/lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2442771Z [00:07:28.181]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-56d4bc77859cf30e/lib-rustls_platform_verifier.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2502556Z [00:07:28.187]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-56d4bc77859cf30e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2561003Z [00:07:28.193]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-56d4bc77859cf30e/dep-lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2619964Z [00:07:28.199]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-988f3dec381af8dd/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2677693Z [00:07:28.205]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-988f3dec381af8dd/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2736980Z [00:07:28.211]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-988f3dec381af8dd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2798106Z [00:07:28.217]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-988f3dec381af8dd/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2858209Z [00:07:28.223]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-96266b31d8cceb62/dep-lib-hash32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2915802Z [00:07:28.229]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-96266b31d8cceb62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.2972719Z [00:07:28.234]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-96266b31d8cceb62/lib-hash32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3028492Z [00:07:28.240]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-96266b31d8cceb62/lib-hash32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3087399Z [00:07:28.246]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-546818f1c6cf16f6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3148185Z [00:07:28.252]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-core-546818f1c6cf16f6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3208512Z [00:07:28.258]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/salsa20-d16407556f878b09/dep-lib-salsa20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3267595Z [00:07:28.264]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/salsa20-d16407556f878b09/lib-salsa20.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3325305Z [00:07:28.270]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/salsa20-d16407556f878b09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3385266Z [00:07:28.275]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/salsa20-d16407556f878b09/lib-salsa20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3443807Z [00:07:28.281]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-http-76e6e351597177d8/dep-lib-tower_http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3503209Z [00:07:28.287]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-http-76e6e351597177d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3562401Z [00:07:28.293]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-http-76e6e351597177d8/lib-tower_http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3621120Z [00:07:28.299]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-http-76e6e351597177d8/lib-tower_http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3679551Z [00:07:28.305]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spki-01c22409e5acdd6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3739613Z [00:07:28.311]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spki-01c22409e5acdd6a/lib-spki.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3801000Z [00:07:28.317]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spki-01c22409e5acdd6a/lib-spki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3862155Z [00:07:28.323]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/spki-01c22409e5acdd6a/dep-lib-spki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3920247Z [00:07:28.329]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cobs-53191173a4e05405/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.3978440Z [00:07:28.335]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cobs-53191173a4e05405/lib-cobs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4037273Z [00:07:28.341]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cobs-53191173a4e05405/dep-lib-cobs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4096439Z [00:07:28.347]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cobs-53191173a4e05405/lib-cobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4153937Z [00:07:28.352]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64ct-5b64c090563ca8d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4211163Z [00:07:28.358]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64ct-5b64c090563ca8d3/lib-base64ct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4268622Z [00:07:28.364]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64ct-5b64c090563ca8d3/dep-lib-base64ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4326352Z [00:07:28.370]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64ct-5b64c090563ca8d3/lib-base64ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4385445Z [00:07:28.376]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-hash-dec9a6be2f71d2d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4442975Z [00:07:28.381]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-hash-dec9a6be2f71d2d5/lib-rustc_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4501468Z [00:07:28.387]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-hash-dec9a6be2f71d2d5/dep-lib-rustc_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4560045Z [00:07:28.393]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-hash-dec9a6be2f71d2d5/lib-rustc_hash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4617513Z [00:07:28.399]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-util-90ccde79c14745c8/lib-http_body_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4674568Z [00:07:28.404]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-util-90ccde79c14745c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4731199Z [00:07:28.410]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-util-90ccde79c14745c8/lib-http_body_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4789108Z [00:07:28.416]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/http-body-util-90ccde79c14745c8/dep-lib-http_body_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4848103Z [00:07:28.422]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-b30375d380431714/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4906757Z [00:07:28.428]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-b30375d380431714/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.4963488Z [00:07:28.433]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-b30375d380431714/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5019840Z [00:07:28.439]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-b30375d380431714/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5079301Z [00:07:28.445]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-dbc834bde5cb4456/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5138557Z [00:07:28.451]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-dbc834bde5cb4456/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5196190Z [00:07:28.457]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-dbc834bde5cb4456/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5252897Z [00:07:28.462]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-dbc834bde5cb4456/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5309240Z [00:07:28.468]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-d34a7b54f31a6ed8/lib-derive_more.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5368040Z [00:07:28.474]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-d34a7b54f31a6ed8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5426931Z [00:07:28.480]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-d34a7b54f31a6ed8/lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5486224Z [00:07:28.486]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/derive_more-d34a7b54f31a6ed8/dep-lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5545600Z [00:07:28.492]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-aaf3b3137c640ded/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5601577Z [00:07:28.497]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-aaf3b3137c640ded/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5659113Z [00:07:28.503]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-aaf3b3137c640ded/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5716748Z [00:07:28.509]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-aaf3b3137c640ded/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5773389Z [00:07:28.514]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-catalog-0db5416c9d6ca27b/lib-crc_catalog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5829789Z [00:07:28.520]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-catalog-0db5416c9d6ca27b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5888491Z [00:07:28.526]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-catalog-0db5416c9d6ca27b/lib-crc_catalog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.5946132Z [00:07:28.532]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc-catalog-0db5416c9d6ca27b/dep-lib-crc_catalog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6003040Z [00:07:28.537]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9d44bd8fa9af63bd/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6058492Z [00:07:28.543]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9d44bd8fa9af63bd/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6114304Z [00:07:28.548]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/postcard-ba593978eb8422ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6170905Z [00:07:28.554]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/postcard-ba593978eb8422ba/dep-lib-postcard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6230237Z [00:07:28.560]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/postcard-ba593978eb8422ba/lib-postcard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6288742Z [00:07:28.566]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/postcard-ba593978eb8422ba/lib-postcard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6345671Z [00:07:28.572]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xml-rs-3d7e5295565a9f55/dep-lib-xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6403641Z [00:07:28.577]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xml-rs-3d7e5295565a9f55/lib-xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6462848Z [00:07:28.583]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xml-rs-3d7e5295565a9f55/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6525212Z [00:07:28.589]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xml-rs-3d7e5295565a9f55/lib-xml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6584490Z [00:07:28.595]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-72599bcf2e36fbf0/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6641044Z [00:07:28.601]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-72599bcf2e36fbf0/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6699303Z [00:07:28.607]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-72599bcf2e36fbf0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6758050Z [00:07:28.613]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-72599bcf2e36fbf0/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6818952Z [00:07:28.619]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6877699Z [00:07:28.625]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6936833Z [00:07:28.631]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.6994685Z [00:07:28.636]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7053328Z [00:07:28.642]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/constant_time_eq-ac980a4d58e59373/lib-constant_time_eq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7113721Z [00:07:28.648]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/constant_time_eq-ac980a4d58e59373/dep-lib-constant_time_eq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7174282Z [00:07:28.654]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/constant_time_eq-ac980a4d58e59373/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7233761Z [00:07:28.660]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/constant_time_eq-ac980a4d58e59373/lib-constant_time_eq.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7291025Z [00:07:28.666]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-7dcf00220c86b8e5/lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7347975Z [00:07:28.672]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-7dcf00220c86b8e5/dep-lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7405253Z [00:07:28.678]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-7dcf00220c86b8e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7462557Z [00:07:28.683]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-7dcf00220c86b8e5/lib-tracing_log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7520095Z [00:07:28.689]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signature-c38d4c234a6229f2/dep-lib-signature' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7577826Z [00:07:28.695]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signature-c38d4c234a6229f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7636290Z [00:07:28.701]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signature-c38d4c234a6229f2/lib-signature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7693059Z [00:07:28.706]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signature-c38d4c234a6229f2/lib-signature' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7749385Z [00:07:28.712]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/const-oid-e751e86787e15843/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7805978Z [00:07:28.718]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/const-oid-e751e86787e15843/lib-const_oid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7863747Z [00:07:28.723]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/const-oid-e751e86787e15843/lib-const_oid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7922031Z [00:07:28.729]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/const-oid-e751e86787e15843/dep-lib-const_oid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.7982136Z [00:07:28.735]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d2d46426a1cec1b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8040140Z [00:07:28.741]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d2d46426a1cec1b/dep-lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8097272Z [00:07:28.747]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d2d46426a1cec1b/lib-fallible_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8155694Z [00:07:28.753]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d2d46426a1cec1b/lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8213681Z [00:07:28.758]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-14ff7600e3f9b107/lib-yoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8268990Z [00:07:28.764]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-14ff7600e3f9b107/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8326119Z [00:07:28.770]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-14ff7600e3f9b107/dep-lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8381473Z [00:07:28.775]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-14ff7600e3f9b107/lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8440238Z [00:07:28.781]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-62ccb0b1f0fec255/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8496738Z [00:07:28.787]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-62ccb0b1f0fec255/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8552807Z [00:07:28.792]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-62ccb0b1f0fec255/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8608232Z [00:07:28.798]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-62ccb0b1f0fec255/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8665393Z [00:07:28.803]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/h2-01fe2308d241af0c/lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8722600Z [00:07:28.809]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/h2-01fe2308d241af0c/lib-h2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8780235Z [00:07:28.815]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/h2-01fe2308d241af0c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8837836Z [00:07:28.821]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/h2-01fe2308d241af0c/dep-lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8897378Z [00:07:28.827]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_box-f94d52795d9900a7/lib-crypto_box.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.8954836Z [00:07:28.832]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_box-f94d52795d9900a7/dep-lib-crypto_box' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9011785Z [00:07:28.838]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_box-f94d52795d9900a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9070540Z [00:07:28.844]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto_box-f94d52795d9900a7/lib-crypto_box' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9130380Z [00:07:28.850]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8d590ed3959f25dd/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9189378Z [00:07:28.856]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8d590ed3959f25dd/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9248017Z [00:07:28.862]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8d590ed3959f25dd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9307603Z [00:07:28.868]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8d590ed3959f25dd/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9364664Z [00:07:28.873]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-84fe902797f9d363/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9421760Z [00:07:28.879]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-84fe902797f9d363/lib-url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9479742Z [00:07:28.885]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-84fe902797f9d363/dep-lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9535425Z [00:07:28.891]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-84fe902797f9d363/lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9594198Z [00:07:28.896]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-ba1538573adcd650/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9651790Z [00:07:28.902]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-ba1538573adcd650/dep-lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9707927Z [00:07:28.908]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-ba1538573adcd650/lib-tinyvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9763748Z [00:07:28.913]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-ba1538573adcd650/lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9820926Z [00:07:28.919]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9878292Z [00:07:28.925]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9934880Z [00:07:28.931]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:29.9993419Z [00:07:28.936]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0049831Z [00:07:28.942]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-71411bef60f7df93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0108948Z [00:07:28.948]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-71411bef60f7df93/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0166817Z [00:07:28.954]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-71411bef60f7df93/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0221348Z [00:07:28.959]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-71411bef60f7df93/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0278735Z [00:07:28.965]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-42d6a001e6088453/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0336442Z [00:07:28.971]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pkarr-42d6a001e6088453/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0393792Z [00:07:28.976]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-f8b5667ca92a83d7/dep-lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0451924Z [00:07:28.982]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-f8b5667ca92a83d7/lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0509933Z [00:07:28.988]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-f8b5667ca92a83d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0568931Z [00:07:28.994]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-f8b5667ca92a83d7/lib-futures_sink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0627726Z [00:07:29.000]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-b56e08890f921670/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0686204Z [00:07:29.006]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-b56e08890f921670/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0744143Z [00:07:29.011]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-b56e08890f921670/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0800015Z [00:07:29.017]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-b56e08890f921670/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0858547Z [00:07:29.023]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1_smol-3814fc46e91cab77/lib-sha1_smol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0916654Z [00:07:29.029]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1_smol-3814fc46e91cab77/lib-sha1_smol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.0973564Z [00:07:29.034]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1_smol-3814fc46e91cab77/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1030862Z [00:07:29.040]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1_smol-3814fc46e91cab77/dep-lib-sha1_smol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1087857Z [00:07:29.046]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-bbacbb8b6b5a9f2a/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1143882Z [00:07:29.051]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-bbacbb8b6b5a9f2a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1202645Z [00:07:29.057]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-bbacbb8b6b5a9f2a/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1258751Z [00:07:29.063]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-bbacbb8b6b5a9f2a/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1318564Z [00:07:29.069]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-96d32a811387e267/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1374564Z [00:07:29.074]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/precis-profiles-96d32a811387e267/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1431243Z [00:07:29.080]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/dep-lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1487129Z [00:07:29.086]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1547027Z [00:07:29.092]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/lib-rustls_pki_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1605114Z [00:07:29.097]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-6dfd1f04dd4cb017/lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1663447Z [00:07:29.103]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c016ee4dfce50d3e/lib-zerotrie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1721689Z [00:07:29.109]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c016ee4dfce50d3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1778580Z [00:07:29.115]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c016ee4dfce50d3e/lib-zerotrie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1835853Z [00:07:29.121]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c016ee4dfce50d3e/dep-lib-zerotrie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1892851Z [00:07:29.126]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iri-string-feb36f9908e54020/lib-iri_string.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.1950881Z [00:07:29.132]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iri-string-feb36f9908e54020/dep-lib-iri_string' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2008699Z [00:07:29.138]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iri-string-feb36f9908e54020/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2067791Z [00:07:29.144]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iri-string-feb36f9908e54020/lib-iri_string' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2125604Z [00:07:29.150]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-7fcfeb60b28a9737/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2182767Z [00:07:29.155]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-7fcfeb60b28a9737/lib-futures_executor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2241597Z [00:07:29.161]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-7fcfeb60b28a9737/lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2300913Z [00:07:29.167]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-7fcfeb60b28a9737/dep-lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2359511Z [00:07:29.173]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-b2411704cc1a8de9/lib-curve25519_dalek.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2417780Z [00:07:29.179]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-b2411704cc1a8de9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2476693Z [00:07:29.185]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-b2411704cc1a8de9/dep-lib-curve25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2535031Z [00:07:29.190]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-b2411704cc1a8de9/lib-curve25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2593272Z [00:07:29.196]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-compat-6d4f3534fcc98995/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2650987Z [00:07:29.202]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-compat-6d4f3534fcc98995/lib-async_compat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2707348Z [00:07:29.208]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-compat-6d4f3534fcc98995/lib-async_compat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2765009Z [00:07:29.213]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-compat-6d4f3534fcc98995/dep-lib-async_compat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2823207Z [00:07:29.219]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-004860a008a6d3ed/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2881393Z [00:07:29.225]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-004860a008a6d3ed/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2939142Z [00:07:29.231]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-004860a008a6d3ed/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.2997680Z [00:07:29.237]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-004860a008a6d3ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3055897Z [00:07:29.243]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-layer-8ad2c7acb34380d7/lib-tower_layer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3113483Z [00:07:29.248]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-layer-8ad2c7acb34380d7/lib-tower_layer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3170640Z [00:07:29.254]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-layer-8ad2c7acb34380d7/dep-lib-tower_layer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3228684Z [00:07:29.260]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tower-layer-8ad2c7acb34380d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3287033Z [00:07:29.266]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-b3cdd79bb8eff96c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3344087Z [00:07:29.271]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-b3cdd79bb8eff96c/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3402882Z [00:07:29.277]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-b3cdd79bb8eff96c/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3461019Z [00:07:29.283]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-b3cdd79bb8eff96c/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3520862Z [00:07:29.289]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-a30a4aa75a51cdc5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3580620Z [00:07:29.295]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/moka-a30a4aa75a51cdc5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3638902Z [00:07:29.301]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-5fa951e0879b9aa6/lib-futures_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3698228Z [00:07:29.307]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-5fa951e0879b9aa6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3755351Z [00:07:29.313]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-5fa951e0879b9aa6/lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3813298Z [00:07:29.318]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-5fa951e0879b9aa6/dep-lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3870176Z [00:07:29.324]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-6d8421c5cc908708/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3927461Z [00:07:29.330]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-6d8421c5cc908708/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.3985813Z [00:07:29.336]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-6d8421c5cc908708/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4044587Z [00:07:29.341]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-6d8421c5cc908708/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4103585Z [00:07:29.347]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4161343Z [00:07:29.353]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4218599Z [00:07:29.359]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sync_wrapper-d5eecf6e022aceba/lib-sync_wrapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4278022Z [00:07:29.365]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sync_wrapper-d5eecf6e022aceba/lib-sync_wrapper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4337081Z [00:07:29.371]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sync_wrapper-d5eecf6e022aceba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4394383Z [00:07:29.376]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sync_wrapper-d5eecf6e022aceba/dep-lib-sync_wrapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4451575Z [00:07:29.382]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha1-f22a5489dbf0dd2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4508478Z [00:07:29.388]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha1-f22a5489dbf0dd2b/dep-lib-hmac_sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4566504Z [00:07:29.394]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha1-f22a5489dbf0dd2b/lib-hmac_sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4625549Z [00:07:29.399]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hmac-sha1-f22a5489dbf0dd2b/lib-hmac_sha1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4682543Z [00:07:29.405]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-ee8b6421643d3b94/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4738549Z [00:07:29.411]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-ee8b6421643d3b94/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4795541Z [00:07:29.417]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-a67b6a1521666e46/dep-lib-pem_rfc7468' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4852477Z [00:07:29.422]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-a67b6a1521666e46/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4909454Z [00:07:29.428]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-a67b6a1521666e46/lib-pem_rfc7468' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.4966859Z [00:07:29.434]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-a67b6a1521666e46/lib-pem_rfc7468.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5022612Z [00:07:29.439]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5080764Z [00:07:29.445]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/unicode_xid-6223cf11377a0a74.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5139374Z [00:07:29.451]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/enum_as_inner-7c2373234d679360.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5198087Z [00:07:29.457]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libiroh_metrics_derive-17a7a11ac568ca75.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5257669Z [00:07:29.463]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libzerofrom_derive-d91ad30a286af849.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5315084Z [00:07:29.469]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5371569Z [00:07:29.474]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5426578Z [00:07:29.480]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/der_derive-4dc3696d5c73663d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5482268Z [00:07:29.485]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5538574Z [00:07:29.491]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5597176Z [00:07:29.497]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libdocument_features-71fc5693dee8a080.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5655538Z [00:07:29.503]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5716448Z [00:07:29.509]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/autocfg-dd487200042bcaa5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5773759Z [00:07:29.514]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/librustc_version-1afe3d5c6aa255f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5835200Z [00:07:29.521]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5896311Z [00:07:29.527]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/librustc_version-1afe3d5c6aa255f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.5958298Z [00:07:29.533]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_lite-638748fe043351ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6019813Z [00:07:29.539]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-4d30e4a14f4502a4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6080319Z [00:07:29.545]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6139667Z [00:07:29.551]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/liblitrs-c951a8e04f2aaa48.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6195621Z [00:07:29.557]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libhashbrown-cea012a6ea310bef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6252876Z [00:07:29.562]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6314368Z [00:07:29.568]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6373460Z [00:07:29.574]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/hashbrown-cea012a6ea310bef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6430860Z [00:07:29.580]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/num_enum_derive-bb2c6e1161225e65.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6487590Z [00:07:29.586]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6544382Z [00:07:29.591]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libprecis_tools-bc80daf674d00577.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6601935Z [00:07:29.597]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libnum_enum_derive-bb2c6e1161225e65.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6658676Z [00:07:29.603]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libnested_enum_utils-b4161b7655478a37.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6716563Z [00:07:29.609]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libprecis_tools-bc80daf674d00577.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6774472Z [00:07:29.614]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/regex_automata-431abf3406028730.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6830150Z [00:07:29.620]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6888436Z [00:07:29.626]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/displaydoc-2cda825c857eaedf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.6945672Z [00:07:29.632]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpnet_macros-863d9bb0c3d35948.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7004121Z [00:07:29.637]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/thiserror_impl-1712852f24a7f3ee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7059478Z [00:07:29.643]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7114956Z [00:07:29.649]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libwinnow-6060f1a69a14ba69.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7169648Z [00:07:29.654]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest-0063239265cef665.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7226556Z [00:07:29.660]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/liblazy_static-8ab3bcbf16f86a71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7286490Z [00:07:29.666]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror_impl-1712852f24a7f3ee.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7345888Z [00:07:29.672]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7401623Z [00:07:29.677]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/nested_enum_utils-b4161b7655478a37.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7459906Z [00:07:29.683]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcc-ad080019cc874bb7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7519051Z [00:07:29.689]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest-0063239265cef665.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7577603Z [00:07:29.695]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_derive-92b2351a99efe9c1.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7636412Z [00:07:29.701]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7694184Z [00:07:29.706]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libzerovec_derive-72a3d9efe0de33cb.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7753049Z [00:07:29.712]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libindexmap-ab4a20f1db92e44e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7809379Z [00:07:29.718]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7866719Z [00:07:29.724]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/thiserror-2676f245fc7b4d34.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7924923Z [00:07:29.730]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror_impl-0e4347ba7ea5feda.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.7982646Z [00:07:29.735]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pin_project_internal-68c51e56de636fd5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8042937Z [00:07:29.741]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/cfg_aliases-1b48fbda41281916.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8098921Z [00:07:29.747]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/semver-e452ddb0d2405bf2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8158097Z [00:07:29.753]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8218493Z [00:07:29.759]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtoml_datetime-7c5935e27a7aa82e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8274190Z [00:07:29.764]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_parse-a6184ac0fb449182.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8331527Z [00:07:29.770]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8388766Z [00:07:29.776]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8445413Z [00:07:29.782]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/clap_derive-6d236e2a479a2a28.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8503123Z [00:07:29.787]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/ucd_trie-45487be857ef9841.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8561253Z [00:07:29.793]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8618762Z [00:07:29.799]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libder_derive-4dc3696d5c73663d.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8677827Z [00:07:29.805]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/rustc_version-1afe3d5c6aa255f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8737478Z [00:07:29.811]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/regex_lite-638748fe043351ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8794931Z [00:07:29.817]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8853301Z [00:07:29.822]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro_crate-3ffcf27fadf118ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8909529Z [00:07:29.828]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_xid-6223cf11377a0a74.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.8966492Z [00:07:29.834]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/futures_macro-c16d72c85657b36c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9021243Z [00:07:29.839]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_meta-7981540ac19bec24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9079341Z [00:07:29.845]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/rustversion-0d4b169a5d5fc745.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9139412Z [00:07:29.851]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/tokio_macros-b43a51346cb67c71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9200598Z [00:07:29.857]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_lite-638748fe043351ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9259315Z [00:07:29.863]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpostcard_derive-9545aef5146effb5.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9320798Z [00:07:29.869]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_generator-4815e7275e928794.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9381043Z [00:07:29.875]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_trie-45487be857ef9841.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9441134Z [00:07:29.881]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9501235Z [00:07:29.887]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_automata-431abf3406028730.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9563077Z [00:07:29.893]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/document_features-71fc5693dee8a080.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9623033Z [00:07:29.899]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9682349Z [00:07:29.905]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9742451Z [00:07:29.911]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9802660Z [00:07:29.917]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtoml_edit-ef0efe30e35073d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9861250Z [00:07:29.923]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/async_trait-b6a5bf63b3476124.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9918528Z [00:07:29.929]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/toml_datetime-7c5935e27a7aa82e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:30.9975534Z [00:07:29.935]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/strum_macros-691884fc254cf8b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0032334Z [00:07:29.940]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0090036Z [00:07:29.946]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcc-ad080019cc874bb7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0147438Z [00:07:29.952]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pnet_macros-863d9bb0c3d35948.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0205382Z [00:07:29.958]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/liblitrs-c951a8e04f2aaa48.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0263005Z [00:07:29.963]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/enumflags2_derive-84dcc7575a4d3c1b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0321028Z [00:07:29.969]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0379366Z [00:07:29.975]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libclap_derive-6d236e2a479a2a28.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0437429Z [00:07:29.981]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/syn-486f1d8eaeacf440.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0495292Z [00:07:29.987]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/toml_edit-ef0efe30e35073d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0552919Z [00:07:29.992]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libenumflags2_derive-84dcc7575a4d3c1b.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0610537Z [00:07:29.998]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/tracing_attributes-e6fced03c3294a21.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0670671Z [00:07:30.004]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libyoke_derive-6e21e5200106e02d.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0730864Z [00:07:30.010]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libderive_more_impl-4bf68ae35396de7f.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0788776Z [00:07:30.016]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/regex-1958bf3c21d4d9cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0846229Z [00:07:30.022]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/zerovec_derive-72a3d9efe0de33cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0902722Z [00:07:30.027]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/paste-fbdf26ac509ef3cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.0959817Z [00:07:30.033]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libhashbrown-cea012a6ea310bef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1017953Z [00:07:30.039]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/litrs-c951a8e04f2aaa48.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1076634Z [00:07:30.045]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpin_project_internal-68c51e56de636fd5.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1137300Z [00:07:30.051]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libstrum_macros-691884fc254cf8b7.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1197020Z [00:07:30.057]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/regex_syntax-5bc4fd853bb1c4e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1256021Z [00:07:30.063]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro_crate-3ffcf27fadf118ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1315474Z [00:07:30.069]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/synstructure-005fb73acf99c322.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1372616Z [00:07:30.074]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1429951Z [00:07:30.080]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pest_generator-4815e7275e928794.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1487373Z [00:07:30.086]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libderive_more_impl-c04d7be98c2d7c50.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1543806Z [00:07:30.091]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/yoke_derive-6e21e5200106e02d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1600515Z [00:07:30.097]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsemver-e452ddb0d2405bf2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1658920Z [00:07:30.103]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/postcard_derive-9545aef5146effb5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1718851Z [00:07:30.109]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtokio_macros-b43a51346cb67c71.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1777293Z [00:07:30.115]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/liblazy_static-8ab3bcbf16f86a71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1833463Z [00:07:30.120]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libfutures_macro-c16d72c85657b36c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1889340Z [00:07:30.126]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsnafu_derive-8d23f7f93b81b37f.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.1946262Z [00:07:30.132]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/aho_corasick-26278da5437a0dbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2003559Z [00:07:30.137]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pest-0063239265cef665.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2062768Z [00:07:30.143]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libenum_as_inner-7c2373234d679360.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2122667Z [00:07:30.149]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/thiserror_impl-0e4347ba7ea5feda.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2180775Z [00:07:30.155]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2238539Z [00:07:30.161]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex-1958bf3c21d4d9cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2299583Z [00:07:30.167]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtoml_edit-ef0efe30e35073d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2359203Z [00:07:30.173]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2420457Z [00:07:30.179]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pest_derive-92b2351a99efe9c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2479590Z [00:07:30.185]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/lazy_static-8ab3bcbf16f86a71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2537358Z [00:07:30.191]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_meta-7981540ac19bec24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2595070Z [00:07:30.196]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/ucd_parse-a6184ac0fb449182.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2655042Z [00:07:30.202]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/serde_derive-a1746215afdd097e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2715643Z [00:07:30.209]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2775904Z [00:07:30.215]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/pest_meta-7981540ac19bec24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2835775Z [00:07:30.221]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2895627Z [00:07:30.227]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/derive_more_impl-c04d7be98c2d7c50.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.2953376Z [00:07:30.232]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3012309Z [00:07:30.238]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror-2676f245fc7b4d34.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3072592Z [00:07:30.244]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/memchr-cf453270fe03ac87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3136378Z [00:07:30.251]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libwinnow-6060f1a69a14ba69.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3196658Z [00:07:30.257]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3256737Z [00:07:30.263]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/cc-ad080019cc874bb7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3317385Z [00:07:30.269]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/indexmap-ab4a20f1db92e44e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3378617Z [00:07:30.275]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libaho_corasick-26278da5437a0dbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3439051Z [00:07:30.281]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3499234Z [00:07:30.287]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3559161Z [00:07:30.293]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsyn-4d30e4a14f4502a4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3619686Z [00:07:30.299]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libindexmap-ab4a20f1db92e44e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3680604Z [00:07:30.305]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/zerofrom_derive-d91ad30a286af849.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3740865Z [00:07:30.311]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/syn-4d30e4a14f4502a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3800489Z [00:07:30.317]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3859847Z [00:07:30.323]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtracing_attributes-e6fced03c3294a21.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3918743Z [00:07:30.329]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libthiserror-2676f245fc7b4d34.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.3977060Z [00:07:30.335]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/equivalent-b5ddd993fdca60cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4033010Z [00:07:30.340]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/iroh_metrics_derive-17a7a11ac568ca75.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4090382Z [00:07:30.346]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4146521Z [00:07:30.352]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/precis_tools-bc80daf674d00577.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4204497Z [00:07:30.357]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_trie-45487be857ef9841.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4263170Z [00:07:30.363]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libasync_trait-b6a5bf63b3476124.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4324509Z [00:07:30.369]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libregex_automata-431abf3406028730.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4385429Z [00:07:30.376]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/snafu_derive-8d23f7f93b81b37f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4445188Z [00:07:30.382]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/winnow-6060f1a69a14ba69.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4505151Z [00:07:30.387]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libtoml_datetime-7c5935e27a7aa82e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4566431Z [00:07:30.394]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4626957Z [00:07:30.400]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libsemver-e452ddb0d2405bf2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4686920Z [00:07:30.406]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libpest_generator-4815e7275e928794.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4744693Z [00:07:30.412]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libunicode_xid-6223cf11377a0a74.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4801724Z [00:07:30.417]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/libucd_parse-a6184ac0fb449182.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4859730Z [00:07:30.423]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/proc_macro_crate-3ffcf27fadf118ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4919656Z [00:07:30.429]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/deps/derive_more_impl-4bf68ae35396de7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.4981145Z [00:07:30.435]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-0d7c6462b3d4f26f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5041025Z [00:07:30.441]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-0d7c6462b3d4f26f/build_script_build-0d7c6462b3d4f26f' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5101444Z [00:07:30.447]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-0d7c6462b3d4f26f/build_script_build-0d7c6462b3d4f26f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5161425Z [00:07:30.453]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-relay-fafef6256d375175/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5220947Z [00:07:30.459]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-relay-fafef6256d375175/build_script_build-fafef6256d375175.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5282328Z [00:07:30.465]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-relay-fafef6256d375175/build_script_build-fafef6256d375175' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5343857Z [00:07:30.471]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5404306Z [00:07:30.477]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5464016Z [00:07:30.483]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5522556Z [00:07:30.489]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5579633Z [00:07:30.495]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5639334Z [00:07:30.501]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5694766Z [00:07:30.506]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5752155Z [00:07:30.512]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5810834Z [00:07:30.518]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5867356Z [00:07:30.524]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5924717Z [00:07:30.529]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/httparse-4ac93d21321a352d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.5982318Z [00:07:30.535]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/httparse-4ac93d21321a352d/build_script_build-4ac93d21321a352d' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6041407Z [00:07:30.541]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/httparse-4ac93d21321a352d/build_script_build-4ac93d21321a352d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6100509Z [00:07:30.547]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build_script_build-cec2e4d6a0ae3d09' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6158703Z [00:07:30.553]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6215515Z [00:07:30.559]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build_script_build-cec2e4d6a0ae3d09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6273943Z [00:07:30.564]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6332507Z [00:07:30.570]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6391869Z [00:07:30.576]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6452252Z [00:07:30.582]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build_script_build-dc949403cf2232eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6511822Z [00:07:30.588]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6571548Z [00:07:30.594]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-dc949403cf2232eb/build_script_build-dc949403cf2232eb' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6633680Z [00:07:30.600]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6693200Z [00:07:30.606]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6755127Z [00:07:30.612]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6818108Z [00:07:30.619]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6880386Z [00:07:30.625]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.6941522Z [00:07:30.631]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7003376Z [00:07:30.637]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7064351Z [00:07:30.643]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build_script_build-8b96b2378aae5583.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7123696Z [00:07:30.649]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build_script_build-8b96b2378aae5583' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7181287Z [00:07:30.655]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/curve25519-dalek-f9ac97148f94078f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7239766Z [00:07:30.661]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/curve25519-dalek-f9ac97148f94078f/build_script_build-f9ac97148f94078f' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7299728Z [00:07:30.667]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/curve25519-dalek-f9ac97148f94078f/build_script_build-f9ac97148f94078f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7357866Z [00:07:30.673]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/serde-01a483d1d3baad60/build_script_build-01a483d1d3baad60' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7416981Z [00:07:30.679]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/serde-01a483d1d3baad60/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7473306Z [00:07:30.684]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/serde-01a483d1d3baad60/build_script_build-01a483d1d3baad60.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7530961Z [00:07:30.690]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7587770Z [00:07:30.696]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7644030Z [00:07:30.701]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/out/version.expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7702449Z [00:07:30.707]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7760933Z [00:07:30.713]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7821428Z [00:07:30.719]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7881664Z [00:07:30.725]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.7943880Z [00:07:30.731]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8002814Z [00:07:30.737]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/syn-c3cb5f55fe8a7f37/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8064885Z [00:07:30.743]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8124011Z [00:07:30.749]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8182347Z [00:07:30.755]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8243687Z [00:07:30.761]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/moka-7b7506a81e49a655/build_script_build-7b7506a81e49a655' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8303624Z [00:07:30.767]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/moka-7b7506a81e49a655/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8364287Z [00:07:30.773]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/moka-7b7506a81e49a655/build_script_build-7b7506a81e49a655.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8425684Z [00:07:30.780]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-52500f805f8c430c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8487120Z [00:07:30.786]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-52500f805f8c430c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8547080Z [00:07:30.792]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-52500f805f8c430c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8605400Z [00:07:30.798]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-52500f805f8c430c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8662932Z [00:07:30.803]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/getrandom-10fa8410f7f0385b/build_script_build-10fa8410f7f0385b' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8721014Z [00:07:30.809]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/getrandom-10fa8410f7f0385b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8781949Z [00:07:30.815]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/getrandom-10fa8410f7f0385b/build_script_build-10fa8410f7f0385b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8842666Z [00:07:30.821]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8901087Z [00:07:30.827]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.8957750Z [00:07:30.833]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9016437Z [00:07:30.839]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/pkarr-691782bd093690a6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9075424Z [00:07:30.844]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/pkarr-691782bd093690a6/build_script_build-691782bd093690a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9134017Z [00:07:30.850]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/pkarr-691782bd093690a6/build_script_build-691782bd093690a6' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9193754Z [00:07:30.856]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9250998Z [00:07:30.862]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9307345Z [00:07:30.868]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9364233Z [00:07:30.873]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9418951Z [00:07:30.879]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9474482Z [00:07:30.884]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9529137Z [00:07:30.890]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/netwatch-656b03089ed609af/build_script_build-656b03089ed609af' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9587199Z [00:07:30.896]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/netwatch-656b03089ed609af/build_script_build-656b03089ed609af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9640649Z [00:07:30.901]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/netwatch-656b03089ed609af/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9698668Z [00:07:30.907]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9754684Z [00:07:30.912]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9813467Z [00:07:30.918]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9869491Z [00:07:30.924]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-profiles-223a6802421d9962/build_script_build-223a6802421d9962.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9925940Z [00:07:30.930]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-profiles-223a6802421d9962/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:31.9980901Z [00:07:30.935]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-profiles-223a6802421d9962/build_script_build-223a6802421d9962' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0037922Z [00:07:30.941]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-4f1759251d99a731/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0094442Z [00:07:30.946]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-4f1759251d99a731/build_script_build-4f1759251d99a731.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0149586Z [00:07:30.952]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/semver-4f1759251d99a731/build_script_build-4f1759251d99a731' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0204135Z [00:07:30.957]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/blake3-882e63f64ba438dd/build_script_build-882e63f64ba438dd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0259677Z [00:07:30.963]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/blake3-882e63f64ba438dd/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0317452Z [00:07:30.969]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/blake3-882e63f64ba438dd/build_script_build-882e63f64ba438dd' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0376955Z [00:07:30.975]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0436053Z [00:07:30.981]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0493430Z [00:07:30.986]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0549672Z [00:07:30.992]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0607108Z [00:07:30.998]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/heapless-71840d1b916a6fdc/build_script_build-71840d1b916a6fdc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0665252Z [00:07:31.004]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/heapless-71840d1b916a6fdc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0723470Z [00:07:31.009]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/heapless-71840d1b916a6fdc/build_script_build-71840d1b916a6fdc' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0780606Z [00:07:31.015]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0838571Z [00:07:31.021]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0896220Z [00:07:31.027]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.0952818Z [00:07:31.032]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-4041296a143c04a5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1009261Z [00:07:31.038]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/ring-18c93f660ddce841/build_script_build-18c93f660ddce841.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1065476Z [00:07:31.044]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/ring-18c93f660ddce841/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1121242Z [00:07:31.049]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/ring-18c93f660ddce841/build_script_build-18c93f660ddce841' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1179509Z [00:07:31.055]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1237052Z [00:07:31.061]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1295155Z [00:07:31.066]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1351692Z [00:07:31.072]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/n0-future-c506c600a190103d/build_script_build-c506c600a190103d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1407228Z [00:07:31.078]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/n0-future-c506c600a190103d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1463852Z [00:07:31.083]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/n0-future-c506c600a190103d/build_script_build-c506c600a190103d' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1523833Z [00:07:31.089]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/generic-array-5609570e3f024aa7/build_script_build-5609570e3f024aa7' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1583343Z [00:07:31.095]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/generic-array-5609570e3f024aa7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1643690Z [00:07:31.101]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/generic-array-5609570e3f024aa7/build_script_build-5609570e3f024aa7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1703762Z [00:07:31.107]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustls-d005ac95f4b2d1eb/build_script_build-d005ac95f4b2d1eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1762881Z [00:07:31.113]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustls-d005ac95f4b2d1eb/build_script_build-d005ac95f4b2d1eb' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1824581Z [00:07:31.119]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/rustls-d005ac95f4b2d1eb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1887241Z [00:07:31.126]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-udp-958bc8f93e602dd7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.1947124Z [00:07:31.132]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-udp-958bc8f93e602dd7/build_script_build-958bc8f93e602dd7' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2012576Z [00:07:31.138]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-udp-958bc8f93e602dd7/build_script_build-958bc8f93e602dd7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2074784Z [00:07:31.144]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2136812Z [00:07:31.151]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2198755Z [00:07:31.157]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2259721Z [00:07:31.163]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/anyhow-adeaad6977d99762/build_script_build-adeaad6977d99762' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2317977Z [00:07:31.169]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/anyhow-adeaad6977d99762/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2378052Z [00:07:31.175]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/anyhow-adeaad6977d99762/build_script_build-adeaad6977d99762.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2438939Z [00:07:31.181]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/portable-atomic-49cd18656bb606d8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2499358Z [00:07:31.187]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/portable-atomic-49cd18656bb606d8/build_script_build-49cd18656bb606d8' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2559981Z [00:07:31.193]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/portable-atomic-49cd18656bb606d8/build_script_build-49cd18656bb606d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2619418Z [00:07:31.199]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-core-948b0fd04b2e8526/build_script_build-948b0fd04b2e8526' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2677953Z [00:07:31.205]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-core-948b0fd04b2e8526/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2735705Z [00:07:31.211]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/precis-core-948b0fd04b2e8526/build_script_build-948b0fd04b2e8526.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2793340Z [00:07:31.216]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-c0488f7ff3451ee6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2851327Z [00:07:31.222]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-c0488f7ff3451ee6/build_script_build-c0488f7ff3451ee6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2909531Z [00:07:31.228]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/build/iroh-quinn-c0488f7ff3451ee6/build_script_build-c0488f7ff3451ee6' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:32.2967044Z [00:07:31.234]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3025270Z [00:07:31.240]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-tools-bc80daf674d00577/dep-lib-precis_tools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3082475Z [00:07:31.245]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-tools-bc80daf674d00577/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3138593Z [00:07:31.251]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-tools-bc80daf674d00577/lib-precis_tools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3197694Z [00:07:31.257]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-tools-bc80daf674d00577/lib-precis_tools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3255269Z [00:07:31.263]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-0d7c6462b3d4f26f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3314219Z [00:07:31.268]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-0d7c6462b3d4f26f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3370945Z [00:07:31.274]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-0d7c6462b3d4f26f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3427692Z [00:07:31.280]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-0d7c6462b3d4f26f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3485892Z [00:07:31.286]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/dep-lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3543878Z [00:07:31.291]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/lib-displaydoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3600604Z [00:07:31.297]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3657856Z [00:07:31.303]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3715547Z [00:07:31.309]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-2676f245fc7b4d34/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3774188Z [00:07:31.314]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-2676f245fc7b4d34/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3831372Z [00:07:31.320]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-2676f245fc7b4d34/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3889275Z [00:07:31.326]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-2676f245fc7b4d34/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.3946851Z [00:07:31.332]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-relay-fafef6256d375175/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4004672Z [00:07:31.337]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-relay-fafef6256d375175/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4064306Z [00:07:31.343]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-relay-fafef6256d375175/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4123745Z [00:07:31.349]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-relay-fafef6256d375175/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4180597Z [00:07:31.355]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4237931Z [00:07:31.361]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4297349Z [00:07:31.367]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4355204Z [00:07:31.372]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4415493Z [00:07:31.379]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4474341Z [00:07:31.384]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4531932Z [00:07:31.390]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4589343Z [00:07:31.396]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4647534Z [00:07:31.402]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4703681Z [00:07:31.407]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4761780Z [00:07:31.413]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4817831Z [00:07:31.419]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4875430Z [00:07:31.425]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-e452ddb0d2405bf2/lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4932645Z [00:07:31.430]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-e452ddb0d2405bf2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.4991159Z [00:07:31.436]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-e452ddb0d2405bf2/lib-semver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5048481Z [00:07:31.442]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-e452ddb0d2405bf2/dep-lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5107378Z [00:07:31.448]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5164738Z [00:07:31.453]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5221773Z [00:07:31.459]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5280173Z [00:07:31.465]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5338362Z [00:07:31.471]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5394780Z [00:07:31.476]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5454102Z [00:07:31.482]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/httparse-4ac93d21321a352d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5512483Z [00:07:31.488]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/httparse-4ac93d21321a352d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5570975Z [00:07:31.494]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/httparse-4ac93d21321a352d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5631373Z [00:07:31.500]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/httparse-4ac93d21321a352d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5700815Z [00:07:31.506]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5750685Z [00:07:31.512]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5809875Z [00:07:31.518]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5871913Z [00:07:31.524]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5934177Z [00:07:31.530]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.5994850Z [00:07:31.536]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6054475Z [00:07:31.542]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6111563Z [00:07:31.548]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/aho-corasick-26278da5437a0dbb/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6169467Z [00:07:31.554]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-17a7a11ac568ca75/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6227938Z [00:07:31.560]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-17a7a11ac568ca75/lib-iroh_metrics_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6283897Z [00:07:31.565]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-17a7a11ac568ca75/lib-iroh_metrics_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6342519Z [00:07:31.571]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-17a7a11ac568ca75/dep-lib-iroh_metrics_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6400912Z [00:07:31.577]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6461173Z [00:07:31.583]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6520478Z [00:07:31.589]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6581877Z [00:07:31.595]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6642629Z [00:07:31.601]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6702034Z [00:07:31.607]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6761732Z [00:07:31.613]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/dep-lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6820376Z [00:07:31.619]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/lib-zerovec_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6878290Z [00:07:31.625]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/lib-synstructure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6936921Z [00:07:31.631]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.6994959Z [00:07:31.636]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7052382Z [00:07:31.642]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/dep-lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7109337Z [00:07:31.648]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7168161Z [00:07:31.654]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7225701Z [00:07:31.660]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7281522Z [00:07:31.665]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7340586Z [00:07:31.671]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7398786Z [00:07:31.677]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7456289Z [00:07:31.683]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7514480Z [00:07:31.688]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7571664Z [00:07:31.694]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7627990Z [00:07:31.700]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7684893Z [00:07:31.706]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7740999Z [00:07:31.711]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7797524Z [00:07:31.717]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7855128Z [00:07:31.722]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7912641Z [00:07:31.728]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.7971101Z [00:07:31.734]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-dc949403cf2232eb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8028040Z [00:07:31.740]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lazy_static-8ab3bcbf16f86a71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8084782Z [00:07:31.745]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lazy_static-8ab3bcbf16f86a71/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8141226Z [00:07:31.751]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lazy_static-8ab3bcbf16f86a71/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8199563Z [00:07:31.757]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lazy_static-8ab3bcbf16f86a71/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8257346Z [00:07:31.763]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8317563Z [00:07:31.769]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8376582Z [00:07:31.775]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8434062Z [00:07:31.780]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8490461Z [00:07:31.786]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8546921Z [00:07:31.792]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8603275Z [00:07:31.797]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8658606Z [00:07:31.803]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8717239Z [00:07:31.809]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8774261Z [00:07:31.814]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8830668Z [00:07:31.820]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8887889Z [00:07:31.826]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.8946554Z [00:07:31.832]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9006783Z [00:07:31.838]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9066008Z [00:07:31.844]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9126349Z [00:07:31.850]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9187974Z [00:07:31.856]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/der_derive-4dc3696d5c73663d/dep-lib-der_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9249049Z [00:07:31.862]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/der_derive-4dc3696d5c73663d/lib-der_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9309982Z [00:07:31.868]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/der_derive-4dc3696d5c73663d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9370203Z [00:07:31.874]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/der_derive-4dc3696d5c73663d/lib-der_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9430123Z [00:07:31.880]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f9ac97148f94078f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9488843Z [00:07:31.886]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f9ac97148f94078f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9544958Z [00:07:31.891]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f9ac97148f94078f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9600294Z [00:07:31.897]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f9ac97148f94078f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9657218Z [00:07:31.903]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pin-project-internal-68c51e56de636fd5/lib-pin_project_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9712413Z [00:07:31.908]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pin-project-internal-68c51e56de636fd5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9770109Z [00:07:31.914]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pin-project-internal-68c51e56de636fd5/lib-pin_project_internal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9828752Z [00:07:31.920]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pin-project-internal-68c51e56de636fd5/dep-lib-pin_project_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9885984Z [00:07:31.926]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde-01a483d1d3baad60/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9943127Z [00:07:31.931]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde-01a483d1d3baad60/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:32.9999953Z [00:07:31.937]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde-01a483d1d3baad60/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0058886Z [00:07:31.943]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde-01a483d1d3baad60/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0117985Z [00:07:31.949]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0178055Z [00:07:31.955]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0238281Z [00:07:31.961]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-c3cb5f55fe8a7f37/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0297205Z [00:07:31.967]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-c3cb5f55fe8a7f37/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0354598Z [00:07:31.972]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0411242Z [00:07:31.978]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0468190Z [00:07:31.984]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0528140Z [00:07:31.990]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0588441Z [00:07:31.996]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cc-ad080019cc874bb7/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0647768Z [00:07:32.002]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cc-ad080019cc874bb7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0704269Z [00:07:32.007]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cc-ad080019cc874bb7/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0761655Z [00:07:32.013]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cc-ad080019cc874bb7/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0818503Z [00:07:32.019]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_datetime-7c5935e27a7aa82e/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0875338Z [00:07:32.024]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_datetime-7c5935e27a7aa82e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0932249Z [00:07:32.030]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_datetime-7c5935e27a7aa82e/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.0990680Z [00:07:32.036]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_datetime-7c5935e27a7aa82e/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1047897Z [00:07:32.042]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1105205Z [00:07:32.048]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1162804Z [00:07:32.053]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1219918Z [00:07:32.059]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1279821Z [00:07:32.065]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pnet_macros-863d9bb0c3d35948/dep-lib-pnet_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1338114Z [00:07:32.071]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pnet_macros-863d9bb0c3d35948/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1397175Z [00:07:32.077]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pnet_macros-863d9bb0c3d35948/lib-pnet_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1453943Z [00:07:32.082]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pnet_macros-863d9bb0c3d35948/lib-pnet_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1512519Z [00:07:32.088]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_derive-92b2351a99efe9c1/lib-pest_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1568382Z [00:07:32.094]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_derive-92b2351a99efe9c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1627772Z [00:07:32.100]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_derive-92b2351a99efe9c1/dep-lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1685418Z [00:07:32.106]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_derive-92b2351a99efe9c1/lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1741552Z [00:07:32.111]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1797608Z [00:07:32.117]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1855466Z [00:07:32.123]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1911277Z [00:07:32.128]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.1968950Z [00:07:32.134]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/moka-7b7506a81e49a655/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2026022Z [00:07:32.140]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/moka-7b7506a81e49a655/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2083686Z [00:07:32.145]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/moka-7b7506a81e49a655/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2138974Z [00:07:32.151]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/moka-7b7506a81e49a655/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2196685Z [00:07:32.157]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-52500f805f8c430c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2253035Z [00:07:32.162]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-52500f805f8c430c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2310948Z [00:07:32.168]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2368231Z [00:07:32.174]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2426031Z [00:07:32.180]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2484073Z [00:07:32.185]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2541070Z [00:07:32.191]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2599601Z [00:07:32.197]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/lib-litrs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2656616Z [00:07:32.203]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/dep-lib-litrs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2714052Z [00:07:32.208]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/lib-litrs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2773609Z [00:07:32.214]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2832919Z [00:07:32.220]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2889266Z [00:07:32.226]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.2947166Z [00:07:32.232]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3006652Z [00:07:32.238]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/getrandom-10fa8410f7f0385b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3068445Z [00:07:32.244]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/getrandom-10fa8410f7f0385b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3127216Z [00:07:32.250]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/getrandom-10fa8410f7f0385b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3187152Z [00:07:32.256]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/getrandom-10fa8410f7f0385b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3246649Z [00:07:32.262]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3305118Z [00:07:32.267]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3362387Z [00:07:32.273]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3419159Z [00:07:32.279]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3476586Z [00:07:32.285]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/snafu-derive-8d23f7f93b81b37f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3533593Z [00:07:32.290]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/snafu-derive-8d23f7f93b81b37f/lib-snafu_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3589327Z [00:07:32.296]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/snafu-derive-8d23f7f93b81b37f/dep-lib-snafu_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3646799Z [00:07:32.302]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/snafu-derive-8d23f7f93b81b37f/lib-snafu_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3706282Z [00:07:32.308]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/strum_macros-691884fc254cf8b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3760758Z [00:07:32.313]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/strum_macros-691884fc254cf8b7/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3817435Z [00:07:32.319]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/strum_macros-691884fc254cf8b7/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3875149Z [00:07:32.325]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/strum_macros-691884fc254cf8b7/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3931293Z [00:07:32.330]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-c04d7be98c2d7c50/lib-derive_more_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.3989125Z [00:07:32.336]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-c04d7be98c2d7c50/dep-lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4048742Z [00:07:32.342]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-c04d7be98c2d7c50/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4107379Z [00:07:32.348]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-c04d7be98c2d7c50/lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4171664Z [00:07:32.354]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-lite-638748fe043351ca/lib-regex_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4230001Z [00:07:32.360]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-lite-638748fe043351ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4287483Z [00:07:32.366]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-lite-638748fe043351ca/lib-regex_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4346242Z [00:07:32.372]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-lite-638748fe043351ca/dep-lib-regex_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4405364Z [00:07:32.378]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/futures-macro-c16d72c85657b36c/lib-futures_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4462327Z [00:07:32.383]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/futures-macro-c16d72c85657b36c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4520725Z [00:07:32.389]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/futures-macro-c16d72c85657b36c/dep-lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4578353Z [00:07:32.395]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/futures-macro-c16d72c85657b36c/lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4636575Z [00:07:32.401]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4689905Z [00:07:32.406]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4744939Z [00:07:32.412]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4802192Z [00:07:32.417]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4858278Z [00:07:32.423]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4915567Z [00:07:32.429]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.4972381Z [00:07:32.434]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5030713Z [00:07:32.440]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5088536Z [00:07:32.446]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_generator-4815e7275e928794/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5145406Z [00:07:32.452]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_generator-4815e7275e928794/dep-lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5201038Z [00:07:32.457]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_generator-4815e7275e928794/lib-pest_generator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5258309Z [00:07:32.463]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_generator-4815e7275e928794/lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5316775Z [00:07:32.469]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5372456Z [00:07:32.474]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5429748Z [00:07:32.480]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5488346Z [00:07:32.486]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5546572Z [00:07:32.492]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pkarr-691782bd093690a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5605139Z [00:07:32.498]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pkarr-691782bd093690a6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5661747Z [00:07:32.503]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pkarr-691782bd093690a6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5722670Z [00:07:32.509]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pkarr-691782bd093690a6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5779131Z [00:07:32.515]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5835890Z [00:07:32.521]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5892904Z [00:07:32.526]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.5949568Z [00:07:32.532]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6007789Z [00:07:32.538]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tokio-macros-b43a51346cb67c71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6064719Z [00:07:32.543]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tokio-macros-b43a51346cb67c71/lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6120178Z [00:07:32.549]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tokio-macros-b43a51346cb67c71/dep-lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6177853Z [00:07:32.555]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/tokio-macros-b43a51346cb67c71/lib-tokio_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6235252Z [00:07:32.561]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6290634Z [00:07:32.566]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6351407Z [00:07:32.572]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6410331Z [00:07:32.578]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6468714Z [00:07:32.584]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-4d30e4a14f4502a4/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6527410Z [00:07:32.590]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-4d30e4a14f4502a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6586272Z [00:07:32.596]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-4d30e4a14f4502a4/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6647555Z [00:07:32.602]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/syn-4d30e4a14f4502a4/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6709961Z [00:07:32.608]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6773036Z [00:07:32.614]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6835588Z [00:07:32.621]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6896364Z [00:07:32.627]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.6958081Z [00:07:32.633]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7019084Z [00:07:32.639]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7078737Z [00:07:32.645]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7137355Z [00:07:32.651]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-automata-431abf3406028730/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7194266Z [00:07:32.656]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/hashbrown-cea012a6ea310bef/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7251016Z [00:07:32.662]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/hashbrown-cea012a6ea310bef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7308923Z [00:07:32.668]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/hashbrown-cea012a6ea310bef/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7367718Z [00:07:32.674]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/hashbrown-cea012a6ea310bef/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7427097Z [00:07:32.680]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/netwatch-656b03089ed609af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7483857Z [00:07:32.685]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/netwatch-656b03089ed609af/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7539510Z [00:07:32.691]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/netwatch-656b03089ed609af/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7598554Z [00:07:32.697]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/netwatch-656b03089ed609af/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7657297Z [00:07:32.703]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7715629Z [00:07:32.709]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7773410Z [00:07:32.714]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7830448Z [00:07:32.720]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7887821Z [00:07:32.726]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-profiles-223a6802421d9962/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.7944663Z [00:07:32.731]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-profiles-223a6802421d9962/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8003236Z [00:07:32.737]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-profiles-223a6802421d9962/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8059254Z [00:07:32.743]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-profiles-223a6802421d9962/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8119496Z [00:07:32.749]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-4f1759251d99a731/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8180793Z [00:07:32.755]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-4f1759251d99a731/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8242339Z [00:07:32.761]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-4f1759251d99a731/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8300073Z [00:07:32.767]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/semver-4f1759251d99a731/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8357610Z [00:07:32.773]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8414946Z [00:07:32.779]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8472566Z [00:07:32.784]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8529178Z [00:07:32.790]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/regex-1958bf3c21d4d9cb/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8587589Z [00:07:32.796]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8643218Z [00:07:32.801]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8698430Z [00:07:32.807]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8754050Z [00:07:32.812]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8811011Z [00:07:32.818]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8869574Z [00:07:32.824]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8927755Z [00:07:32.830]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.8984814Z [00:07:32.835]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9039720Z [00:07:32.841]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/blake3-882e63f64ba438dd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9097112Z [00:07:32.847]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/blake3-882e63f64ba438dd/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9153133Z [00:07:32.852]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/blake3-882e63f64ba438dd/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9209523Z [00:07:32.858]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/blake3-882e63f64ba438dd/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9269614Z [00:07:32.864]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9329412Z [00:07:32.870]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9389864Z [00:07:32.876]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heapless-71840d1b916a6fdc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9447864Z [00:07:32.882]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heapless-71840d1b916a6fdc/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9504041Z [00:07:32.887]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heapless-71840d1b916a6fdc/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9560801Z [00:07:32.893]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heapless-71840d1b916a6fdc/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9618045Z [00:07:32.899]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-4041296a143c04a5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9675288Z [00:07:32.904]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-4041296a143c04a5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9732850Z [00:07:32.910]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/dep-lib-document_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9789732Z [00:07:32.916]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9847858Z [00:07:32.922]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/lib-document_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9906171Z [00:07:32.928]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/lib-document_features.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:33.9964704Z [00:07:32.933]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0021493Z [00:07:32.939]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0078359Z [00:07:32.945]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/lib-zerofrom_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0135211Z [00:07:32.950]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/dep-lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0193100Z [00:07:32.956]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/clap_derive-6d236e2a479a2a28/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0250137Z [00:07:32.962]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/clap_derive-6d236e2a479a2a28/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0309583Z [00:07:32.968]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/clap_derive-6d236e2a479a2a28/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0368953Z [00:07:32.974]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/clap_derive-6d236e2a479a2a28/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0427642Z [00:07:32.980]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ring-18c93f660ddce841/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0485720Z [00:07:32.986]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ring-18c93f660ddce841/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0541419Z [00:07:32.991]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ring-18c93f660ddce841/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0597668Z [00:07:32.997]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ring-18c93f660ddce841/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0654541Z [00:07:33.002]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-xid-6223cf11377a0a74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0711910Z [00:07:33.008]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-xid-6223cf11377a0a74/lib-unicode_xid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0769218Z [00:07:33.014]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-xid-6223cf11377a0a74/dep-lib-unicode_xid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0828453Z [00:07:33.020]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-xid-6223cf11377a0a74/lib-unicode_xid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0888897Z [00:07:33.026]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest-0063239265cef665/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.0947200Z [00:07:33.032]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest-0063239265cef665/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1005625Z [00:07:33.038]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest-0063239265cef665/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1063421Z [00:07:33.043]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest-0063239265cef665/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1122568Z [00:07:33.049]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1182544Z [00:07:33.055]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/dep-lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1242035Z [00:07:33.061]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1301525Z [00:07:33.067]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1363182Z [00:07:33.073]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1424077Z [00:07:33.079]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1484011Z [00:07:33.085]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1544329Z [00:07:33.091]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1606712Z [00:07:33.098]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/n0-future-c506c600a190103d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1667166Z [00:07:33.104]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/n0-future-c506c600a190103d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1722500Z [00:07:33.109]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/n0-future-c506c600a190103d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1780152Z [00:07:33.115]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/n0-future-c506c600a190103d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1838024Z [00:07:33.121]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/dep-lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1898461Z [00:07:33.127]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.1958691Z [00:07:33.133]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2017416Z [00:07:33.139]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/lib-yoke_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2073391Z [00:07:33.144]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enum-as-inner-7c2373234d679360/lib-enum_as_inner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2129111Z [00:07:33.150]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enum-as-inner-7c2373234d679360/dep-lib-enum_as_inner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2186248Z [00:07:33.156]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enum-as-inner-7c2373234d679360/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2241284Z [00:07:33.161]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enum-as-inner-7c2373234d679360/lib-enum_as_inner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2299112Z [00:07:33.167]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/generic-array-5609570e3f024aa7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2354524Z [00:07:33.172]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/generic-array-5609570e3f024aa7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2410633Z [00:07:33.178]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/generic-array-5609570e3f024aa7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2468900Z [00:07:33.184]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/generic-array-5609570e3f024aa7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2527736Z [00:07:33.190]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustc_version-1afe3d5c6aa255f5/lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2585561Z [00:07:33.196]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustc_version-1afe3d5c6aa255f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2642852Z [00:07:33.201]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustc_version-1afe3d5c6aa255f5/lib-rustc_version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2700750Z [00:07:33.207]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustc_version-1afe3d5c6aa255f5/dep-lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2759776Z [00:07:33.213]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/postcard-derive-9545aef5146effb5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2817865Z [00:07:33.219]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/postcard-derive-9545aef5146effb5/dep-lib-postcard_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2877032Z [00:07:33.225]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/postcard-derive-9545aef5146effb5/lib-postcard_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2935285Z [00:07:33.231]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/postcard-derive-9545aef5146effb5/lib-postcard_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.2994071Z [00:07:33.236]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/async-trait-b6a5bf63b3476124/lib-async_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3052186Z [00:07:33.242]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/async-trait-b6a5bf63b3476124/dep-lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3108558Z [00:07:33.248]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/async-trait-b6a5bf63b3476124/lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3169744Z [00:07:33.254]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/async-trait-b6a5bf63b3476124/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3232551Z [00:07:33.260]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustls-d005ac95f4b2d1eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3290682Z [00:07:33.266]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustls-d005ac95f4b2d1eb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3349774Z [00:07:33.272]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustls-d005ac95f4b2d1eb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3410230Z [00:07:33.278]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/rustls-d005ac95f4b2d1eb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3468032Z [00:07:33.284]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro-crate-3ffcf27fadf118ed/lib-proc_macro_crate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3525358Z [00:07:33.290]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro-crate-3ffcf27fadf118ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3582380Z [00:07:33.295]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro-crate-3ffcf27fadf118ed/lib-proc_macro_crate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3639248Z [00:07:33.301]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/proc-macro-crate-3ffcf27fadf118ed/dep-lib-proc_macro_crate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3698167Z [00:07:33.307]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-958bc8f93e602dd7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3753490Z [00:07:33.312]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-958bc8f93e602dd7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3814061Z [00:07:33.318]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-958bc8f93e602dd7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3872034Z [00:07:33.324]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-958bc8f93e602dd7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3929811Z [00:07:33.330]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.3986427Z [00:07:33.336]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4043070Z [00:07:33.341]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4097904Z [00:07:33.347]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4153409Z [00:07:33.352]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/num_enum_derive-bb2c6e1161225e65/lib-num_enum_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4208075Z [00:07:33.358]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/num_enum_derive-bb2c6e1161225e65/lib-num_enum_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4263609Z [00:07:33.363]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/num_enum_derive-bb2c6e1161225e65/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4319875Z [00:07:33.369]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/num_enum_derive-bb2c6e1161225e65/dep-lib-num_enum_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4374108Z [00:07:33.374]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bf68ae35396de7f/lib-derive_more_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4427870Z [00:07:33.380]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bf68ae35396de7f/dep-lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4481454Z [00:07:33.385]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bf68ae35396de7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4536695Z [00:07:33.391]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bf68ae35396de7f/lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4590914Z [00:07:33.396]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enumflags2_derive-84dcc7575a4d3c1b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4644051Z [00:07:33.401]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enumflags2_derive-84dcc7575a4d3c1b/lib-enumflags2_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4695960Z [00:07:33.407]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enumflags2_derive-84dcc7575a4d3c1b/lib-enumflags2_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4749223Z [00:07:33.412]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/enumflags2_derive-84dcc7575a4d3c1b/dep-lib-enumflags2_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4801866Z [00:07:33.417]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_edit-ef0efe30e35073d8/dep-lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4854646Z [00:07:33.422]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_edit-ef0efe30e35073d8/lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4910623Z [00:07:33.428]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_edit-ef0efe30e35073d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.4962947Z [00:07:33.433]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/toml_edit-ef0efe30e35073d8/lib-toml_edit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5017560Z [00:07:33.439]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5072732Z [00:07:33.444]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5124808Z [00:07:33.450]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5177207Z [00:07:33.455]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5230644Z [00:07:33.460]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_meta-7981540ac19bec24/lib-pest_meta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5283015Z [00:07:33.465]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_meta-7981540ac19bec24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5333987Z [00:07:33.470]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_meta-7981540ac19bec24/dep-lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5388267Z [00:07:33.476]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/pest_meta-7981540ac19bec24/lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5441555Z [00:07:33.481]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/anyhow-adeaad6977d99762/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5497419Z [00:07:33.487]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/anyhow-adeaad6977d99762/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5550913Z [00:07:33.492]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/anyhow-adeaad6977d99762/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5604066Z [00:07:33.497]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/anyhow-adeaad6977d99762/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5657373Z [00:07:33.503]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/portable-atomic-49cd18656bb606d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5709622Z [00:07:33.508]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/portable-atomic-49cd18656bb606d8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5761633Z [00:07:33.513]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/portable-atomic-49cd18656bb606d8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5813225Z [00:07:33.518]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/portable-atomic-49cd18656bb606d8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5867332Z [00:07:33.524]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-parse-a6184ac0fb449182/lib-ucd_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5922763Z [00:07:33.529]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-parse-a6184ac0fb449182/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.5975860Z [00:07:33.535]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-parse-a6184ac0fb449182/lib-ucd_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6032378Z [00:07:33.540]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/ucd-parse-a6184ac0fb449182/dep-lib-ucd_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6083760Z [00:07:33.545]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-core-948b0fd04b2e8526/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6136871Z [00:07:33.551]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-core-948b0fd04b2e8526/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6189707Z [00:07:33.556]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-core-948b0fd04b2e8526/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6242835Z [00:07:33.561]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/precis-core-948b0fd04b2e8526/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6297252Z [00:07:33.567]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/indexmap-ab4a20f1db92e44e/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6351434Z [00:07:33.572]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/indexmap-ab4a20f1db92e44e/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6407278Z [00:07:33.578]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/indexmap-ab4a20f1db92e44e/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6461019Z [00:07:33.583]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/indexmap-ab4a20f1db92e44e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6514362Z [00:07:33.588]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6567585Z [00:07:33.594]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6620065Z [00:07:33.599]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6673348Z [00:07:33.604]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6727969Z [00:07:33.610]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-c0488f7ff3451ee6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6782883Z [00:07:33.615]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-c0488f7ff3451ee6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6838022Z [00:07:33.621]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-c0488f7ff3451ee6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6891697Z [00:07:33.626]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/iroh-quinn-c0488f7ff3451ee6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.6946480Z [00:07:33.632]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/winnow-6060f1a69a14ba69/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7000880Z [00:07:33.637]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/winnow-6060f1a69a14ba69/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7053786Z [00:07:33.642]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/winnow-6060f1a69a14ba69/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7106690Z [00:07:33.648]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/winnow-6060f1a69a14ba69/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7160071Z [00:07:33.653]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/nested_enum_utils-b4161b7655478a37/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7212674Z [00:07:33.658]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/nested_enum_utils-b4161b7655478a37/lib-nested_enum_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7267351Z [00:07:33.664]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/nested_enum_utils-b4161b7655478a37/dep-lib-nested_enum_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7319405Z [00:07:33.669]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/release/.fingerprint/nested_enum_utils-b4161b7655478a37/lib-nested_enum_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7374350Z [00:07:33.674]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7427990Z [00:07:33.680]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7486798Z [00:07:33.686]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7545723Z [00:07:33.692]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7602321Z [00:07:33.697]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7663022Z [00:07:33.703]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7720422Z [00:07:33.709]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7783108Z [00:07:33.715]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7842288Z [00:07:33.721]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7902172Z [00:07:33.727]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.7962322Z [00:07:33.733]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8021509Z [00:07:33.739]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8079435Z [00:07:33.745]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8138693Z [00:07:33.751]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8197453Z [00:07:33.757]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8253497Z [00:07:33.762]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8306812Z [00:07:33.768]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8360491Z [00:07:33.773]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8416619Z [00:07:33.779]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8471308Z [00:07:33.784]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8526726Z [00:07:33.790]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8581676Z [00:07:33.795]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8636600Z [00:07:33.801]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-b199ff3fdbc359ee2d3e493d629ad65b29f61647.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8692291Z [00:07:33.806]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-fba564a21e9b016fd7cc470b3211e7dcb2605835.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8747494Z [00:07:33.812]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-b199ff3fdbc359ee2d3e493d629ad65b29f61647.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8800890Z [00:07:33.817]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-b199ff3fdbc359ee2d3e493d629ad65b29f61647.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8855328Z [00:07:33.823]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-b199ff3fdbc359ee2d3e493d629ad65b29f61647.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8910546Z [00:07:33.828]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-fba564a21e9b016fd7cc470b3211e7dcb2605835.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.8966638Z [00:07:33.834]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-fba564a21e9b016fd7cc470b3211e7dcb2605835.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9021604Z [00:07:33.839]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/objects/pack/pack-fba564a21e9b016fd7cc470b3211e7dcb2605835.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9078855Z [00:07:33.845]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9136021Z [00:07:33.851]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9196364Z [00:07:33.857]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9254788Z [00:07:33.862]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9314827Z [00:07:33.869]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9373772Z [00:07:33.874]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9434521Z [00:07:33.880]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9492729Z [00:07:33.886]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9547649Z [00:07:33.892]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.t2gk3WTtDL/TEMPREPO/tests/cli.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9602320Z [00:07:33.897]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9655949Z [00:07:33.903]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9711634Z [00:07:33.908]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:55:34.9766057Z [00:07:33.914]➜  mode of '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe' retained as 0755 (rwxr-xr-x)
2025-08-20T19:55:35.0261427Z [00:07:33.963]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T19:55:35.0266912Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T19:55:42.7083568Z 
2025-08-20T19:55:42.7084284Z [+] Sanitizing /tmp/pkgforge/TWgUvuHA4_SBUILD/BUILD.log ==> /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe.static.log
2025-08-20T19:55:44.8943180Z '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe.static.log' -> '/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/dumbpipe.log'
2025-08-20T19:55:44.9016287Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/dumbpipe/official/dumbpipe?tag=HEAD-aa0d368-250819T203227-aarch64-linux&download=dumbpipe.log
2025-08-20T19:55:44.9016883Z 
2025-08-20T19:55:44.9017353Z [+] Parsing/Uploading dumbpipe/dumbpipe --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fdumbpipe%2Fdumbpipe [aarch64-Linux]
2025-08-20T19:55:44.9043761Z {
2025-08-20T19:55:44.9043943Z   "_disabled": "false",
2025-08-20T19:55:44.9044164Z   "host": "aarch64-Linux",
2025-08-20T19:55:44.9044354Z   "rank": "",
2025-08-20T19:55:44.9044541Z   "pkg": "dumbpipe.static",
2025-08-20T19:55:44.9044748Z   "pkg_family": "dumbpipe",
2025-08-20T19:55:44.9045283Z   "pkg_id": "github.com.n0-computer.dumbpipe.source",
2025-08-20T19:55:44.9045547Z   "pkg_name": "dumbpipe",
2025-08-20T19:55:44.9045734Z   "pkg_type": "static",
2025-08-20T19:55:44.9046110Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe",
2025-08-20T19:55:44.9046502Z   "app_id": "",
2025-08-20T19:55:44.9046669Z   "appstream": "",
2025-08-20T19:55:44.9046839Z   "category": [
2025-08-20T19:55:44.9048517Z     "ConsoleOnly",
2025-08-20T19:55:44.9048684Z     "Utility"
2025-08-20T19:55:44.9048831Z   ],
2025-08-20T19:55:44.9049010Z   "description": "Unix pipes between devices",
2025-08-20T19:55:44.9049247Z   "desktop": "",
2025-08-20T19:55:44.9049407Z   "homepage": [
2025-08-20T19:55:44.9049627Z     "https://dumbpipe.dev",
2025-08-20T19:55:44.9049853Z     "https://github.com/n0-computer/dumbpipe"
2025-08-20T19:55:44.9050083Z   ],
2025-08-20T19:55:44.9050777Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/dumbpipe/official/dumbpipe?tag=HEAD-aa0d368-250819T203227-aarch64-linux&download=dumbpipe.png",
2025-08-20T19:55:44.9051380Z   "license": [
2025-08-20T19:55:44.9051532Z     "MIT"
2025-08-20T19:55:44.9051669Z   ],
2025-08-20T19:55:44.9051805Z   "maintainer": [
2025-08-20T19:55:44.9052006Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T19:55:44.9052540Z   ],
2025-08-20T19:55:44.9052680Z   "provides": [
2025-08-20T19:55:44.9052839Z     "dumbpipe"
2025-08-20T19:55:44.9052989Z   ],
2025-08-20T19:55:44.9053124Z   "note": [
2025-08-20T19:55:44.9053433Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/n0-computer/dumbpipe"
2025-08-20T19:55:44.9053792Z   ],
2025-08-20T19:55:44.9053932Z   "repology": [
2025-08-20T19:55:44.9054089Z     "dumbpipe"
2025-08-20T19:55:44.9054234Z   ],
2025-08-20T19:55:44.9054375Z   "screenshots": [],
2025-08-20T19:55:44.9054542Z   "src_url": [
2025-08-20T19:55:44.9054731Z     "https://github.com/n0-computer/dumbpipe"
2025-08-20T19:55:44.9054957Z   ],
2025-08-20T19:55:44.9055093Z   "tag": [
2025-08-20T19:55:44.9055242Z     "Utility"
2025-08-20T19:55:44.9055384Z   ],
2025-08-20T19:55:44.9055543Z   "version": "HEAD-aa0d368-250819T203227",
2025-08-20T19:55:44.9055772Z   "version_upstream": "0.29.0",
2025-08-20T19:55:44.9056083Z   "bsum": "4ddd59af4c8e6a9258c5981414c361a6b8b7348126cac804815cd2018c8360ab",
2025-08-20T19:55:44.9056418Z   "build_date": "2025-08-20T19:55:37Z",
2025-08-20T19:55:44.9056968Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107546765",
2025-08-20T19:55:44.9057294Z   "build_id": "17107546765",
2025-08-20T19:55:44.9057958Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/dumbpipe/official/dumbpipe?tag=HEAD-aa0d368-250819T203227-aarch64-linux&download=dumbpipe.log",
2025-08-20T19:55:44.9058806Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/dumbpipe/static.official.source.yaml",
2025-08-20T19:55:44.9059652Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/dumbpipe/official/dumbpipe?tag=HEAD-aa0d368-250819T203227-aarch64-linux&download=dumbpipe",
2025-08-20T19:55:44.9060470Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe:HEAD-aa0d368-250819T203227-aarch64-linux",
2025-08-20T19:55:44.9061014Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe",
2025-08-20T19:55:44.9061685Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/dumbpipe/official/dumbpipe?tag=HEAD-aa0d368-250819T203227-aarch64-linux&manifest",
2025-08-20T19:55:44.9074094Z   "shasum": "a06bd07df20b003b75485d127f921dbd371a7379cb7b4a482756092e7a9af8e3",
2025-08-20T19:55:44.9074461Z   "size": "8.5 MB",
2025-08-20T19:55:44.9074632Z   "size_raw": "8873920",
2025-08-20T19:55:44.9074809Z   "snapshots": [
2025-08-20T19:55:44.9075012Z     "HEAD-5c8d231-250224T190829-aarch64-linux[0.25.0]",
2025-08-20T19:55:44.9075320Z     "HEAD-d284fe5-250225T110525-aarch64-linux[NA-2025-02-25]",
2025-08-20T19:55:44.9075634Z     "HEAD-ebf3c98-250317T180125-aarch64-linux[0.26.0]",
2025-08-20T19:55:44.9075925Z     "HEAD-1fb0d4e-250512T135036-aarch64-linux[0.27.0]",
2025-08-20T19:55:44.9076433Z     "HEAD-5402e39-250602T153612-aarch64-linux[0.27.0]",
2025-08-20T19:55:44.9076717Z     "HEAD-083fc3b-250606T093134-aarch64-linux[0.27.0]",
2025-08-20T19:55:44.9077003Z     "HEAD-ed5b995-250627T115637-aarch64-linux[0.28.0]",
2025-08-20T19:55:44.9077287Z     "HEAD-fc6a9b0-250708T162425-aarch64-linux[0.28.0]",
2025-08-20T19:55:44.9077579Z     "HEAD-89d3af6-250728T121343-aarch64-linux[0.28.0]",
2025-08-20T19:55:44.9077864Z     "HEAD-da8754d-250729T152551-aarch64-linux[0.28.0]",
2025-08-20T19:55:44.9078148Z     "HEAD-4a839b9-250731T211822-aarch64-linux[0.29.0]"
2025-08-20T19:55:44.9078384Z   ]
2025-08-20T19:55:44.9078514Z }
2025-08-20T19:55:44.9078590Z 
2025-08-20T19:55:44.9078594Z 
2025-08-20T19:55:45.2070000Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe:HEAD-aa0d368-250819T203227-aarch64-linux": ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe:HEAD-aa0d368-250819T203227-aarch64-linux: not found
2025-08-20T19:55:45.2118655Z Uploading empty artifact
2025-08-20T19:55:45.2121346Z time=2025-08-20T19:55:45Z level=debug msg=Request #0
2025-08-20T19:55:45.2122172Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/dumbpipe/official/dumbpipe/manifests/sha256:eef97c599fbd43643a6b93873ee15d6356231f1c7ae1455b9df339add6b653a1"
2025-08-20T19:55:45.2122869Z > Request method: "HEAD"
2025-08-20T19:55:45.2123059Z > Request headers:
2025-08-20T19:55:45.2123958Z    "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-20T19:55:45.2124904Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:55:45.3094886Z time=2025-08-20T19:55:45Z level=debug msg=Response #0
2025-08-20T19:55:45.3096292Z < Response Status: "401 Unauthorized"
2025-08-20T19:55:45.3096582Z < Response headers:
2025-08-20T19:55:45.3096812Z    "Content-Type": "application/json"
2025-08-20T19:55:45.3097711Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/dumbpipe/official/dumbpipe:pull\""
2025-08-20T19:55:45.3098236Z    "Date": "Wed, 20 Aug 2025 19:55:45 GMT"
2025-08-20T19:55:45.3098463Z    "Content-Length": "73"
2025-08-20T19:55:45.3099098Z    "X-Github-Request-Id": "8C12:7D025:31A499:35BCB7:68A62841"
2025-08-20T19:55:45.3099407Z time=2025-08-20T19:55:45Z level=debug msg=Request #1
2025-08-20T19:55:45.3100075Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fdumbpipe%2Fofficial%2Fdumbpipe%3Apull%2Cpush&service=ghcr.io"
2025-08-20T19:55:45.3100615Z > Request method: "GET"
2025-08-20T19:55:45.3100794Z > Request headers:
2025-08-20T19:55:45.3100967Z    "Authorization": "*****"
2025-08-20T19:55:45.3101166Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:55:45.3932807Z time=2025-08-20T19:55:45Z level=debug msg=Response #1
2025-08-20T19:55:45.3933135Z < Response Status: "200 OK"
2025-08-20T19:55:45.3933328Z < Response headers:
2025-08-20T19:55:45.3933635Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:55:45.3934008Z    "Date": "Wed, 20 Aug 2025 19:55:45 GMT"
2025-08-20T19:55:45.3934234Z    "Content-Length": "69"
2025-08-20T19:55:45.3934482Z    "X-Github-Request-Id": "8C12:7D025:31A49F:35BCBC:68A62841"
2025-08-20T19:55:45.3934779Z    "Content-Type": "application/json"
2025-08-20T19:55:45.3935045Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:55:45.3935349Z time=2025-08-20T19:55:45Z level=debug msg=Request #2
2025-08-20T19:55:45.3936046Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/dumbpipe/official/dumbpipe/manifests/sha256:eef97c599fbd43643a6b93873ee15d6356231f1c7ae1455b9df339add6b653a1"
2025-08-20T19:55:45.3936690Z > Request method: "HEAD"
2025-08-20T19:55:45.3936882Z > Request headers:
2025-08-20T19:55:45.3937763Z    "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-20T19:55:45.3939300Z    "Authorization": "*****"
2025-08-20T19:55:45.3939496Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:55:45.4350164Z time=2025-08-20T19:55:45Z level=debug msg=Response #2
2025-08-20T19:55:45.4350465Z < Response Status: "404 Not Found"
2025-08-20T19:55:45.4350672Z < Response headers:
2025-08-20T19:55:45.4350913Z    "X-Github-Request-Id": "8C12:7D025:31A4AF:35BCCB:68A62841"
2025-08-20T19:55:45.4351206Z    "Content-Type": "application/json"
2025-08-20T19:55:45.4351475Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:55:45.4351858Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:55:45.4352636Z    "Date": "Wed, 20 Aug 2025 19:55:45 GMT"
2025-08-20T19:55:45.4352870Z    "Content-Length": "70"
2025-08-20T19:55:45.4353114Z time=2025-08-20T19:55:45Z level=debug msg=Request #3
2025-08-20T19:55:45.4353793Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/dumbpipe/official/dumbpipe/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T19:55:45.4354417Z > Request method: "HEAD"
2025-08-20T19:55:45.4354598Z > Request headers:
2025-08-20T19:55:45.4354776Z    "Authorization": "*****"
2025-08-20T19:55:45.4354974Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:55:45.4787574Z time=2025-08-20T19:55:45Z level=debug msg=Response #3
2025-08-20T19:55:45.4787872Z < Response Status: "200 OK"
2025-08-20T19:55:45.4788095Z < Response headers:
2025-08-20T19:55:45.4788267Z    "Content-Length": "0"
2025-08-20T19:55:45.4788454Z    "Content-Type": ""
2025-08-20T19:55:45.4788822Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T19:55:45.4789279Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:55:45.4789669Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T19:55:45.4790145Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:55:45.4790488Z    "Date": "Wed, 20 Aug 2025 19:55:45 GMT"
2025-08-20T19:55:45.4790762Z    "X-Github-Request-Id": "8C12:7D025:31A4B5:35BCD2:68A62841"
2025-08-20T19:55:45.4791083Z time=2025-08-20T19:55:45Z level=debug msg=Request #4
2025-08-20T19:55:45.4791955Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/dumbpipe/official/dumbpipe/manifests/HEAD-aa0d368-250819T203227-aarch64-linux"
2025-08-20T19:55:45.4792759Z > Request method: "PUT"
2025-08-20T19:55:45.4792950Z > Request headers:
2025-08-20T19:55:45.4793190Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T19:55:45.4793481Z    "Authorization": "*****"
2025-08-20T19:55:45.4793676Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:55:45.7967556Z time=2025-08-20T19:55:45Z level=debug msg=Response #4
2025-08-20T19:55:45.7967866Z < Response Status: "201 Created"
2025-08-20T19:55:45.7968377Z Pushed [registry] ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe:HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:55:45.7968848Z < Response headers:
2025-08-20T19:55:45.7969141Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:55:45.7969486Z    "Date": "Wed, 20 Aug 2025 19:55:45 GMT"
2025-08-20T19:55:45.7969717Z    "Content-Length": "0"
2025-08-20T19:55:45.7969960Z    "X-Github-Request-Id": "8C12:7D025:31A4C0:35BCE1:68A62841"
2025-08-20T19:55:45.7970247Z    "Content-Type": "application/json"
2025-08-20T19:55:45.7970663Z    "Docker-Content-Digest": "sha256:eef97c599fbd43643a6b93873ee15d6356231f1c7ae1455b9df339add6b653a1"
2025-08-20T19:55:45.7971116Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:55:45.7971751Z    "Location": "/v2/pkgforge/bincache/dumbpipe/official/dumbpipe/manifests/sha256:eef97c599fbd43643a6b93873ee15d6356231f1c7ae1455b9df339add6b653a1"
2025-08-20T19:55:45.7972517Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:55:45.7973151Z Digest: sha256:eef97c599fbd43643a6b93873ee15d6356231f1c7ae1455b9df339add6b653a1
2025-08-20T19:55:48.0601649Z Uploading a06bd07df20b dumbpipe
2025-08-20T19:55:48.0615768Z Uploading 4b269251052b CHECKSUM.sig
2025-08-20T19:55:48.0783831Z Uploading 44fccaee4bab CHECKSUM
2025-08-20T19:55:48.0784956Z Uploading 168f28450dca dumbpipe.sig
2025-08-20T19:55:48.1018359Z Exists    7ee92352fcac LICENSE
2025-08-20T19:55:48.1413766Z Uploading 7b2d8222c08c LICENSE.sig
2025-08-20T19:55:49.0393240Z Uploaded  4b269251052b CHECKSUM.sig
2025-08-20T19:55:49.0468320Z Uploaded  168f28450dca dumbpipe.sig
2025-08-20T19:55:49.0749420Z Exists    848f944b939c SBUILD
2025-08-20T19:55:49.0909878Z Uploading 2ef06d4ef0bc SBUILD.sig
2025-08-20T19:55:49.1211077Z Exists    11cf0313013e dumbpipe.png
2025-08-20T19:55:49.1500712Z Uploaded  44fccaee4bab CHECKSUM
2025-08-20T19:55:49.1585848Z Uploading 18954003a4ed dumbpipe.json
2025-08-20T19:55:49.1876315Z Uploading ea1e29828f1d dumbpipe.json.sig
2025-08-20T19:55:49.2313175Z Uploaded  7b2d8222c08c LICENSE.sig
2025-08-20T19:55:49.2524105Z Uploaded  a06bd07df20b dumbpipe
2025-08-20T19:55:49.2884258Z Uploading dcad061a1e59 dumbpipe.log
2025-08-20T19:55:49.2980977Z Uploading aab5e3d6d0c0 dumbpipe.log.sig
2025-08-20T19:55:50.0717302Z Uploaded  2ef06d4ef0bc SBUILD.sig
2025-08-20T19:55:50.1150208Z Uploading 1c4673120c5d dumbpipe.version
2025-08-20T19:55:50.1566929Z Uploaded  18954003a4ed dumbpipe.json
2025-08-20T19:55:50.2013654Z Uploaded  ea1e29828f1d dumbpipe.json.sig
2025-08-20T19:55:50.2169953Z Uploading 3b94e319af7f dumbpipe.version.sig
2025-08-20T19:55:50.2973164Z Uploaded  aab5e3d6d0c0 dumbpipe.log.sig
2025-08-20T19:55:50.3267849Z Uploaded  dcad061a1e59 dumbpipe.log
2025-08-20T19:55:51.1574685Z Uploaded  3b94e319af7f dumbpipe.version.sig
2025-08-20T19:55:51.1599777Z Uploaded  1c4673120c5d dumbpipe.version
2025-08-20T19:55:51.1600099Z Uploading 13111308bccc dumbpipe
2025-08-20T19:55:51.5876828Z Uploaded  13111308bccc dumbpipe
2025-08-20T19:55:51.5877354Z Pushed [registry] ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe:HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:55:51.5877891Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:55:51.5878269Z Digest: sha256:13111308bccc1e171876ef1679757fe27e2c9523b19035d6e84edbbb35227a34
2025-08-20T19:55:56.8767952Z 
2025-08-20T19:55:56.8768569Z [+] Registry --> https://ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe
2025-08-20T19:55:56.8769616Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/dumbpipe/official/dumbpipe?tag=HEAD-aa0d368-250819T203227-aarch64-linux&manifest 
2025-08-20T19:55:56.8770215Z 
2025-08-20T19:55:59.1909106Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T19:56:02.8905173Z ./BUILD_ARTIFACTS.tar : 30.54%   (   750 MiB =>    229 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T19:56:03.0022026Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T19:56:03.0070804Z 
2025-08-20T19:56:03.0071951Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml :: 00(Hr):08(Min):03(Sec)
2025-08-20T19:56:03.0072769Z 
2025-08-20T19:56:03.0084884Z 
2025-08-20T19:56:03.0085096Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (07:56:03 PM) UTC
2025-08-20T19:56:03.0085342Z 
2025-08-20T19:56:03.6851917Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T19:56:03.6895772Z ##[group]Run ##Presets
2025-08-20T19:56:03.6896137Z [36;1m##Presets[0m
2025-08-20T19:56:03.6896313Z [36;1mset +x ; set +e[0m
2025-08-20T19:56:03.6896499Z [36;1m#-------------#[0m
2025-08-20T19:56:03.6896677Z [36;1m##Debug?[0m
2025-08-20T19:56:03.6896889Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:56:03.6897153Z [36;1m  set -x[0m
2025-08-20T19:56:03.6897311Z [36;1mfi[0m
2025-08-20T19:56:03.6897463Z [36;1m#-------------#[0m
2025-08-20T19:56:03.6897639Z [36;1m##Set ENV[0m
2025-08-20T19:56:03.6897846Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T19:56:03.6898512Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-aa0d368-250819T203227-aarch64-linux"[0m
2025-08-20T19:56:03.6899029Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-aa0d368-250819T203227-aarch64-linux"[0m
2025-08-20T19:56:03.6899596Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765"[0m
2025-08-20T19:56:03.6900086Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T19:56:03.6900455Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:56:03.6900879Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:56:03.6901191Z [36;1m fi[0m
2025-08-20T19:56:03.6901341Z [36;1m##Push[0m
2025-08-20T19:56:03.6901536Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T19:56:03.6901790Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T19:56:03.6902888Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T19:56:03.6903365Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:56:03.6903786Z [36;1m     ls -sh "/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T19:56:03.6904108Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T19:56:03.6904301Z [36;1m       {[0m
2025-08-20T19:56:03.6904471Z [36;1m        for i in {1..10}; do[0m
2025-08-20T19:56:03.6904784Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T19:56:03.6905208Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T19:56:03.6905617Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T19:56:03.6906134Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-aa0d368-250819T203227-aarch64-linux")[0m
2025-08-20T19:56:03.6906828Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107546765")[0m
2025-08-20T19:56:03.6907393Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107546765")[0m
2025-08-20T19:56:03.6908076Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe:HEAD-aa0d368-250819T203227-aarch64-linux")[0m
2025-08-20T19:56:03.6909012Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T19:55:37Z")[0m
2025-08-20T19:56:03.6909489Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-aa0d368-250819T203227")[0m
2025-08-20T19:56:03.6909985Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T19:55:37Z")[0m
2025-08-20T19:56:03.6910650Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe")[0m
2025-08-20T19:56:03.6911292Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T19:56:03.6911795Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-aa0d368-250819T203227")[0m
2025-08-20T19:56:03.6912678Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-aa0d368-250819T203227")[0m
2025-08-20T19:56:03.6913432Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe")[0m
2025-08-20T19:56:03.6914128Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-dumbpipe")[0m
2025-08-20T19:56:03.6914675Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/n0-computer/dumbpipe")[0m
2025-08-20T19:56:03.6915198Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T19:56:03.6915692Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-aa0d368-250819T203227")[0m
2025-08-20T19:56:03.6916242Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T19:56:03.6916758Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T19:56:03.6917171Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T19:56:03.6917398Z [36;1m         #Check[0m
2025-08-20T19:56:03.6917950Z [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-20T19:55:37Z" ]]; then[0m
2025-08-20T19:56:03.6918644Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T19:56:03.6918971Z [36;1m            break[0m
2025-08-20T19:56:03.6919154Z [36;1m          else[0m
2025-08-20T19:56:03.6919529Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T19:56:03.6919937Z [36;1m          fi[0m
2025-08-20T19:56:03.6920135Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T19:56:03.6920367Z [36;1m        done[0m
2025-08-20T19:56:03.6920534Z [36;1m       }[0m
2025-08-20T19:56:03.6920719Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T19:56:03.6920946Z [36;1m       ghcr_push_cmd[0m
2025-08-20T19:56:03.6921508Z [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-20T19:55:37Z" ]]; then[0m
2025-08-20T19:56:03.6922358Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:56:03.6922742Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T19:56:03.6922979Z [36;1m          ghcr_push_cmd[0m
2025-08-20T19:56:03.6923553Z [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-20T19:55:37Z" ]]; then[0m
2025-08-20T19:56:03.6924259Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T19:56:03.6924916Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:56:03.6925290Z [36;1m             return 1 || exit 1[0m
2025-08-20T19:56:03.6925501Z [36;1m           fi[0m
2025-08-20T19:56:03.6925670Z [36;1m       fi[0m
2025-08-20T19:56:03.6925830Z [36;1m   fi[0m
2025-08-20T19:56:03.6925982Z [36;1m fi[0m
2025-08-20T19:56:03.6926142Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:56:03.7170443Z shell: /usr/bin/bash -e {0}
2025-08-20T19:56:03.7170674Z env:
2025-08-20T19:56:03.7170827Z   CROSS_COMPILING: NO
2025-08-20T19:56:03.7171018Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:56:03.7171244Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:56:03.7171438Z   ON_QEMU: NO
2025-08-20T19:56:03.7171588Z   DEBUG: 0
2025-08-20T19:56:03.7171774Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:56:03.7171982Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:56:03.7172636Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:56:03.7172938Z   KEEP_LOGS: YES
2025-08-20T19:56:03.7173102Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:56:03.7173292Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:56:03.7173488Z   SBUILD_REBUILD: false
2025-08-20T19:56:03.7173992Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:56:03.7174531Z   BUILD_SYS: docker://rust
2025-08-20T19:56:03.7174724Z   BUILD_ON_HOST: FALSE
2025-08-20T19:56:03.7174899Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:56:03.7175097Z   SYSTMP: /tmp
2025-08-20T19:56:03.7175254Z   GHA_MODE: MATRIX
2025-08-20T19:56:03.7175735Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:56:03.7176215Z   INPUT_SBUILD: /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:56:03.7176509Z   BUILD_DIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml
2025-08-20T19:56:03.7176873Z   SBUILD_OUTDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR
2025-08-20T19:56:03.7177329Z   SBUILD_TMPDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:56:03.7177681Z   PKG_TYPE: static
2025-08-20T19:56:03.7177852Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:56:03.7178057Z   SBUILD_PKGVER: HEAD-aa0d368-250819T203227
2025-08-20T19:56:03.7178405Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107546765
2025-08-20T19:56:03.7178737Z   BUILD_ID: 17107546765
2025-08-20T19:56:03.7178910Z   PKG_NAME: dumbpipe
2025-08-20T19:56:03.7179091Z   PKG_DATE: 2025-08-20T19:55:37Z
2025-08-20T19:56:03.7179305Z   PKG_VERSION: HEAD-aa0d368-250819T203227
2025-08-20T19:56:03.7179541Z   PKG_VERSION_UPSTREAM: 0.29.0
2025-08-20T19:56:03.7179827Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe
2025-08-20T19:56:03.7180171Z   GHCRPKG_TAG: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:03.7180601Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe
2025-08-20T19:56:03.7181039Z   PKG_SRCURL: https://github.com/n0-computer/dumbpipe
2025-08-20T19:56:03.7181299Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:56:03.7181694Z   GHCR_TOKEN: ***
2025-08-20T19:56:03.7182310Z   GITHUB_TOKEN: ***
2025-08-20T19:56:03.7182520Z   GITLAB_TOKEN: ***
2025-08-20T19:56:03.7183665Z   MINISIGN_KEY: ***
2025-08-20T19:56:03.7183835Z ##[endgroup]
2025-08-20T19:56:03.7252861Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T19:56:03.7261197Z 230M	./BUILD_ARTIFACTS.zstd
2025-08-20T19:56:03.7271036Z total 14M
2025-08-20T19:56:03.7271198Z 4.0K CHECKSUM
2025-08-20T19:56:03.7271378Z 4.0K CHECKSUM.sig
2025-08-20T19:56:03.7271558Z 4.0K LICENSE
2025-08-20T19:56:03.7271709Z 4.0K LICENSE.sig
2025-08-20T19:56:03.7271868Z 8.0K SBUILD
2025-08-20T19:56:03.7272014Z 4.0K SBUILD.sig
2025-08-20T19:56:03.7272310Z 4.0K SBUILD_TEMP
2025-08-20T19:56:03.7272474Z 8.5M dumbpipe
2025-08-20T19:56:03.7272630Z 4.0K dumbpipe.json
2025-08-20T19:56:03.7272801Z 4.0K dumbpipe.json.sig
2025-08-20T19:56:03.7273249Z 2.3M dumbpipe.log
2025-08-20T19:56:03.7273414Z 4.0K dumbpipe.log.sig
2025-08-20T19:56:03.7273591Z  40K dumbpipe.png
2025-08-20T19:56:03.7273757Z 4.0K dumbpipe.sig
2025-08-20T19:56:03.7273926Z 2.3M dumbpipe.static.log
2025-08-20T19:56:03.7274125Z 4.0K dumbpipe.static.version
2025-08-20T19:56:03.7274339Z 4.0K dumbpipe.static.version.sig
2025-08-20T19:56:03.7274548Z 4.0K dumbpipe.version
2025-08-20T19:56:03.7274732Z 4.0K dumbpipe.version.sig
2025-08-20T19:56:04.1421036Z Uploading 57a5ee492fb3 BUILD_ARTIFACTS.zstd
2025-08-20T19:56:06.9353726Z Uploaded  57a5ee492fb3 BUILD_ARTIFACTS.zstd
2025-08-20T19:56:06.9354063Z Uploading 2fe9a4741c15 SRCBUILD-dumbpipe
2025-08-20T19:56:07.2547879Z Uploaded  2fe9a4741c15 SRCBUILD-dumbpipe
2025-08-20T19:56:07.2548585Z Pushed [registry] ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765:HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:07.2549157Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:56:07.2550115Z Digest: sha256:2fe9a4741c15aede4bc473eebf03d0a28114ffc70570eb6e53d4e3868adee7fa
2025-08-20T19:56:12.5050143Z 
2025-08-20T19:56:12.5050885Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765
2025-08-20T19:56:12.5051306Z 
2025-08-20T19:56:12.7324151Z ##[group]Run ##Presets
2025-08-20T19:56:12.7324429Z [36;1m##Presets[0m
2025-08-20T19:56:12.7324602Z [36;1mset +x ; set +e[0m
2025-08-20T19:56:12.7324786Z [36;1m#-------------#[0m
2025-08-20T19:56:12.7324966Z [36;1m##Debug?[0m
2025-08-20T19:56:12.7325177Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:56:12.7325442Z [36;1m  set -x[0m
2025-08-20T19:56:12.7325767Z [36;1mfi[0m
2025-08-20T19:56:12.7325921Z [36;1m#-------------#[0m
2025-08-20T19:56:12.7326152Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T19:56:12.7326455Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:56:12.7358217Z shell: /usr/bin/bash -e {0}
2025-08-20T19:56:12.7358462Z env:
2025-08-20T19:56:12.7358642Z   CROSS_COMPILING: NO
2025-08-20T19:56:12.7358826Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:56:12.7359034Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:56:12.7359223Z   ON_QEMU: NO
2025-08-20T19:56:12.7359415Z   DEBUG: 0
2025-08-20T19:56:12.7359574Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:56:12.7359781Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:56:12.7360048Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:56:12.7360322Z   KEEP_LOGS: YES
2025-08-20T19:56:12.7360492Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:56:12.7360682Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:56:12.7360885Z   SBUILD_REBUILD: false
2025-08-20T19:56:12.7361397Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:56:12.7361938Z   BUILD_SYS: docker://rust
2025-08-20T19:56:12.7362459Z   BUILD_ON_HOST: FALSE
2025-08-20T19:56:12.7362644Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:56:12.7362824Z   SYSTMP: /tmp
2025-08-20T19:56:12.7362981Z   GHA_MODE: MATRIX
2025-08-20T19:56:12.7363374Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:56:12.7363859Z   INPUT_SBUILD: /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:56:12.7364157Z   BUILD_DIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml
2025-08-20T19:56:12.7364516Z   SBUILD_OUTDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR
2025-08-20T19:56:12.7364968Z   SBUILD_TMPDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:56:12.7365323Z   PKG_TYPE: static
2025-08-20T19:56:12.7365496Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:56:12.7365697Z   SBUILD_PKGVER: HEAD-aa0d368-250819T203227
2025-08-20T19:56:12.7366050Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107546765
2025-08-20T19:56:12.7366387Z   BUILD_ID: 17107546765
2025-08-20T19:56:12.7366562Z   PKG_NAME: dumbpipe
2025-08-20T19:56:12.7366984Z   PKG_DATE: 2025-08-20T19:55:37Z
2025-08-20T19:56:12.7367200Z   PKG_VERSION: HEAD-aa0d368-250819T203227
2025-08-20T19:56:12.7367434Z   PKG_VERSION_UPSTREAM: 0.29.0
2025-08-20T19:56:12.7367728Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe
2025-08-20T19:56:12.7368075Z   GHCRPKG_TAG: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:12.7368504Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe
2025-08-20T19:56:12.7368937Z   PKG_SRCURL: https://github.com/n0-computer/dumbpipe
2025-08-20T19:56:12.7369197Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:56:12.7369449Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:12.7369922Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765
2025-08-20T19:56:12.7370324Z ##[endgroup]
2025-08-20T19:56:12.7505940Z ##[group]Run actions/upload-artifact@v4
2025-08-20T19:56:12.7506260Z with:
2025-08-20T19:56:12.7506436Z   name: Bincache_dumbpipe_aarch64-Linux
2025-08-20T19:56:12.7506728Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T19:56:12.7506987Z   compression-level: 0
2025-08-20T19:56:12.7507167Z   retention-days: 30
2025-08-20T19:56:12.7507338Z   overwrite: true
2025-08-20T19:56:12.7507510Z   if-no-files-found: warn
2025-08-20T19:56:12.7507712Z   include-hidden-files: false
2025-08-20T19:56:12.7507952Z env:
2025-08-20T19:56:12.7508105Z   CROSS_COMPILING: NO
2025-08-20T19:56:12.7508292Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:56:12.7508499Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:56:12.7508697Z   ON_QEMU: NO
2025-08-20T19:56:12.7508848Z   DEBUG: 0
2025-08-20T19:56:12.7509248Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:56:12.7509457Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:56:12.7509725Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:56:12.7510054Z   KEEP_LOGS: YES
2025-08-20T19:56:12.7510221Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:56:12.7510409Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:56:12.7510611Z   SBUILD_REBUILD: false
2025-08-20T19:56:12.7511115Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:56:12.7511655Z   BUILD_SYS: docker://rust
2025-08-20T19:56:12.7511848Z   BUILD_ON_HOST: FALSE
2025-08-20T19:56:12.7512022Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:56:12.7512449Z   SYSTMP: /tmp
2025-08-20T19:56:12.7512610Z   GHA_MODE: MATRIX
2025-08-20T19:56:12.7513000Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:56:12.7513482Z   INPUT_SBUILD: /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:56:12.7513778Z   BUILD_DIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml
2025-08-20T19:56:12.7514136Z   SBUILD_OUTDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR
2025-08-20T19:56:12.7514589Z   SBUILD_TMPDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:56:12.7514944Z   PKG_TYPE: static
2025-08-20T19:56:12.7515117Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:56:12.7515321Z   SBUILD_PKGVER: HEAD-aa0d368-250819T203227
2025-08-20T19:56:12.7515670Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107546765
2025-08-20T19:56:12.7516007Z   BUILD_ID: 17107546765
2025-08-20T19:56:12.7516181Z   PKG_NAME: dumbpipe
2025-08-20T19:56:12.7516357Z   PKG_DATE: 2025-08-20T19:55:37Z
2025-08-20T19:56:12.7516569Z   PKG_VERSION: HEAD-aa0d368-250819T203227
2025-08-20T19:56:12.7516801Z   PKG_VERSION_UPSTREAM: 0.29.0
2025-08-20T19:56:12.7517087Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe
2025-08-20T19:56:12.7517433Z   GHCRPKG_TAG: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:12.7517860Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe
2025-08-20T19:56:12.7518304Z   PKG_SRCURL: https://github.com/n0-computer/dumbpipe
2025-08-20T19:56:12.7518564Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:56:12.7519090Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:12.7519560Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765
2025-08-20T19:56:12.7519968Z   UTC_TIME: 2025_08_20T07_56_12_PM
2025-08-20T19:56:12.7520168Z ##[endgroup]
2025-08-20T19:56:13.4312825Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T19:56:13.4317021Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T19:56:13.4317454Z With the provided path, there will be 2 files uploaded
2025-08-20T19:56:13.6816920Z Artifact name is valid!
2025-08-20T19:56:13.6820568Z Root directory input is valid!
2025-08-20T19:56:13.7930933Z Beginning upload of artifact content to blob storage
2025-08-20T19:56:14.5257678Z Uploaded bytes 8388608
2025-08-20T19:56:14.5690138Z Uploaded bytes 16777216
2025-08-20T19:56:14.6121749Z Uploaded bytes 25165824
2025-08-20T19:56:14.7819018Z Uploaded bytes 33554432
2025-08-20T19:56:14.8019158Z Uploaded bytes 41943040
2025-08-20T19:56:14.8140494Z Uploaded bytes 50331648
2025-08-20T19:56:14.8334847Z Uploaded bytes 58720256
2025-08-20T19:56:15.0446069Z Uploaded bytes 67108864
2025-08-20T19:56:15.0678781Z Uploaded bytes 75497472
2025-08-20T19:56:15.1118132Z Uploaded bytes 83886080
2025-08-20T19:56:15.1450543Z Uploaded bytes 92274688
2025-08-20T19:56:15.3030244Z Uploaded bytes 100663296
2025-08-20T19:56:15.3162478Z Uploaded bytes 109051904
2025-08-20T19:56:15.3368376Z Uploaded bytes 117440512
2025-08-20T19:56:15.4215930Z Uploaded bytes 125829120
2025-08-20T19:56:15.5872389Z Uploaded bytes 134217728
2025-08-20T19:56:15.6067580Z Uploaded bytes 142606336
2025-08-20T19:56:15.6268854Z Uploaded bytes 150994944
2025-08-20T19:56:15.7283047Z Uploaded bytes 159383552
2025-08-20T19:56:15.8059193Z Uploaded bytes 167772160
2025-08-20T19:56:15.8376564Z Uploaded bytes 176160768
2025-08-20T19:56:15.8744602Z Uploaded bytes 184549376
2025-08-20T19:56:15.9947820Z Uploaded bytes 192937984
2025-08-20T19:56:16.0013148Z Uploaded bytes 201326592
2025-08-20T19:56:16.0862584Z Uploaded bytes 209715200
2025-08-20T19:56:16.0945247Z Uploaded bytes 218103808
2025-08-20T19:56:16.2228269Z Uploaded bytes 226492416
2025-08-20T19:56:16.2547468Z Uploaded bytes 234881024
2025-08-20T19:56:16.4667340Z Uploaded bytes 243054722
2025-08-20T19:56:16.5388619Z Finished uploading artifact content to blob storage!
2025-08-20T19:56:16.5403327Z SHA256 digest of uploaded artifact zip is 897f5de72fa116b157aeecbde941280c68f755e11c1ec7b40a3065b681d9b778
2025-08-20T19:56:16.5404099Z Finalizing artifact upload
2025-08-20T19:56:16.6491426Z Artifact Bincache_dumbpipe_aarch64-Linux.zip successfully finalized. Artifact ID 3812650248
2025-08-20T19:56:16.6492261Z Artifact Bincache_dumbpipe_aarch64-Linux has been successfully uploaded! Final size is 243054722 bytes. Artifact ID is 3812650248
2025-08-20T19:56:16.6512851Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107546765/artifacts/3812650248
2025-08-20T19:56:16.6843069Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T19:56:16.6843417Z with:
2025-08-20T19:56:16.6843707Z   subject-name: dumbpipe-17107546765-HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:16.6844519Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:56:16.6845207Z   show-summary: true
2025-08-20T19:56:16.6845395Z   push-to-registry: false
2025-08-20T19:56:16.6845747Z   github-token: ***
2025-08-20T19:56:16.6845915Z env:
2025-08-20T19:56:16.6846086Z   CROSS_COMPILING: NO
2025-08-20T19:56:16.6846273Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:56:16.6846485Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:56:16.6846684Z   ON_QEMU: NO
2025-08-20T19:56:16.6846838Z   DEBUG: 0
2025-08-20T19:56:16.6847005Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:56:16.6847219Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:56:16.6847757Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:56:16.6848045Z   KEEP_LOGS: YES
2025-08-20T19:56:16.6848217Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:56:16.6848416Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:56:16.6848618Z   SBUILD_REBUILD: false
2025-08-20T19:56:16.6849124Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:56:16.6849670Z   BUILD_SYS: docker://rust
2025-08-20T19:56:16.6849868Z   BUILD_ON_HOST: FALSE
2025-08-20T19:56:16.6850048Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:56:16.6850225Z   SYSTMP: /tmp
2025-08-20T19:56:16.6850394Z   GHA_MODE: MATRIX
2025-08-20T19:56:16.6850793Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:56:16.6851278Z   INPUT_SBUILD: /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:56:16.6851583Z   BUILD_DIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml
2025-08-20T19:56:16.6851960Z   SBUILD_OUTDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR
2025-08-20T19:56:16.6852690Z   SBUILD_TMPDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:56:16.6853057Z   PKG_TYPE: static
2025-08-20T19:56:16.6853232Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:56:16.6853444Z   SBUILD_PKGVER: HEAD-aa0d368-250819T203227
2025-08-20T19:56:16.6853801Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107546765
2025-08-20T19:56:16.6854141Z   BUILD_ID: 17107546765
2025-08-20T19:56:16.6854319Z   PKG_NAME: dumbpipe
2025-08-20T19:56:16.6854503Z   PKG_DATE: 2025-08-20T19:55:37Z
2025-08-20T19:56:16.6854930Z   PKG_VERSION: HEAD-aa0d368-250819T203227
2025-08-20T19:56:16.6855168Z   PKG_VERSION_UPSTREAM: 0.29.0
2025-08-20T19:56:16.6855466Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe
2025-08-20T19:56:16.6855821Z   GHCRPKG_TAG: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:16.6856260Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe
2025-08-20T19:56:16.6856704Z   PKG_SRCURL: https://github.com/n0-computer/dumbpipe
2025-08-20T19:56:16.6856969Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:56:16.6857223Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:16.6857699Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765
2025-08-20T19:56:16.6858114Z   UTC_TIME: 2025_08_20T07_56_12_PM
2025-08-20T19:56:16.6858321Z ##[endgroup]
2025-08-20T19:56:16.6938051Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T19:56:16.6938469Z env:
2025-08-20T19:56:16.6938625Z   CROSS_COMPILING: NO
2025-08-20T19:56:16.6938816Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:56:16.6939026Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:56:16.6939225Z   ON_QEMU: NO
2025-08-20T19:56:16.6939378Z   DEBUG: 0
2025-08-20T19:56:16.6939539Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:56:16.6940054Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:56:16.6940347Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:56:16.6940636Z   KEEP_LOGS: YES
2025-08-20T19:56:16.6940807Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:56:16.6941002Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:56:16.6941205Z   SBUILD_REBUILD: false
2025-08-20T19:56:16.6941718Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:56:16.6942510Z   BUILD_SYS: docker://rust
2025-08-20T19:56:16.6942713Z   BUILD_ON_HOST: FALSE
2025-08-20T19:56:16.6942892Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:56:16.6943076Z   SYSTMP: /tmp
2025-08-20T19:56:16.6943239Z   GHA_MODE: MATRIX
2025-08-20T19:56:16.6943639Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:56:16.6944128Z   INPUT_SBUILD: /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:56:16.6944582Z   BUILD_DIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml
2025-08-20T19:56:16.6944948Z   SBUILD_OUTDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR
2025-08-20T19:56:16.6945408Z   SBUILD_TMPDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:56:16.6945768Z   PKG_TYPE: static
2025-08-20T19:56:16.6945942Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:56:16.6946153Z   SBUILD_PKGVER: HEAD-aa0d368-250819T203227
2025-08-20T19:56:16.6946507Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107546765
2025-08-20T19:56:16.6946846Z   BUILD_ID: 17107546765
2025-08-20T19:56:16.6947026Z   PKG_NAME: dumbpipe
2025-08-20T19:56:16.6947212Z   PKG_DATE: 2025-08-20T19:55:37Z
2025-08-20T19:56:16.6947432Z   PKG_VERSION: HEAD-aa0d368-250819T203227
2025-08-20T19:56:16.6947673Z   PKG_VERSION_UPSTREAM: 0.29.0
2025-08-20T19:56:16.6947968Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe
2025-08-20T19:56:16.6948325Z   GHCRPKG_TAG: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:16.6948767Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe
2025-08-20T19:56:16.6949210Z   PKG_SRCURL: https://github.com/n0-computer/dumbpipe
2025-08-20T19:56:16.6949475Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:56:16.6949729Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:16.6950206Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765
2025-08-20T19:56:16.6950621Z   UTC_TIME: 2025_08_20T07_56_12_PM
2025-08-20T19:56:16.6950827Z ##[endgroup]
2025-08-20T19:56:17.1829385Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T19:56:17.1829860Z with:
2025-08-20T19:56:17.1830493Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:56:17.1831330Z   subject-name: dumbpipe-17107546765-HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:17.1831734Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T19:56:17.1834500Z   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/17107546765/attempts/1"}}}
2025-08-20T19:56:17.1837188Z   push-to-registry: false
2025-08-20T19:56:17.1837410Z   show-summary: true
2025-08-20T19:56:17.1837807Z   github-token: ***
2025-08-20T19:56:17.1837982Z env:
2025-08-20T19:56:17.1838134Z   CROSS_COMPILING: NO
2025-08-20T19:56:17.1838328Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:56:17.1838543Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:56:17.1838744Z   ON_QEMU: NO
2025-08-20T19:56:17.1838900Z   DEBUG: 0
2025-08-20T19:56:17.1839063Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:56:17.1839276Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:56:17.1839549Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:56:17.1839834Z   KEEP_LOGS: YES
2025-08-20T19:56:17.1840016Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:56:17.1840215Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:56:17.1840419Z   SBUILD_REBUILD: false
2025-08-20T19:56:17.1840922Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:56:17.1841475Z   BUILD_SYS: docker://rust
2025-08-20T19:56:17.1841853Z   BUILD_ON_HOST: FALSE
2025-08-20T19:56:17.1842203Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:56:17.1842398Z   SYSTMP: /tmp
2025-08-20T19:56:17.1842567Z   GHA_MODE: MATRIX
2025-08-20T19:56:17.1842970Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:56:17.1843461Z   INPUT_SBUILD: /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:56:17.1843765Z   BUILD_DIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml
2025-08-20T19:56:17.1844130Z   SBUILD_OUTDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR
2025-08-20T19:56:17.1844595Z   SBUILD_TMPDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:56:17.1844966Z   PKG_TYPE: static
2025-08-20T19:56:17.1845146Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:56:17.1845358Z   SBUILD_PKGVER: HEAD-aa0d368-250819T203227
2025-08-20T19:56:17.1845721Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107546765
2025-08-20T19:56:17.1846069Z   BUILD_ID: 17107546765
2025-08-20T19:56:17.1846248Z   PKG_NAME: dumbpipe
2025-08-20T19:56:17.1846435Z   PKG_DATE: 2025-08-20T19:55:37Z
2025-08-20T19:56:17.1846664Z   PKG_VERSION: HEAD-aa0d368-250819T203227
2025-08-20T19:56:17.1846908Z   PKG_VERSION_UPSTREAM: 0.29.0
2025-08-20T19:56:17.1847206Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe
2025-08-20T19:56:17.1847562Z   GHCRPKG_TAG: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:17.1848000Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe
2025-08-20T19:56:17.1848447Z   PKG_SRCURL: https://github.com/n0-computer/dumbpipe
2025-08-20T19:56:17.1848893Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:56:17.1849156Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:17.1849636Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765
2025-08-20T19:56:17.1850057Z   UTC_TIME: 2025_08_20T07_56_12_PM
2025-08-20T19:56:17.1850270Z ##[endgroup]
2025-08-20T19:56:19.0629601Z Attestation created for 18 subjects
2025-08-20T19:56:19.0633625Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T19:56:19.0634097Z -----BEGIN CERTIFICATE-----
2025-08-20T19:56:19.0634419Z MIIG7zCCBnagAwIBAgIUMPc086NR3fePATWFzpvuByF1/sEwCgYIKoZIzj0EAwMw
2025-08-20T19:56:19.0634872Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T19:56:19.0635331Z cm1lZGlhdGUwHhcNMjUwODIwMTk1NjE4WhcNMjUwODIwMjAwNjE4WjAAMFkwEwYH
2025-08-20T19:56:19.0635793Z KoZIzj0CAQYIKoZIzj0DAQcDQgAErwmdQKgmuXySWmiw1r3drxznF3XISrP6TYNT
2025-08-20T19:56:19.0636276Z SlbnQeT0VaycxqNB32oOZx8rLuGHHLNnw35fSeXYGztZRO5VzqOCBZUwggWRMA4G
2025-08-20T19:56:19.0636731Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUpQSW
2025-08-20T19:56:19.0637179Z JTUrww7RAn30YgryOi8oM5EwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T19:56:19.0637960Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T19:56:19.0638437Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T19:56:19.0638885Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T19:56:19.0639324Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T19:56:19.0639750Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T19:56:19.0640198Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T19:56:19.0640656Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T19:56:19.0641110Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T19:56:19.0641565Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T19:56:19.0642001Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T19:56:19.0642588Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T19:56:19.0643058Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T19:56:19.0643664Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T19:56:19.0644105Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T19:56:19.0644564Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T19:56:19.0645026Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T19:56:19.0645483Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T19:56:19.0645934Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T19:56:19.0646389Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T19:56:19.0646845Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T19:56:19.0647295Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T19:56:19.0647751Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T19:56:19.0648215Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T19:56:19.0648668Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTQ2NzY1L2F0
2025-08-20T19:56:19.0649118Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T19:56:19.0649584Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJDb+o
2025-08-20T19:56:19.0650044Z AAAEAwBIMEYCIQCgdIJNidX71+lpCriB8cNFSrygf9HIi2drLOjh5ILtsQIhAJU/
2025-08-20T19:56:19.0650490Z 7Z0NnN64O/Q3Te9m0Jg4cOxACKFaCvyGwVI0IIKlMAoGCCqGSM49BAMDA2cAMGQC
2025-08-20T19:56:19.0650931Z MG5vohJRomaNMTAoeKJaPd1f8gq7keKdaT3q5vY0PcGjCYztcDl4rUhgTb4xvvXs
2025-08-20T19:56:19.0651367Z rAIwbTkIfKSgXGo2gAwjo1Efr27jmmr4NGc/k5hq3WgGMAxcBgFMwm5i8ENppMaZ
2025-08-20T19:56:19.0651828Z hkfO
2025-08-20T19:56:19.0651985Z -----END CERTIFICATE-----
2025-08-20T19:56:19.0652241Z 
2025-08-20T19:56:19.0652654Z ##[endgroup]
2025-08-20T19:56:19.0653118Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T19:56:19.0653513Z https://search.sigstore.dev?logIndex=414143782
2025-08-20T19:56:19.0653900Z [36mAttestation uploaded to repository[39m
2025-08-20T19:56:19.0654211Z https://github.com/pkgforge/bincache/attestations/9870615
2025-08-20T19:56:19.1692777Z ##[group]Run ##Presets
2025-08-20T19:56:19.1693084Z [36;1m##Presets[0m
2025-08-20T19:56:19.1693268Z [36;1mset +x ; set +e[0m
2025-08-20T19:56:19.1693459Z [36;1m#-------------#[0m
2025-08-20T19:56:19.1693642Z [36;1m##Debug?[0m
2025-08-20T19:56:19.1693866Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:56:19.1694138Z [36;1m  set -x[0m
2025-08-20T19:56:19.1694300Z [36;1mfi[0m
2025-08-20T19:56:19.1694460Z [36;1m#-------------#[0m
2025-08-20T19:56:19.1694762Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:56:19.1695254Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/dumbpipe/official"[0m
2025-08-20T19:56:19.1695639Z [36;1m exit 1[0m
2025-08-20T19:56:19.1695804Z [36;1mfi[0m
2025-08-20T19:56:19.1727843Z shell: /usr/bin/bash -e {0}
2025-08-20T19:56:19.1728056Z env:
2025-08-20T19:56:19.1728213Z   CROSS_COMPILING: NO
2025-08-20T19:56:19.1728463Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:56:19.1728682Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:56:19.1728882Z   ON_QEMU: NO
2025-08-20T19:56:19.1729037Z   DEBUG: 0
2025-08-20T19:56:19.1729201Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:56:19.1729419Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:56:19.1729693Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:56:19.1729986Z   KEEP_LOGS: YES
2025-08-20T19:56:19.1730161Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:56:19.1730368Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:56:19.1730571Z   SBUILD_REBUILD: false
2025-08-20T19:56:19.1731084Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:56:19.1731629Z   BUILD_SYS: docker://rust
2025-08-20T19:56:19.1731830Z   BUILD_ON_HOST: FALSE
2025-08-20T19:56:19.1732615Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:56:19.1732799Z   SYSTMP: /tmp
2025-08-20T19:56:19.1732962Z   GHA_MODE: MATRIX
2025-08-20T19:56:19.1733372Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:56:19.1733864Z   INPUT_SBUILD: /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:56:19.1734170Z   BUILD_DIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml
2025-08-20T19:56:19.1734535Z   SBUILD_OUTDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR
2025-08-20T19:56:19.1735003Z   SBUILD_TMPDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:56:19.1735372Z   PKG_TYPE: static
2025-08-20T19:56:19.1735549Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:56:19.1735762Z   SBUILD_PKGVER: HEAD-aa0d368-250819T203227
2025-08-20T19:56:19.1736128Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107546765
2025-08-20T19:56:19.1736472Z   BUILD_ID: 17107546765
2025-08-20T19:56:19.1736705Z   PKG_NAME: dumbpipe
2025-08-20T19:56:19.1736893Z   PKG_DATE: 2025-08-20T19:55:37Z
2025-08-20T19:56:19.1737123Z   PKG_VERSION: HEAD-aa0d368-250819T203227
2025-08-20T19:56:19.1737371Z   PKG_VERSION_UPSTREAM: 0.29.0
2025-08-20T19:56:19.1737665Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe
2025-08-20T19:56:19.1738016Z   GHCRPKG_TAG: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:19.1738451Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe
2025-08-20T19:56:19.1738901Z   PKG_SRCURL: https://github.com/n0-computer/dumbpipe
2025-08-20T19:56:19.1739424Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:56:19.1739691Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:19.1740177Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765
2025-08-20T19:56:19.1740600Z   UTC_TIME: 2025_08_20T07_56_12_PM
2025-08-20T19:56:19.1740809Z ##[endgroup]
2025-08-20T19:56:19.1815223Z ##[group]Run ##Presets
2025-08-20T19:56:19.1815505Z [36;1m##Presets[0m
2025-08-20T19:56:19.1815687Z [36;1mset +x ; set +e[0m
2025-08-20T19:56:19.1815879Z [36;1m#-------------#[0m
2025-08-20T19:56:19.1816061Z [36;1m##Debug?[0m
2025-08-20T19:56:19.1816282Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:56:19.1816556Z [36;1m  set -x[0m
2025-08-20T19:56:19.1816722Z [36;1mfi[0m
2025-08-20T19:56:19.1816881Z [36;1m#-------------#[0m
2025-08-20T19:56:19.1817100Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:56:19.1817522Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/dumbpipe/official"[0m
2025-08-20T19:56:19.1817921Z [36;1m exit 1[0m
2025-08-20T19:56:19.1818086Z [36;1mfi[0m
2025-08-20T19:56:19.1846692Z shell: /usr/bin/bash -e {0}
2025-08-20T19:56:19.1846910Z env:
2025-08-20T19:56:19.1847072Z   CROSS_COMPILING: NO
2025-08-20T19:56:19.1847315Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:56:19.1847539Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:56:19.1847738Z   ON_QEMU: NO
2025-08-20T19:56:19.1847892Z   DEBUG: 0
2025-08-20T19:56:19.1848052Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:56:19.1848265Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:56:19.1848541Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:56:19.1848827Z   KEEP_LOGS: YES
2025-08-20T19:56:19.1848998Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:56:19.1849202Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:56:19.1849403Z   SBUILD_REBUILD: false
2025-08-20T19:56:19.1849924Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:56:19.1850484Z   BUILD_SYS: docker://rust
2025-08-20T19:56:19.1850693Z   BUILD_ON_HOST: FALSE
2025-08-20T19:56:19.1850873Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:56:19.1851054Z   SYSTMP: /tmp
2025-08-20T19:56:19.1851222Z   GHA_MODE: MATRIX
2025-08-20T19:56:19.1851634Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:56:19.1852665Z   INPUT_SBUILD: /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:56:19.1852977Z   BUILD_DIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml
2025-08-20T19:56:19.1853347Z   SBUILD_OUTDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR
2025-08-20T19:56:19.1853808Z   SBUILD_TMPDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:56:19.1854170Z   PKG_TYPE: static
2025-08-20T19:56:19.1854349Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:56:19.1854563Z   SBUILD_PKGVER: HEAD-aa0d368-250819T203227
2025-08-20T19:56:19.1854930Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107546765
2025-08-20T19:56:19.1855271Z   BUILD_ID: 17107546765
2025-08-20T19:56:19.1855458Z   PKG_NAME: dumbpipe
2025-08-20T19:56:19.1855643Z   PKG_DATE: 2025-08-20T19:55:37Z
2025-08-20T19:56:19.1855863Z   PKG_VERSION: HEAD-aa0d368-250819T203227
2025-08-20T19:56:19.1856116Z   PKG_VERSION_UPSTREAM: 0.29.0
2025-08-20T19:56:19.1856414Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe
2025-08-20T19:56:19.1856769Z   GHCRPKG_TAG: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:19.1857205Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe
2025-08-20T19:56:19.1857654Z   PKG_SRCURL: https://github.com/n0-computer/dumbpipe
2025-08-20T19:56:19.1857921Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:56:19.1858184Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:19.1858663Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765
2025-08-20T19:56:19.1859307Z   UTC_TIME: 2025_08_20T07_56_12_PM
2025-08-20T19:56:19.1859515Z ##[endgroup]
2025-08-20T19:56:19.1930648Z ##[group]Run ##Presets
2025-08-20T19:56:19.1930914Z [36;1m##Presets[0m
2025-08-20T19:56:19.1931101Z [36;1mset +x ; set +e[0m
2025-08-20T19:56:19.1931294Z [36;1m#-------------#[0m
2025-08-20T19:56:19.1931491Z [36;1m##Debug?[0m
2025-08-20T19:56:19.1931743Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:56:19.1932017Z [36;1m  set -x[0m
2025-08-20T19:56:19.1932451Z [36;1mfi[0m
2025-08-20T19:56:19.1932616Z [36;1m#-------------#[0m
2025-08-20T19:56:19.1932929Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:56:19.1933296Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T19:56:19.1933569Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:56:19.1933820Z [36;1mfi[0m
2025-08-20T19:56:19.1962402Z shell: /usr/bin/bash -e {0}
2025-08-20T19:56:19.1962627Z env:
2025-08-20T19:56:19.1962791Z   CROSS_COMPILING: NO
2025-08-20T19:56:19.1963041Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:56:19.1963257Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:56:19.1963457Z   ON_QEMU: NO
2025-08-20T19:56:19.1963611Z   DEBUG: 0
2025-08-20T19:56:19.1963780Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:56:19.1963994Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:56:19.1964268Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/dumbpipe/official
2025-08-20T19:56:19.1964560Z   KEEP_LOGS: YES
2025-08-20T19:56:19.1964731Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:56:19.1964929Z   PKG_FAMILY_LOCAL: dumbpipe
2025-08-20T19:56:19.1965136Z   SBUILD_REBUILD: false
2025-08-20T19:56:19.1965653Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/dumbpipe/static.official.source.yaml
2025-08-20T19:56:19.1966203Z   BUILD_SYS: docker://rust
2025-08-20T19:56:19.1966403Z   BUILD_ON_HOST: FALSE
2025-08-20T19:56:19.1966591Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:56:19.1966775Z   SYSTMP: /tmp
2025-08-20T19:56:19.1966938Z   GHA_MODE: MATRIX
2025-08-20T19:56:19.1967345Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:56:19.1967834Z   INPUT_SBUILD: /tmp/pkgforge/ncmUjcTiE_build.yaml
2025-08-20T19:56:19.1968416Z   BUILD_DIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml
2025-08-20T19:56:19.1968784Z   SBUILD_OUTDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR
2025-08-20T19:56:19.1969250Z   SBUILD_TMPDIR: /tmp/pkgforge/E8nIz6p_ncmUjcTiE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:56:19.1969607Z   PKG_TYPE: static
2025-08-20T19:56:19.1969783Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:56:19.1969992Z   SBUILD_PKGVER: HEAD-aa0d368-250819T203227
2025-08-20T19:56:19.1970350Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107546765
2025-08-20T19:56:19.1970689Z   BUILD_ID: 17107546765
2025-08-20T19:56:19.1970876Z   PKG_NAME: dumbpipe
2025-08-20T19:56:19.1971062Z   PKG_DATE: 2025-08-20T19:55:37Z
2025-08-20T19:56:19.1971288Z   PKG_VERSION: HEAD-aa0d368-250819T203227
2025-08-20T19:56:19.1971533Z   PKG_VERSION_UPSTREAM: 0.29.0
2025-08-20T19:56:19.1971830Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe
2025-08-20T19:56:19.1972437Z   GHCRPKG_TAG: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:19.1972913Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/dumbpipe/official/dumbpipe
2025-08-20T19:56:19.1973361Z   PKG_SRCURL: https://github.com/n0-computer/dumbpipe
2025-08-20T19:56:19.1973628Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:56:19.1973885Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa0d368-250819T203227-aarch64-linux
2025-08-20T19:56:19.1974361Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/dumbpipe/official/dumbpipe-srcbuild-17107546765
2025-08-20T19:56:19.1974775Z   UTC_TIME: 2025_08_20T07_56_12_PM
2025-08-20T19:56:19.1974982Z ##[endgroup]
2025-08-20T19:56:19.2032553Z EXITED
2025-08-20T19:56:19.2082827Z Cleaning up orphan processes
