﻿2025-08-20T20:53:47.7724966Z Current runner version: '2.328.0'
2025-08-20T20:53:47.7762010Z ##[group]Runner Image Provisioner
2025-08-20T20:53:47.7764105Z Hosted Compute Agent
2025-08-20T20:53:47.7765028Z Version: 20250818.377
2025-08-20T20:53:47.7765989Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:53:47.7767265Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:53:47.7768256Z ##[endgroup]
2025-08-20T20:53:47.7769156Z ##[group]Operating System
2025-08-20T20:53:47.7770695Z Ubuntu
2025-08-20T20:53:47.7771710Z 24.04.2
2025-08-20T20:53:47.7773035Z LTS
2025-08-20T20:53:47.7773954Z ##[endgroup]
2025-08-20T20:53:47.7774987Z ##[group]Runner Image
2025-08-20T20:53:47.7776290Z Image: ubuntu-24.04
2025-08-20T20:53:47.7777307Z Version: 20250818.1.0
2025-08-20T20:53:47.7779070Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:53:47.7781923Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T20:53:47.7784377Z ##[endgroup]
2025-08-20T20:53:47.7786847Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:53:47.7790299Z Attestations: write
2025-08-20T20:53:47.7791402Z Contents: write
2025-08-20T20:53:47.7792923Z Metadata: read
2025-08-20T20:53:47.7794387Z Packages: write
2025-08-20T20:53:47.7795507Z ##[endgroup]
2025-08-20T20:53:47.7798556Z Secret source: Actions
2025-08-20T20:53:47.7800308Z Prepare workflow directory
2025-08-20T20:53:47.8178694Z Prepare all required actions
2025-08-20T20:53:47.8233450Z Getting action download info
2025-08-20T20:53:48.2125497Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:53:48.9580407Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:53:49.5595928Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:53:49.6749206Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:53:50.3052957Z Getting action download info
2025-08-20T20:53:50.4507164Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:53:50.8757991Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:53:51.4726061Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/gpg-tui/official)
2025-08-20T20:53:51.5302930Z ##[group]Run ##Presets
2025-08-20T20:53:51.5303347Z [36;1m##Presets[0m
2025-08-20T20:53:51.5303620Z [36;1mset +x ; set +e[0m
2025-08-20T20:53:51.5303896Z [36;1m#-------------#[0m
2025-08-20T20:53:51.5304266Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:53:51.5304710Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:53:51.5305139Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5305507Z [36;1m  fi[0m
2025-08-20T20:53:51.5305834Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:53:51.5306278Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:53:51.5306683Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5307015Z [36;1m  fi[0m
2025-08-20T20:53:51.5307324Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:53:51.5307775Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:53:51.5308175Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5308615Z [36;1m  fi[0m
2025-08-20T20:53:51.5308924Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:53:51.5309331Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:53:51.5309912Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:53:51.5310267Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:53:51.5310639Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5310986Z [36;1m     else[0m
2025-08-20T20:53:51.5311300Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5311627Z [36;1m     fi[0m
2025-08-20T20:53:51.5311854Z [36;1m  fi[0m
2025-08-20T20:53:51.5312080Z [36;1mfi[0m
2025-08-20T20:53:51.5385529Z shell: /usr/bin/bash -e {0}
2025-08-20T20:53:51.5386227Z env:
2025-08-20T20:53:51.5386944Z   GH_TOKEN: ***
2025-08-20T20:53:51.5387447Z ##[endgroup]
2025-08-20T20:53:51.5687087Z ##[group]Run ##Presets
2025-08-20T20:53:51.5687554Z [36;1m##Presets[0m
2025-08-20T20:53:51.5687994Z [36;1mset +x ; set +e[0m
2025-08-20T20:53:51.5688487Z [36;1m#-------------#[0m
2025-08-20T20:53:51.5688955Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:53:51.5689648Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:53:51.5690321Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:53:51.5690915Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:53:51.5691461Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:53:51.5692003Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:53:51.5692792Z [36;1m  exit 1[0m
2025-08-20T20:53:51.5693170Z [36;1mfi[0m
2025-08-20T20:53:51.5733576Z shell: /usr/bin/bash -e {0}
2025-08-20T20:53:51.5734029Z env:
2025-08-20T20:53:51.5734609Z   RO_GHTOKEN: ***
2025-08-20T20:53:51.5735052Z   RO_GLTOKEN: ***
2025-08-20T20:53:51.5736443Z   MINISIGN_KEY: ***
2025-08-20T20:53:51.5736797Z ##[endgroup]
2025-08-20T20:53:51.5942098Z ##[group]Run ##Presets
2025-08-20T20:53:51.5942743Z [36;1m##Presets[0m
2025-08-20T20:53:51.5943003Z [36;1mset +x ; set +e[0m
2025-08-20T20:53:51.5943270Z [36;1m#-------------#[0m
2025-08-20T20:53:51.5943538Z [36;1m##Host Triplet[0m
2025-08-20T20:53:51.5943873Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:53:51.5944255Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:53:51.5944613Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:53:51.5944969Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:53:51.5945310Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:53:51.5945698Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:53:51.5946080Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:53:51.5946451Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:53:51.5946766Z [36;1m   fi[0m
2025-08-20T20:53:51.5947103Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:53:51.5947487Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:53:51.5947833Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:53:51.5948204Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:53:51.5948548Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:53:51.5948831Z [36;1m fi[0m
2025-08-20T20:53:51.5949163Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5949616Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5950043Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5950440Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5950771Z [36;1m##Debug[0m
2025-08-20T20:53:51.5951032Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:53:51.5951345Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:53:51.5951627Z [36;1m else[0m
2025-08-20T20:53:51.5951872Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:53:51.5952560Z [36;1m fi[0m
2025-08-20T20:53:51.5952840Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5953178Z [36;1m##Docker Platform[0m
2025-08-20T20:53:51.5953520Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:53:51.5953901Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:53:51.5954287Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:53:51.5954838Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:53:51.5955225Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:53:51.5955608Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:53:51.5955981Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:53:51.5956349Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:53:51.5956640Z [36;1m fi[0m
2025-08-20T20:53:51.5956975Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5957452Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5957829Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:53:51.5958351Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/gpg-tui/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:53:51.5958904Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:53:51.5959260Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5959609Z [36;1m##Logs[0m
2025-08-20T20:53:51.5959863Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:53:51.5960250Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:53:51.5960531Z [36;1m else[0m
2025-08-20T20:53:51.5960780Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:53:51.5961096Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:53:51.5961392Z [36;1m fi[0m
2025-08-20T20:53:51.5961852Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5962534Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5962950Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:53:51.5963359Z [36;1m PKG_FAMILY_LOCAL="$(echo "gpg-tui" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:53:51.5963789Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:53:51.5964164Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5964538Z [36;1m##Rebuild[0m
2025-08-20T20:53:51.5964807Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:53:51.5965136Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:53:51.5965434Z [36;1m else[0m
2025-08-20T20:53:51.5965687Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:53:51.5965986Z [36;1m fi[0m
2025-08-20T20:53:51.5966295Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5966660Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:53:51.5967127Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:53:51.5967717Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:53:51.5968577Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:53:51.5969342Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:53:51.5969755Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:53:51.5970239Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:53:51.5970717Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:53:51.5971135Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5971473Z [36;1m    exit 1[0m
2025-08-20T20:53:51.5971724Z [36;1m   else[0m
2025-08-20T20:53:51.5971976Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:53:51.5972721Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5973121Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:53:51.5973513Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:53:51.5973915Z [36;1m      #check if supported[0m
2025-08-20T20:53:51.5974347Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:53:51.5974922Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:53:51.5975391Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:53:51.5975762Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5976101Z [36;1m         exit 1[0m
2025-08-20T20:53:51.5976353Z [36;1m       fi[0m
2025-08-20T20:53:51.5976613Z [36;1m      #get build system[0m
2025-08-20T20:53:51.5977035Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:53:51.5977461Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:53:51.5977796Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5978197Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:53:51.5978584Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5978962Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5979354Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:53:51.5979743Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5980118Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:51.5980444Z [36;1m       fi[0m
2025-08-20T20:53:51.5980824Z [36;1m     fi[0m
2025-08-20T20:53:51.5981060Z [36;1m   fi[0m
2025-08-20T20:53:51.5981310Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:53:51.6021659Z shell: /usr/bin/bash -e {0}
2025-08-20T20:53:51.6021970Z ##[endgroup]
2025-08-20T20:53:52.2497665Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:53:52.2498255Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:53:52.2498507Z 
2025-08-20T20:53:52.3574844Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:53:52.3575749Z 100  5336  100  5336    0     0  48824      0 --:--:-- --:--:-- --:--:-- 48509
2025-08-20T20:53:52.3576608Z 100  5336  100  5336    0     0  48797      0 --:--:-- --:--:-- --:--:-- 48509
2025-08-20T20:53:52.3589916Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T20:53:52.3814785Z ##[group]Run ##Presets
2025-08-20T20:53:52.3815133Z [36;1m##Presets[0m
2025-08-20T20:53:52.3815392Z [36;1mset +x ; set +e[0m
2025-08-20T20:53:52.3815676Z [36;1m#-------------#[0m
2025-08-20T20:53:52.3815983Z [36;1m##Debug?[0m
2025-08-20T20:53:52.3816284Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:53:52.3816629Z [36;1m  set -x[0m
2025-08-20T20:53:52.3816863Z [36;1mfi[0m
2025-08-20T20:53:52.3817097Z [36;1m#-------------#[0m
2025-08-20T20:53:52.3817353Z [36;1m##CoreUtils[0m
2025-08-20T20:53:52.3817612Z [36;1msudo apt update -y[0m
2025-08-20T20:53:52.3818020Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:53:52.3819083Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:53:52.3820063Z [36;1m##tmp[0m
2025-08-20T20:53:52.3820400Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:53:52.3820952Z [36;1m#GH ENV[0m
2025-08-20T20:53:52.3821234Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:52.3821597Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:52.3821935Z [36;1m#-------------#[0m
2025-08-20T20:53:52.3822452Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:53:52.3822823Z [36;1msudo apt update -y[0m
2025-08-20T20:53:52.3823137Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:53:52.3823450Z [36;1m##Setup Minisign[0m
2025-08-20T20:53:52.3823734Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:53:52.3824246Z [36;1mecho "***[0m
2025-08-20T20:53:52.3825586Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:53:52.3825931Z [36;1m##User-Agent[0m
2025-08-20T20:53:52.3826737Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:53:52.3827629Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:53:52.3868371Z shell: /usr/bin/bash -e {0}
2025-08-20T20:53:52.3868675Z env:
2025-08-20T20:53:52.3868910Z   CROSS_COMPILING: NO
2025-08-20T20:53:52.3869179Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:53:52.3869471Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:53:52.3869733Z   ON_QEMU: NO
2025-08-20T20:53:52.3869956Z   DEBUG: 0
2025-08-20T20:53:52.3870189Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:53:52.3870470Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:53:52.3870829Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T20:53:52.3871202Z   KEEP_LOGS: YES
2025-08-20T20:53:52.3871452Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:53:52.3871732Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T20:53:52.3872010Z   SBUILD_REBUILD: false
2025-08-20T20:53:52.3872731Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T20:53:52.3873361Z   BUILD_SYS: docker://rust
2025-08-20T20:53:52.3873645Z   BUILD_ON_HOST: FALSE
2025-08-20T20:53:52.3873893Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:53:52.3874143Z ##[endgroup]
2025-08-20T20:53:52.4130696Z 
2025-08-20T20:53:52.4131212Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:53:52.4131617Z 
2025-08-20T20:53:52.5114848Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:52.5496650Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:53:52.5525121Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:53:52.5612597Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:53:52.5622456Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:53:52.5651354Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:53:52.5826965Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:53:52.7184741Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:53:52.7412023Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:53:52.7452795Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:53:52.7605700Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:53:52.7719221Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:53:52.7855832Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:53:52.7938539Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:53:52.8028722Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:53:52.8063914Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:53:52.8082171Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:53:52.8526043Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:53:52.8549557Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:53:52.8557647Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:53:52.8566474Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:53:52.8595781Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:53:52.8665909Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:53:52.8682136Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:53:52.8743535Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:53:52.8754333Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:53:52.8780349Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:53:52.8804024Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:53:52.8918187Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:53:52.8946099Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:53:52.8963130Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:53:52.9910338Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:53:53.0047685Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:53:53.0136969Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:54:00.3566270Z Fetched 10.6 MB in 1s (8002 kB/s)
2025-08-20T20:54:01.0687808Z Reading package lists...
2025-08-20T20:54:01.2390907Z Building dependency tree...
2025-08-20T20:54:01.2397903Z Reading state information...
2025-08-20T20:54:01.2558869Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:54:01.2673648Z 
2025-08-20T20:54:01.2674286Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:54:01.2674833Z 
2025-08-20T20:54:01.2801638Z Reading package lists...
2025-08-20T20:54:01.4557986Z Building dependency tree...
2025-08-20T20:54:01.4566005Z Reading state information...
2025-08-20T20:54:01.6041796Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:54:01.6042899Z bc set to manually installed.
2025-08-20T20:54:01.6043499Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:54:01.6044282Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:54:01.6044911Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:54:01.6045514Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:54:01.6046168Z The following additional packages will be installed:
2025-08-20T20:54:01.6046750Z   libtime-duration-perl
2025-08-20T20:54:01.6627520Z The following NEW packages will be installed:
2025-08-20T20:54:01.6634957Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:54:01.6803390Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T20:54:01.7042151Z Need to get 616 kB of archives.
2025-08-20T20:54:01.7043189Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:54:02.0337923Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:54:02.0338986Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:54:02.7451637Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:54:03.0654942Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:54:03.7813158Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:54:08.6707995Z Fetched 616 kB in 7s (91.7 kB/s)
2025-08-20T20:54:08.6970024Z Selecting previously unselected package fdupes.
2025-08-20T20:54:08.7247875Z (Reading database ... 
2025-08-20T20:54:08.7248516Z (Reading database ... 5%
2025-08-20T20:54:08.7248969Z (Reading database ... 10%
2025-08-20T20:54:08.7249417Z (Reading database ... 15%
2025-08-20T20:54:08.7249889Z (Reading database ... 20%
2025-08-20T20:54:08.7250328Z (Reading database ... 25%
2025-08-20T20:54:08.7250751Z (Reading database ... 30%
2025-08-20T20:54:08.7251191Z (Reading database ... 35%
2025-08-20T20:54:08.7252422Z (Reading database ... 40%
2025-08-20T20:54:08.7252857Z (Reading database ... 45%
2025-08-20T20:54:08.7253256Z (Reading database ... 50%
2025-08-20T20:54:08.8228668Z (Reading database ... 55%
2025-08-20T20:54:09.3533146Z (Reading database ... 60%
2025-08-20T20:54:09.9032725Z (Reading database ... 65%
2025-08-20T20:54:10.4648892Z (Reading database ... 70%
2025-08-20T20:54:10.9966296Z (Reading database ... 75%
2025-08-20T20:54:11.5819515Z (Reading database ... 80%
2025-08-20T20:54:12.1427938Z (Reading database ... 85%
2025-08-20T20:54:12.7091425Z (Reading database ... 90%
2025-08-20T20:54:13.3012929Z (Reading database ... 95%
2025-08-20T20:54:13.3013830Z (Reading database ... 100%
2025-08-20T20:54:13.3014274Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T20:54:13.3061904Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:54:13.3087650Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:54:13.3379204Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:54:13.3515463Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:54:13.3525945Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:54:13.4009624Z Selecting previously unselected package moreutils.
2025-08-20T20:54:13.4146632Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:54:13.4157044Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:54:13.5140851Z Selecting previously unselected package dos2unix.
2025-08-20T20:54:13.5277022Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:54:13.5285969Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:54:13.6882160Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:54:13.6908209Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:54:13.6933828Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:54:13.6957738Z Setting up moreutils (0.69-1) ...
2025-08-20T20:54:13.6982343Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:55:47.5033724Z 
2025-08-20T20:55:47.5034159Z Running kernel seems to be up-to-date.
2025-08-20T20:55:47.5034507Z 
2025-08-20T20:55:47.5034632Z Restarting services...
2025-08-20T20:55:47.5105002Z 
2025-08-20T20:55:47.5105472Z Service restarts being deferred:
2025-08-20T20:55:47.5109160Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:55:47.5109535Z 
2025-08-20T20:55:47.5109704Z No containers need to be restarted.
2025-08-20T20:55:47.5109995Z 
2025-08-20T20:55:47.5110176Z No user sessions are running outdated binaries.
2025-08-20T20:55:47.5110505Z 
2025-08-20T20:55:47.5110730Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:55:48.4129750Z Reading package lists...
2025-08-20T20:55:48.5994813Z Building dependency tree...
2025-08-20T20:55:48.6002631Z Reading state information...
2025-08-20T20:55:48.7571035Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:55:48.7571756Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:55:48.7573405Z apt-utils set to manually installed.
2025-08-20T20:55:48.7574017Z ca-certificates is already the newest version (20240203).
2025-08-20T20:55:48.7574694Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:55:48.7575366Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:55:48.7575905Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:55:48.7576497Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:55:48.7576922Z moreutils is already the newest version (0.69-1).
2025-08-20T20:55:48.7577365Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:55:48.7577817Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:55:48.7578213Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:55:48.7578625Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:55:48.7578987Z tmux set to manually installed.
2025-08-20T20:55:48.7579610Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:55:48.7580250Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:55:48.7580826Z The following additional packages will be installed:
2025-08-20T20:55:48.7581187Z   python3-software-properties
2025-08-20T20:55:48.7581449Z Recommended packages:
2025-08-20T20:55:48.7581678Z   unattended-upgrades
2025-08-20T20:55:48.7910429Z The following NEW packages will be installed:
2025-08-20T20:55:48.7910983Z   rename
2025-08-20T20:55:48.7919206Z The following packages will be upgraded:
2025-08-20T20:55:48.7919937Z   python3-software-properties software-properties-common
2025-08-20T20:55:48.8081083Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:55:48.8308456Z Need to get 64.7 kB of archives.
2025-08-20T20:55:48.8309089Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:55:48.8310829Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:55:49.0471006Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:55:49.4566647Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:55:49.9897353Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:55:50.4386309Z Fetched 64.7 kB in 1s (47.4 kB/s)
2025-08-20T20:55:50.4635524Z (Reading database ... 
2025-08-20T20:55:50.4636642Z (Reading database ... 5%
2025-08-20T20:55:50.4637055Z (Reading database ... 10%
2025-08-20T20:55:50.4637436Z (Reading database ... 15%
2025-08-20T20:55:50.4637805Z (Reading database ... 20%
2025-08-20T20:55:50.4638164Z (Reading database ... 25%
2025-08-20T20:55:50.4638514Z (Reading database ... 30%
2025-08-20T20:55:50.4639153Z (Reading database ... 35%
2025-08-20T20:55:50.4639523Z (Reading database ... 40%
2025-08-20T20:55:50.4639871Z (Reading database ... 45%
2025-08-20T20:55:50.4640235Z (Reading database ... 50%
2025-08-20T20:55:50.4724083Z (Reading database ... 55%
2025-08-20T20:55:50.4757971Z (Reading database ... 60%
2025-08-20T20:55:50.4778884Z (Reading database ... 65%
2025-08-20T20:55:50.4812578Z (Reading database ... 70%
2025-08-20T20:55:50.4836694Z (Reading database ... 75%
2025-08-20T20:55:50.4865791Z (Reading database ... 80%
2025-08-20T20:55:50.5001514Z (Reading database ... 85%
2025-08-20T20:55:50.5089971Z (Reading database ... 90%
2025-08-20T20:55:50.5344900Z (Reading database ... 95%
2025-08-20T20:55:50.5345278Z (Reading database ... 100%
2025-08-20T20:55:50.5345678Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T20:55:50.5387169Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:55:50.6920383Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:55:50.7687377Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:55:50.8416464Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:55:50.8672614Z Selecting previously unselected package rename.
2025-08-20T20:55:50.8812719Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:55:50.8821322Z Unpacking rename (2.02-1) ...
2025-08-20T20:55:50.9262142Z Setting up rename (2.02-1) ...
2025-08-20T20:55:50.9323273Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:55:50.9347955Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:55:51.0924367Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:55:51.1930277Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:55:55.2627816Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:55:56.7770314Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:55:56.8069986Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:55:56.8086407Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:55:56.8097517Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:55:56.8105236Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:55:56.8350573Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:55:56.8446340Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:55:57.9410194Z Reading package lists...
2025-08-20T20:55:58.1048105Z Building dependency tree...
2025-08-20T20:55:58.1054588Z Reading state information...
2025-08-20T20:55:58.1192699Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:55:58.1342739Z 
2025-08-20T20:55:58.1343171Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:55:58.1343721Z 
2025-08-20T20:55:58.1920479Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:55:58.2207862Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:55:58.2234302Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:55:58.2247407Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:55:58.2257927Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:55:58.2485118Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:55:58.2579353Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:55:59.3713879Z Reading package lists...
2025-08-20T20:55:59.5236286Z Building dependency tree...
2025-08-20T20:55:59.5243072Z Reading state information...
2025-08-20T20:55:59.5381664Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:55:59.5493844Z 
2025-08-20T20:55:59.5494744Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:55:59.5495124Z 
2025-08-20T20:55:59.5622905Z Reading package lists...
2025-08-20T20:55:59.7302508Z Building dependency tree...
2025-08-20T20:55:59.7310071Z Reading state information...
2025-08-20T20:55:59.8908848Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:55:59.9287904Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:55:59.9574050Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:56:00.0239800Z ##[group]Run ##Presets
2025-08-20T20:56:00.0240087Z [36;1m##Presets[0m
2025-08-20T20:56:00.0240295Z [36;1mset +x ; set +e[0m
2025-08-20T20:56:00.0240509Z [36;1m#-------------#[0m
2025-08-20T20:56:00.0240714Z [36;1m##Debug?[0m
2025-08-20T20:56:00.0240958Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:56:00.0241246Z [36;1m  set -x[0m
2025-08-20T20:56:00.0241428Z [36;1mfi[0m
2025-08-20T20:56:00.0241606Z [36;1m#-------------#[0m
2025-08-20T20:56:00.0242049Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:56:00.0243096Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:56:00.0243519Z [36;1msudo service procps restart[0m
2025-08-20T20:56:00.0243793Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:56:00.0283815Z shell: /usr/bin/bash -e {0}
2025-08-20T20:56:00.0284049Z env:
2025-08-20T20:56:00.0284284Z   CROSS_COMPILING: NO
2025-08-20T20:56:00.0284502Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:56:00.0284726Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:56:00.0284940Z   ON_QEMU: NO
2025-08-20T20:56:00.0285108Z   DEBUG: 0
2025-08-20T20:56:00.0285288Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:56:00.0285508Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:56:00.0285796Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T20:56:00.0286101Z   KEEP_LOGS: YES
2025-08-20T20:56:00.0286293Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:56:00.0286507Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T20:56:00.0286727Z   SBUILD_REBUILD: false
2025-08-20T20:56:00.0287283Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T20:56:00.0287868Z   BUILD_SYS: docker://rust
2025-08-20T20:56:00.0288091Z   BUILD_ON_HOST: FALSE
2025-08-20T20:56:00.0288289Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:56:00.0288476Z   SYSTMP: /tmp
2025-08-20T20:56:00.0288664Z   GHA_MODE: MATRIX
2025-08-20T20:56:00.0289091Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:56:00.0289547Z ##[endgroup]
2025-08-20T20:56:00.0416080Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:56:00.0487703Z 0
2025-08-20T20:56:00.0837015Z vm.max_map_count = 262144
2025-08-20T20:56:00.0837527Z fs.inotify.max_user_watches = 655360
2025-08-20T20:56:00.0837988Z fs.inotify.max_user_instances = 1280
2025-08-20T20:56:00.0838416Z vm.mmap_rnd_bits = 28
2025-08-20T20:56:00.0911634Z ##[group]Run ##Presets
2025-08-20T20:56:00.0911949Z [36;1m##Presets[0m
2025-08-20T20:56:00.0912149Z [36;1mset +x ; set +e[0m
2025-08-20T20:56:00.0912634Z [36;1m#-------------#[0m
2025-08-20T20:56:00.0912838Z [36;1m##Debug?[0m
2025-08-20T20:56:00.0913084Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:56:00.0913399Z [36;1m  set -x[0m
2025-08-20T20:56:00.0913596Z [36;1mfi[0m
2025-08-20T20:56:00.0913778Z [36;1m#-------------#[0m
2025-08-20T20:56:00.0913982Z [36;1m##Main[0m
2025-08-20T20:56:00.0914198Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:56:00.0914838Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:56:00.0915556Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:56:00.0915926Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:56:00.0916198Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:56:00.0916459Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:56:00.0916766Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:56:00.0917084Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:56:00.0917387Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:56:00.0917701Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:56:00.0917995Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:56:00.0918326Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:56:00.0918693Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:56:00.0918976Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:56:00.0919238Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:56:00.0919522Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:56:00.0919803Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:56:00.0920081Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:56:00.0920532Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:56:00.0920826Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:56:00.0921134Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:56:00.0921431Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:56:00.0921738Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:56:00.0922046Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:56:00.0922532Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:56:00.0922836Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:56:00.0923107Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:56:00.0923451Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:56:00.0923894Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:56:00.0924364Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:56:00.0924824Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:56:00.0925169Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:56:00.0925510Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:56:00.0926125Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:56:00.0926897Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:56:00.0927425Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:56:00.0927697Z [36;1m else[0m
2025-08-20T20:56:00.0928171Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:56:00.0928533Z [36;1m fi[0m
2025-08-20T20:56:00.0928776Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:56:00.0929159Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:56:00.0929602Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:00.0929991Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:00.0930386Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:00.0930778Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:00.0931190Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:00.0931597Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:00.0932011Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:00.0932634Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:56:00.0932951Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:56:00.0971978Z shell: /usr/bin/bash -e {0}
2025-08-20T20:56:00.0972428Z env:
2025-08-20T20:56:00.0972617Z   CROSS_COMPILING: NO
2025-08-20T20:56:00.0972846Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:56:00.0973083Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:56:00.0973308Z   ON_QEMU: NO
2025-08-20T20:56:00.0973486Z   DEBUG: 0
2025-08-20T20:56:00.0973685Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:56:00.0973914Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:56:00.0974204Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T20:56:00.0974513Z   KEEP_LOGS: YES
2025-08-20T20:56:00.0974705Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:56:00.0974925Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T20:56:00.0975146Z   SBUILD_REBUILD: false
2025-08-20T20:56:00.0975686Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T20:56:00.0976470Z   BUILD_SYS: docker://rust
2025-08-20T20:56:00.0976686Z   BUILD_ON_HOST: FALSE
2025-08-20T20:56:00.0976889Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:56:00.0977084Z   SYSTMP: /tmp
2025-08-20T20:56:00.0977269Z   GHA_MODE: MATRIX
2025-08-20T20:56:00.0977698Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:56:00.0978546Z   GHCR_TOKEN: ***
2025-08-20T20:56:00.0978837Z   GITHUB_TOKEN: ***
2025-08-20T20:56:00.0979101Z   GITLAB_TOKEN: ***
2025-08-20T20:56:00.0980232Z   MINISIGN_KEY: ***
2025-08-20T20:56:00.0980487Z ##[endgroup]
2025-08-20T20:56:00.2287621Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:56:00.3714779Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:56:00.3715488Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:56:00.3715819Z 
2025-08-20T20:56:00.4247892Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:56:00.4248736Z 100  5336  100  5336    0     0  99911      0 --:--:-- --:--:-- --:--:--   98k
2025-08-20T20:56:00.4264328Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T20:56:00.4350574Z 
2025-08-20T20:56:00.4351060Z [+] Building [/tmp/tmp.RoGV8NI6WX/SBUILD_INPUT] Locally
2025-08-20T20:56:00.4351323Z 
2025-08-20T20:56:00.4365194Z '/tmp/tmp.RoGV8NI6WX/SBUILD_INPUT' -> '/tmp/pkgforge/yDccbAhUH_build.yaml'
2025-08-20T20:56:00.5313282Z 
2025-08-20T20:56:00.5313474Z [+] Passwordless sudo is Configured
2025-08-20T20:56:00.6810616Z 
2025-08-20T20:56:00.6824815Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:56:00.6825081Z 
2025-08-20T20:56:00.7293851Z 
2025-08-20T20:56:00.7295535Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:56:00.7296089Z 
2025-08-20T20:56:00.7296116Z 
2025-08-20T20:56:00.7296498Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:56:00.7297016Z 
2025-08-20T20:56:00.7447633Z [+] Installing: 7z -> 7z
2025-08-20T20:56:01.2423175Z [+] Installing: actionlint -> actionlint
2025-08-20T20:56:01.7702656Z [+] Installing: anew -> anew
2025-08-20T20:56:02.2862930Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:56:02.7866072Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:56:02.9213344Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:56:03.3603438Z [+] Installing: archey -> archey
2025-08-20T20:56:03.8879442Z [+] Installing: aria2 -> aria2c
2025-08-20T20:56:04.4443043Z [+] Installing: askalono -> askalono
2025-08-20T20:56:04.9914142Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:56:05.5297837Z [+] Installing: b3sum -> b3sum
2025-08-20T20:56:05.7444754Z [+] Installing: bita -> bita
2025-08-20T20:56:06.4842045Z [+] Installing: btop -> btop
2025-08-20T20:56:06.9970912Z [+] Installing: chafa -> chafa
2025-08-20T20:56:07.5749963Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:56:08.1919188Z [+] Installing: croc -> croc
2025-08-20T20:56:08.7548302Z [+] Installing: csvtk -> csvtk
2025-08-20T20:56:09.3596214Z [+] Installing: cutlines -> cutlines
2025-08-20T20:56:09.8381920Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:09.8426164Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:56:09.8427175Z [+] Installing: dbin -> dbin
2025-08-20T20:56:10.0757404Z [+] Installing: dasel -> dasel
2025-08-20T20:56:10.8406242Z [+] Installing: delta -> delta
2025-08-20T20:56:11.3913338Z [+] Installing: ds -> ds
2025-08-20T20:56:11.8646616Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:11.8690670Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:56:11.8692015Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:56:12.0116033Z [+] Installing: duf -> duf
2025-08-20T20:56:12.5029650Z [+] Installing: duplicut -> duplicut
2025-08-20T20:56:13.0213827Z [+] Installing: dust -> dust
2025-08-20T20:56:13.3750001Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:56:13.9188839Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:56:14.4648031Z [+] Installing: dysk -> dysk
2025-08-20T20:56:15.2564112Z [+] Installing: eget -> eget
2025-08-20T20:56:15.4713185Z [+] Installing: epoch -> epoch
2025-08-20T20:56:16.0057863Z [+] Installing: faketty -> faketty
2025-08-20T20:56:16.5076332Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:56:16.7231247Z [+] Installing: freeze -> freeze
2025-08-20T20:56:16.9798686Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:56:17.4257009Z [+] Installing: gdu -> gdu
2025-08-20T20:56:17.9863233Z [+] Installing: gh -> gh
2025-08-20T20:56:19.4055597Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:56:19.6743847Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:56:20.1877819Z [+] Installing: glab -> glab
2025-08-20T20:56:20.7869180Z [+] Installing: glow -> glow
2025-08-20T20:56:21.3583536Z [+] Installing: httpx -> httpx
2025-08-20T20:56:22.0475909Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:56:23.2626336Z [+] Installing: husarnet -> husarnet
2025-08-20T20:56:23.3807968Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:23.3846866Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:56:23.3848077Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:56:23.8005109Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:23.8044830Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:56:23.8046018Z [+] Installing: imgcat -> imgcat
2025-08-20T20:56:24.3390378Z [+] Installing: jc -> jc
2025-08-20T20:56:24.9484677Z [+] Installing: jq -> jq
2025-08-20T20:56:25.4460117Z [+] Installing: logdy -> logdy
2025-08-20T20:56:26.1122843Z [+] Installing: micro -> micro
2025-08-20T20:56:26.6501066Z [+] Installing: miniserve -> miniserve
2025-08-20T20:56:26.8969950Z [+] Installing: minisign -> minisign
2025-08-20T20:56:27.3853027Z [+] Installing: ncdu -> ncdu
2025-08-20T20:56:27.8716565Z [+] Installing: notify -> notify
2025-08-20T20:56:28.2593848Z [+] Installing: ouch -> ouch
2025-08-20T20:56:28.7934722Z [+] Installing: oras -> oras
2025-08-20T20:56:29.4054724Z [+] Installing: pipetty -> pipetty
2025-08-20T20:56:29.8761101Z [+] Installing: pixterm -> pixterm
2025-08-20T20:56:30.3787699Z [+] Installing: qsv -> qsv
2025-08-20T20:56:30.9923348Z [+] Installing: rclone -> rclone
2025-08-20T20:56:31.4301455Z [+] Installing: ripgrep -> rg
2025-08-20T20:56:32.2813234Z [+] Installing: rga -> rga
2025-08-20T20:56:32.8220887Z [+] Installing: rsync -> rsync
2025-08-20T20:56:33.3696883Z [+] Installing: script -> script
2025-08-20T20:56:33.8809408Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:56:34.5049018Z [+] Installing: soar -> soar
2025-08-20T20:56:34.7590146Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:56:35.3059205Z [+] Installing: sstrip -> sstrip
2025-08-20T20:56:35.7486331Z [+] Installing: strace -> strace
2025-08-20T20:56:36.2885063Z [+] Installing: sttr -> sttr
2025-08-20T20:56:36.5334542Z [+] Installing: tailscale -> tailscale
2025-08-20T20:56:37.1442933Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:56:37.7506067Z [+] Installing: taplo -> taplo
2025-08-20T20:56:37.9878238Z [+] Installing: tldr -> tldr
2025-08-20T20:56:38.5417867Z [+] Installing: tldr -> tealdeer
2025-08-20T20:56:38.8043593Z [+] Installing: tmux -> tmux
2025-08-20T20:56:39.3169183Z [+] Installing: tok -> tok
2025-08-20T20:56:39.8264158Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:56:40.4102672Z [+] Installing: trurl -> trurl
2025-08-20T20:56:40.9575608Z [+] Installing: tss -> tss
2025-08-20T20:56:41.5284566Z [+] Installing: ulexec -> ulexec
2025-08-20T20:56:42.0775717Z [+] Installing: unfurl -> unfurl
2025-08-20T20:56:42.3194047Z [+] Installing: upx -> upx
2025-08-20T20:56:43.0549128Z [+] Installing: validtoml -> validtoml
2025-08-20T20:56:43.6274902Z [+] Installing: wget -> wget
2025-08-20T20:56:44.1817121Z [+] Installing: wget2 -> wget2
2025-08-20T20:56:44.4577787Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:56:44.6861916Z [+] Installing: xq -> xq
2025-08-20T20:56:45.2241240Z [+] Installing: xz -> xz
2025-08-20T20:56:45.7185498Z [+] Installing: unxz -> unxz
2025-08-20T20:56:46.2290429Z [+] Installing: yq -> yq
2025-08-20T20:56:46.8826527Z [+] Installing: yj -> yj
2025-08-20T20:56:47.1737110Z [+] Installing: zapper -> zapper
2025-08-20T20:56:47.6402133Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:56:48.1160614Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:56:48.5832147Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:48.5875382Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:56:48.5876346Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:56:49.0678902Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:49.0724906Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:56:49.0726048Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:56:49.5446773Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:49.5486612Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:56:49.5487942Z [+] Installing: zstd -> zstd
2025-08-20T20:56:50.0777515Z [+] Creating symlinks...
2025-08-20T20:56:50.0875672Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:56:50.0981037Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:56:50.1080660Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:56:50.1177535Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:56:50.1274524Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:56:50.1370050Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:56:50.1465068Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:56:50.1562603Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:56:50.1658593Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:56:50.1754353Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:56:50.1851696Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:56:50.1948366Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:56:50.2044493Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:56:50.2142364Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:56:50.2239588Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:56:50.2336859Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:56:50.2431902Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:56:50.2468510Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:56:50.2555488Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:56:50.2651285Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:56:50.2747597Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:56:50.2784445Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:56:50.2875705Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:56:50.2973415Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:56:50.3070438Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:56:50.3165821Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:56:50.3261490Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:56:50.3358323Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:56:50.3454530Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:56:50.3550789Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:56:50.3648198Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:56:50.3744468Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:56:50.3840199Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:56:50.3935572Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:56:50.4031942Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:56:50.4127578Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:56:50.4224832Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:56:50.4322165Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:56:50.4419816Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:56:50.4516095Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:56:50.4612403Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:56:50.4707945Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:56:50.4803414Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:56:50.4898849Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:56:50.4936289Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:56:50.4963784Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:56:50.5051004Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:56:50.5148404Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:56:50.5248278Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:56:50.5345904Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:56:50.5441092Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:56:50.5538902Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:56:50.5638506Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:56:50.5738684Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:56:50.5840385Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:56:50.5940361Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:56:50.6038055Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:56:50.6135195Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:56:50.6231114Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:56:50.6328103Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:56:50.6425863Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:56:50.6524241Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:56:50.6621648Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:56:50.6719094Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:56:50.6817001Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:56:50.6913772Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:56:50.7010512Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:56:50.7107038Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:56:50.7203744Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:56:50.7302039Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:56:50.7397786Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:56:50.7493971Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:56:50.7589792Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:56:50.7685289Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:56:50.7788854Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:56:50.7887127Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:56:50.7985188Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:56:50.8082561Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:56:50.8179538Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:56:50.8277408Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:56:50.8375347Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:56:50.8472097Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:56:50.8567617Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:56:50.8665753Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:56:50.8764004Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:56:50.8860150Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:56:50.8956766Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:56:50.9053451Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:56:50.9151407Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:56:50.9247324Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:56:50.9343308Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:56:50.9440945Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:56:50.9535868Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:56:50.9630604Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:56:50.9726109Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:56:50.9763631Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:56:50.9791578Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:56:50.9819272Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:56:50.9905818Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:56:50.9932016Z 
2025-08-20T20:56:50.9932663Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:56:50.9933307Z 
2025-08-20T20:56:50.9948948Z 
2025-08-20T20:56:51.0039477Z 
2025-08-20T20:56:51.0039947Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T20:56:51.0040337Z 
2025-08-20T20:56:51.0040490Z [+] Installation completed!
2025-08-20T20:56:51.0111378Z 
2025-08-20T20:56:51.0111601Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:56:51.3058044Z github.com
2025-08-20T20:56:51.3058928Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:56:51.3059371Z   - Active account: true
2025-08-20T20:56:51.3059681Z   - Git operations protocol: https
2025-08-20T20:56:51.3060038Z   - Token: ghp_************************************
2025-08-20T20:56:51.3060947Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T20:56:51.3061674Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:56:51.3062054Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:56:51.4713772Z Limit: 5000, Remaining: 4244, Reset: 2025-08-20 21:25:35 +0000 UTC (28m44s)
2025-08-20T20:56:51.4724327Z 
2025-08-20T20:56:51.4724561Z [+] GHCR_TOKEN is Exported
2025-08-20T20:56:51.4762765Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:56:51.6799066Z Login Succeeded
2025-08-20T20:56:51.6811675Z 
2025-08-20T20:56:51.6811880Z [+] GITLAB is Exported
2025-08-20T20:56:51.7126940Z [git remote -v]
2025-08-20T20:56:51.9396552Z gitlab.com
2025-08-20T20:56:51.9397490Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:56:51.9398559Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:56:51.9399487Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:56:51.9400307Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:56:51.9401117Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:56:51.9401839Z   ✓ Token found: **************************
2025-08-20T20:56:51.9402440Z 
2025-08-20T20:56:51.9403084Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:56:51.9403959Z [git remote -v]
2025-08-20T20:56:51.9415081Z 2025/08/20 20:56:51 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:56:51.9415992Z git: exit status 128]
2025-08-20T20:56:52.4384562Z 
2025-08-20T20:56:52.4384574Z 
2025-08-20T20:56:52.4385438Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:56:52 PM)
2025-08-20T20:56:52.4386008Z 
2025-08-20T20:56:52.4386012Z 
2025-08-20T20:56:52.4386092Z [+] USER = runner
2025-08-20T20:56:52.4386296Z [+] HOME = /home/runner
2025-08-20T20:56:52.4388494Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:56:52.4390843Z 
2025-08-20T20:56:52.5028417Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:52.5393148Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:56:52.5399706Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:56:52.5413592Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:56:52.5425788Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:56:52.5441081Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:56:52.5449977Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:56:53.6584877Z Reading package lists...
2025-08-20T20:56:53.6897407Z Reading package lists...
2025-08-20T20:56:53.8615634Z Building dependency tree...
2025-08-20T20:56:53.8622954Z Reading state information...
2025-08-20T20:56:54.0359987Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:56:54.0360675Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:56:54.0361255Z ca-certificates is already the newest version (20240203).
2025-08-20T20:56:54.0361862Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:56:54.0362656Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:56:54.0374836Z moreutils is already the newest version (0.69-1).
2025-08-20T20:56:54.0375529Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:56:54.0376031Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:56:54.0376716Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:56:54.0993207Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:54.1264050Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:56:54.1285279Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:56:54.1287303Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:56:54.1294619Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:56:54.1551824Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:56:54.1651816Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:56:55.2681186Z Reading package lists...
2025-08-20T20:56:55.2999155Z Reading package lists...
2025-08-20T20:56:55.4731273Z Building dependency tree...
2025-08-20T20:56:55.4738950Z Reading state information...
2025-08-20T20:56:55.6351141Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:56:55.6351819Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:56:55.6352590Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:56:55.6353106Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:56:55.6353592Z ca-certificates is already the newest version (20240203).
2025-08-20T20:56:55.6354059Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:56:55.6354767Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:56:55.6355236Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:56:55.6355795Z gawk set to manually installed.
2025-08-20T20:56:55.6356132Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:56:55.6356684Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:56:55.6357425Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:56:55.6358135Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:56:55.6358908Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:56:55.6360050Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:56:55.6360730Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:56:55.6361411Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:56:55.6362056Z The following additional packages will be installed:
2025-08-20T20:56:55.6362979Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:56:55.6363575Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:56:55.6364169Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:56:55.6364835Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:56:55.6365319Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:56:55.6365751Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:56:55.6366079Z Suggested packages:
2025-08-20T20:56:55.6366392Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:56:55.6366859Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:56:55.6367354Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:56:55.6367844Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:56:55.6368321Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:56:55.6368792Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:56:55.6369151Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:56:55.6953174Z The following NEW packages will be installed:
2025-08-20T20:56:55.6953744Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:56:55.6954660Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:56:55.6956345Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:56:55.6957260Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:56:55.6959562Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:56:55.6961053Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:56:55.6962633Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:56:55.7143335Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:56:55.7143956Z Need to get 27.5 MB of archives.
2025-08-20T20:56:55.7144532Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:56:55.7145208Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:55.7709132Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:56:55.8695938Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:56:55.9690946Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:56:56.0542982Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:56:56.1037721Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T20:56:56.1449012Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:56:56.2411253Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:56:56.3282721Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:56:56.4160743Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:56:56.4642662Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:56:56.8712186Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:56:56.9173341Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:56:56.9738187Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:56:57.0227318Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:56:57.0656523Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:56:57.1132040Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:56:57.1609066Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T20:56:57.3764079Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T20:56:57.4250303Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:56:57.4784900Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:56:57.5199396Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:56:57.5696971Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T20:56:57.6557318Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T20:56:57.6972601Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:56:57.7464344Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T20:56:57.7947723Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T20:56:57.8936034Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:56:57.9379417Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T20:56:57.9825953Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:56:58.0282620Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:56:58.0726777Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:56:58.1173586Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:56:58.1623233Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:56:58.3052018Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:56:58.3858667Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:56:58.4861690Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:56:58.7351504Z Preconfiguring packages ...
2025-08-20T20:56:58.7943317Z Fetched 27.5 MB in 3s (9873 kB/s)
2025-08-20T20:56:58.8148302Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:56:58.8200881Z (Reading database ... 
2025-08-20T20:56:58.8201309Z (Reading database ... 5%
2025-08-20T20:56:58.8202113Z (Reading database ... 10%
2025-08-20T20:56:58.8202737Z (Reading database ... 15%
2025-08-20T20:56:58.8203093Z (Reading database ... 20%
2025-08-20T20:56:58.8203399Z (Reading database ... 25%
2025-08-20T20:56:58.8203704Z (Reading database ... 30%
2025-08-20T20:56:58.8204021Z (Reading database ... 35%
2025-08-20T20:56:58.8204357Z (Reading database ... 40%
2025-08-20T20:56:58.8204685Z (Reading database ... 45%
2025-08-20T20:56:58.8205040Z (Reading database ... 50%
2025-08-20T20:56:58.8225034Z (Reading database ... 55%
2025-08-20T20:56:58.8317973Z (Reading database ... 60%
2025-08-20T20:56:58.8339017Z (Reading database ... 65%
2025-08-20T20:56:58.8372729Z (Reading database ... 70%
2025-08-20T20:56:58.8397347Z (Reading database ... 75%
2025-08-20T20:56:58.8425717Z (Reading database ... 80%
2025-08-20T20:56:58.8559944Z (Reading database ... 85%
2025-08-20T20:56:58.8647899Z (Reading database ... 90%
2025-08-20T20:56:58.8909954Z (Reading database ... 95%
2025-08-20T20:56:58.8910367Z (Reading database ... 100%
2025-08-20T20:56:58.8910893Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T20:56:58.8952746Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:56:58.9225610Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:56:59.0716862Z Selecting previously unselected package poppler-data.
2025-08-20T20:56:59.0853669Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:56:59.0866090Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:56:59.2130129Z Selecting previously unselected package b3sum.
2025-08-20T20:56:59.2269727Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:56:59.2279582Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:56:59.2545950Z Selecting previously unselected package build-essential.
2025-08-20T20:56:59.2684066Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:56:59.2694249Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:56:59.2921661Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:56:59.3060709Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:56:59.3080469Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:56:59.3312848Z Selecting previously unselected package ccache.
2025-08-20T20:56:59.3453378Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:56:59.3463635Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:56:59.3781413Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:56:59.3917148Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:56:59.3930622Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:56:59.4238328Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:56:59.4376826Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:56:59.4410947Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:56:59.4726092Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:56:59.4864508Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:56:59.4874530Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:56:59.5188829Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:56:59.5325820Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:56:59.5967530Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:56:59.6969693Z Selecting previously unselected package libgs-common.
2025-08-20T20:56:59.7108219Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:56:59.7118361Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:56:59.7366523Z Selecting previously unselected package libgs10-common.
2025-08-20T20:56:59.7502775Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:56:59.7512080Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:56:59.8191354Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:56:59.8328453Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:56:59.8337523Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:56:59.8566048Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:56:59.8703550Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:56:59.8715008Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:56:59.8959884Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:56:59.9097374Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:56:59.9109855Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:56:59.9354245Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:56:59.9489794Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:56:59.9503231Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:56:59.9728947Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:56:59.9864577Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:56:59.9874108Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:00.0913722Z Selecting previously unselected package ghostscript.
2025-08-20T20:57:00.1052097Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:57:00.1064325Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:00.1364667Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:57:00.1501486Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:57:00.1512856Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:00.2554749Z Selecting previously unselected package imagemagick.
2025-08-20T20:57:00.2692815Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:57:00.2701583Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:00.2904150Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:57:00.3041736Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:57:00.3049045Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:57:00.3285336Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:57:00.3422887Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:57:00.3430812Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:57:00.3703721Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:57:00.3842363Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:57:00.3850111Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:57:00.4074816Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:57:00.4212797Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:57:00.4220099Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:57:00.4457037Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:57:00.4594004Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:57:00.4601688Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:57:00.4813962Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:57:00.4952012Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:57:00.4960421Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:57:00.5349371Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:57:00.5488279Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:57:00.5495920Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:57:00.5697407Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:57:00.5833734Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:57:00.5841170Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:00.6088564Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:57:00.6225018Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:57:00.6234395Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:57:00.6468549Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:57:00.6607245Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:57:00.6617058Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:57:00.6854466Z Selecting previously unselected package libtool-bin.
2025-08-20T20:57:00.6992605Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:57:00.6999894Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:57:00.7217710Z Selecting previously unselected package lzip.
2025-08-20T20:57:00.7354207Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:57:00.7361045Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:57:00.7581514Z Selecting previously unselected package netpbm.
2025-08-20T20:57:00.7721628Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:57:00.7731502Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:57:00.9486479Z Selecting previously unselected package musl:amd64.
2025-08-20T20:57:00.9625598Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:57:00.9633621Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:57:00.9891400Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:57:01.0028819Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:57:01.0036693Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:57:01.0676210Z Selecting previously unselected package musl-tools.
2025-08-20T20:57:01.0816652Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:57:01.0825283Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:57:01.1238191Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:57:01.3079707Z 
2025-08-20T20:57:01.3080316Z Creating config file /etc/papersize with new version
2025-08-20T20:57:01.4776159Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:57:01.4795047Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:57:01.4820339Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:57:01.4840115Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:57:01.4859303Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:01.4876934Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:57:01.4897321Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:57:01.4917121Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:57:01.5013553Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:57:01.5033094Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:57:01.5056602Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:57:01.5113228Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:57:01.5158698Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:57:01.5204524Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:57:01.5225282Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:57:01.5250524Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:57:01.5271876Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:57:01.5291609Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:57:01.5310826Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:01.5378011Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:57:01.5448988Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:57:01.5503593Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:57:01.5547658Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:57:01.5604018Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:57:01.5648249Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:57:01.5702804Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:57:01.5747446Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:57:01.5802997Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:57:01.5848831Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:57:01.5904610Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:57:01.5950213Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:57:01.6007030Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:57:01.6053302Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:57:01.6111734Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:57:01.6160195Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:57:01.6217165Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:57:01.6263847Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:57:01.6321653Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:57:01.6368701Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:57:01.6427588Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:57:01.6474596Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:57:01.6513729Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:57:01.6533545Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:57:01.6565446Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:57:01.6583856Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:57:01.6786461Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:57:01.6804666Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:57:01.6824710Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:57:01.6844254Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:57:01.6865203Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:57:01.7104199Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:57:01.7124019Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:57:01.7164245Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:57:01.7192872Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:57:01.7213221Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:01.7233620Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:01.7257573Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:57:01.9024756Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:57:01.9053699Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:01.9085555Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:01.9117393Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:01.9191819Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:57:02.6767956Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:57:03.0921308Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:57:04.4369209Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:57:08.8056662Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:57:24.5104916Z Reading package lists...
2025-08-20T20:57:24.6766893Z Building dependency tree...
2025-08-20T20:57:24.6774673Z Reading state information...
2025-08-20T20:57:24.8303692Z autoconf is already the newest version (2.71-3).
2025-08-20T20:57:24.8305073Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:57:24.8305764Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:57:24.8306401Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:57:24.8307034Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:57:24.8307679Z ca-certificates is already the newest version (20240203).
2025-08-20T20:57:24.8308308Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:57:24.8308923Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:57:24.8309894Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:57:24.8310573Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:57:24.8311206Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:57:24.8311801Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:57:24.8312623Z patch set to manually installed.
2025-08-20T20:57:24.8313154Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:57:24.8313765Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:57:24.8314339Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:57:24.8314897Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:57:24.8315387Z Suggested packages:
2025-08-20T20:57:24.8315716Z   scons-doc
2025-08-20T20:57:24.8444369Z The following NEW packages will be installed:
2025-08-20T20:57:24.8450908Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:57:24.8618489Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:57:24.8619144Z Need to get 15.8 MB of archives.
2025-08-20T20:57:24.8619721Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:57:24.8620260Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:57:25.0779802Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:57:29.6904716Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:57:29.9682433Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T21:00:07.5912425Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:00:13.8881446Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:00:15.1303743Z Fetched 15.8 MB in 2min 50s (92.7 kB/s)
2025-08-20T21:00:15.1483917Z Selecting previously unselected package autopoint.
2025-08-20T21:00:15.1539143Z (Reading database ... 
2025-08-20T21:00:15.1539884Z (Reading database ... 5%
2025-08-20T21:00:15.1540440Z (Reading database ... 10%
2025-08-20T21:00:15.1540715Z (Reading database ... 15%
2025-08-20T21:00:15.1541155Z (Reading database ... 20%
2025-08-20T21:00:15.1541651Z (Reading database ... 25%
2025-08-20T21:00:15.1542044Z (Reading database ... 30%
2025-08-20T21:00:15.1542629Z (Reading database ... 35%
2025-08-20T21:00:15.1543031Z (Reading database ... 40%
2025-08-20T21:00:15.1543396Z (Reading database ... 45%
2025-08-20T21:00:15.1543777Z (Reading database ... 50%
2025-08-20T21:00:15.1564170Z (Reading database ... 55%
2025-08-20T21:00:15.1662987Z (Reading database ... 60%
2025-08-20T21:00:15.1684574Z (Reading database ... 65%
2025-08-20T21:00:15.1718296Z (Reading database ... 70%
2025-08-20T21:00:15.1743187Z (Reading database ... 75%
2025-08-20T21:00:15.1773154Z (Reading database ... 80%
2025-08-20T21:00:15.1908282Z (Reading database ... 85%
2025-08-20T21:00:15.1998022Z (Reading database ... 90%
2025-08-20T21:00:15.2258789Z (Reading database ... 95%
2025-08-20T21:00:15.2259201Z (Reading database ... 100%
2025-08-20T21:00:15.2259732Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:00:15.2301751Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:00:15.2311732Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:00:15.2549540Z Selecting previously unselected package clang.
2025-08-20T21:00:15.2688571Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:00:15.2697022Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:00:15.2896336Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:00:15.3034730Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:00:15.3042124Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:00:15.7341610Z Selecting previously unselected package scons.
2025-08-20T21:00:15.7480628Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:00:15.7488626Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:00:15.8192041Z Selecting previously unselected package byacc.
2025-08-20T21:00:15.8331524Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:00:15.8339140Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:00:15.8723217Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:00:15.8766616Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:00:15.8842495Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:00:15.9046753Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:00:16.3023155Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:00:16.3045683Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:00:20.3422531Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:00:21.8143212Z Reading package lists...
2025-08-20T21:00:21.9769029Z Building dependency tree...
2025-08-20T21:00:21.9776695Z Reading state information...
2025-08-20T21:00:22.1318109Z The following additional packages will be installed:
2025-08-20T21:00:22.1318875Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:00:22.1319598Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:00:22.1320349Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:00:22.1321263Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:00:22.1322081Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:00:22.1324747Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:00:22.1325569Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:00:22.1326337Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:00:22.1327055Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:00:22.1331436Z Suggested packages:
2025-08-20T21:00:22.1332486Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:00:22.1333218Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:00:22.1333959Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:00:22.1336931Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:00:22.1337803Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:00:22.1338606Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:00:22.1339462Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:00:22.1340343Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:00:22.1340987Z   wdiff-doc
2025-08-20T21:00:22.1341299Z Recommended packages:
2025-08-20T21:00:22.1341833Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:00:22.1342821Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:00:22.1343653Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:00:22.1344496Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:00:22.1516425Z The following NEW packages will be installed:
2025-08-20T21:00:22.1517810Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:00:22.1518748Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:00:22.1519550Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:00:22.1520490Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:00:22.1521424Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:00:22.1522473Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:00:22.1523673Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:00:22.1524505Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:00:22.1525247Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:00:22.1702065Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:22.1702891Z Need to get 2417 kB of archives.
2025-08-20T21:00:22.1703454Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:00:22.1704121Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:00:22.3984334Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:00:22.6814123Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:00:23.0037593Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:00:23.5665985Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:00:23.8764425Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:00:24.2517620Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:00:24.8649662Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:00:25.1677137Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:00:25.4922811Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:00:25.8585413Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:00:26.2332928Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:00:26.6023622Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:00:26.9527541Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:00:27.2981745Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:00:27.7217107Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:00:28.3814993Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:00:28.6603730Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:00:31.1199825Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:00:31.5007669Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:00:31.8559032Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:00:32.1340328Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:00:35.4197150Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:00:37.5628922Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:00:37.9533551Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:00:38.3001034Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:00:38.7411505Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:00:39.1801754Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:00:40.8737970Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:00:41.8172831Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:00:42.3666010Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:00:53.2080689Z Fetched 2417 kB in 31s (78.5 kB/s)
2025-08-20T21:00:53.2261275Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:00:53.2314933Z (Reading database ... 
2025-08-20T21:00:53.2315380Z (Reading database ... 5%
2025-08-20T21:00:53.2315985Z (Reading database ... 10%
2025-08-20T21:00:53.2316353Z (Reading database ... 15%
2025-08-20T21:00:53.2316707Z (Reading database ... 20%
2025-08-20T21:00:53.2316975Z (Reading database ... 25%
2025-08-20T21:00:53.2317212Z (Reading database ... 30%
2025-08-20T21:00:53.2317435Z (Reading database ... 35%
2025-08-20T21:00:53.2317649Z (Reading database ... 40%
2025-08-20T21:00:53.2317869Z (Reading database ... 45%
2025-08-20T21:00:53.2318078Z (Reading database ... 50%
2025-08-20T21:00:53.2340531Z (Reading database ... 55%
2025-08-20T21:00:53.2440343Z (Reading database ... 60%
2025-08-20T21:00:53.2462727Z (Reading database ... 65%
2025-08-20T21:00:53.2498942Z (Reading database ... 70%
2025-08-20T21:00:53.2524709Z (Reading database ... 75%
2025-08-20T21:00:53.2557105Z (Reading database ... 80%
2025-08-20T21:00:53.2709013Z (Reading database ... 85%
2025-08-20T21:00:53.2800241Z (Reading database ... 90%
2025-08-20T21:00:53.3072077Z (Reading database ... 95%
2025-08-20T21:00:53.3072706Z (Reading database ... 100%
2025-08-20T21:00:53.3073209Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:00:53.3116969Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:00:53.3126704Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:00:53.3331595Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:00:53.3469093Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:00:53.3476487Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:00:53.3677541Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:00:53.3813447Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:00:53.3822507Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:00:53.4049197Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:00:53.4188801Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:00:53.4196716Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:00:53.4394156Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:00:53.4532656Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:00:53.4539554Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:00:53.4735035Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:00:53.4873584Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:00:53.4881108Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:00:53.5092432Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:00:53.5230228Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:00:53.5238068Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:00:53.5441123Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:00:53.5580878Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:00:53.5587454Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:00:53.5783039Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:00:53.5921618Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:00:53.5929162Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:00:53.6126461Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:00:53.6267277Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:00:53.6275318Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:00:53.6475614Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:00:53.6615653Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:00:53.6622706Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:00:53.6833182Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:00:53.6973895Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:00:53.6981628Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:00:53.7181747Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:00:53.7322108Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:00:53.7361127Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:00:53.7574816Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:00:53.7715512Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:00:53.7723734Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:00:53.7935536Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:00:53.8074978Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:00:53.8081512Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:00:53.8304807Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:00:53.8445106Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:00:53.8462157Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:00:53.8654617Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:00:53.8792975Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:00:53.8800470Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:00:53.9211071Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:00:53.9349490Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:00:53.9356506Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:00:53.9725966Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:00:53.9861868Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:00:53.9868884Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:00:54.0065179Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:00:54.0206295Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:00:54.0213972Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:00:54.0426921Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:00:54.0566688Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:00:54.0574218Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:00:54.0985904Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:00:54.1124489Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:00:54.1132844Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:00:54.1376610Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:00:54.1514456Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:00:54.1521887Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:00:54.1725648Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:00:54.1863724Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:00:54.1870998Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:00:54.2239189Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:00:54.2377170Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:00:54.2385352Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:00:54.2587122Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:00:54.2725608Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:00:54.2732830Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:00:54.2948692Z Selecting previously unselected package libwww-perl.
2025-08-20T21:00:54.3088526Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:00:54.3095737Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:00:54.3401753Z Selecting previously unselected package patchutils.
2025-08-20T21:00:54.3543929Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:00:54.3550972Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:00:54.3854685Z Selecting previously unselected package wdiff.
2025-08-20T21:00:54.3996798Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:00:54.4015286Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:00:54.4245344Z Selecting previously unselected package devscripts.
2025-08-20T21:00:54.4386394Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:00:54.4578976Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:00:54.5794875Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:00:54.5816321Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:00:54.5835562Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:00:54.5853696Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:00:54.5881335Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:00:54.5902184Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:00:54.5923755Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:00:54.5943637Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:00:54.5963341Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:00:54.5982560Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:00:54.6001201Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:00:54.6023119Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:00:54.6042674Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:00:54.6061868Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:00:54.6081550Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:00:54.6100328Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:00:54.6120011Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:00:54.6138428Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:00:54.6156353Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:00:54.6208201Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:00:54.6229481Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:00:54.6249107Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:00:54.6268549Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:00:54.6287548Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:00:54.6307415Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:00:54.6327413Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:00:54.6348532Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:00:54.6377433Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:00:54.6404327Z Setting up devscripts (2.23.7) ...
2025-08-20T21:00:54.7612450Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:00:54.7640374Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:01:00.2364200Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:01:01.8041406Z Reading package lists...
2025-08-20T21:01:02.0089949Z Building dependency tree...
2025-08-20T21:01:02.0098710Z Reading state information...
2025-08-20T21:01:02.1924802Z The following additional packages will be installed:
2025-08-20T21:01:02.1933945Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:01:02.1939911Z Suggested packages:
2025-08-20T21:01:02.1940340Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:01:02.2083171Z The following NEW packages will be installed:
2025-08-20T21:01:02.2091483Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:01:02.2263411Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:01:02.2263816Z Need to get 13.6 MB of archives.
2025-08-20T21:01:02.2264233Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:01:02.2264904Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:01:02.4257718Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:01:03.4328201Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:01:04.8909022Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:01:26.8701645Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:03:19.3666622Z Fetched 13.6 MB in 2min 17s (99.0 kB/s)
2025-08-20T21:03:19.3850042Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:03:19.3907687Z (Reading database ... 
2025-08-20T21:03:19.3908495Z (Reading database ... 5%
2025-08-20T21:03:19.3909043Z (Reading database ... 10%
2025-08-20T21:03:19.3909325Z (Reading database ... 15%
2025-08-20T21:03:19.3909589Z (Reading database ... 20%
2025-08-20T21:03:19.3910063Z (Reading database ... 25%
2025-08-20T21:03:19.3910448Z (Reading database ... 30%
2025-08-20T21:03:19.3912633Z (Reading database ... 35%
2025-08-20T21:03:19.3913087Z (Reading database ... 40%
2025-08-20T21:03:19.3913707Z (Reading database ... 45%
2025-08-20T21:03:19.3913946Z (Reading database ... 50%
2025-08-20T21:03:19.3931663Z (Reading database ... 55%
2025-08-20T21:03:19.4026805Z (Reading database ... 60%
2025-08-20T21:03:19.4048247Z (Reading database ... 65%
2025-08-20T21:03:19.4082589Z (Reading database ... 70%
2025-08-20T21:03:19.4106932Z (Reading database ... 75%
2025-08-20T21:03:19.4138697Z (Reading database ... 80%
2025-08-20T21:03:19.4287345Z (Reading database ... 85%
2025-08-20T21:03:19.4557923Z (Reading database ... 90%
2025-08-20T21:03:19.4633388Z (Reading database ... 95%
2025-08-20T21:03:19.4633869Z (Reading database ... 100%
2025-08-20T21:03:19.4634556Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:03:19.4678440Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:03:19.4696375Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:03:19.4927370Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:03:19.5066354Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:03:19.5076189Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:03:19.5301675Z Selecting previously unselected package cmake-data.
2025-08-20T21:03:19.5440352Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:03:19.5509748Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:03:20.1485789Z Selecting previously unselected package cmake.
2025-08-20T21:03:20.1637738Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:03:20.1645316Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:03:20.3501832Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:03:20.3526264Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:03:20.3545869Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:03:20.3606921Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:03:20.3630609Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:03:24.6037627Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:03:25.1697546Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T21:03:25.1699060Z Running kernel seems to be up-to-date.
2025-08-20T21:03:25.1699360Z 
2025-08-20T21:03:25.1699494Z Restarting services...
2025-08-20T21:03:25.1760374Z 
2025-08-20T21:03:25.1760725Z Service restarts being deferred:
2025-08-20T21:03:25.1761261Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:03:25.1761642Z 
2025-08-20T21:03:25.1761810Z No containers need to be restarted.
2025-08-20T21:03:25.1762094Z 
2025-08-20T21:03:25.1762458Z No user sessions are running outdated binaries.
2025-08-20T21:03:25.1762800Z 
2025-08-20T21:03:25.1763139Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:03:26.0800182Z Reading package lists...
2025-08-20T21:03:26.2621323Z Building dependency tree...
2025-08-20T21:03:26.2629195Z Reading state information...
2025-08-20T21:03:26.4427297Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:03:26.4428011Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:03:26.4428595Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:03:26.4429155Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:03:26.4429709Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:03:26.4430242Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:03:26.4430643Z ca-certificates is already the newest version (20240203).
2025-08-20T21:03:26.4430992Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:03:26.4431332Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:03:26.4431724Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:03:26.4432059Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:03:26.4432846Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:03:26.4433229Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:03:26.4433630Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:03:26.4433973Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:03:26.4434318Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:03:26.4434665Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:03:26.4434997Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:03:26.4435427Z musl is already the newest version (1.2.4-2).
2025-08-20T21:03:26.4435891Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:03:26.4436390Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:03:26.4437266Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:03:26.4437710Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:03:26.4438064Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:03:26.4438407Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:03:26.4438779Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:03:26.4662760Z Reading package lists...
2025-08-20T21:03:26.6447742Z Building dependency tree...
2025-08-20T21:03:26.6456183Z Reading state information...
2025-08-20T21:03:26.8214630Z autoconf is already the newest version (2.71-3).
2025-08-20T21:03:26.8215170Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:03:26.8215584Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:03:26.8215966Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:03:26.8216335Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:03:26.8216977Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:03:26.8217363Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:03:26.8217734Z ca-certificates is already the newest version (20240203).
2025-08-20T21:03:26.8218087Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:03:26.8218428Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:03:26.8218751Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:03:26.8219093Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:03:26.8219438Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:03:26.8219789Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:03:26.8220135Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:03:26.8220482Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:03:26.8221027Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:03:26.8221691Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:03:26.8222539Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:03:26.8223066Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:03:26.8223623Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:03:26.8224209Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:03:26.8451258Z Reading package lists...
2025-08-20T21:03:27.0142646Z Building dependency tree...
2025-08-20T21:03:27.0149960Z Reading state information...
2025-08-20T21:03:27.1983106Z devscripts is already the newest version (2.23.7).
2025-08-20T21:03:27.1983717Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:03:27.2220749Z Reading package lists...
2025-08-20T21:03:27.4031689Z Building dependency tree...
2025-08-20T21:03:27.4039637Z Reading state information...
2025-08-20T21:03:27.5820430Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:03:27.5821084Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:03:27.6057898Z Reading package lists...
2025-08-20T21:03:27.7787717Z Building dependency tree...
2025-08-20T21:03:27.7796354Z Reading state information...
2025-08-20T21:03:27.9344326Z Suggested packages:
2025-08-20T21:03:27.9344657Z   binutils-doc
2025-08-20T21:03:27.9603786Z The following NEW packages will be installed:
2025-08-20T21:03:27.9610218Z   binutils-aarch64-linux-gnu
2025-08-20T21:03:27.9787390Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:03:28.0017220Z Need to get 3711 kB of archives.
2025-08-20T21:03:28.0017644Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:03:28.0018190Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:03:28.2663191Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T21:04:08.8044702Z Fetched 3711 kB in 41s (91.5 kB/s)
2025-08-20T21:04:08.8235558Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:04:08.8290980Z (Reading database ... 
2025-08-20T21:04:08.8291806Z (Reading database ... 5%
2025-08-20T21:04:08.8292515Z (Reading database ... 10%
2025-08-20T21:04:08.8292781Z (Reading database ... 15%
2025-08-20T21:04:08.8293098Z (Reading database ... 20%
2025-08-20T21:04:08.8295142Z (Reading database ... 25%
2025-08-20T21:04:08.8295939Z (Reading database ... 30%
2025-08-20T21:04:08.8296339Z (Reading database ... 35%
2025-08-20T21:04:08.8296724Z (Reading database ... 40%
2025-08-20T21:04:08.8297097Z (Reading database ... 45%
2025-08-20T21:04:08.8297458Z (Reading database ... 50%
2025-08-20T21:04:08.8316078Z (Reading database ... 55%
2025-08-20T21:04:08.8409355Z (Reading database ... 60%
2025-08-20T21:04:08.8431010Z (Reading database ... 65%
2025-08-20T21:04:08.8466257Z (Reading database ... 70%
2025-08-20T21:04:08.8491803Z (Reading database ... 75%
2025-08-20T21:04:08.8523295Z (Reading database ... 80%
2025-08-20T21:04:08.8675599Z (Reading database ... 85%
2025-08-20T21:04:08.8955845Z (Reading database ... 90%
2025-08-20T21:04:08.9041033Z (Reading database ... 95%
2025-08-20T21:04:08.9041451Z (Reading database ... 100%
2025-08-20T21:04:08.9041955Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:04:08.9087123Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:04:08.9103611Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:04:09.0683945Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:04:09.0707885Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:04:09.0848801Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:04:14.6075864Z Reading package lists...
2025-08-20T21:04:14.7752665Z Building dependency tree...
2025-08-20T21:04:14.7760507Z Reading state information...
2025-08-20T21:04:14.9277082Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:04:14.9278131Z The following additional packages will be installed:
2025-08-20T21:04:14.9278774Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:04:14.9279359Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:04:14.9279979Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:04:14.9280622Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:04:14.9281546Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:04:14.9282008Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:04:14.9282945Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:04:14.9283541Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:04:14.9284276Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:04:14.9285006Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:04:14.9285524Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:04:14.9286345Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:04:14.9286870Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:04:14.9287392Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:04:14.9287915Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:04:14.9288394Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:04:14.9288882Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:04:14.9289344Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:04:14.9289796Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:04:14.9290531Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:04:14.9291358Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:04:14.9291955Z   linux-libc-dev-armhf-cross
2025-08-20T21:04:14.9292367Z Suggested packages:
2025-08-20T21:04:14.9292697Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:04:14.9293223Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:04:14.9823904Z The following NEW packages will be installed:
2025-08-20T21:04:14.9824756Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:04:14.9825698Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:04:14.9826532Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:04:14.9827319Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:04:14.9828078Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:04:14.9829114Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:04:14.9829829Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:04:14.9830330Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:04:14.9830855Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:04:14.9831340Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:04:14.9831817Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:04:14.9832569Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:04:14.9833294Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:04:14.9834134Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:04:14.9834725Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:04:14.9835233Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:04:14.9835709Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:04:14.9836200Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:04:14.9836664Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:04:14.9837112Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:04:14.9837591Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:04:14.9838107Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:04:14.9838542Z   linux-libc-dev-armhf-cross
2025-08-20T21:04:15.0026143Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:04:15.0026768Z Need to get 171 MB of archives.
2025-08-20T21:04:15.0027326Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:04:15.0027980Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:04:15.1934619Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:04:15.9361211Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T21:06:06.9580264Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:06:07.5950204Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:07:39.4282494Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:07:40.1472423Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:09:24.1827488Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T21:09:24.4794500Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T21:09:24.7929780Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T21:09:25.0661734Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:09:25.7618629Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:09:26.4339386Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:09:38.4567147Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T21:09:39.1768766Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T21:09:40.3902430Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T21:09:40.8766121Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T21:09:41.1544430Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T21:09:46.3676590Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T21:09:48.9081474Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T21:09:54.1381471Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T21:10:00.2808904Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T21:10:02.6807785Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T21:10:06.1753409Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T21:10:36.8773220Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T21:14:19.8466228Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T21:14:31.9003540Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:14:45.4791220Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T21:15:09.4674843Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T21:17:06.4858738Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T21:17:37.9393593Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:17:38.5038509Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:17:39.0971446Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:17:48.0124835Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:17:48.5733511Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:17:49.8149536Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:17:50.0649977Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:18:16.2483120Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:18:22.3201590Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:18:33.7828694Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:18:41.8817945Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:21:32.9223150Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:21:44.8663526Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:21:58.5797898Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:22:20.6367563Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:24:03.1848473Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T21:24:36.5356321Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:24:49.3442991Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:24:49.8844103Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:24:51.0527206Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:24:51.3259898Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:25:17.3211154Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:25:23.0108105Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:25:32.4777052Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:25:39.1886248Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:28:08.9883489Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:28:20.1656795Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:28:31.4986354Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:28:51.4589482Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:30:21.3117166Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T21:30:21.5094080Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T21:30:21.6820623Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:30:21.8541090Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T21:30:22.0568078Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T21:30:22.2353746Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:30:22.5904728Z Fetched 171 MB in 26min 7s (109 kB/s)
2025-08-20T21:30:22.6102500Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:30:22.6159785Z (Reading database ... 
2025-08-20T21:30:22.6160364Z (Reading database ... 5%
2025-08-20T21:30:22.6160793Z (Reading database ... 10%
2025-08-20T21:30:22.6161260Z (Reading database ... 15%
2025-08-20T21:30:22.6161699Z (Reading database ... 20%
2025-08-20T21:30:22.6162080Z (Reading database ... 25%
2025-08-20T21:30:22.6162533Z (Reading database ... 30%
2025-08-20T21:30:22.6162809Z (Reading database ... 35%
2025-08-20T21:30:22.6163083Z (Reading database ... 40%
2025-08-20T21:30:22.6163350Z (Reading database ... 45%
2025-08-20T21:30:22.6163610Z (Reading database ... 50%
2025-08-20T21:30:22.6186242Z (Reading database ... 55%
2025-08-20T21:30:22.6288468Z (Reading database ... 60%
2025-08-20T21:30:22.6310686Z (Reading database ... 65%
2025-08-20T21:30:22.6347390Z (Reading database ... 70%
2025-08-20T21:30:22.6371704Z (Reading database ... 75%
2025-08-20T21:30:22.6403311Z (Reading database ... 80%
2025-08-20T21:30:22.6554416Z (Reading database ... 85%
2025-08-20T21:30:22.6822769Z (Reading database ... 90%
2025-08-20T21:30:22.6906465Z (Reading database ... 95%
2025-08-20T21:30:22.6906849Z (Reading database ... 100%
2025-08-20T21:30:22.6907296Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:30:22.6949744Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:22.6960100Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:22.7181026Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:30:22.7323067Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:22.7368423Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:22.8791057Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:30:22.8931208Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:22.8939731Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:22.9144932Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:30:22.9286784Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:22.9317980Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.0712023Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:30:23.0853653Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:23.0862093Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.1080881Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:30:23.1223637Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:23.1257583Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.2566762Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:30:23.2709908Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:30:23.2717786Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:23.2917443Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:30:23.3060795Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:30:23.3068855Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:30:23.3268116Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:30:23.3411573Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:30:23.3420271Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:23.3620478Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:30:23.3763079Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.3772714Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.4006813Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:30:23.4149399Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.4157204Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.4368105Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:30:23.4513140Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:23.4521590Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:23.4927854Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:30:23.5070466Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.5124472Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.5331457Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:30:23.5473948Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.5481510Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.5721403Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:30:23.5864068Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.5872695Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.6079826Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:30:23.6225162Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.6234707Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.6438632Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:30:23.6582982Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.6591262Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.6908405Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:30:23.7051717Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.7058926Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.7339279Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:30:23.7483861Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.7492764Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.7809655Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:30:23.7955763Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.7964069Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.8319332Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:30:23.8462134Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.8470737Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.8728895Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:30:23.8871606Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.8879308Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:23.9161439Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:30:23.9304169Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:23.9311556Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:24.0286293Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:30:24.0427614Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:24.0459881Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:24.3080590Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:30:24.3222794Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:30:24.3230522Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:30:24.5130147Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:30:24.5276419Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:24.5284333Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:24.6526757Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:30:24.6671495Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:24.6682794Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:24.9015531Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:30:24.9160731Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:24.9192661Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.0780571Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:30:25.0923773Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:30:25.0938475Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:30:25.1883262Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:30:25.2028551Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:25.2037391Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.2243922Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:30:25.2387366Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:25.2396259Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.2620818Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:30:25.2766680Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:25.2791393Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:25.3132958Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:30:25.3276582Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:25.3284254Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.3498119Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:30:25.3642490Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:25.3650516Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.3904471Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:30:25.4048050Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:25.4057223Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.4260635Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:30:25.4403809Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:25.4410736Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.5035024Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:30:25.5179848Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:25.5189393Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.5481013Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:30:25.5622936Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:25.5630649Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.5987447Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:30:25.6134738Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:25.6144146Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.6702761Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:30:25.6844668Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:25.6877041Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:25.9261118Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:30:25.9402952Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:30:25.9443887Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:30:26.1348888Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:30:26.1500067Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:26.1508352Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:26.2764726Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:30:26.2916436Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:26.2924805Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:26.5016999Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:30:26.5166403Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:26.5198151Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:26.6607053Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:30:26.6749852Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:30:26.6757687Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:30:26.7649867Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:30:26.7794510Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:26.7801908Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:26.8146080Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:30:26.8292033Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:26.8300276Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:26.8503489Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:30:26.8648742Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:26.8656337Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:26.8867562Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:30:26.9010745Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:26.9018676Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:26.9217969Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:30:26.9363331Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:26.9390448Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:27.0028690Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:30:27.0173761Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:27.0182114Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:27.0513671Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:30:27.0661425Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:27.0671050Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:27.1015366Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:30:27.1159512Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:27.1167490Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:27.1722766Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:30:27.1867842Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:27.1902687Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:27.4317307Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:30:27.4460396Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:30:27.4468184Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:30:27.6430609Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:30:27.6578759Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:27.6587309Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:27.7770374Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:30:27.7918229Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:27.7925717Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.0089066Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:30:28.0236680Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:28.0267479Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.1792575Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:30:28.1936137Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:30:28.1945099Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:28.2160960Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:30:28.2306286Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:30:28.2315484Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:28.2513374Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:30:28.2663864Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:30:28.2675894Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:30:28.2894771Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:30:28.3041038Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:30:28.3050000Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:30:28.3238872Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:30:28.3387280Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:30:28.3394683Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:28.3597316Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:30:28.3746860Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:30:28.3772860Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:28.4226702Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:30:28.4247378Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:28.4267190Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4286515Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4311991Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4332578Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:30:28.4351150Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4373071Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:28.4392616Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:30:28.4411359Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4430224Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:30:28.4450168Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:28.4469924Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4488383Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4508231Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4528351Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:28.4565062Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:30:28.4585401Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4605424Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4625967Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4648194Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4667961Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4688119Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4708468Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4727110Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4746607Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4766247Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4784914Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4805213Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4826009Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:28.4881636Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4902635Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:28.4922680Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4943086Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4963095Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.4981945Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:28.5001774Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:30:28.5035610Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5055910Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5075138Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5095329Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5114579Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5134097Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:28.5153192Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5174265Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5194736Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5214177Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5233587Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5254436Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5275949Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5295843Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5315769Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:30:28.5339173Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5359705Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5380466Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5406035Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5427435Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5449126Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:30:28.5468281Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:28.5504143Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5525164Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:28.5546001Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:28.5566263Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:28.5586329Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:28.5612037Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:30:28.5629048Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:30:28.5716854Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:30:32.8697240Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:30:34.3717378Z Reading package lists...
2025-08-20T21:30:34.5442606Z Building dependency tree...
2025-08-20T21:30:34.5450966Z Reading state information...
2025-08-20T21:30:34.7035599Z The following additional packages will be installed:
2025-08-20T21:30:34.7036296Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:30:34.7040152Z   libpcap0.8-dev
2025-08-20T21:30:34.7323620Z The following NEW packages will be installed:
2025-08-20T21:30:34.7324373Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:30:34.7329775Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:30:34.7497848Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:34.7727957Z Need to get 1613 kB of archives.
2025-08-20T21:30:34.7728606Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:30:34.7729320Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:30:34.9429981Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T21:30:36.3624338Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:30:37.1219409Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T21:30:37.8600513Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T21:30:39.4367147Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:30:43.9866232Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:30:45.8475985Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:30:46.0049948Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:30:46.5487431Z Fetched 1613 kB in 12s (140 kB/s)
2025-08-20T21:30:46.5691230Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:30:46.5750355Z (Reading database ... 
2025-08-20T21:30:46.5750833Z (Reading database ... 5%
2025-08-20T21:30:46.5751243Z (Reading database ... 10%
2025-08-20T21:30:46.5751525Z (Reading database ... 15%
2025-08-20T21:30:46.5751791Z (Reading database ... 20%
2025-08-20T21:30:46.5752138Z (Reading database ... 25%
2025-08-20T21:30:46.5752688Z (Reading database ... 30%
2025-08-20T21:30:46.5753110Z (Reading database ... 35%
2025-08-20T21:30:46.5753536Z (Reading database ... 40%
2025-08-20T21:30:46.5753935Z (Reading database ... 45%
2025-08-20T21:30:46.5754233Z (Reading database ... 50%
2025-08-20T21:30:46.5853262Z (Reading database ... 55%
2025-08-20T21:30:46.5874116Z (Reading database ... 60%
2025-08-20T21:30:46.5897041Z (Reading database ... 65%
2025-08-20T21:30:46.5937081Z (Reading database ... 70%
2025-08-20T21:30:46.5961040Z (Reading database ... 75%
2025-08-20T21:30:46.5997082Z (Reading database ... 80%
2025-08-20T21:30:46.6160725Z (Reading database ... 85%
2025-08-20T21:30:46.6425096Z (Reading database ... 90%
2025-08-20T21:30:46.6519597Z (Reading database ... 95%
2025-08-20T21:30:46.6520031Z (Reading database ... 100%
2025-08-20T21:30:46.6520873Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:30:46.6568276Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:30:46.6576667Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:30:46.6893897Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:30:46.7040661Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:30:46.7056461Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:30:46.7276463Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:30:46.7425651Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:30:46.7437821Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:30:46.7865327Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:30:46.8012072Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:30:46.8020492Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:30:46.8277249Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:30:46.8424315Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:30:46.8431858Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:30:46.9095336Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:30:46.9243934Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:30:46.9277441Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:30:46.9658618Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:30:46.9805808Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:30:46.9814509Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:30:47.0034258Z Selecting previously unselected package pcaputils.
2025-08-20T21:30:47.0180326Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:30:47.0213957Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:30:47.0670734Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:30:47.0693118Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:30:47.2472160Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:30:47.2525795Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:30:47.2625247Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:30:47.5711992Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:30:47.5730405Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:30:47.5777687Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:30:47.5978111Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:30:52.2714793Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:30:52.3029103Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:30:52.3057764Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:30:53.8223774Z Reading package lists...
2025-08-20T21:30:53.9891983Z Building dependency tree...
2025-08-20T21:30:53.9900747Z Reading state information...
2025-08-20T21:30:54.0302460Z Reading package lists...
2025-08-20T21:30:54.2016291Z Building dependency tree...
2025-08-20T21:30:54.2025251Z Reading state information...
2025-08-20T21:30:54.3573352Z The following additional packages will be installed:
2025-08-20T21:30:54.3577653Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:30:54.3582810Z Suggested packages:
2025-08-20T21:30:54.3583446Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:30:54.3584194Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:30:54.3737470Z The following NEW packages will be installed:
2025-08-20T21:30:54.3738093Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:30:54.3743135Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:30:54.3911952Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:54.3912705Z Need to get 800 kB of archives.
2025-08-20T21:30:54.3913258Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:30:54.3913903Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:30:54.5992634Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:30:55.0129402Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:30:55.5396823Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:30:57.9980756Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:30:58.5459223Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T21:30:58.8612651Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T21:31:00.2035111Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T21:31:00.4698812Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:31:00.8885957Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:31:01.4973887Z Fetched 800 kB in 7s (117 kB/s)
2025-08-20T21:31:01.5172957Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:31:01.5232698Z (Reading database ... 
2025-08-20T21:31:01.5233126Z (Reading database ... 5%
2025-08-20T21:31:01.5233528Z (Reading database ... 10%
2025-08-20T21:31:01.5234187Z (Reading database ... 15%
2025-08-20T21:31:01.5234582Z (Reading database ... 20%
2025-08-20T21:31:01.5235511Z (Reading database ... 25%
2025-08-20T21:31:01.5235903Z (Reading database ... 30%
2025-08-20T21:31:01.5236287Z (Reading database ... 35%
2025-08-20T21:31:01.5236667Z (Reading database ... 40%
2025-08-20T21:31:01.5237045Z (Reading database ... 45%
2025-08-20T21:31:01.5237426Z (Reading database ... 50%
2025-08-20T21:31:01.5335103Z (Reading database ... 55%
2025-08-20T21:31:01.5355840Z (Reading database ... 60%
2025-08-20T21:31:01.5377793Z (Reading database ... 65%
2025-08-20T21:31:01.5418416Z (Reading database ... 70%
2025-08-20T21:31:01.5445416Z (Reading database ... 75%
2025-08-20T21:31:01.5478754Z (Reading database ... 80%
2025-08-20T21:31:01.5646349Z (Reading database ... 85%
2025-08-20T21:31:01.5919152Z (Reading database ... 90%
2025-08-20T21:31:01.6008654Z (Reading database ... 95%
2025-08-20T21:31:01.6009067Z (Reading database ... 100%
2025-08-20T21:31:01.6009602Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:31:01.6057085Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:31:01.6075777Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:31:01.6284589Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:31:01.6433182Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:31:01.6440558Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:31:01.6666657Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:31:01.6813316Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:31:01.6823295Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:31:01.7655839Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:31:01.7806304Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:31:01.7814527Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:31:01.8077015Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:31:01.8225420Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:31:01.8261260Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:31:01.8502148Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:31:01.8650894Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:31:01.8659361Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:31:01.8940814Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:31:01.9090189Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:31:01.9097863Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:31:01.9321115Z Selecting previously unselected package lzma.
2025-08-20T21:31:01.9470739Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:31:01.9479737Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:31:01.9737778Z Selecting previously unselected package lzma-dev.
2025-08-20T21:31:01.9886791Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:31:01.9895535Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:31:02.0350774Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:31:02.0376016Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:31:02.0395461Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:31:02.0414960Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:31:02.0434821Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:31:02.0535548Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:31:02.0561688Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:31:02.0586398Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:31:02.0633288Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:31:02.0656303Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:31:02.0684510Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:31:02.0830993Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:06.4180488Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:31:07.0591540Z 
2025-08-20T21:31:07.0592157Z Running kernel seems to be up-to-date.
2025-08-20T21:31:07.0592946Z 
2025-08-20T21:31:07.0593083Z Restarting services...
2025-08-20T21:31:07.0660503Z 
2025-08-20T21:31:07.0660953Z Service restarts being deferred:
2025-08-20T21:31:07.0661501Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:31:07.0661878Z 
2025-08-20T21:31:07.0663789Z No containers need to be restarted.
2025-08-20T21:31:07.0664080Z 
2025-08-20T21:31:07.0664263Z No user sessions are running outdated binaries.
2025-08-20T21:31:07.0664585Z 
2025-08-20T21:31:07.0664869Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:31:07.9634451Z Reading package lists...
2025-08-20T21:31:08.1378952Z Building dependency tree...
2025-08-20T21:31:08.1387127Z Reading state information...
2025-08-20T21:31:08.3462878Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:31:08.3463951Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:31:08.3464525Z inetutils-telnet set to manually installed.
2025-08-20T21:31:08.3465097Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:31:08.3474125Z The following additional packages will be installed:
2025-08-20T21:31:08.3474719Z   tcpd update-inetd
2025-08-20T21:31:08.3620324Z The following packages will be REMOVED:
2025-08-20T21:31:08.3627683Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:31:08.3628702Z The following NEW packages will be installed:
2025-08-20T21:31:08.3629226Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:31:08.3629697Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:31:08.3635838Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:31:08.3806528Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:31:08.3807335Z Need to get 698 kB of archives.
2025-08-20T21:31:08.3807685Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:31:08.3808078Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:31:08.5322158Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:31:09.0714509Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:31:09.4525201Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:31:09.8384296Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:31:10.3417493Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:31:11.0494350Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:31:11.7175773Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:31:12.7507341Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:31:13.2134079Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:31:13.5942813Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:31:14.3504385Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:31:15.0904857Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:31:15.7170087Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:31:16.2335516Z Preconfiguring packages ...
2025-08-20T21:31:16.3320117Z Fetched 698 kB in 8s (91.5 kB/s)
2025-08-20T21:31:16.3505194Z (Reading database ... 
2025-08-20T21:31:16.3506268Z (Reading database ... 5%
2025-08-20T21:31:16.3506682Z (Reading database ... 10%
2025-08-20T21:31:16.3507061Z (Reading database ... 15%
2025-08-20T21:31:16.3507426Z (Reading database ... 20%
2025-08-20T21:31:16.3507783Z (Reading database ... 25%
2025-08-20T21:31:16.3508139Z (Reading database ... 30%
2025-08-20T21:31:16.3508494Z (Reading database ... 35%
2025-08-20T21:31:16.3508843Z (Reading database ... 40%
2025-08-20T21:31:16.3509190Z (Reading database ... 45%
2025-08-20T21:31:16.3509537Z (Reading database ... 50%
2025-08-20T21:31:16.3531766Z (Reading database ... 55%
2025-08-20T21:31:16.3626369Z (Reading database ... 60%
2025-08-20T21:31:16.3648465Z (Reading database ... 65%
2025-08-20T21:31:16.3688655Z (Reading database ... 70%
2025-08-20T21:31:16.3713185Z (Reading database ... 75%
2025-08-20T21:31:16.3748703Z (Reading database ... 80%
2025-08-20T21:31:16.3911667Z (Reading database ... 85%
2025-08-20T21:31:16.4188227Z (Reading database ... 90%
2025-08-20T21:31:16.4279838Z (Reading database ... 95%
2025-08-20T21:31:16.4280266Z (Reading database ... 100%
2025-08-20T21:31:16.4280808Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:31:16.4324716Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:31:16.4516134Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:16.4689142Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:31:16.8852720Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:31:16.8913364Z (Reading database ... 
2025-08-20T21:31:16.8913798Z (Reading database ... 5%
2025-08-20T21:31:16.8914189Z (Reading database ... 10%
2025-08-20T21:31:16.8914565Z (Reading database ... 15%
2025-08-20T21:31:16.8914933Z (Reading database ... 20%
2025-08-20T21:31:16.8915341Z (Reading database ... 25%
2025-08-20T21:31:16.8916513Z (Reading database ... 30%
2025-08-20T21:31:16.8916905Z (Reading database ... 35%
2025-08-20T21:31:16.8917277Z (Reading database ... 40%
2025-08-20T21:31:16.8917639Z (Reading database ... 45%
2025-08-20T21:31:16.8918000Z (Reading database ... 50%
2025-08-20T21:31:16.8938306Z (Reading database ... 55%
2025-08-20T21:31:16.9037148Z (Reading database ... 60%
2025-08-20T21:31:16.9059706Z (Reading database ... 65%
2025-08-20T21:31:16.9100995Z (Reading database ... 70%
2025-08-20T21:31:16.9126646Z (Reading database ... 75%
2025-08-20T21:31:16.9163711Z (Reading database ... 80%
2025-08-20T21:31:16.9334243Z (Reading database ... 85%
2025-08-20T21:31:16.9609282Z (Reading database ... 90%
2025-08-20T21:31:16.9699105Z (Reading database ... 95%
2025-08-20T21:31:16.9699496Z (Reading database ... 100%
2025-08-20T21:31:16.9700056Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:31:16.9745055Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:16.9781119Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.0028897Z Selecting previously unselected package tcpd.
2025-08-20T21:31:17.0174458Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:31:17.0182727Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:31:17.0416014Z Selecting previously unselected package update-inetd.
2025-08-20T21:31:17.0565375Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:31:17.0573822Z Unpacking update-inetd (4.53) ...
2025-08-20T21:31:17.0825171Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:31:17.0974356Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:17.1022742Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.1254305Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:31:17.1403099Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:17.1410576Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.1637239Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:31:17.1783159Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:17.1791238Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.2018163Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:31:17.2166713Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:17.2174076Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.2401293Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:31:17.2549302Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:17.2557203Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.2774323Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:31:17.2922168Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:17.2929848Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.3140312Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:31:17.3288087Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:17.3295873Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.3507117Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:31:17.3654864Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:17.3662356Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.3903507Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:31:17.4050855Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:31:17.4058444Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:31:17.4312759Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:31:17.4466267Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:17.4476115Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.4909643Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:31:17.4992036Z Setting up update-inetd (4.53) ...
2025-08-20T21:31:17.5882779Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:31:17.5946091Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:31:17.5965111Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:18.0381327Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:31:18.0381776Z 
2025-08-20T21:31:18.0381900Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:31:18.0382099Z 
2025-08-20T21:31:18.0382663Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:31:18.0383089Z 
2025-08-20T21:31:18.0384046Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:31:18.0384992Z 
2025-08-20T21:31:18.3478670Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:31:18.3556514Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:31:18.3616313Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:31:18.3633431Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:31:18.3663646Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:31:18.3684265Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:31:18.3709767Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:18.7797112Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:31:18.7797542Z 
2025-08-20T21:31:18.7798286Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:31:18.7798800Z 
2025-08-20T21:31:19.0969410Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:19.1924916Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:19.2588586Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:19.3229435Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:25.5835238Z Reading package lists...
2025-08-20T21:31:25.7520571Z Building dependency tree...
2025-08-20T21:31:25.7529247Z Reading state information...
2025-08-20T21:31:25.9749698Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:31:25.9750172Z iputils-tracepath set to manually installed.
2025-08-20T21:31:25.9750479Z The following packages will be REMOVED:
2025-08-20T21:31:25.9758462Z   inetutils-ping
2025-08-20T21:31:25.9759348Z The following NEW packages will be installed:
2025-08-20T21:31:25.9766575Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:31:25.9933052Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:31:25.9933709Z Need to get 71.5 kB of archives.
2025-08-20T21:31:25.9934276Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:31:25.9934838Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:31:26.1384396Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:31:26.5338495Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:31:26.8109336Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:31:27.1609717Z Fetched 71.5 kB in 1s (80.5 kB/s)
2025-08-20T21:31:27.1795777Z (Reading database ... 
2025-08-20T21:31:27.1796217Z (Reading database ... 5%
2025-08-20T21:31:27.1796575Z (Reading database ... 10%
2025-08-20T21:31:27.1796799Z (Reading database ... 15%
2025-08-20T21:31:27.1797250Z (Reading database ... 20%
2025-08-20T21:31:27.1797465Z (Reading database ... 25%
2025-08-20T21:31:27.1797674Z (Reading database ... 30%
2025-08-20T21:31:27.1797879Z (Reading database ... 35%
2025-08-20T21:31:27.1798092Z (Reading database ... 40%
2025-08-20T21:31:27.1798296Z (Reading database ... 45%
2025-08-20T21:31:27.1798496Z (Reading database ... 50%
2025-08-20T21:31:27.1882963Z (Reading database ... 55%
2025-08-20T21:31:27.1919091Z (Reading database ... 60%
2025-08-20T21:31:27.1941945Z (Reading database ... 65%
2025-08-20T21:31:27.1985482Z (Reading database ... 70%
2025-08-20T21:31:27.2018375Z (Reading database ... 75%
2025-08-20T21:31:27.2050078Z (Reading database ... 80%
2025-08-20T21:31:27.2224674Z (Reading database ... 85%
2025-08-20T21:31:27.2509868Z (Reading database ... 90%
2025-08-20T21:31:27.2603577Z (Reading database ... 95%
2025-08-20T21:31:27.2604046Z (Reading database ... 100%
2025-08-20T21:31:27.2604753Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:31:27.2649980Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:31:27.3117210Z Selecting previously unselected package iputils-ping.
2025-08-20T21:31:27.3176500Z (Reading database ... 
2025-08-20T21:31:27.3176921Z (Reading database ... 5%
2025-08-20T21:31:27.3177287Z (Reading database ... 10%
2025-08-20T21:31:27.3177669Z (Reading database ... 15%
2025-08-20T21:31:27.3178061Z (Reading database ... 20%
2025-08-20T21:31:27.3178460Z (Reading database ... 25%
2025-08-20T21:31:27.3178808Z (Reading database ... 30%
2025-08-20T21:31:27.3179204Z (Reading database ... 35%
2025-08-20T21:31:27.3179589Z (Reading database ... 40%
2025-08-20T21:31:27.3179971Z (Reading database ... 45%
2025-08-20T21:31:27.3180358Z (Reading database ... 50%
2025-08-20T21:31:27.3264233Z (Reading database ... 55%
2025-08-20T21:31:27.3300299Z (Reading database ... 60%
2025-08-20T21:31:27.3323186Z (Reading database ... 65%
2025-08-20T21:31:27.3364572Z (Reading database ... 70%
2025-08-20T21:31:27.3394176Z (Reading database ... 75%
2025-08-20T21:31:27.3425941Z (Reading database ... 80%
2025-08-20T21:31:27.3591280Z (Reading database ... 85%
2025-08-20T21:31:27.3860303Z (Reading database ... 90%
2025-08-20T21:31:27.3947082Z (Reading database ... 95%
2025-08-20T21:31:27.3947498Z (Reading database ... 100%
2025-08-20T21:31:27.3948041Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:31:27.3993740Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:31:27.4003260Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:27.4219069Z Selecting previously unselected package iputils-arping.
2025-08-20T21:31:27.4366973Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:31:27.4374809Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:27.4591738Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:31:27.4740791Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:31:27.4749795Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:27.5152706Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:27.5310956Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:27.5461020Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:27.5614653Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:33.5518340Z Reading package lists...
2025-08-20T21:31:33.7267045Z Building dependency tree...
2025-08-20T21:31:33.7275854Z Reading state information...
2025-08-20T21:31:33.8923890Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:31:33.8924698Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:31:33.9327162Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:31:34.3758667Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:31:34.7691784Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:31:35.2444115Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:31:35.3721544Z Collecting pip
2025-08-20T21:31:35.4701365Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:31:35.4892980Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:31:35.5696703Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 23.3 MB/s eta 0:00:00
2025-08-20T21:31:35.8229377Z Installing collected packages: pip
2025-08-20T21:31:36.5529775Z Successfully installed pip-25.2
2025-08-20T21:31:36.7648175Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:31:36.8092092Z Reading package lists...
2025-08-20T21:31:36.9929989Z Building dependency tree...
2025-08-20T21:31:36.9938670Z Reading state information...
2025-08-20T21:31:37.1574223Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:31:37.1574762Z pciutils set to manually installed.
2025-08-20T21:31:37.1575264Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:31:37.1576064Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:31:37.1576515Z python3-distro set to manually installed.
2025-08-20T21:31:37.1576998Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:31:37.1577492Z python3-netifaces set to manually installed.
2025-08-20T21:31:37.1577923Z The following additional packages will be installed:
2025-08-20T21:31:37.1578335Z   libsysfs2
2025-08-20T21:31:37.1581339Z Suggested packages:
2025-08-20T21:31:37.1581680Z   fancontrol read-edid i2c-tools
2025-08-20T21:31:37.1859853Z The following NEW packages will be installed:
2025-08-20T21:31:37.1861823Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:31:37.2039352Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:31:37.2271236Z Need to get 142 kB of archives.
2025-08-20T21:31:37.2272003Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:31:37.2272972Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:31:37.3837114Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:31:37.6317325Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:31:37.8769415Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:31:38.5542552Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:31:38.9088957Z Fetched 142 kB in 1s (99.6 kB/s)
2025-08-20T21:31:38.9285939Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:31:38.9346365Z (Reading database ... 
2025-08-20T21:31:38.9346756Z (Reading database ... 5%
2025-08-20T21:31:38.9347169Z (Reading database ... 10%
2025-08-20T21:31:38.9347535Z (Reading database ... 15%
2025-08-20T21:31:38.9347909Z (Reading database ... 20%
2025-08-20T21:31:38.9348271Z (Reading database ... 25%
2025-08-20T21:31:38.9349210Z (Reading database ... 30%
2025-08-20T21:31:38.9349581Z (Reading database ... 35%
2025-08-20T21:31:38.9349948Z (Reading database ... 40%
2025-08-20T21:31:38.9350300Z (Reading database ... 45%
2025-08-20T21:31:38.9350716Z (Reading database ... 50%
2025-08-20T21:31:38.9432176Z (Reading database ... 55%
2025-08-20T21:31:38.9469072Z (Reading database ... 60%
2025-08-20T21:31:38.9491948Z (Reading database ... 65%
2025-08-20T21:31:38.9533635Z (Reading database ... 70%
2025-08-20T21:31:38.9564863Z (Reading database ... 75%
2025-08-20T21:31:38.9594932Z (Reading database ... 80%
2025-08-20T21:31:38.9766516Z (Reading database ... 85%
2025-08-20T21:31:39.0041181Z (Reading database ... 90%
2025-08-20T21:31:39.0131001Z (Reading database ... 95%
2025-08-20T21:31:39.0131414Z (Reading database ... 100%
2025-08-20T21:31:39.0131954Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:31:39.0178812Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:31:39.0194269Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:31:39.0420781Z Selecting previously unselected package sysfsutils.
2025-08-20T21:31:39.0567237Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:31:39.0603581Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:31:39.0862030Z Selecting previously unselected package lm-sensors.
2025-08-20T21:31:39.1014205Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:31:39.1213778Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:31:39.1483089Z Selecting previously unselected package virt-what.
2025-08-20T21:31:39.1629342Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:31:39.1637770Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:31:39.2054426Z Setting up virt-what (1.25-2) ...
2025-08-20T21:31:39.2106546Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:31:39.2126281Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:31:39.6173314Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:31:39.6173723Z 
2025-08-20T21:31:39.6174186Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:31:39.6174635Z 
2025-08-20T21:31:39.9556579Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:31:40.3580003Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:31:40.3580865Z 
2025-08-20T21:31:40.3617214Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:45.0068737Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:31:46.4961949Z Reading package lists...
2025-08-20T21:31:46.6729112Z Building dependency tree...
2025-08-20T21:31:46.6738025Z Reading state information...
2025-08-20T21:31:46.8344928Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:31:46.8345720Z The following additional packages will be installed:
2025-08-20T21:31:46.8348210Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:31:46.8349070Z   xorg-sgml-doctools
2025-08-20T21:31:46.8353998Z Suggested packages:
2025-08-20T21:31:46.8354383Z   libxcb-doc
2025-08-20T21:31:46.8499911Z The following NEW packages will be installed:
2025-08-20T21:31:46.8501359Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:31:46.8504118Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:31:46.8504759Z   xcb xorg-sgml-doctools
2025-08-20T21:31:46.8675264Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:31:46.8675809Z Need to get 807 kB of archives.
2025-08-20T21:31:46.8676211Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:31:46.8676601Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:31:47.0400278Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:31:47.2258399Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:31:47.4265263Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:31:52.9893884Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:31:53.1956808Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:31:53.4939164Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:31:54.1627815Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:31:54.3905190Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:31:54.5823769Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:31:54.7795485Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:31:55.0169129Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:31:55.4217657Z Fetched 807 kB in 8s (97.4 kB/s)
2025-08-20T21:31:55.4408283Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:31:55.4469436Z (Reading database ... 
2025-08-20T21:31:55.4469874Z (Reading database ... 5%
2025-08-20T21:31:55.4470281Z (Reading database ... 10%
2025-08-20T21:31:55.4470669Z (Reading database ... 15%
2025-08-20T21:31:55.4471068Z (Reading database ... 20%
2025-08-20T21:31:55.4471487Z (Reading database ... 25%
2025-08-20T21:31:55.4471886Z (Reading database ... 30%
2025-08-20T21:31:55.4472474Z (Reading database ... 35%
2025-08-20T21:31:55.4472889Z (Reading database ... 40%
2025-08-20T21:31:55.4473234Z (Reading database ... 45%
2025-08-20T21:31:55.4473483Z (Reading database ... 50%
2025-08-20T21:31:55.4570800Z (Reading database ... 55%
2025-08-20T21:31:55.4591917Z (Reading database ... 60%
2025-08-20T21:31:55.4614647Z (Reading database ... 65%
2025-08-20T21:31:55.4656204Z (Reading database ... 70%
2025-08-20T21:31:55.4687237Z (Reading database ... 75%
2025-08-20T21:31:55.4718108Z (Reading database ... 80%
2025-08-20T21:31:55.4896305Z (Reading database ... 85%
2025-08-20T21:31:55.5170222Z (Reading database ... 90%
2025-08-20T21:31:55.5266281Z (Reading database ... 95%
2025-08-20T21:31:55.5266702Z (Reading database ... 100%
2025-08-20T21:31:55.5267186Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:31:55.5314475Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:31:55.5325398Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:31:55.5535232Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:31:55.5681636Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:31:55.5689325Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:31:55.5925990Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:31:55.6073503Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:31:55.6081497Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:31:55.6626946Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:31:55.6774976Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:31:55.6783387Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:31:55.7003885Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:31:55.7151505Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:31:55.7159282Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:31:55.7389902Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:31:55.7538904Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:31:55.7546916Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.7796649Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:31:55.7944933Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:31:55.7952508Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.8207860Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:31:55.8355682Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:31:55.8370052Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.8564329Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:31:55.8710567Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:31:55.8718242Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.8916924Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:31:55.9062623Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:31:55.9070134Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.9322841Z Selecting previously unselected package xcb.
2025-08-20T21:31:55.9470621Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:31:55.9479288Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:31:55.9899539Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.9926564Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:31:55.9945994Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:31:55.9982383Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:31:56.0027815Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:31:56.0167509Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:32:00.5064206Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:32:00.5152057Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:32:00.5174808Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:32:00.5195233Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:32:00.5219625Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:32:00.5239900Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:32:00.5259113Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:32:00.5279094Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:32:02.2585491Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:02.4713743Z Collecting build
2025-08-20T21:32:02.5415274Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:32:02.6784112Z Collecting cffi
2025-08-20T21:32:02.6941765Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:32:02.7200058Z Collecting scons
2025-08-20T21:32:02.7362431Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:02.7649922Z Collecting scuba
2025-08-20T21:32:02.7841557Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:32:02.8456550Z Collecting pytest
2025-08-20T21:32:02.8611998Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:32:02.8924783Z Collecting packaging>=19.1 (from build)
2025-08-20T21:32:02.9079500Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:02.9523876Z Collecting pyproject_hooks (from build)
2025-08-20T21:32:02.9679441Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:32:02.9901210Z Collecting pycparser (from cffi)
2025-08-20T21:32:03.0054778Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:32:03.0537182Z Collecting PyYAML (from scuba)
2025-08-20T21:32:03.0695685Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:32:03.0942063Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:32:03.1094060Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:32:03.1381892Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:32:03.1538922Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:32:03.1850251Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:32:03.2031250Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:03.2244543Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:32:03.2477357Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:32:03.3231861Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:03.3793435Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 75.0 MB/s  0:00:00
2025-08-20T21:32:03.3956814Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:32:03.4139675Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:32:03.4329858Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:32:03.4503853Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:32:03.4697585Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:03.4869903Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:03.4952514Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 165.2 MB/s  0:00:00
2025-08-20T21:32:03.5108360Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:32:03.5285008Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:32:03.5456889Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:32:03.5517186Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 132.7 MB/s  0:00:00
2025-08-20T21:32:03.6655417Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:32:05.4031820Z 
2025-08-20T21:32:05.4049862Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:32:05.7183802Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:05.9234224Z Collecting ansi2txt
2025-08-20T21:32:05.9918537Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:32:06.0294052Z Collecting pipx
2025-08-20T21:32:06.0446394Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:06.0758067Z Collecting scons
2025-08-20T21:32:06.0776391Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:06.1012874Z Collecting py2static
2025-08-20T21:32:06.1185770Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:32:06.1502832Z Collecting typer
2025-08-20T21:32:06.1657734Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:32:06.2108698Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:32:06.2264771Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:06.2577753Z Collecting packaging>=20 (from pipx)
2025-08-20T21:32:06.2588987Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:06.2880880Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:32:06.3035862Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:32:06.3327125Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:32:06.3618215Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:06.4246674Z Collecting pyinstaller (from py2static)
2025-08-20T21:32:06.4424155Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:32:06.4701574Z Collecting staticx (from py2static)
2025-08-20T21:32:06.4862898Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:32:06.5152919Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:32:06.5306486Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:06.5710596Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:32:06.5869289Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:06.6108666Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:32:06.6261403Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:32:06.6791445Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:32:06.6944150Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:06.7258011Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:06.7467789Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:06.7806604Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:06.7817498Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:06.8029877Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:32:06.8194005Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:32:06.9541875Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:32:06.9698219Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:32:07.0046678Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:32:07.0208637Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:07.0519656Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:32:07.0784922Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:07.1137046Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:32:07.1287103Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:32:07.1497056Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:32:07.1691512Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:32:07.1895136Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:07.2100481Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:32:07.2286037Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:32:07.2496318Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:32:07.2674573Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:32:07.2753810Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:07.2905068Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:32:07.3078927Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:32:07.3242147Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:07.3402773Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:32:07.3580424Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:32:07.3755814Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:32:07.3930468Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:32:07.4103382Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:32:07.4285086Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:32:07.4486784Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 30.7 MB/s  0:00:00
2025-08-20T21:32:07.4674639Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:32:07.4872947Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:07.5050661Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 60.9 MB/s  0:00:00
2025-08-20T21:32:07.5203042Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:32:07.5384888Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:32:07.5575801Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:32:07.7056935Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:32:08.5180564Z   Attempting uninstall: scons
2025-08-20T21:32:08.5266666Z     Found existing installation: SCons 4.9.1
2025-08-20T21:32:08.5654207Z     Uninstalling SCons-4.9.1:
2025-08-20T21:32:08.5727459Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:32:09.1899636Z   Attempting uninstall: pygments
2025-08-20T21:32:09.1982463Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:32:09.2221783Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:32:09.2248493Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:32:09.8488657Z   Attempting uninstall: packaging
2025-08-20T21:32:09.8568604Z     Found existing installation: packaging 25.0
2025-08-20T21:32:09.8593472Z     Uninstalling packaging-25.0:
2025-08-20T21:32:09.8600834Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:10.8612812Z 
2025-08-20T21:32:10.8643196Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:32:11.1850940Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:11.3910324Z Collecting build
2025-08-20T21:32:11.3922058Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:32:11.4929290Z Collecting cffi
2025-08-20T21:32:11.4942530Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:32:11.5201296Z Collecting scons
2025-08-20T21:32:11.5211770Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:11.5448421Z Collecting scuba
2025-08-20T21:32:11.5458767Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:32:11.5985179Z Collecting pytest
2025-08-20T21:32:11.5996248Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:32:11.6279185Z Collecting packaging>=19.1 (from build)
2025-08-20T21:32:11.6289559Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:11.6490339Z Collecting pyproject_hooks (from build)
2025-08-20T21:32:11.6500438Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:32:11.6706212Z Collecting pycparser (from cffi)
2025-08-20T21:32:11.6716758Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:32:11.7118623Z Collecting PyYAML (from scuba)
2025-08-20T21:32:11.7130069Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:32:11.7328097Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:32:11.7339390Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:32:11.7599362Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:32:11.7609874Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:32:11.7898817Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:32:11.7908971Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:11.7967937Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:32:11.7978246Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:32:11.7991024Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:11.8032620Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:32:11.8044354Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:32:11.8056529Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:32:11.8066194Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:32:11.8075535Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:11.8085393Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:11.8103894Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:32:11.8114287Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:32:11.8124069Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:32:11.9366164Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:32:11.9370992Z   Attempting uninstall: scons
2025-08-20T21:32:11.9455729Z     Found existing installation: SCons 4.9.1
2025-08-20T21:32:11.9838917Z     Uninstalling SCons-4.9.1:
2025-08-20T21:32:11.9910685Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:32:12.6059605Z   Attempting uninstall: PyYAML
2025-08-20T21:32:12.6148319Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:32:12.6179005Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:32:12.6188457Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:32:12.6714440Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:32:12.6798302Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:32:12.6815316Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:32:12.6821726Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:32:12.6907633Z   Attempting uninstall: pygments
2025-08-20T21:32:12.6985474Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:32:12.7214766Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:32:12.7240927Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:32:13.3323687Z   Attempting uninstall: pycparser
2025-08-20T21:32:13.3405600Z     Found existing installation: pycparser 2.22
2025-08-20T21:32:13.3439125Z     Uninstalling pycparser-2.22:
2025-08-20T21:32:13.3446593Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:32:13.4639393Z   Attempting uninstall: pluggy
2025-08-20T21:32:13.4728624Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:32:13.4748017Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:32:13.4754763Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:32:13.4904320Z   Attempting uninstall: packaging
2025-08-20T21:32:13.4985625Z     Found existing installation: packaging 25.0
2025-08-20T21:32:13.5010089Z     Uninstalling packaging-25.0:
2025-08-20T21:32:13.5017980Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:13.5397046Z   Attempting uninstall: iniconfig
2025-08-20T21:32:13.5481481Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:32:13.5499053Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:32:13.5505512Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:32:13.5577196Z   Attempting uninstall: scuba
2025-08-20T21:32:13.5660406Z     Found existing installation: scuba 2.14.1
2025-08-20T21:32:13.5681911Z     Uninstalling scuba-2.14.1:
2025-08-20T21:32:13.5691231Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:32:13.5882456Z   Attempting uninstall: pytest
2025-08-20T21:32:13.5965173Z     Found existing installation: pytest 8.4.1
2025-08-20T21:32:13.6029692Z     Uninstalling pytest-8.4.1:
2025-08-20T21:32:13.6290194Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:32:13.8412015Z   Attempting uninstall: cffi
2025-08-20T21:32:13.8496494Z     Found existing installation: cffi 1.17.1
2025-08-20T21:32:13.8522589Z     Uninstalling cffi-1.17.1:
2025-08-20T21:32:13.8758706Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:32:13.9428429Z   Attempting uninstall: build
2025-08-20T21:32:13.9508074Z     Found existing installation: build 1.3.0
2025-08-20T21:32:13.9533050Z     Uninstalling build-1.3.0:
2025-08-20T21:32:13.9542515Z       Successfully uninstalled build-1.3.0
2025-08-20T21:32:13.9722413Z 
2025-08-20T21:32:13.9750729Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:32:14.2901078Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:14.4967342Z Collecting ansi2txt
2025-08-20T21:32:14.4979588Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:32:14.5301866Z Collecting pipx
2025-08-20T21:32:14.5313035Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:14.5570375Z Collecting scons
2025-08-20T21:32:14.5587709Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:14.5793598Z Collecting py2static
2025-08-20T21:32:14.5804028Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:32:14.6074644Z Collecting typer
2025-08-20T21:32:14.6085183Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:32:14.6438694Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:32:14.6449318Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:14.6713386Z Collecting packaging>=20 (from pipx)
2025-08-20T21:32:14.6724213Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:14.6991104Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:32:14.7001268Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:32:14.7280920Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:32:14.7292171Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:14.7793879Z Collecting pyinstaller (from py2static)
2025-08-20T21:32:14.7805981Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:32:14.8065828Z Collecting staticx (from py2static)
2025-08-20T21:32:14.8075898Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:32:14.8337519Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:32:14.8348030Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:14.8723868Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:32:14.8734178Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:14.8959149Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:32:14.8969531Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:32:14.9416285Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:32:14.9427318Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:14.9694418Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:14.9705433Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:15.0018448Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:15.0028594Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:15.0226820Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:32:15.0237088Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:32:15.1510229Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:32:15.1522428Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:32:15.1819870Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:32:15.1830609Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:15.2120985Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:32:15.2131343Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:15.2401932Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:32:15.2412888Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:32:15.2451191Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:32:15.2461265Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:32:15.2471582Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:15.2513501Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:32:15.2523456Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:32:15.2533385Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:32:15.2543363Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:32:15.2553661Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:15.2563788Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:32:15.2573533Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:32:15.2584839Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:15.2604352Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:32:15.2614614Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:32:15.2624269Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:32:15.2633952Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:32:15.2643767Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:32:15.2653611Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:32:15.2668621Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:32:15.2681242Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:15.2700257Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:32:15.2709984Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:32:15.2720619Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:32:15.4220958Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:32:15.4224583Z   Attempting uninstall: pyelftools
2025-08-20T21:32:15.4305249Z     Found existing installation: pyelftools 0.32
2025-08-20T21:32:15.4357380Z     Uninstalling pyelftools-0.32:
2025-08-20T21:32:15.4373247Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:32:15.5499362Z   Attempting uninstall: altgraph
2025-08-20T21:32:15.5586611Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:32:15.5605086Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:32:15.5611383Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:32:15.5748545Z   Attempting uninstall: typing-extensions
2025-08-20T21:32:15.5834501Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:32:15.5848718Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:32:15.6087041Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:32:15.6328092Z   Attempting uninstall: staticx
2025-08-20T21:32:15.6413024Z     Found existing installation: staticx 0.14.1
2025-08-20T21:32:15.6438461Z     Uninstalling staticx-0.14.1:
2025-08-20T21:32:15.6448912Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:32:15.6646172Z   Attempting uninstall: shellingham
2025-08-20T21:32:15.6727876Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:32:15.6746378Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:32:15.6752944Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:32:15.6836794Z   Attempting uninstall: setuptools
2025-08-20T21:32:15.6923278Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:32:15.7207652Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:32:15.7486731Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:32:16.4065557Z   Attempting uninstall: scons
2025-08-20T21:32:16.4158552Z     Found existing installation: SCons 4.9.1
2025-08-20T21:32:16.4548196Z     Uninstalling SCons-4.9.1:
2025-08-20T21:32:16.4619083Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:32:17.0703844Z   Attempting uninstall: pygments
2025-08-20T21:32:17.0786531Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:32:17.1026586Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:32:17.1053720Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:32:17.7086098Z   Attempting uninstall: platformdirs
2025-08-20T21:32:17.7168796Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:32:17.7200616Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:32:17.7207395Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:32:17.7351856Z   Attempting uninstall: packaging
2025-08-20T21:32:17.7435171Z     Found existing installation: packaging 25.0
2025-08-20T21:32:17.7460394Z     Uninstalling packaging-25.0:
2025-08-20T21:32:17.7468209Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:17.7870733Z   Attempting uninstall: mdurl
2025-08-20T21:32:17.7952719Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:32:17.7970352Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:32:17.7977226Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:32:17.8059747Z   Attempting uninstall: click
2025-08-20T21:32:17.8141898Z     Found existing installation: click 8.2.1
2025-08-20T21:32:17.8165515Z     Uninstalling click-8.2.1:
2025-08-20T21:32:17.8172534Z       Successfully uninstalled click-8.2.1
2025-08-20T21:32:17.8748064Z   Attempting uninstall: argcomplete
2025-08-20T21:32:17.8834361Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:32:17.8863513Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:32:17.8875094Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:32:17.9098346Z   Attempting uninstall: ansi2txt
2025-08-20T21:32:17.9179945Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:32:17.9195249Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:32:17.9439125Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:32:17.9490389Z   Attempting uninstall: userpath
2025-08-20T21:32:17.9574237Z     Found existing installation: userpath 1.9.2
2025-08-20T21:32:17.9593336Z     Uninstalling userpath-1.9.2:
2025-08-20T21:32:17.9601965Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:32:17.9703078Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:32:17.9784549Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:32:18.0220558Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:32:18.0263553Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:32:18.3077578Z   Attempting uninstall: markdown-it-py
2025-08-20T21:32:18.3166187Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:32:18.3234580Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:32:18.3249324Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:32:18.3868146Z   Attempting uninstall: rich
2025-08-20T21:32:18.3957618Z     Found existing installation: rich 14.1.0
2025-08-20T21:32:18.4020011Z     Uninstalling rich-14.1.0:
2025-08-20T21:32:18.4030192Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:32:18.5607341Z   Attempting uninstall: pyinstaller
2025-08-20T21:32:18.5689408Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:32:18.6046642Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:32:18.6090933Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:32:18.9426735Z   Attempting uninstall: pipx
2025-08-20T21:32:18.9522007Z     Found existing installation: pipx 1.7.1
2025-08-20T21:32:18.9559572Z     Uninstalling pipx-1.7.1:
2025-08-20T21:32:18.9569882Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:32:19.0085730Z   Attempting uninstall: typer
2025-08-20T21:32:19.0175209Z     Found existing installation: typer 0.16.1
2025-08-20T21:32:19.0201769Z     Uninstalling typer-0.16.1:
2025-08-20T21:32:19.0211606Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:32:19.0549655Z   Attempting uninstall: py2static
2025-08-20T21:32:19.0630206Z     Found existing installation: py2static 0.0.1
2025-08-20T21:32:19.0650688Z     Uninstalling py2static-0.0.1:
2025-08-20T21:32:19.0661612Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:32:19.0734710Z 
2025-08-20T21:32:19.0764400Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:32:19.3954764Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:19.5169384Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:32:19.5174004Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-nogu5ejk
2025-08-20T21:32:19.5195183Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-nogu5ejk
2025-08-20T21:32:20.9375754Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:32:20.9417171Z   Installing build dependencies: started
2025-08-20T21:32:21.6920450Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:32:21.6929774Z   Getting requirements to build wheel: started
2025-08-20T21:32:21.9851230Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:32:21.9862509Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:32:22.1825976Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:32:22.3618835Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:32:22.3631931Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:32:22.3865676Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:32:22.3876518Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:22.4112880Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:32:22.4123083Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:22.4327515Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:32:22.4337871Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:22.4383564Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:22.4393813Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:32:22.4407213Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:22.4425866Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:32:22.4548510Z Building wheels for collected packages: pyinstaller
2025-08-20T21:32:22.4557225Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:32:23.1465796Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:32:23.1493175Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=7970e9aa98674d632bfb81dfc5d34678bb25b2048568dedd686a61e25ea8afc4
2025-08-20T21:32:23.1495028Z   Stored in directory: /tmp/pip-ephem-wheel-cache-nl3w00n5/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:32:23.1535465Z Successfully built pyinstaller
2025-08-20T21:32:23.2455490Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:32:23.2460693Z   Attempting uninstall: altgraph
2025-08-20T21:32:23.2544678Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:32:23.2565342Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:32:23.2572656Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:32:23.2715929Z   Attempting uninstall: setuptools
2025-08-20T21:32:23.2804610Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:32:23.3088407Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:32:23.3374316Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:32:24.0010383Z   Attempting uninstall: packaging
2025-08-20T21:32:24.0092592Z     Found existing installation: packaging 25.0
2025-08-20T21:32:24.0124288Z     Uninstalling packaging-25.0:
2025-08-20T21:32:24.0131776Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:24.0519371Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:32:24.0601289Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:32:24.1041741Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:32:24.1085285Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:32:24.3875226Z   Attempting uninstall: pyinstaller
2025-08-20T21:32:24.3958269Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:32:24.4313312Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:32:24.4359696Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:32:24.7763332Z 
2025-08-20T21:32:24.7792485Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:32:25.0860572Z 6.15.0
2025-08-20T21:32:25.8190212Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:32:25.8200971Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:32:25.8201263Z 
2025-08-20T21:32:25.8201475Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:32:25.8202141Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:32:25.8202914Z installation.
2025-08-20T21:32:25.8203093Z 
2025-08-20T21:32:25.8203443Z If you installed the current Docker package using this script and are using it
2025-08-20T21:32:25.8204101Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:32:25.8204549Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:32:25.8204951Z files to match the parameters passed to the script.
2025-08-20T21:32:25.8205163Z 
2025-08-20T21:32:25.8205273Z You may press Ctrl+C now to abort this script.
2025-08-20T21:32:25.8373368Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:32:27.1326664Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:32:27.5167785Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:32:27.5195413Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:32:27.6722411Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:32:27.6741967Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T21:32:27.6749216Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:32:28.9578010Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T21:32:40.3134455Z 
2025-08-20T21:32:40.3135104Z Running kernel seems to be up-to-date.
2025-08-20T21:32:40.3135575Z 
2025-08-20T21:32:40.3135748Z Restarting services...
2025-08-20T21:32:40.3204679Z 
2025-08-20T21:32:40.3205073Z Service restarts being deferred:
2025-08-20T21:32:40.3205540Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:32:40.3205950Z 
2025-08-20T21:32:40.3206059Z No containers need to be restarted.
2025-08-20T21:32:40.3206253Z 
2025-08-20T21:32:40.3206374Z No user sessions are running outdated binaries.
2025-08-20T21:32:40.3206574Z 
2025-08-20T21:32:40.3206766Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:32:41.2491095Z + sh -c 'docker version'
2025-08-20T21:32:41.2647881Z Client: Docker Engine - Community
2025-08-20T21:32:41.2648389Z  Version:           28.3.3
2025-08-20T21:32:41.2648747Z  API version:       1.51
2025-08-20T21:32:41.2649102Z  Go version:        go1.24.5
2025-08-20T21:32:41.2649474Z  Git commit:        980b856
2025-08-20T21:32:41.2649872Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:32:41.2650311Z  OS/Arch:           linux/amd64
2025-08-20T21:32:41.2650672Z  Context:           default
2025-08-20T21:32:41.2650894Z 
2025-08-20T21:32:41.2651058Z Server: Docker Engine - Community
2025-08-20T21:32:41.2651433Z  Engine:
2025-08-20T21:32:41.2651702Z   Version:          28.3.3
2025-08-20T21:32:41.2652094Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:32:41.2652762Z   Go version:       go1.24.5
2025-08-20T21:32:41.2653122Z   Git commit:       bea959c
2025-08-20T21:32:41.2653472Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:32:41.2653913Z   OS/Arch:          linux/amd64
2025-08-20T21:32:41.2654264Z   Experimental:     false
2025-08-20T21:32:41.2654890Z  containerd:
2025-08-20T21:32:41.2655176Z   Version:          1.7.27
2025-08-20T21:32:41.2655582Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:32:41.2656032Z  runc:
2025-08-20T21:32:41.2656293Z   Version:          1.2.5
2025-08-20T21:32:41.2656634Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:32:41.2657019Z  docker-init:
2025-08-20T21:32:41.2657320Z   Version:          0.19.0
2025-08-20T21:32:41.2657668Z   GitCommit:        de40ad0
2025-08-20T21:32:41.2670001Z 
2025-08-20T21:32:41.2670396Z ================================================================================
2025-08-20T21:32:41.2670875Z 
2025-08-20T21:32:41.2671302Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:32:41.2671879Z Docker daemon in rootless mode for your user:
2025-08-20T21:32:41.2672390Z 
2025-08-20T21:32:41.2672557Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:32:41.2672900Z 
2025-08-20T21:32:41.2673362Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:32:41.2673897Z 
2025-08-20T21:32:41.2674013Z 
2025-08-20T21:32:41.2674354Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:32:41.2675104Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:32:41.2675549Z 
2025-08-20T21:32:41.2675873Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:32:41.2676621Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:32:41.2677266Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:32:41.2677545Z 
2025-08-20T21:32:41.2677645Z ================================================================================
2025-08-20T21:32:41.2677830Z 
2025-08-20T21:32:51.9624060Z ● docker.service - Docker Application Container Engine
2025-08-20T21:32:51.9625197Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:32:51.9626065Z      Active: active (running) since Wed 2025-08-20 21:32:41 UTC; 10s ago
2025-08-20T21:32:51.9626719Z TriggeredBy: ● docker.socket
2025-08-20T21:32:51.9627137Z        Docs: https://docs.docker.com
2025-08-20T21:32:51.9627577Z    Main PID: 19994 (dockerd)
2025-08-20T21:32:51.9627840Z       Tasks: 10
2025-08-20T21:32:51.9628062Z      Memory: 21.7M (peak: 26.0M)
2025-08-20T21:32:51.9628297Z         CPU: 314ms
2025-08-20T21:32:51.9628518Z      CGroup: /system.slice/docker.service
2025-08-20T21:32:51.9630941Z              └─19994 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:32:51.9631281Z 
2025-08-20T21:32:51.9631614Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.422712221Z" level=info msg="Loading containers: start."
2025-08-20T21:32:51.9633008Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.870851260Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count aa90b294a77d024b5b3173d17a6d60064cbe48a736d3ce2770460e3716ea622c], retrying...."
2025-08-20T21:32:51.9634206Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.902018591Z" level=info msg="Loading containers: done."
2025-08-20T21:32:51.9635299Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.919733258Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:32:51.9636600Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.919822975Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:32:51.9637475Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.919856107Z" level=info msg="Initializing buildkit"
2025-08-20T21:32:51.9638167Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.939567308Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:32:51.9639116Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.942744313Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:32:51.9639824Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.942820127Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:32:51.9640471Z Aug 20 21:32:41 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:32:51.9740373Z ● docker.service - Docker Application Container Engine
2025-08-20T21:32:51.9741286Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:32:51.9742095Z      Active: active (running) since Wed 2025-08-20 21:32:41 UTC; 10s ago
2025-08-20T21:32:51.9742922Z TriggeredBy: ● docker.socket
2025-08-20T21:32:51.9743350Z        Docs: https://docs.docker.com
2025-08-20T21:32:51.9743779Z    Main PID: 19994 (dockerd)
2025-08-20T21:32:51.9744148Z       Tasks: 10
2025-08-20T21:32:51.9744468Z      Memory: 21.7M (peak: 26.0M)
2025-08-20T21:32:51.9744853Z         CPU: 314ms
2025-08-20T21:32:51.9745222Z      CGroup: /system.slice/docker.service
2025-08-20T21:32:51.9746104Z              └─19994 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:32:51.9746633Z 
2025-08-20T21:32:51.9747185Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.422712221Z" level=info msg="Loading containers: start."
2025-08-20T21:32:51.9749242Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.870851260Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count aa90b294a77d024b5b3173d17a6d60064cbe48a736d3ce2770460e3716ea622c], retrying...."
2025-08-20T21:32:51.9751595Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.902018591Z" level=info msg="Loading containers: done."
2025-08-20T21:32:51.9753837Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.919733258Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:32:51.9755538Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.919822975Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:32:51.9756424Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.919856107Z" level=info msg="Initializing buildkit"
2025-08-20T21:32:51.9757110Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.939567308Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:32:51.9757855Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.942744313Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:32:51.9758572Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.942820127Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:32:51.9759218Z Aug 20 21:32:41 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:32:51.9956844Z ● docker.service - Docker Application Container Engine
2025-08-20T21:32:51.9957660Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:32:51.9958466Z      Active: active (running) since Wed 2025-08-20 21:32:41 UTC; 10s ago
2025-08-20T21:32:51.9959098Z TriggeredBy: ● docker.socket
2025-08-20T21:32:51.9959523Z        Docs: https://docs.docker.com
2025-08-20T21:32:51.9959807Z    Main PID: 19994 (dockerd)
2025-08-20T21:32:51.9960028Z       Tasks: 10
2025-08-20T21:32:51.9960229Z      Memory: 21.7M (peak: 26.0M)
2025-08-20T21:32:51.9960463Z         CPU: 314ms
2025-08-20T21:32:51.9960705Z      CGroup: /system.slice/docker.service
2025-08-20T21:32:51.9961599Z              └─19994 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:32:51.9961906Z 
2025-08-20T21:32:51.9962445Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.422712221Z" level=info msg="Loading containers: start."
2025-08-20T21:32:51.9963602Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.870851260Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count aa90b294a77d024b5b3173d17a6d60064cbe48a736d3ce2770460e3716ea622c], retrying...."
2025-08-20T21:32:51.9964739Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.902018591Z" level=info msg="Loading containers: done."
2025-08-20T21:32:51.9965832Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.919733258Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:32:51.9967140Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.919822975Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:32:51.9968712Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.919856107Z" level=info msg="Initializing buildkit"
2025-08-20T21:32:51.9969967Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.939567308Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:32:51.9970906Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.942744313Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:32:51.9971622Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19994]: time="2025-08-20T21:32:41.942820127Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:32:51.9972686Z Aug 20 21:32:41 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:32:52.0084811Z Docker version 28.3.3, build 980b856
2025-08-20T21:32:52.0266626Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:32:52.5653198Z latest: Pulling from library/hello-world
2025-08-20T21:32:52.6903578Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:32:53.1454904Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T21:32:53.1455330Z 17eec7bbc9d7: Download complete
2025-08-20T21:32:53.1500493Z 17eec7bbc9d7: Pull complete
2025-08-20T21:32:53.1535783Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:32:53.1549469Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:32:53.3238456Z 
2025-08-20T21:32:53.3238983Z Hello from Docker!
2025-08-20T21:32:53.3239618Z This message shows that your installation appears to be working correctly.
2025-08-20T21:32:53.3240110Z 
2025-08-20T21:32:53.3240371Z To generate this message, Docker took the following steps:
2025-08-20T21:32:53.3240957Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:32:53.3241616Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:32:53.3242383Z     (amd64)
2025-08-20T21:32:53.3243127Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:32:53.3244012Z     executable that produces the output you are currently reading.
2025-08-20T21:32:53.3244754Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:32:53.3245305Z     to your terminal.
2025-08-20T21:32:53.3245495Z 
2025-08-20T21:32:53.3245771Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:32:53.3246313Z  $ docker run -it ubuntu bash
2025-08-20T21:32:53.3246535Z 
2025-08-20T21:32:53.3246788Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:32:53.3247366Z  https://hub.docker.com/
2025-08-20T21:32:53.3247604Z 
2025-08-20T21:32:53.3247776Z For more examples and ideas, visit:
2025-08-20T21:32:53.3248559Z  https://docs.docker.com/get-started/
2025-08-20T21:32:53.3248836Z 
2025-08-20T21:32:53.4234772Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:32:53.4235273Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:32:53.4235657Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:32:53.4236248Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:32:53.4236928Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:32:53.4237592Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:32:53.4238259Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:32:53.4238904Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:32:53.4239530Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:32:53.4240142Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:32:53.4240774Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:32:53.4241624Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:32:53.4242520Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:32:53.4243254Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:32:53.4243957Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:32:53.4244655Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:32:53.4245321Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:32:53.4245699Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:32:53.4246089Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:32:53.4246558Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:32:53.4247221Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:32:53.4247619Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:32:53.4248038Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:32:53.4248434Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:32:53.4248785Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:32:53.4249481Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:32:53.4250249Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:32:53.4250960Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:32:53.4251689Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:32:53.4252747Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:32:53.4253594Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:32:53.4254432Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:32:53.4255233Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:32:53.4256009Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:32:53.4256795Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:32:53.4257548Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:32:53.4258283Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:32:53.4259029Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:32:53.4259786Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:32:53.4260564Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:32:53.4261311Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:32:53.4262497Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:32:53.4263199Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:32:53.4264001Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:32:53.4264836Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:32:53.4265680Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:32:53.4266549Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:32:53.4267336Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:32:53.4268080Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:32:53.4268841Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:32:53.4269571Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:32:53.4270309Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:32:53.4271017Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:32:53.4271676Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:32:53.4272488Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:32:53.4273159Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:32:53.4273729Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:32:53.4274346Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:32:53.4275075Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:32:53.4275748Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:32:53.4276662Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:32:53.4277455Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:32:53.4278201Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:32:53.4278945Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:32:53.4279694Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:32:53.4280446Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:32:53.4281149Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:32:53.4281838Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:32:53.4282736Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:32:53.4283571Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:32:53.4284453Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:32:53.4285289Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:32:53.4286029Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:32:53.4286717Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:32:53.4287407Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:32:53.4288118Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:32:53.4288886Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:32:53.4289745Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:32:53.4290634Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:32:53.4291326Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:32:53.4291977Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:32:53.4292727Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:32:53.4293294Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:32:53.4293699Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:32:53.4294098Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:32:53.4294476Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:32:53.4294891Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:32:53.4295304Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:32:53.4295679Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:32:53.4296051Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:32:53.4296453Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:32:53.4296850Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:32:53.4297217Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:32:53.4297578Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:32:53.4297965Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:32:53.4298347Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:32:53.4298692Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:32:53.4299067Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:32:53.4299433Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:32:53.4299918Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:32:53.4300314Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:32:53.4300681Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:32:53.4301039Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:32:53.4301408Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:32:53.4301789Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:32:53.4302356Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:32:53.4302789Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:32:53.4303155Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:32:53.4303512Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:32:53.4303899Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:32:53.4304328Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:32:53.4304710Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:32:53.4305030Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:32:53.4305379Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:32:53.4305725Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:32:53.4306073Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:32:53.4306423Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:32:53.4306764Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:32:53.4307132Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:32:53.4307517Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:32:53.4307942Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:32:53.4308494Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:32:53.4308881Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:32:53.4309261Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:32:53.4309645Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:32:53.4310024Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:32:53.4310417Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:32:53.4310806Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:32:53.4311172Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:32:53.4311549Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:32:53.4311955Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:32:53.4312673Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:32:53.4313103Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:32:53.4313475Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:32:53.4313853Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:32:53.4314248Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:32:53.4314643Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:32:53.4315027Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:32:53.4315404Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:32:53.4315793Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:32:53.4316316Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:32:53.4316699Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:32:53.4317057Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:32:53.4317359Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:32:53.4317678Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:32:53.4318069Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:32:53.4318456Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:32:53.4318845Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:32:53.4319211Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:32:53.4319576Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:32:53.4319945Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:32:53.4320291Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:32:53.4320622Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:32:53.4321182Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:32:53.4321636Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:32:53.4322029Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:32:53.4322566Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:32:53.4322951Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:32:53.4323352Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:32:53.4323765Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:32:53.4324169Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:32:53.4324519Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:32:53.4324869Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:32:53.4325479Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:32:53.4325907Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:32:53.4326304Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:32:53.4326656Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:32:53.4326990Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:32:53.4327365Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:32:53.4327735Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:32:53.4328150Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:32:53.4328611Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:32:53.4329050Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:32:53.4329415Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:32:53.4329756Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:32:53.4330101Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:32:53.4330539Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:32:53.4331036Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:32:53.4331466Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:32:53.4331833Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:32:53.4332483Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:32:53.4333138Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:32:53.4333666Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:32:53.4334097Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:32:53.4334454Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:32:53.4334827Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:32:53.4335223Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:32:53.4335632Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:32:53.4336024Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:32:53.4336389Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:32:53.4336756Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:32:53.4337146Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:32:53.4337537Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:32:53.4337924Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:32:53.4338311Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:32:53.4338692Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:32:53.4339072Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:32:53.4339485Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:32:53.4339925Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:32:53.4340341Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:32:53.4340701Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:32:53.4341062Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:32:53.4341448Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:32:53.4342031Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:32:53.4342632Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:32:53.4342998Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:32:53.4343377Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:32:53.4343789Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:32:53.4344246Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:32:53.4344684Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:32:53.4345073Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:32:53.4345448Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:32:53.4345827Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:32:53.4346198Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:32:53.4346553Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:32:53.4346929Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:32:53.4347299Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:32:53.4347735Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:32:53.4348200Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:32:53.4348666Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:32:53.4349172Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:32:53.4349782Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:32:53.4350277Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:32:53.4350756Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:32:53.4351185Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:32:53.4351541Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:32:53.4351895Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:32:53.4352354Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:32:53.4352721Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:32:53.4353070Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:32:53.4353436Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:32:53.4353809Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:32:53.4354180Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:32:53.4354557Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:32:53.4354926Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:32:53.4355312Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:32:53.4355685Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:32:53.4356090Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:32:53.4356518Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:32:53.4356898Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:32:53.4357263Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:32:53.4357672Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:32:53.4358035Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:32:53.4358491Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:32:53.4358828Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:32:53.4359176Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:32:53.4359548Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:32:53.4359913Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:32:53.4360296Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:32:53.4360648Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:32:53.4360957Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:32:53.4361411Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:53.4361919Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:32:53.4362371Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:32:53.4362737Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:32:53.4363093Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:32:53.4363485Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:32:53.4363948Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:32:53.4364372Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:32:53.4364804Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:32:53.4365192Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:32:53.4365583Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:32:53.4366102Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:32:53.4366539Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:32:53.4366943Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:32:53.4367371Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:32:53.4367850Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:32:53.4368339Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:32:53.4368785Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:32:53.4369185Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:32:53.4369966Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:32:53.4370739Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:32:53.4371529Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:32:53.4372401Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:32:53.4373109Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:32:53.4373735Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:32:53.4374140Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:32:53.4374499Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:32:53.4382680Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:32:53.4383291Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:32:53.4383717Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:32:53.4384101Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:32:53.4384482Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:32:53.4385055Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:32:53.4385429Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:32:53.4385794Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:32:53.4386164Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:32:53.4386511Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:32:53.4386892Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:32:53.4387276Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:32:53.4387634Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:32:53.4387987Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:32:53.4388331Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:32:53.4388692Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:32:53.4389065Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:32:53.4389420Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:32:53.4389768Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:32:53.4390145Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:32:53.4390515Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:32:53.4390895Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:32:53.4391345Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:32:53.4391757Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:32:53.4392122Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:32:53.4392751Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:32:53.4393180Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:32:53.4393573Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:32:53.4393928Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:32:53.4394289Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:32:53.4394642Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:32:53.4394937Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:32:53.4395238Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:32:53.4395584Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:32:53.4395933Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:32:53.4396293Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:32:53.4396646Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:32:53.4396991Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:32:53.4397321Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:32:53.4397698Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:32:53.4398107Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:32:53.4398509Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:32:53.4398898Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:32:53.4399278Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:32:53.4399689Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:32:53.4400187Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:32:53.4400816Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:32:53.4401556Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:32:53.4402093Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:32:53.4402666Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:32:53.4403107Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:32:53.4403620Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:32:53.4404239Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:32:53.4404798Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:32:53.4405284Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:32:53.4405729Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:32:53.4406094Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:32:53.4406463Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:32:53.4406824Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:32:53.4407200Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:32:53.4407584Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:32:53.4407959Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:32:53.4408344Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:32:53.4408714Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:32:53.4409085Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:32:53.4409552Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:32:53.4409919Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:32:53.4410289Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:32:53.4410675Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:32:53.4411060Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:32:53.4411464Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:32:53.4411871Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:32:53.4412321Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:32:53.4412707Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:32:53.4413107Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:32:53.4413515Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:32:53.4413948Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:32:53.4414371Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:32:53.4414740Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:32:53.4415103Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:32:53.4415477Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:32:53.4415834Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:32:53.4416218Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:32:53.4416599Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:32:53.4416972Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:32:53.4417346Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:32:53.4417821Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:32:53.4418173Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:32:53.4418712Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:53.4419412Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:53.4420080Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:53.4420723Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:53.4421234Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:32:53.4421612Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:32:53.4421978Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:32:53.4422485Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:32:53.4422854Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:32:53.4423205Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:32:53.4423569Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:32:53.4423946Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:32:53.4424313Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:32:53.4424684Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:32:53.4425055Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:32:53.4425422Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:32:53.4425911Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:32:53.4426324Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:32:53.4426717Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:32:53.4427103Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:32:53.4427491Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:32:53.4427877Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:32:53.4428350Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:32:53.4428726Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:32:53.4429096Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:32:53.4429484Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:32:53.4429894Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:32:53.4430292Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:32:53.4430682Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:32:53.4431063Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:32:53.4431454Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:32:53.4431879Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:32:53.4432417Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:32:53.4432815Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:32:53.4433245Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:32:53.4433729Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:32:53.4434138Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:32:53.4434655Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:32:53.4435037Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:32:53.4435427Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:32:53.4435826Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:32:53.4436223Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:32:53.4436587Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:32:53.4436969Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:32:53.4437433Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:32:53.4437903Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:32:53.4438295Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:32:53.4438699Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:32:53.4439140Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:32:53.4439578Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:32:53.4440045Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:32:53.4440526Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:32:53.4440960Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:32:53.4441389Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:32:53.4441784Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:32:53.4442387Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:32:53.4442891Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:32:53.4443276Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:32:53.4443647Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:32:53.4444047Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:32:53.4444438Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:32:53.4444834Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:32:53.4445244Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:32:53.4445621Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:32:53.4445993Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:32:53.4446353Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:32:53.4446707Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:32:53.4447090Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:32:53.4447499Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:32:53.4447944Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:32:53.4448387Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:32:53.4448780Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:32:53.4449208Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:32:53.4449621Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:32:53.4450021Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:32:53.4450422Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:32:53.4450889Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:32:53.4451246Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:32:53.4451630Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:32:53.4452018Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:32:53.4452563Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:32:53.4452891Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:32:53.4453197Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:32:53.4453537Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:32:53.4454034Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:32:53.4454552Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:32:53.4454927Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:32:53.4455291Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:32:53.4455678Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:32:53.4456081Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:32:53.4456480Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:32:53.4456876Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:32:53.4457278Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:32:53.4457676Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:32:53.4458035Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:32:53.4458393Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:32:53.4458868Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:32:53.4459250Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:32:53.4459662Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:32:53.4460083Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:32:53.4460466Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:32:53.4460875Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:32:53.4461305Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:32:53.4461684Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:32:53.4462042Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:32:53.4462534Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:32:53.4462890Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:32:53.4463257Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:32:53.4463626Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:32:53.4464016Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:32:53.4464420Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:32:53.4464869Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:32:53.4465296Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:32:53.4465665Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:32:53.4466043Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:32:53.4466422Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:32:53.4466802Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:32:53.4467285Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:32:53.4467654Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:32:53.4468088Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:32:53.4468569Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:32:53.4468979Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:32:53.4469344Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:32:53.4469703Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:32:53.4470097Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:32:53.4470481Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:32:53.4470849Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:32:53.4471240Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:32:53.4471609Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:32:53.4471951Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:32:53.4472433Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:32:53.4472824Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:32:53.4473235Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:32:53.4473605Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:32:53.4473982Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:32:53.4474414Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:32:53.4474945Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:32:53.4475364Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:32:53.4475747Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:32:53.4476257Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:53.4476764Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:32:53.4477069Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:32:53.4477401Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:32:53.4477804Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:32:53.4478221Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:32:53.4478736Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:32:53.4479315Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:32:53.4479920Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:32:53.4480561Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:32:53.4481194Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:32:53.4481808Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:32:53.4482525Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:32:53.4483099Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:32:53.4483574Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:32:53.4484015Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:32:53.4484548Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:32:53.4484965Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:32:53.4485428Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:32:53.4485851Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:32:53.4486230Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:32:53.4486591Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:32:53.4486962Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:32:53.4487332Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:32:53.4487737Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:32:53.4488145Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:32:53.4488506Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:32:53.4488885Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:32:53.4489343Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:32:53.4489824Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:32:53.4490299Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:32:53.4490774Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:32:53.4491243Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:32:53.4491713Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:32:53.4492401Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:32:53.4492834Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:32:53.4493289Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:32:53.4493691Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:32:53.4494089Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:32:53.4494486Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:32:53.4494912Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:32:53.4495339Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:32:53.4495719Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:32:53.4496092Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:32:53.4496468Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:32:53.4496846Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:32:53.4497273Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:32:53.4497702Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:32:53.4498090Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:32:53.4498491Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:32:53.4498905Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:32:53.4499345Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:32:53.4499782Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:32:53.4500205Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:32:53.4500601Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:32:53.4501080Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:32:53.4501463Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:32:53.4501827Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:32:53.4502318Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:32:53.4502720Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:32:53.4503110Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:32:53.4503525Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:32:53.4503981Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:32:53.4504395Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:32:53.4504792Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:32:53.4505356Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:32:53.4505845Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:32:53.4506252Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:32:53.4506633Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:32:53.4507019Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:32:53.4507397Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:32:53.4507777Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:32:53.4508196Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:32:53.4508634Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:32:53.4509220Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:32:53.4509612Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:32:53.4510002Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:32:53.4510538Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:53.4511111Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:32:53.4511554Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:32:53.4511985Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:32:53.4512586Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:32:53.4513000Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:32:53.4513395Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:32:53.4513779Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:32:53.4514153Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:32:53.4514539Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:32:53.4514930Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:32:53.4515295Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:32:53.4515673Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:32:53.4516063Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:32:53.4516424Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:32:53.4516827Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:32:53.4517279Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:32:53.4517806Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:32:53.4518173Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:32:53.4518545Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:32:53.4518919Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:32:53.4519283Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:32:53.4519645Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:32:53.4520063Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:32:53.4520502Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:32:53.4520901Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:32:53.4521290Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:32:53.4521677Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:32:53.4522049Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:32:53.4522519Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:32:53.4522893Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:32:53.4523281Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:32:53.4523717Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:32:53.4524163Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:32:53.4524570Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:32:53.4524962Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:32:53.4525458Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:32:53.4525879Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:32:53.4526261Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:32:53.4526611Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:32:53.4526921Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:32:53.4527218Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:32:53.4527586Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:32:53.4527951Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:32:53.4528296Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:32:53.4528663Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:32:53.4529047Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:32:53.4529428Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:32:53.4529782Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:32:53.4530122Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:32:53.4530483Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:32:53.4530873Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:32:53.4531240Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:32:53.4531594Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:32:53.4531946Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:32:53.4532465Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:32:53.4532845Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:32:53.4533192Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:32:53.4533584Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:32:53.4534085Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:32:53.4534457Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:32:53.4534825Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:32:53.4535193Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:32:53.4535568Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:32:53.4535959Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:32:53.4536376Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:32:53.4536767Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:32:53.4537113Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:32:53.4537462Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:32:53.4537801Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:32:53.4538218Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:32:53.4538709Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:32:53.4539194Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:32:53.4539662Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:32:53.4540151Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:32:53.4540576Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:32:53.4540951Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:32:53.4541435Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:32:53.4541822Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:32:53.4542339Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:32:53.4542721Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:32:53.4543096Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:32:53.4543460Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:32:53.4543845Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:32:53.4544279Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:32:53.4544699Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:32:53.4545064Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:32:53.4545458Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:32:53.4545873Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:32:53.4546244Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:32:53.4546583Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:32:53.4546964Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:32:53.4547408Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:32:53.4547824Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:32:53.4548224Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:32:53.4548621Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:32:53.4548938Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:32:53.4549213Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:32:53.4549559Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:32:53.4550236Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:32:53.4805781Z [+] Installing Go for linux-amd64...
2025-08-20T21:32:54.7405066Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:32:54.7405668Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:32:54.7408120Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:33:01.4398190Z [+] Downloading Go go1.25.0...
2025-08-20T21:33:01.4451204Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:33:01.4451742Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:33:01.4452079Z 
2025-08-20T21:33:01.5347242Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:33:01.5347889Z 100    80  100    80    0     0    892      0 --:--:-- --:--:-- --:--:--   898
2025-08-20T21:33:01.6077014Z 
2025-08-20T21:33:01.6077601Z 100    75  100    75    0     0    460      0 --:--:-- --:--:-- --:--:--   460
2025-08-20T21:33:02.6220759Z 
2025-08-20T21:33:03.1030195Z   0 56.8M    0  2747    0     0   2333      0  7:06:11  0:00:01  7:06:10  2333
2025-08-20T21:33:03.1030663Z 100 56.8M  100 56.8M    0     0  34.3M      0  0:00:01  0:00:01 --:--:--  118M
2025-08-20T21:33:03.1064210Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:33:04.4986354Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:33:04.4986915Z [+] GOROOT: /home/runner/.go
2025-08-20T21:33:04.4987300Z [+] GOPATH: /home/runner/go
2025-08-20T21:33:04.4987838Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:33:04.5147025Z go version go1.25.0 linux/amd64
2025-08-20T21:33:04.5514550Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:33:04.5515211Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:33:04.5516129Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:33:04.5516752Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:33:04.5517425Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:33:04.5518101Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:33:04.5518765Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:33:04.5519406Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:33:04.5520023Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:33:04.5520611Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:33:04.5521246Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:33:04.5521927Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:33:04.5522823Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:33:04.5523565Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:33:04.5524274Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:33:04.5524974Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:33:04.5525727Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:33:04.5526351Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:33:04.5526848Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:33:04.5527318Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:33:04.5527781Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:33:04.5528169Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:33:04.5528593Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:33:04.5528993Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:33:04.5529557Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:33:04.5529944Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:33:04.5530367Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:33:04.5530772Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:33:04.5531162Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:33:04.5531565Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:33:04.5531992Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:33:04.5532627Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:33:04.5533048Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:33:04.5533461Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:33:04.5533901Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:33:04.5534325Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:33:04.5534713Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:33:04.5535088Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:33:04.5535487Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:33:04.5535902Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:33:04.5536309Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:33:04.5536709Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:33:04.5537090Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:33:04.5537755Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:33:04.5538240Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:33:04.5538693Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:33:04.5539164Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:33:04.5539595Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:33:04.5540160Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:33:04.5540858Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:33:04.5541501Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:33:04.5541908Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:33:04.5542509Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:33:04.5542902Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:33:04.5543256Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:33:04.5543616Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:33:04.5543935Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:33:04.5544269Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:33:04.5544670Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:33:04.5545032Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:33:04.5545428Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:33:04.5545851Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:33:04.5546258Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:33:04.5546664Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:33:04.5547246Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:33:04.5547664Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:33:04.5548070Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:33:04.5548465Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:33:04.5548884Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:33:04.5549344Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:33:04.5549844Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:33:04.5550314Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:33:04.5550738Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:33:04.5551130Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:33:04.5551515Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:33:04.5551909Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:33:04.5553816Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:33:04.5554319Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:33:04.5554809Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:33:04.5555290Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:33:04.5555719Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:33:04.5556111Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:33:04.5556619Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:33:04.5557026Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:33:04.5557413Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:33:04.5557786Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:33:04.5558200Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:33:04.5558609Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:33:04.5558984Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:33:04.5559352Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:33:04.5559751Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:33:04.5560159Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:33:04.5560529Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:33:04.5560892Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:33:04.5561274Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:33:04.5561644Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:33:04.5561986Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:33:04.5562552Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:33:04.5562923Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:33:04.5563275Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:33:04.5563655Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:33:04.5564007Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:33:04.5564360Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:33:04.5564722Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:33:04.5565225Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:33:04.5565620Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:33:04.5566000Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:33:04.5566365Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:33:04.5566728Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:33:04.5567110Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:33:04.5567503Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:33:04.5567841Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:33:04.5568154Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:33:04.5568505Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:33:04.5568847Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:33:04.5569195Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:33:04.5569544Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:33:04.5569884Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:33:04.5570248Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:33:04.5570634Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:33:04.5571061Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:33:04.5571543Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:33:04.5571930Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:33:04.5572676Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:33:04.5573093Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:33:04.5573482Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:33:04.5573875Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:33:04.5574279Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:33:04.5574648Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:33:04.5575024Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:33:04.5575428Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:33:04.5575868Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:33:04.5576287Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:33:04.5576665Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:33:04.5577047Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:33:04.5577453Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:33:04.5577854Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:33:04.5578243Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:33:04.5578622Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:33:04.5579009Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:33:04.5579400Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:33:04.5579771Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:33:04.5580119Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:33:04.5580420Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:33:04.5580740Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:33:04.5581245Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:33:04.5581632Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:33:04.5582015Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:33:04.5582672Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:33:04.5583088Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:33:04.5583459Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:33:04.5583802Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:33:04.5584130Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:33:04.5584542Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:33:04.5584983Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:33:04.5585372Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:33:04.5585739Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:33:04.5586117Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:33:04.5586515Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:33:04.5586923Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:33:04.5587328Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:33:04.5587681Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:33:04.5588027Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:33:04.5588437Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:33:04.5588863Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:33:04.5589387Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:33:04.5589754Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:33:04.5590085Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:33:04.5590465Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:33:04.5590836Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:33:04.5591251Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:33:04.5591709Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:33:04.5592115Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:33:04.5592730Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:33:04.5593071Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:33:04.5593420Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:33:04.5593860Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:33:04.5594357Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:33:04.5594789Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:33:04.5595157Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:33:04.5595616Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:33:04.5596144Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:33:04.5596634Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:33:04.5597060Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:33:04.5597411Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:33:04.5597789Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:33:04.5598321Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:33:04.5598728Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:33:04.5599124Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:33:04.5599493Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:33:04.5599866Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:33:04.5600256Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:33:04.5600643Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:33:04.5601034Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:33:04.5601423Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:33:04.5601812Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:33:04.5602369Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:33:04.5602802Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:33:04.5603241Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:33:04.5603658Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:33:04.5604018Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:33:04.5604381Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:33:04.5604767Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:33:04.5605137Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:33:04.5605506Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:33:04.5605994Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:33:04.5606386Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:33:04.5606795Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:33:04.5607257Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:33:04.5607697Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:33:04.5608094Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:33:04.5608474Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:33:04.5608843Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:33:04.5609214Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:33:04.5609576Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:33:04.5609956Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:33:04.5610335Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:33:04.5610776Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:33:04.5611247Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:33:04.5611698Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:33:04.5612365Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:33:04.5612902Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:33:04.5613385Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:33:04.5613868Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:33:04.5614301Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:33:04.5614782Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:33:04.5615138Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:33:04.5615510Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:33:04.5615910Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:33:04.5616268Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:33:04.5616649Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:33:04.5617030Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:33:04.5617408Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:33:04.5617785Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:33:04.5618161Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:33:04.5618559Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:33:04.5618944Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:33:04.5627256Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:33:04.5627765Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:33:04.5628175Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:33:04.5628558Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:33:04.5628980Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:33:04.5629353Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:33:04.5629705Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:33:04.5630048Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:33:04.5630579Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:33:04.5630979Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:33:04.5631354Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:33:04.5631748Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:33:04.5632116Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:33:04.5632695Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:33:04.5633161Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.5633667Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:33:04.5634036Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:33:04.5634405Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:33:04.5634774Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:33:04.5635172Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:33:04.5635603Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:33:04.5636020Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:33:04.5636441Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:33:04.5636840Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:33:04.5637236Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:33:04.5637648Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:33:04.5638055Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:33:04.5638441Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:33:04.5638869Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:33:04.5639496Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:33:04.5639989Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:33:04.5640429Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:33:04.5640830Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:33:04.5641224Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:33:04.5641693Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:33:04.5642169Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:33:04.5642802Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:33:04.5643243Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:33:04.5643697Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:33:04.5644104Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:33:04.5644465Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:33:04.5644826Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:33:04.5645204Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:33:04.5645584Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:33:04.5645945Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:33:04.5646301Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:33:04.5646678Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:33:04.5647052Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:33:04.5647535Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:33:04.5647907Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:33:04.5648254Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:33:04.5648617Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:33:04.5648998Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:33:04.5649352Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:33:04.5649700Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:33:04.5650045Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:33:04.5650405Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:33:04.5650767Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:33:04.5651118Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:33:04.5651463Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:33:04.5651834Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:33:04.5652184Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:33:04.5652829Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:33:04.5653266Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:33:04.5653672Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:33:04.5654034Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:33:04.5654411Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:33:04.5654837Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:33:04.5655226Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:33:04.5655587Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:33:04.5655940Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:33:04.5656426Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:33:04.5656719Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:33:04.5657020Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:33:04.5657365Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:33:04.5657714Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:33:04.5658071Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:33:04.5658419Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:33:04.5658756Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:33:04.5659087Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:33:04.5659463Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:33:04.5659876Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:33:04.5660270Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:33:04.5660654Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:33:04.5661036Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:33:04.5661447Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:33:04.5661940Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:33:04.5662749Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:33:04.5663366Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:33:04.5664030Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:33:04.5664497Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:33:04.5664953Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:33:04.5665462Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:33:04.5666080Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:33:04.5666629Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:33:04.5667112Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:33:04.5667548Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:33:04.5667906Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:33:04.5668273Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:33:04.5668632Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:33:04.5669011Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:33:04.5669390Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:33:04.5669768Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:33:04.5670143Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:33:04.5670513Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:33:04.5670884Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:33:04.5671277Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:33:04.5671643Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:33:04.5672007Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:33:04.5672511Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:33:04.5673019Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:33:04.5673422Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:33:04.5673831Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:33:04.5674183Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:33:04.5674561Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:33:04.5674967Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:33:04.5675370Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:33:04.5675803Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:33:04.5676225Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:33:04.5676592Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:33:04.5676956Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:33:04.5677333Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:33:04.5677690Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:33:04.5678068Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:33:04.5678450Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:33:04.5678822Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:33:04.5679198Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:33:04.5679549Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:33:04.5679898Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:33:04.5680549Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.5681256Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.5681924Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.5682663Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.5683171Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:33:04.5683547Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:33:04.5683907Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:33:04.5684267Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:33:04.5684630Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:33:04.5684985Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:33:04.5685350Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:33:04.5685726Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:33:04.5686091Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:33:04.5686460Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:33:04.5686831Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:33:04.5687201Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:33:04.5687582Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:33:04.5687988Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:33:04.5688379Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:33:04.5688769Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:33:04.5689284Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:33:04.5689679Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:33:04.5690055Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:33:04.5690426Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:33:04.5690788Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:33:04.5691162Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:33:04.5691558Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:33:04.5691947Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:33:04.5692484Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:33:04.5692983Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:33:04.5693378Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:33:04.5693802Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:33:04.5694231Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:33:04.5694627Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:33:04.5695055Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:33:04.5695505Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:33:04.5695903Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:33:04.5696265Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:33:04.5696635Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:33:04.5697149Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:33:04.5697562Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:33:04.5697954Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:33:04.5698328Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:33:04.5698707Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:33:04.5699173Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:33:04.5699637Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:33:04.5700023Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:33:04.5700413Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:33:04.5700856Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:33:04.5701295Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:33:04.5701763Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:33:04.5702350Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:33:04.5702882Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:33:04.5703312Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:33:04.5703702Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:33:04.5704091Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:33:04.5704502Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:33:04.5704880Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:33:04.5705250Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:33:04.5705776Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:33:04.5706168Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:33:04.5706559Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:33:04.5706969Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:33:04.5707354Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:33:04.5707719Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:33:04.5708078Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:33:04.5708431Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:33:04.5708813Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:33:04.5709220Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:33:04.5709663Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:33:04.5710111Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:33:04.5710500Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:33:04.5710928Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:33:04.5711340Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:33:04.5711738Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:33:04.5712131Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:33:04.5712588Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:33:04.5712942Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:33:04.5713436Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:33:04.5713835Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:33:04.5714201Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:33:04.5714525Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:33:04.5714835Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:33:04.5715182Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:33:04.5715682Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:33:04.5716194Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:33:04.5716574Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:33:04.5716940Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:33:04.5717326Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:33:04.5717738Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:33:04.5718148Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:33:04.5718543Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:33:04.5718947Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:33:04.5719349Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:33:04.5719715Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:33:04.5720079Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:33:04.5720436Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:33:04.5720814Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:33:04.5721232Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:33:04.5721657Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:33:04.5722164Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:33:04.5722674Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:33:04.5723106Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:33:04.5723494Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:33:04.5723856Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:33:04.5724202Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:33:04.5724555Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:33:04.5724917Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:33:04.5725287Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:33:04.5725684Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:33:04.5726092Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:33:04.5726541Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:33:04.5726972Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:33:04.5727344Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:33:04.5727720Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:33:04.5728094Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:33:04.5728473Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:33:04.5728846Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:33:04.5729212Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:33:04.5729760Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:33:04.5730248Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:33:04.5730657Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:33:04.5731019Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:33:04.5731377Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:33:04.5731768Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:33:04.5732155Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:33:04.5732747Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:33:04.5733155Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:33:04.5733541Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:33:04.5733900Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:33:04.5734261Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:33:04.5734656Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:33:04.5735076Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:33:04.5735451Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:33:04.5735836Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:33:04.5736271Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:33:04.5736696Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:33:04.5737109Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:33:04.5737498Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:33:04.5738015Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.5738715Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:33:04.5739016Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:33:04.5739393Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:33:04.5739803Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:33:04.5740225Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:33:04.5740742Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:33:04.5741320Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:33:04.5741924Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:33:04.5742789Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:33:04.5743433Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:33:04.5744048Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:33:04.5744666Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:33:04.5745237Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:33:04.5745714Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:33:04.5746153Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:33:04.5746585Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:33:04.5747121Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:33:04.5747589Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:33:04.5748024Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:33:04.5748402Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:33:04.5748763Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:33:04.5749135Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:33:04.5749509Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:33:04.5749909Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:33:04.5750313Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:33:04.5750669Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:33:04.5751060Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:33:04.5751518Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:33:04.5752002Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:33:04.5752588Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:33:04.5753063Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:33:04.5753539Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:33:04.5754007Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:33:04.5754448Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:33:04.5754848Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:33:04.5755254Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:33:04.5755660Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:33:04.5756221Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:33:04.5756621Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:33:04.5757047Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:33:04.5757470Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:33:04.5757856Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:33:04.5758233Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:33:04.5758603Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:33:04.5758977Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:33:04.5759402Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:33:04.5759840Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:33:04.5760243Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:33:04.5760645Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:33:04.5761061Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:33:04.5761504Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:33:04.5761939Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:33:04.5762462Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:33:04.5762861Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:33:04.5763224Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:33:04.5763602Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:33:04.5764080Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:33:04.5764459Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:33:04.5764853Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:33:04.5765246Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:33:04.5765664Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:33:04.5766122Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:33:04.5766531Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:33:04.5766930Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:33:04.5767318Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:33:04.5767615Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:33:04.5767934Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:33:04.5768313Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:33:04.5768700Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:33:04.5769084Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:33:04.5769466Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:33:04.5769887Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:33:04.5770325Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:33:04.5770737Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:33:04.5771111Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:33:04.5771537Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:33:04.5772084Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.5773064Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:33:04.5773512Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:33:04.5773943Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:33:04.5774368Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:33:04.5774781Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:33:04.5775169Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:33:04.5775550Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:33:04.5775923Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:33:04.5776317Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:33:04.5776711Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:33:04.5777084Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:33:04.5777467Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:33:04.5777859Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:33:04.5778226Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:33:04.5778631Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:33:04.5779085Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:33:04.5779493Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:33:04.5779864Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:33:04.5780352Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:33:04.5780744Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:33:04.5781121Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:33:04.5781488Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:33:04.5781911Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:33:04.5782515Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:33:04.5782934Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:33:04.5783326Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:33:04.5783718Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:33:04.5784094Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:33:04.5784462Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:33:04.5784839Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:33:04.5785235Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:33:04.5785674Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:33:04.5786114Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:33:04.5786525Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:33:04.5786921Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:33:04.5787325Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:33:04.5787734Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:33:04.5788116Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:33:04.5788470Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:33:04.5788904Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:33:04.5789203Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:33:04.5789564Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:33:04.5789930Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:33:04.5790273Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:33:04.5790636Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:33:04.5791025Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:33:04.5791402Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:33:04.5791752Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:33:04.5792095Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:33:04.5792570Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:33:04.5792967Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:33:04.5793337Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:33:04.5793697Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:33:04.5794047Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:33:04.5794416Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:33:04.5794795Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:33:04.5795138Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:33:04.5795504Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:33:04.5795888Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:33:04.5796258Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:33:04.5796742Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:33:04.5797117Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:33:04.5797493Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:33:04.5797889Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:33:04.5798304Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:33:04.5798701Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:33:04.5799045Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:33:04.5799389Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:33:04.5799727Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:33:04.5800154Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:33:04.5800646Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:33:04.5801164Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:33:04.5801634Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:33:04.5802123Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:33:04.5802642Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:33:04.5803016Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:33:04.5803397Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:33:04.5803774Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:33:04.5804155Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:33:04.5804534Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:33:04.5804911Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:33:04.5805390Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:33:04.5805773Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:33:04.5806204Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:33:04.5806626Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:33:04.5806997Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:33:04.5807387Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:33:04.5807800Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:33:04.5808173Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:33:04.5808523Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:33:04.5808905Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:33:04.5809352Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:33:04.5809775Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:33:04.5810177Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:33:04.5810573Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:33:04.5810897Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:33:04.5811171Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:33:04.5811518Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:33:04.5811984Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:33:04.8040294Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:33:05.0247924Z Collecting meson
2025-08-20T21:33:05.1008000Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:33:05.1465454Z Collecting ninja
2025-08-20T21:33:05.1571706Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:33:05.1715172Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:33:05.2193748Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 37.7 MB/s  0:00:00
2025-08-20T21:33:05.2298121Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:33:05.3200726Z Installing collected packages: ninja, meson
2025-08-20T21:33:06.0409583Z 
2025-08-20T21:33:06.0439170Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:33:06.3383450Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:33:06.4456966Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:33:06.5256138Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:33:06.9998020Z 1.8.4
2025-08-20T21:33:07.0258801Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:33:07.0512578Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:33:07.0513396Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:33:07.0514105Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:33:07.0514758Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:33:07.0515427Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:33:07.0516062Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:33:07.0516591Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:33:07.0517196Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:33:07.0517765Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:33:07.0518144Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:33:07.0518759Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:33:07.0519147Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:33:07.0519526Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:33:07.0519936Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:33:07.0520346Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:33:07.0520749Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:33:07.0521146Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:33:07.0521502Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:33:07.0521879Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:33:07.0522664Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:33:07.0523453Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:33:07.0524126Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:33:07.0524866Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:33:07.0525568Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:33:07.0526192Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:33:07.0526867Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:33:07.0527600Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:33:07.0528334Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:33:07.0529082Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:33:07.0530042Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:33:07.0530508Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:33:07.0530926Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:33:07.0531348Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:33:07.0531759Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:33:07.0532391Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:33:07.0532860Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:33:07.0533251Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:33:07.0533635Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:33:07.0534032Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:33:07.0534453Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:33:07.0534870Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:33:07.0535269Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:33:07.0535653Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:33:07.0536106Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:33:07.0536619Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:33:07.0537079Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:33:07.0537552Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:33:07.0537984Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:33:07.0538403Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:33:07.0538814Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:33:07.0539366Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:33:07.0539773Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:33:07.0540163Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:33:07.0540527Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:33:07.0540877Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:33:07.0541231Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:33:07.0541549Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:33:07.0541885Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:33:07.0542572Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:33:07.0542963Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:33:07.0543378Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:33:07.0543818Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:33:07.0544237Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:33:07.0544638Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:33:07.0545080Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:33:07.0545504Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:33:07.0545899Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:33:07.0546287Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:33:07.0546704Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:33:07.0547336Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:33:07.0547851Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:33:07.0548318Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:33:07.0548728Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:33:07.0549110Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:33:07.0549496Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:33:07.0549892Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:33:07.0550331Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:33:07.0550814Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:33:07.0551306Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:33:07.0551800Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:33:07.0552545Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:33:07.0553062Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:33:07.0553469Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:33:07.0553891Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:33:07.0554288Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:33:07.0554674Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:33:07.0555102Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:33:07.0555520Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:33:07.0555911Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:33:07.0556461Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:33:07.0556877Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:33:07.0557303Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:33:07.0557705Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:33:07.0558084Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:33:07.0558485Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:33:07.0558880Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:33:07.0559240Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:33:07.0559621Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:33:07.0560002Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:33:07.0560364Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:33:07.0560764Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:33:07.0561134Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:33:07.0561500Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:33:07.0561881Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:33:07.0562775Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:33:07.0563198Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:33:07.0563596Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:33:07.0563971Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:33:07.0564341Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:33:07.0564874Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:33:07.0565292Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:33:07.0565630Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:33:07.0565959Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:33:07.0566318Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:33:07.0566667Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:33:07.0567023Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:33:07.0567385Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:33:07.0567732Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:33:07.0568104Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:33:07.0568502Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:33:07.0568943Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:33:07.0569390Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:33:07.0569788Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:33:07.0570167Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:33:07.0570554Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:33:07.0570935Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:33:07.0571332Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:33:07.0571731Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:33:07.0572101Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:33:07.0572716Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:33:07.0573131Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:33:07.0573697Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:33:07.0574122Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:33:07.0574502Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:33:07.0574889Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:33:07.0575292Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:33:07.0575691Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:33:07.0576076Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:33:07.0576455Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:33:07.0576843Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:33:07.0577245Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:33:07.0577630Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:33:07.0577999Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:33:07.0578305Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:33:07.0578625Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:33:07.0579015Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:33:07.0579407Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:33:07.0579797Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:33:07.0580163Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:33:07.0580533Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:33:07.0581021Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:33:07.0581365Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:33:07.0581706Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:33:07.0582118Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:33:07.0583085Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:33:07.0583724Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:33:07.0584093Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:33:07.0584479Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:33:07.0584890Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:33:07.0585303Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:33:07.0585713Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:33:07.0586070Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:33:07.0586420Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:33:07.0586834Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:33:07.0587257Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:33:07.0587656Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:33:07.0588010Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:33:07.0588346Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:33:07.0588725Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:33:07.0589100Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:33:07.0589517Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:33:07.0589988Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:33:07.0590534Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:33:07.0590893Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:33:07.0591233Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:33:07.0591672Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:33:07.0592543Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:33:07.0593397Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:33:07.0594143Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:33:07.0594811Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:33:07.0595544Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:33:07.0596102Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:33:07.0596607Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:33:07.0597041Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:33:07.0597410Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:33:07.0597797Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:33:07.0598203Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:33:07.0598618Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:33:07.0599016Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:33:07.0599390Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:33:07.0599757Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:33:07.0600304Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:33:07.0600713Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:33:07.0601101Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:33:07.0601489Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:33:07.0601876Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:33:07.0602477Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:33:07.0602911Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:33:07.0603356Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:33:07.0603785Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:33:07.0604151Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:33:07.0604539Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:33:07.0613112Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:33:07.0613599Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:33:07.0614018Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:33:07.0614420Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:33:07.0614831Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:33:07.0615258Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:33:07.0615730Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:33:07.0616185Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:33:07.0616595Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:33:07.0616999Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:33:07.0617584Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:33:07.0617986Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:33:07.0618364Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:33:07.0618754Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:33:07.0619138Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:33:07.0619584Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:33:07.0620061Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:33:07.0620521Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:33:07.0621031Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:33:07.0621532Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:33:07.0622025Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:33:07.0622728Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:33:07.0623175Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:33:07.0623545Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:33:07.0623902Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:33:07.0624274Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:33:07.0624648Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:33:07.0625000Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:33:07.0625369Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:33:07.0625866Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:33:07.0626252Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:33:07.0626632Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:33:07.0627004Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:33:07.0627400Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:33:07.0627784Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:33:07.0628192Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:33:07.0628622Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:33:07.0629003Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:33:07.0629371Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:33:07.0629783Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:33:07.0630156Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:33:07.0630505Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:33:07.0630851Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:33:07.0631209Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:33:07.0631589Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:33:07.0631952Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:33:07.0632519Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:33:07.0632883Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:33:07.0633195Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:33:07.0633653Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:07.0634289Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:33:07.0634647Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:33:07.0635021Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:33:07.0635387Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:33:07.0635790Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:33:07.0636217Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:33:07.0636673Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:33:07.0637105Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:33:07.0637503Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:33:07.0637906Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:33:07.0638317Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:33:07.0638731Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:33:07.0639115Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:33:07.0639538Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:33:07.0640021Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:33:07.0640509Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:33:07.0640952Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:33:07.0641357Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:33:07.0641753Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:33:07.0642565Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:33:07.0643096Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:33:07.0643499Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:33:07.0643921Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:33:07.0644361Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:33:07.0644759Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:33:07.0645118Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:33:07.0645478Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:33:07.0645849Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:33:07.0646224Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:33:07.0646592Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:33:07.0646954Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:33:07.0647332Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:33:07.0647706Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:33:07.0648070Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:33:07.0648435Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:33:07.0648785Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:33:07.0649153Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:33:07.0649532Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:33:07.0649893Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:33:07.0650241Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:33:07.0650591Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:33:07.0651073Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:33:07.0651438Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:33:07.0651793Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:33:07.0652141Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:33:07.0652739Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:33:07.0653099Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:33:07.0653469Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:33:07.0653902Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:33:07.0654301Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:33:07.0654660Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:33:07.0655045Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:33:07.0655465Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:33:07.0655851Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:33:07.0656206Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:33:07.0656563Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:33:07.0656917Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:33:07.0657210Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:33:07.0657510Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:33:07.0657854Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:33:07.0658205Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:33:07.0658687Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:33:07.0659044Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:33:07.0659393Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:33:07.0659725Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:33:07.0660102Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:33:07.0660507Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:33:07.0660901Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:33:07.0661287Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:33:07.0661669Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:33:07.0662070Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:33:07.0662715Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:33:07.0663334Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:33:07.0663959Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:33:07.0664492Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:33:07.0664956Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:33:07.0665400Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:33:07.0665910Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:33:07.0666523Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:33:07.0667129Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:33:07.0667614Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:33:07.0668174Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:33:07.0668535Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:33:07.0668900Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:33:07.0669260Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:33:07.0669636Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:33:07.0670021Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:33:07.0670397Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:33:07.0670772Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:33:07.0671153Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:33:07.0671534Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:33:07.0671901Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:33:07.0672362Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:33:07.0672726Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:33:07.0673110Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:33:07.0673493Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:33:07.0673899Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:33:07.0674300Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:33:07.0674653Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:33:07.0675030Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:33:07.0675545Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:33:07.0675963Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:33:07.0676471Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:33:07.0676893Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:33:07.0677254Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:33:07.0677622Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:33:07.0677997Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:33:07.0678364Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:33:07.0678743Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:33:07.0679126Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:33:07.0679506Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:33:07.0679885Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:33:07.0680245Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:33:07.0680599Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:33:07.0681139Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:07.0681838Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:07.0682666Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:07.0683317Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:07.0683852Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:33:07.0684230Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:33:07.0684716Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:33:07.0685081Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:33:07.0685473Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:33:07.0685829Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:33:07.0686193Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:33:07.0686574Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:33:07.0686942Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:33:07.0687306Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:33:07.0687681Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:33:07.0688055Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:33:07.0688442Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:33:07.0688846Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:33:07.0689242Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:33:07.0689625Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:33:07.0690016Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:33:07.0690400Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:33:07.0690776Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:33:07.0691148Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:33:07.0691516Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:33:07.0692006Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:33:07.0692554Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:33:07.0692941Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:33:07.0693328Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:33:07.0693713Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:33:07.0694092Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:33:07.0694507Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:33:07.0694926Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:33:07.0695320Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:33:07.0695747Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:33:07.0696208Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:33:07.0696613Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:33:07.0696971Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:33:07.0697343Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:33:07.0697733Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:33:07.0698132Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:33:07.0698528Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:33:07.0698898Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:33:07.0699281Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:33:07.0699739Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:33:07.0700208Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:33:07.0700717Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:33:07.0701117Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:33:07.0701560Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:33:07.0701995Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:33:07.0702557Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:33:07.0703034Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:33:07.0703466Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:33:07.0703896Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:33:07.0704287Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:33:07.0704674Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:33:07.0705091Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:33:07.0705473Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:33:07.0705842Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:33:07.0706242Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:33:07.0706639Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:33:07.0707033Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:33:07.0707444Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:33:07.0707826Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:33:07.0708311Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:33:07.0708675Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:33:07.0709031Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:33:07.0709414Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:33:07.0709824Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:33:07.0710274Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:33:07.0710717Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:33:07.0711107Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:33:07.0711535Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:33:07.0711951Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:33:07.0712441Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:33:07.0712846Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:33:07.0713199Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:33:07.0713555Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:33:07.0713939Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:33:07.0714320Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:33:07.0714683Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:33:07.0715005Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:33:07.0715311Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:33:07.0715656Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:33:07.0716147Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:33:07.0716661Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:33:07.0717157Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:33:07.0717521Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:33:07.0717909Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:33:07.0718310Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:33:07.0718719Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:33:07.0719120Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:33:07.0719524Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:33:07.0719914Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:33:07.0720275Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:33:07.0720639Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:33:07.0720998Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:33:07.0721371Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:33:07.0721786Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:33:07.0722301Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:33:07.0722693Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:33:07.0723101Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:33:07.0723532Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:33:07.0723916Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:33:07.0724273Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:33:07.0724731Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:33:07.0725087Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:33:07.0725449Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:33:07.0725819Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:33:07.0726211Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:33:07.0726612Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:33:07.0727064Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:33:07.0727492Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:33:07.0727854Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:33:07.0728232Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:33:07.0728610Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:33:07.0728996Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:33:07.0729363Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:33:07.0729730Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:33:07.0730163Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:33:07.0730645Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:33:07.0731057Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:33:07.0731421Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:33:07.0731785Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:33:07.0732178Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:33:07.0732656Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:33:07.0733140Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:33:07.0733527Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:33:07.0733895Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:33:07.0734239Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:33:07.0734588Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:33:07.0734977Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:33:07.0735384Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:33:07.0735757Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:33:07.0736126Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:33:07.0736559Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:33:07.0737016Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:33:07.0737429Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:33:07.0737813Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:33:07.0738320Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:07.0738823Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:33:07.0739126Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:33:07.0739462Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:33:07.0739867Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:33:07.0740287Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:33:07.0740946Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:33:07.0741536Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:33:07.0742140Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:33:07.0742873Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:33:07.0743505Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:33:07.0744118Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:33:07.0744733Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:33:07.0745308Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:33:07.0745788Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:33:07.0746226Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:33:07.0746651Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:33:07.0747068Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:33:07.0747527Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:33:07.0747941Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:33:07.0748318Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:33:07.0748680Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:33:07.0749049Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:33:07.0749425Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:33:07.0749837Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:33:07.0750363Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:33:07.0750721Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:33:07.0751108Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:33:07.0751560Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:33:07.0752039Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:33:07.0752612Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:33:07.0753084Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:33:07.0753553Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:33:07.0754023Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:33:07.0754464Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:33:07.0754870Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:33:07.0755273Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:33:07.0755674Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:33:07.0756071Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:33:07.0756470Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:33:07.0756893Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:33:07.0757314Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:33:07.0757705Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:33:07.0758192Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:33:07.0758570Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:33:07.0758941Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:33:07.0759366Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:33:07.0759796Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:33:07.0760190Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:33:07.0760589Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:33:07.0761005Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:33:07.0761461Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:33:07.0761894Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:33:07.0762413Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:33:07.0762803Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:33:07.0763171Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:33:07.0763554Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:33:07.0763918Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:33:07.0764285Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:33:07.0764678Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:33:07.0765066Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:33:07.0765486Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:33:07.0765946Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:33:07.0766362Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:33:07.0766883Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:33:07.0767271Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:33:07.0767568Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:33:07.0767881Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:33:07.0768255Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:33:07.0768642Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:33:07.0769024Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:33:07.0769407Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:33:07.0769824Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:33:07.0770264Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:33:07.0770673Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:33:07.0771052Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:33:07.0771440Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:33:07.0771973Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:07.0772634Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:33:07.0773072Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:33:07.0773500Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:33:07.0773923Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:33:07.0774446Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:33:07.0774853Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:33:07.0775231Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:33:07.0775613Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:33:07.0776001Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:33:07.0776392Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:33:07.0776761Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:33:07.0777146Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:33:07.0777536Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:33:07.0777907Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:33:07.0778316Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:33:07.0778770Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:33:07.0779181Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:33:07.0779551Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:33:07.0779917Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:33:07.0780295Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:33:07.0780659Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:33:07.0781019Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:33:07.0781440Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:33:07.0781878Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:33:07.0782379Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:33:07.0782887Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:33:07.0783274Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:33:07.0783646Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:33:07.0784012Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:33:07.0784384Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:33:07.0784772Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:33:07.0785218Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:33:07.0785671Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:33:07.0786088Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:33:07.0786488Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:33:07.0786890Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:33:07.0787303Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:33:07.0787689Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:33:07.0788039Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:33:07.0788348Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:33:07.0788643Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:33:07.0789003Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:33:07.0789367Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:33:07.0789711Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:33:07.0790072Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:33:07.0790569Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:33:07.0790960Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:33:07.0791311Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:33:07.0791653Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:33:07.0792022Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:33:07.0792509Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:33:07.0792880Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:33:07.0793237Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:33:07.0793588Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:33:07.0793960Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:33:07.0794336Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:33:07.0794680Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:33:07.0795049Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:33:07.0795428Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:33:07.0795794Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:33:07.0796161Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:33:07.0796528Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:33:07.0796903Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:33:07.0797293Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:33:07.0797707Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:33:07.0798103Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:33:07.0798449Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:33:07.0798912Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:33:07.0799249Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:33:07.0799668Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:33:07.0800160Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:33:07.0800621Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:33:07.0801089Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:33:07.0801577Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:33:07.0802000Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:33:07.0802470Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:33:07.0802852Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:33:07.0803232Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:33:07.0803609Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:33:07.0803976Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:33:07.0804349Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:33:07.0804712Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:33:07.0805096Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:33:07.0805525Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:33:07.0805948Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:33:07.0806314Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:33:07.0806824Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:33:07.0807250Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:33:07.0807619Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:33:07.0807970Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:33:07.0808350Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:33:07.0808793Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:33:07.0809213Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:33:07.0809614Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:33:07.0810014Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:33:07.0810332Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:33:07.0810611Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:33:07.0810961Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:33:07.0811430Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:33:07.4029576Z info: downloading installer
2025-08-20T21:33:07.6772579Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:33:07.6773221Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:33:07.6773861Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:33:07.6774601Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:33:07.6946744Z info: profile set to 'default'
2025-08-20T21:33:07.6947294Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:33:07.6947943Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:33:07.7641740Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:33:07.8339981Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:33:07.8340733Z 
2025-08-20T21:33:07.8439205Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:33:07.8439748Z 
2025-08-20T21:33:07.8439754Z 
2025-08-20T21:33:07.8439892Z Rust is installed now. Great!
2025-08-20T21:33:07.8440068Z 
2025-08-20T21:33:07.8440275Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:33:07.8440859Z environment variable. This has not been done automatically.
2025-08-20T21:33:07.8441255Z 
2025-08-20T21:33:07.8441447Z To configure your current shell, you need to source
2025-08-20T21:33:07.8441936Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:33:07.8442420Z 
2025-08-20T21:33:07.8442708Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:33:07.8443386Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:33:07.8443922Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:33:07.8444402Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:33:07.8811628Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:33:07.9139548Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:33:07.9140103Z 
2025-08-20T21:33:07.9237511Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:33:07.9238021Z 
2025-08-20T21:33:07.9735650Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:33:08.4600100Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:33:08.4898072Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:33:08.4898826Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:33:08.4899454Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:33:08.4900109Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:33:08.4900848Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:33:08.4901241Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:33:08.4901599Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:33:08.4902090Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:33:08.4902899Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:33:08.4903488Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:33:08.4904101Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:33:08.4904794Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:33:08.4905485Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:33:08.4906214Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:33:08.4906895Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:33:08.4907603Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:33:08.4908308Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:33:08.4908949Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:33:08.4909606Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:33:08.4910399Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:33:08.4911161Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:33:08.4911821Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:33:08.4912451Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:33:08.4912916Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:33:08.4913285Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:33:08.4913685Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:33:08.4914317Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:33:08.4914726Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:33:08.4915131Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:33:08.4915535Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:33:08.4915950Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:33:08.4916374Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:33:08.4916801Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:33:08.4917214Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:33:08.4917662Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:33:08.4918094Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:33:08.4918499Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:33:08.4918887Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:33:08.4919290Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:33:08.4919711Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:33:08.4920125Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:33:08.4920527Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:33:08.4920913Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:33:08.4921358Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:33:08.4921824Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:33:08.4922672Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:33:08.4923174Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:33:08.4923610Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:33:08.4924026Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:33:08.4924440Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:33:08.4924837Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:33:08.4925247Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:33:08.4925662Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:33:08.4926034Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:33:08.4926397Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:33:08.4926758Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:33:08.4927084Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:33:08.4927425Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:33:08.4927829Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:33:08.4928195Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:33:08.4928596Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:33:08.4929027Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:33:08.4929435Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:33:08.4929831Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:33:08.4930254Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:33:08.4930679Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:33:08.4931185Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:33:08.4931572Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:33:08.4931990Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:33:08.4932728Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:33:08.4933215Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:33:08.4933679Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:33:08.4934087Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:33:08.4934467Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:33:08.4934857Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:33:08.4935258Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:33:08.4935690Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:33:08.4936169Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:33:08.4936655Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:33:08.4937133Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:33:08.4937566Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:33:08.4937960Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:33:08.4938344Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:33:08.4938739Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:33:08.4939322Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:33:08.4939725Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:33:08.4940151Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:33:08.4940569Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:33:08.4940952Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:33:08.4941320Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:33:08.4941722Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:33:08.4942118Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:33:08.4942842Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:33:08.4943208Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:33:08.4943598Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:33:08.4943977Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:33:08.4944319Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:33:08.4944688Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:33:08.4945059Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:33:08.4945419Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:33:08.4945800Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:33:08.4946154Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:33:08.4946505Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:33:08.4946886Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:33:08.4947267Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:33:08.4947664Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:33:08.4948171Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:33:08.4948539Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:33:08.4948904Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:33:08.4949289Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:33:08.4949681Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:33:08.4950318Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:33:08.4950729Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:33:08.4951080Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:33:08.4951421Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:33:08.4951770Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:33:08.4952119Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:33:08.4952735Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:33:08.4953397Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:33:08.4954088Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:33:08.4954866Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:33:08.4955646Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:33:08.4956345Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:33:08.4957030Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:33:08.4957712Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:33:08.4958397Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:33:08.4959122Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:33:08.4959540Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:33:08.4959911Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:33:08.4960302Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:33:08.4960709Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:33:08.4961147Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:33:08.4961574Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:33:08.4961958Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:33:08.4962514Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:33:08.4962915Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:33:08.4963322Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:33:08.4963719Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:33:08.4964100Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:33:08.4964489Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:33:08.4964880Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:33:08.4965254Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:33:08.4965609Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:33:08.4965915Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:33:08.4966245Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:33:08.4966646Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:33:08.4967049Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:33:08.4967568Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:33:08.4967939Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:33:08.4968309Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:33:08.4968684Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:33:08.4969033Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:33:08.4969373Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:33:08.4969788Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:33:08.4970230Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:33:08.4978405Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:33:08.4979070Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:33:08.4979716Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:33:08.4980173Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:33:08.4980608Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:33:08.4981015Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:33:08.4981378Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:33:08.4981735Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:33:08.4982157Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:33:08.4982723Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:33:08.4983132Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:33:08.4983492Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:33:08.4983991Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:33:08.4984389Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:33:08.4984773Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:33:08.4985192Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:33:08.4985657Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:33:08.4986068Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:33:08.4986433Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:33:08.4986773Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:33:08.4987123Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:33:08.4987564Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:33:08.4988070Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:33:08.4988510Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:33:08.4988881Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:33:08.4989344Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:33:08.4989877Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:33:08.4990367Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:33:08.4990793Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:33:08.4991148Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:33:08.4991517Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:33:08.4991925Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:33:08.4992670Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:33:08.4993225Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:33:08.4993589Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:33:08.4993953Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:33:08.4994343Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:33:08.4994736Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:33:08.4995129Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:33:08.4995517Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:33:08.4995907Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:33:08.4996291Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:33:08.4996716Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:33:08.4997181Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:33:08.4997621Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:33:08.4997988Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:33:08.4998356Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:33:08.4998752Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:33:08.4999124Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:33:08.4999492Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:33:08.4999865Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:33:08.5000247Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:33:08.5000767Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:33:08.5001239Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:33:08.5001685Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:33:08.5002081Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:33:08.5002591Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:33:08.5002969Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:33:08.5003339Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:33:08.5003700Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:33:08.5004081Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:33:08.5004477Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:33:08.5005269Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:33:08.5006075Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:33:08.5006535Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:33:08.5007053Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:33:08.5007565Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:33:08.5008055Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:33:08.5008539Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:33:08.5008967Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:33:08.5009320Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:33:08.5009682Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:33:08.5010058Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:33:08.5010588Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:33:08.5010943Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:33:08.5011315Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:33:08.5011690Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:33:08.5012064Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:33:08.5012574Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:33:08.5012951Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:33:08.5013339Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:33:08.5013721Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:33:08.5014131Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:33:08.5014570Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:33:08.5014955Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:33:08.5015324Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:33:08.5015729Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:33:08.5016096Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:33:08.5016447Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:33:08.5016785Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:33:08.5017142Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:33:08.5017525Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:33:08.5018015Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:33:08.5018455Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:33:08.5018813Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:33:08.5019126Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:33:08.5019582Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:08.5020089Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:33:08.5020452Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:33:08.5020818Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:33:08.5021192Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:33:08.5021589Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:33:08.5022023Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:33:08.5022547Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:33:08.5022975Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:33:08.5023388Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:33:08.5023798Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:33:08.5024219Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:33:08.5024636Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:33:08.5025021Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:33:08.5025448Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:33:08.5025939Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:33:08.5026437Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:33:08.5026996Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:33:08.5027405Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:33:08.5027803Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:33:08.5028273Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:33:08.5028754Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:33:08.5029151Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:33:08.5029577Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:33:08.5030023Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:33:08.5030431Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:33:08.5030802Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:33:08.5031175Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:33:08.5031554Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:33:08.5031932Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:33:08.5032602Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:33:08.5032975Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:33:08.5033362Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:33:08.5033735Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:33:08.5034097Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:33:08.5034464Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:33:08.5034807Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:33:08.5035303Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:33:08.5035695Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:33:08.5036054Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:33:08.5036405Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:33:08.5036756Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:33:08.5037115Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:33:08.5037475Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:33:08.5037828Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:33:08.5038180Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:33:08.5038554Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:33:08.5038907Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:33:08.5039267Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:33:08.5039701Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:33:08.5040101Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:33:08.5040472Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:33:08.5040846Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:33:08.5041257Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:33:08.5041714Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:33:08.5042067Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:33:08.5042670Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:33:08.5043025Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:33:08.5043327Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:33:08.5043751Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:33:08.5044095Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:33:08.5044442Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:33:08.5044802Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:33:08.5045153Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:33:08.5045491Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:33:08.5045820Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:33:08.5046197Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:33:08.5046602Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:33:08.5046992Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:33:08.5047380Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:33:08.5047769Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:33:08.5048172Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:33:08.5048666Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:33:08.5049296Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:33:08.5049913Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:33:08.5050484Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:33:08.5050950Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:33:08.5051517Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:33:08.5052033Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:33:08.5052765Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:33:08.5053320Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:33:08.5053802Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:33:08.5054242Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:33:08.5054606Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:33:08.5054970Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:33:08.5055331Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:33:08.5055709Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:33:08.5056097Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:33:08.5056485Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:33:08.5056866Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:33:08.5057241Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:33:08.5057617Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:33:08.5057981Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:33:08.5058347Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:33:08.5058712Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:33:08.5059098Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:33:08.5059488Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:33:08.5059895Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:33:08.5060416Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:33:08.5060772Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:33:08.5061153Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:33:08.5061564Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:33:08.5061968Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:33:08.5062590Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:33:08.5063277Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:33:08.5063652Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:33:08.5064020Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:33:08.5064402Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:33:08.5064766Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:33:08.5065147Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:33:08.5065526Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:33:08.5065900Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:33:08.5066277Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:33:08.5066629Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:33:08.5066984Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:33:08.5067525Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:08.5068361Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:08.5069039Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:08.5069691Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:08.5070199Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:33:08.5070573Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:33:08.5070940Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:33:08.5071312Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:33:08.5071683Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:33:08.5072039Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:33:08.5072722Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:33:08.5073126Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:33:08.5073503Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:33:08.5073871Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:33:08.5074245Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:33:08.5074613Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:33:08.5074993Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:33:08.5075399Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:33:08.5075790Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:33:08.5076178Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:33:08.5076570Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:33:08.5076960Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:33:08.5077486Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:33:08.5077862Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:33:08.5078223Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:33:08.5078601Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:33:08.5078998Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:33:08.5079384Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:33:08.5079776Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:33:08.5080161Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:33:08.5080543Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:33:08.5080968Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:33:08.5081407Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:33:08.5081801Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:33:08.5082460Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:33:08.5083015Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:33:08.5083418Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:33:08.5083779Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:33:08.5084148Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:33:08.5084535Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:33:08.5084937Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:33:08.5085454Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:33:08.5085840Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:33:08.5086221Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:33:08.5086679Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:33:08.5087141Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:33:08.5087530Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:33:08.5087931Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:33:08.5088375Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:33:08.5088809Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:33:08.5089279Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:33:08.5089766Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:33:08.5090205Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:33:08.5090633Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:33:08.5091024Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:33:08.5091407Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:33:08.5091817Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:33:08.5092302Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:33:08.5092678Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:33:08.5093076Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:33:08.5093476Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:33:08.5093873Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:33:08.5094400Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:33:08.5094785Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:33:08.5095151Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:33:08.5095508Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:33:08.5095860Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:33:08.5096245Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:33:08.5096652Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:33:08.5097103Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:33:08.5097554Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:33:08.5097948Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:33:08.5098381Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:33:08.5098797Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:33:08.5099193Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:33:08.5099590Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:33:08.5099941Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:33:08.5100299Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:33:08.5100686Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:33:08.5101074Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:33:08.5101438Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:33:08.5101868Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:33:08.5102188Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:33:08.5102628Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:33:08.5103120Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:33:08.5103625Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:33:08.5103989Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:33:08.5104351Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:33:08.5104736Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:33:08.5105138Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:33:08.5105534Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:33:08.5105934Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:33:08.5106342Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:33:08.5106741Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:33:08.5107106Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:33:08.5107467Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:33:08.5107823Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:33:08.5108194Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:33:08.5108609Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:33:08.5109028Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:33:08.5109415Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:33:08.5109830Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:33:08.5110419Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:33:08.5110800Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:33:08.5111158Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:33:08.5111498Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:33:08.5111853Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:33:08.5112387Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:33:08.5112862Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:33:08.5113253Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:33:08.5113654Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:33:08.5114109Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:33:08.5114543Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:33:08.5114910Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:33:08.5115285Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:33:08.5115658Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:33:08.5116037Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:33:08.5116410Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:33:08.5116775Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:33:08.5117216Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:33:08.5117696Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:33:08.5118227Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:33:08.5118602Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:33:08.5118970Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:33:08.5119362Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:33:08.5119743Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:33:08.5120110Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:33:08.5120502Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:33:08.5120874Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:33:08.5121217Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:33:08.5121571Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:33:08.5121965Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:33:08.5122590Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:33:08.5122971Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:33:08.5123360Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:33:08.5123796Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:33:08.5124215Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:33:08.5124622Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:33:08.5125004Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:33:08.5125513Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:08.5126019Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:33:08.5126329Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:33:08.5126791Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:33:08.5127186Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:33:08.5127605Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:33:08.5128113Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:33:08.5128687Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:33:08.5129285Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:33:08.5129924Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:33:08.5130559Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:33:08.5131181Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:33:08.5131801Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:33:08.5132481Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:33:08.5132957Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:33:08.5133393Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:33:08.5133823Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:33:08.5134243Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:33:08.5134697Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:33:08.5135122Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:33:08.5135609Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:33:08.5135977Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:33:08.5136345Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:33:08.5136712Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:33:08.5137116Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:33:08.5137525Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:33:08.5137881Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:33:08.5138262Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:33:08.5138720Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:33:08.5139202Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:33:08.5139679Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:33:08.5140156Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:33:08.5140625Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:33:08.5141095Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:33:08.5141532Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:33:08.5141942Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:33:08.5142441Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:33:08.5142843Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:33:08.5143250Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:33:08.5143653Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:33:08.5144200Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:33:08.5144629Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:33:08.5145011Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:33:08.5145384Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:33:08.5145755Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:33:08.5146125Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:33:08.5146550Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:33:08.5146980Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:33:08.5147377Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:33:08.5147776Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:33:08.5148198Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:33:08.5148637Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:33:08.5149072Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:33:08.5149494Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:33:08.5149879Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:33:08.5150245Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:33:08.5150661Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:33:08.5151024Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:33:08.5151395Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:33:08.5151897Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:33:08.5152543Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:33:08.5153007Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:33:08.5153467Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:33:08.5153879Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:33:08.5154278Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:33:08.5154665Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:33:08.5154961Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:33:08.5155280Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:33:08.5155655Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:33:08.5156046Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:33:08.5156435Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:33:08.5156825Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:33:08.5157243Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:33:08.5157687Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:33:08.5158094Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:33:08.5158470Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:33:08.5158864Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:33:08.5159400Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:08.5159973Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:33:08.5160415Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:33:08.5160994Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:33:08.5161421Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:33:08.5161836Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:33:08.5162430Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:33:08.5162860Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:33:08.5163233Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:33:08.5163618Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:33:08.5164013Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:33:08.5164389Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:33:08.5164777Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:33:08.5165165Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:33:08.5165536Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:33:08.5165943Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:33:08.5166394Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:33:08.5166805Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:33:08.5167173Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:33:08.5167540Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:33:08.5167920Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:33:08.5168403Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:33:08.5168771Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:33:08.5169196Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:33:08.5169634Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:33:08.5170040Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:33:08.5170429Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:33:08.5170819Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:33:08.5171191Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:33:08.5171558Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:33:08.5171933Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:33:08.5172489Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:33:08.5172934Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:33:08.5173378Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:33:08.5173800Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:33:08.5174192Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:33:08.5174586Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:33:08.5175000Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:33:08.5175377Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:33:08.5175724Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:33:08.5176035Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:33:08.5176333Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:33:08.5176700Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:33:08.5177184Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:33:08.5177529Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:33:08.5177894Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:33:08.5178281Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:33:08.5178661Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:33:08.5179013Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:33:08.5179361Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:33:08.5179734Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:33:08.5180120Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:33:08.5180500Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:33:08.5180862Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:33:08.5181218Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:33:08.5181591Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:33:08.5181966Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:33:08.5182416Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:33:08.5182781Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:33:08.5183164Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:33:08.5183533Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:33:08.5183901Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:33:08.5184268Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:33:08.5184758Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:33:08.5185169Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:33:08.5185585Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:33:08.5185980Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:33:08.5186326Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:33:08.5186668Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:33:08.5187009Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:33:08.5187419Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:33:08.5187905Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:33:08.5188370Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:33:08.5188839Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:33:08.5189330Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:33:08.5189759Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:33:08.5190131Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:33:08.5190512Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:33:08.5190889Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:33:08.5191271Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:33:08.5191644Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:33:08.5192015Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:33:08.5192660Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:33:08.5193056Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:33:08.5193620Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:33:08.5194043Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:33:08.5194412Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:33:08.5194805Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:33:08.5195219Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:33:08.5195588Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:33:08.5195939Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:33:08.5196314Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:33:08.5196764Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:33:08.5197185Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:33:08.5197593Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:33:08.5197991Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:33:08.5198312Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:33:08.5198587Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:33:08.5198938Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:33:08.5199409Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:33:08.5199711Z 
2025-08-20T21:33:08.5199715Z 
2025-08-20T21:33:08.5200096Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:33:08 PM)
2025-08-20T21:33:08.5200471Z 
2025-08-20T21:33:08.5200474Z 
2025-08-20T21:33:08.5200477Z 
2025-08-20T21:33:08.5200552Z [+] Continue : YES
2025-08-20T21:33:08.5200775Z 
2025-08-20T21:33:08.5201016Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:33:08.6148847Z 
2025-08-20T21:33:08.6149505Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:33:08 PM) UTC
2025-08-20T21:33:08.6149966Z 
2025-08-20T21:33:08.6167482Z 
2025-08-20T21:33:08.6167822Z [+] Total RECIPES :: 1
2025-08-20T21:33:08.6168074Z 
2025-08-20T21:33:08.6243664Z 
2025-08-20T21:33:08.6244730Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml (1/1)
2025-08-20T21:33:08.6245841Z 
2025-08-20T21:33:08.7415898Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:33:08.7428538Z mode of '/tmp/pkgforge/yDccbAhUH_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:33:08.7478543Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/gpg-tui/official [Provided]
2025-08-20T21:33:08.7479299Z [+] Setting '.pkg_family' --> gpg-tui [Provided]
2025-08-20T21:33:08.7491511Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:33:08.7497957Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:33:08.7528230Z [00:00:00.003]➜  
2025-08-20T21:33:08.7529083Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:33:08.7529885Z [00:00:00.003]➜  
2025-08-20T21:33:08.7572042Z [00:00:00.008]➜  
2025-08-20T21:33:08.7573024Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:33:08.7573783Z [00:00:00.008]➜  
2025-08-20T21:33:08.7657926Z [00:00:00.016]➜  
2025-08-20T21:33:08.7659774Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/gpg-tui/static.official.source.yaml) --> /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:33:08 PM) UTC]
2025-08-20T21:33:08.7661089Z [00:00:00.016]➜  
2025-08-20T21:33:08.7661308Z [00:00:00.016]➜  
2025-08-20T21:33:08.7661510Z [00:00:00.016]➜  
2025-08-20T21:33:08.7661862Z [00:00:00.016]➜  ###################################################################
2025-08-20T21:33:08.7669317Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:33:08.7670794Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:33:08.7671930Z [00:00:00.017]➜  _disabled: false
2025-08-20T21:33:08.7672639Z [00:00:00.017]➜  
2025-08-20T21:33:08.7673024Z [00:00:00.017]➜  pkg: "gpg-tui"
2025-08-20T21:33:08.7673547Z [00:00:00.017]➜  pkg_id: "github.com.orhun.gpg-tui"
2025-08-20T21:33:08.7674086Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T21:33:08.7674526Z [00:00:00.017]➜  category:
2025-08-20T21:33:08.7675396Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T21:33:08.7675932Z [00:00:00.017]➜    - "Utility"
2025-08-20T21:33:08.7676559Z [00:00:00.017]➜  description: "Manage your GnuPG keys with ease! 🔐"
2025-08-20T21:33:08.7677144Z [00:00:00.017]➜  distro_pkg:
2025-08-20T21:33:08.7677555Z [00:00:00.017]➜    alpine:
2025-08-20T21:33:08.7677971Z [00:00:00.017]➜      - "gpg-tui"
2025-08-20T21:33:08.7678421Z [00:00:00.017]➜    archlinux:
2025-08-20T21:33:08.7678833Z [00:00:00.017]➜      aur:
2025-08-20T21:33:08.7679148Z [00:00:00.017]➜        - "gpg-tui-git"
2025-08-20T21:33:08.7679415Z [00:00:00.017]➜      extra:
2025-08-20T21:33:08.7679661Z [00:00:00.017]➜        - "gpg-tui"
2025-08-20T21:33:08.7679993Z [00:00:00.017]➜    nixpkgs:
2025-08-20T21:33:08.7680227Z [00:00:00.017]➜      - "gpg-tui"
2025-08-20T21:33:08.7680474Z [00:00:00.017]➜  homepage:
2025-08-20T21:33:08.7680771Z [00:00:00.017]➜    - "https://github.com/orhun/gpg-tui"
2025-08-20T21:33:08.7681071Z [00:00:00.017]➜  license:
2025-08-20T21:33:08.7681309Z [00:00:00.017]➜    - "MIT"  
2025-08-20T21:33:08.7681760Z [00:00:00.017]➜  maintainer:
2025-08-20T21:33:08.7682135Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:33:08.7682990Z [00:00:00.017]➜  note:
2025-08-20T21:33:08.7683294Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:33:08.7683835Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/orhun/gpg-tui"
2025-08-20T21:33:08.7684263Z [00:00:00.017]➜  repology:
2025-08-20T21:33:08.7684507Z [00:00:00.017]➜    - "gpg-tui"
2025-08-20T21:33:08.7684747Z [00:00:00.018]➜  src_url:
2025-08-20T21:33:08.7685032Z [00:00:00.018]➜    - "https://github.com/orhun/gpg-tui"
2025-08-20T21:33:08.7685327Z [00:00:00.018]➜  tag:
2025-08-20T21:33:08.7685546Z [00:00:00.018]➜    - "gpg"
2025-08-20T21:33:08.7685770Z [00:00:00.018]➜  x_exec:
2025-08-20T21:33:08.7686017Z [00:00:00.018]➜    bsys: "docker://rust"
2025-08-20T21:33:08.7686283Z [00:00:00.018]➜    host:
2025-08-20T21:33:08.7686545Z [00:00:00.018]➜      - "aarch64-Linux"
2025-08-20T21:33:08.7687060Z [00:00:00.018]➜      - "x86_64-Linux"
2025-08-20T21:33:08.7687612Z [00:00:00.018]➜    shell: "bash"
2025-08-20T21:33:08.7688038Z [00:00:00.018]➜    pkgver: |
2025-08-20T21:33:08.7688503Z [00:00:00.018]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:33:08.7689219Z [00:00:00.018]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/orhun/gpg-tui" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:33:08.7690097Z [00:00:00.018]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:33:08.7690776Z [00:00:00.018]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:33:08.7691168Z [00:00:00.018]➜    run: |
2025-08-20T21:33:08.7691396Z [00:00:00.018]➜      #Build
2025-08-20T21:33:08.7692024Z [00:00:00.018]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:33:08.7693353Z [00:00:00.018]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:33:08.7693943Z [00:00:00.018]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:33:08.7694424Z [00:00:00.018]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:33:08.7694855Z [00:00:00.018]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:33:08.7695209Z [00:00:00.018]➜        bash -l -c '
2025-08-20T21:33:08.7695477Z [00:00:00.018]➜        #Setup ENV
2025-08-20T21:33:08.7695862Z [00:00:00.018]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:33:08.7696346Z [00:00:00.018]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:33:08.7696992Z [00:00:00.018]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T21:33:08.7698186Z [00:00:00.018]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T21:33:08.7699229Z [00:00:00.018]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:33:08.7699868Z [00:00:00.018]➜             export RUST_TARGET
2025-08-20T21:33:08.7700407Z [00:00:00.018]➜           else
2025-08-20T21:33:08.7700868Z [00:00:00.018]➜             rustc -Vv ; exit 1
2025-08-20T21:33:08.7701348Z [00:00:00.018]➜           fi
2025-08-20T21:33:08.7701763Z [00:00:00.018]➜         else
2025-08-20T21:33:08.7702759Z [00:00:00.018]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T21:33:08.7703490Z [00:00:00.018]➜           rustup target add "${RUST_TARGET}"
2025-08-20T21:33:08.7704027Z [00:00:00.018]➜         fi
2025-08-20T21:33:08.7704453Z [00:00:00.018]➜         RUST_FLAGS=()
2025-08-20T21:33:08.7705327Z [00:00:00.018]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:33:08.7706178Z [00:00:00.018]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:33:08.7706991Z [00:00:00.018]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:33:08.7707749Z [00:00:00.018]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:33:08.7708335Z [00:00:00.018]➜         fi
2025-08-20T21:33:08.7708868Z [00:00:00.018]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:33:08.7709533Z [00:00:00.018]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:33:08.7710164Z [00:00:00.018]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:33:08.7710788Z [00:00:00.018]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:33:08.7711432Z [00:00:00.018]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:33:08.7712076Z [00:00:00.018]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:33:08.7713396Z [00:00:00.018]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:33:08.7714135Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:33:08.7714887Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:33:08.7715598Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:33:08.7716268Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:33:08.7716971Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:33:08.7717690Z [00:00:00.018]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:33:08.7718252Z [00:00:00.018]➜        #Build
2025-08-20T21:33:08.7719230Z [00:00:00.018]➜         git clone --filter "blob:none" --quiet "https://github.com/orhun/gpg-tui" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:33:08.7720237Z [00:00:00.018]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:33:08.7720893Z [00:00:00.018]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:33:08.7722128Z [00:00:00.018]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T21:33:08.7724692Z [00:00:00.018]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T21:33:08.7725723Z [00:00:00.018]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T21:33:08.7726852Z [00:00:00.018]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:33:08.7727567Z [00:00:00.018]➜        #Copy
2025-08-20T21:33:08.7729383Z [00:00:00.018]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T21:33:08.7731774Z [00:00:00.018]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:33:08.7733125Z [00:00:00.018]➜        #Strip 
2025-08-20T21:33:08.7734080Z [00:00:00.018]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:33:08.7735414Z [00:00:00.018]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:33:08.7736724Z [00:00:00.018]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:33:08.7737861Z [00:00:00.018]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:33:08.7738993Z [00:00:00.018]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:33:08.7739821Z [00:00:00.018]➜         popd &>/dev/null
2025-08-20T21:33:08.7740313Z [00:00:00.018]➜        '
2025-08-20T21:33:08.7740944Z [00:00:00.018]➜      #Copy & Meta
2025-08-20T21:33:08.7741655Z [00:00:00.018]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:33:08.7742961Z [00:00:00.018]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:33:08.7745026Z [00:00:00.018]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:33:08.7746497Z [00:00:00.018]➜  
2025-08-20T21:33:08.7746864Z [00:00:00.018]➜  
2025-08-20T21:33:08.7747373Z [00:00:00.018]➜  ###################################################################
2025-08-20T21:33:08.7747892Z [00:00:00.018]➜  
2025-08-20T21:33:08.7748240Z [00:00:00.018]➜  
2025-08-20T21:33:08.7748584Z [00:00:00.018]➜  
2025-08-20T21:33:08.7749506Z [00:00:00.019]➜  '/tmp/pkgforge/yDccbAhUH_build.yaml' -> '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:33:10.1568476Z [00:00:01.407]➜  '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/gpg-tui.static.version' -> '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/gpg-tui.version'
2025-08-20T21:33:10.1624437Z [00:00:01.413]➜  [+] Version: HEAD-283afca-250813T120354 ('.x_exec.pkgver') [/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/gpg-tui.static.version]
2025-08-20T21:33:10.1799306Z [00:00:01.430]➜  [+] Progs: gpg-tui
2025-08-20T21:33:10.3935018Z [00:00:01.644]➜  
2025-08-20T21:33:10.3935389Z [00:00:01.644]➜  [-] Missing packages. Found: 
2025-08-20T21:33:10.3935725Z [00:00:01.644]➜  [+] Expected: gpg-tui
2025-08-20T21:33:10.3936031Z [00:00:01.644]➜  [+] Continuing with build...
2025-08-20T21:33:10.3936313Z [00:00:01.644]➜  
2025-08-20T21:33:10.7913270Z [00:00:02.042]➜  
2025-08-20T21:33:10.7913611Z [00:00:02.042]➜  
2025-08-20T21:33:10.8006777Z [00:00:02.051]➜  + mkdir -pv /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:33:10.8030088Z [00:00:02.053]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=gpg-tui -e PKG_ID=github.com.orhun.gpg-tui -e PKG_TYPE=static -e PKG_VER=HEAD-283afca-250813T120354 -e PKGVER=HEAD-283afca-250813T120354 -e SBUILD_PKG=gpg-tui.static -e SBUILD_PKGVER=HEAD-283afca-250813T120354 --volume /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:33:10.8032475Z [00:00:02.053]➜    #Setup ENV
2025-08-20T21:33:10.8032961Z [00:00:02.053]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:33:10.8033539Z [00:00:02.053]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:33:10.8034057Z [00:00:02.053]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T21:33:10.8034837Z [00:00:02.053]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T21:33:10.8035529Z [00:00:02.053]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:33:10.8035931Z [00:00:02.053]➜         export RUST_TARGET
2025-08-20T21:33:10.8036252Z [00:00:02.053]➜       else
2025-08-20T21:33:10.8036549Z [00:00:02.053]➜         rustc -Vv ; exit 1
2025-08-20T21:33:10.8036861Z [00:00:02.053]➜       fi
2025-08-20T21:33:10.8037122Z [00:00:02.053]➜     else
2025-08-20T21:33:10.8037503Z [00:00:02.053]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T21:33:10.8037965Z [00:00:02.053]➜       rustup target add "${RUST_TARGET}"
2025-08-20T21:33:10.8038308Z [00:00:02.053]➜     fi
2025-08-20T21:33:10.8038578Z [00:00:02.053]➜     RUST_FLAGS=()
2025-08-20T21:33:10.8038963Z [00:00:02.053]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:33:10.8039448Z [00:00:02.053]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:33:10.8040180Z [00:00:02.053]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:33:10.8040687Z [00:00:02.053]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:33:10.8041053Z [00:00:02.053]➜     fi
2025-08-20T21:33:10.8041366Z [00:00:02.053]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:33:10.8041782Z [00:00:02.053]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:33:10.8042163Z [00:00:02.053]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:33:10.8042757Z [00:00:02.053]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:33:10.8043158Z [00:00:02.053]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:33:10.8043568Z [00:00:02.053]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:33:10.8043958Z [00:00:02.053]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:33:10.8044354Z [00:00:02.053]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:33:10.8044743Z [00:00:02.053]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:33:10.8045116Z [00:00:02.053]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:33:10.8045467Z [00:00:02.053]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:33:10.8045833Z [00:00:02.053]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:33:10.8046212Z [00:00:02.053]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:33:10.8046506Z [00:00:02.053]➜    #Build
2025-08-20T21:33:10.8047023Z [00:00:02.053]➜     git clone --filter "blob:none" --quiet "https://github.com/orhun/gpg-tui" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:33:10.8047551Z [00:00:02.053]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:33:10.8047927Z [00:00:02.053]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:33:10.8048575Z [00:00:02.053]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T21:33:10.8049174Z [00:00:02.053]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T21:33:10.8049718Z [00:00:02.053]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T21:33:10.8050477Z [00:00:02.053]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:33:10.8050854Z [00:00:02.053]➜    #Copy
2025-08-20T21:33:10.8051802Z [00:00:02.053]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T21:33:10.8053282Z [00:00:02.053]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:33:10.8053849Z [00:00:02.053]➜    #Strip 
2025-08-20T21:33:10.8054351Z [00:00:02.053]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:33:10.8055039Z [00:00:02.053]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:33:10.8055729Z [00:00:02.053]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:33:10.8056321Z [00:00:02.053]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:33:10.8056882Z [00:00:02.053]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:33:10.8057308Z [00:00:02.053]➜     popd &>/dev/null
2025-08-20T21:33:10.8057565Z [00:00:02.053]➜    '
2025-08-20T21:33:11.2888985Z [00:00:02.539]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:33:11.3872427Z [00:00:02.637]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:33:11.3873133Z [00:00:02.637]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:33:11.3874027Z [00:00:02.637]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:33:11.3874631Z [00:00:02.637]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:33:11.3875112Z [00:00:02.638]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:33:11.3875434Z [00:00:02.638]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:33:11.3875750Z [00:00:02.638]➜  73d19b2d2e73: Waiting
2025-08-20T21:33:11.3876036Z [00:00:02.638]➜  eb4a15147d73: Waiting
2025-08-20T21:33:11.3876299Z [00:00:02.638]➜  1eff1cf6af24: Waiting
2025-08-20T21:33:11.5848277Z [00:00:02.835]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:33:11.5848946Z [00:00:02.835]➜  bffca73cb30c: Download complete
2025-08-20T21:33:11.6010549Z [00:00:02.851]➜  d62bb7eb03b5: Download complete
2025-08-20T21:33:11.6735261Z [00:00:02.924]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T21:33:11.6735918Z [00:00:02.924]➜  74f0d3ee81d8: Download complete
2025-08-20T21:33:11.7126783Z [00:00:02.963]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:33:11.8664490Z [00:00:03.116]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:33:11.8668872Z [00:00:03.116]➜  1eff1cf6af24: Download complete
2025-08-20T21:33:12.0701552Z [00:00:03.320]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:33:12.0702382Z [00:00:03.320]➜  eb4a15147d73: Download complete
2025-08-20T21:33:13.0188059Z [00:00:04.269]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:33:13.3568772Z [00:00:04.607]➜  bffca73cb30c: Pull complete
2025-08-20T21:33:27.2384055Z [00:00:18.489]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T21:33:27.2384939Z [00:00:18.489]➜  73d19b2d2e73: Download complete
2025-08-20T21:34:41.8005087Z [00:01:33.051]➜  73d19b2d2e73: Pull complete
2025-08-20T21:34:47.0106684Z [00:01:38.261]➜  eb4a15147d73: Pull complete
2025-08-20T21:34:47.0213948Z [00:01:38.272]➜  1eff1cf6af24: Pull complete
2025-08-20T21:34:47.0252595Z [00:01:38.276]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:34:47.0263401Z [00:01:38.277]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:34:47.2265940Z [00:01:38.477]➜  + mkdir -p /build-bins
2025-08-20T21:34:47.2283716Z [00:01:38.479]➜  ++ mktemp -d
2025-08-20T21:34:47.2299570Z [00:01:38.480]➜  + pushd /tmp/tmp.yyHjVE5ZS5
2025-08-20T21:34:47.2300260Z [00:01:38.480]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T21:34:47.2301020Z [00:01:38.481]➜  + source /root/.cargo/env
2025-08-20T21:34:47.2302169Z [00:01:38.481]➜  ++ case ":${PATH}:" in
2025-08-20T21:34:47.2306758Z [00:01:38.481]➜  ++ uname -m
2025-08-20T21:34:47.2311245Z [00:01:38.481]➜  ++ tr -d '[:space:]'
2025-08-20T21:34:47.2326372Z [00:01:38.483]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T21:34:47.2329277Z [00:01:38.483]➜  ++ uname -m
2025-08-20T21:34:47.2344572Z [00:01:38.485]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:34:47.2347940Z [00:01:38.485]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:34:47.2348843Z [00:01:38.485]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T21:34:47.4644141Z [00:01:38.715]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T21:34:47.4671648Z [00:01:38.718]➜  + RUST_FLAGS=()
2025-08-20T21:34:47.4672482Z [00:01:38.718]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:34:47.4673009Z [00:01:38.718]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:34:47.4676040Z [00:01:38.718]➜  + echo x86_64-unknown-linux-musl
2025-08-20T21:34:47.4679735Z [00:01:38.718]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T21:34:47.4691627Z [00:01:38.719]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:34:47.4692483Z [00:01:38.719]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:34:47.4693119Z [00:01:38.719]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:34:47.4693695Z [00:01:38.720]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:34:47.4695027Z [00:01:38.720]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:34:47.4695774Z [00:01:38.720]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:34:47.4696635Z [00:01:38.720]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:34:47.4697183Z [00:01:38.720]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:34:47.4697697Z [00:01:38.720]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:34:47.4698079Z [00:01:38.720]➜  ++ which mold
2025-08-20T21:34:47.4723205Z [00:01:38.723]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:34:47.4723912Z [00:01:38.723]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:34:47.4724537Z [00:01:38.723]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:34:47.4725216Z [00:01:38.723]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:34:47.4726947Z [00:01:38.723]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T21:34:47.4729513Z [00:01:38.723]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T21:34:47.4731299Z [00:01:38.723]➜  + git clone --filter blob:none --quiet https://github.com/orhun/gpg-tui ./TEMPREPO
2025-08-20T21:34:48.4378260Z [00:01:39.688]➜  + cd ./TEMPREPO/
2025-08-20T21:34:48.4378859Z [00:01:39.688]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T21:34:48.4379231Z [00:01:39.688]➜  
2025-08-20T21:34:48.4379519Z [00:01:39.688]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T21:34:48.4380970Z [00:01:39.688]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T21:34:48.4382159Z [00:01:39.688]➜  
2025-08-20T21:34:48.4383726Z [00:01:39.688]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T21:34:48.4384987Z [00:01:39.688]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T21:34:48.4391717Z [00:01:39.689]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T21:34:48.4392713Z [00:01:39.690]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T21:34:48.4414396Z [00:01:39.692]➜  ++ nproc
2025-08-20T21:34:48.4430658Z [00:01:39.693]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T21:34:48.8269515Z [00:01:40.077]➜      Updating crates.io index
2025-08-20T21:34:50.2526943Z [00:01:41.503]➜   Downloading crates ...
2025-08-20T21:34:50.5151267Z [00:01:41.765]➜    Downloaded addr2line v0.24.2
2025-08-20T21:34:50.5195931Z [00:01:41.770]➜    Downloaded anstyle-parse v0.2.6
2025-08-20T21:34:50.5277251Z [00:01:41.778]➜    Downloaded adler2 v2.0.0
2025-08-20T21:34:50.5305643Z [00:01:41.781]➜    Downloaded async-trait v0.1.88
2025-08-20T21:34:50.5368092Z [00:01:41.787]➜    Downloaded anstyle-query v1.1.2
2025-08-20T21:34:50.5394665Z [00:01:41.790]➜    Downloaded anyhow v1.0.99
2025-08-20T21:34:50.5468595Z [00:01:41.797]➜    Downloaded autocfg v1.4.0
2025-08-20T21:34:50.5512123Z [00:01:41.802]➜    Downloaded memmap2 v0.5.10
2025-08-20T21:34:50.5548231Z [00:01:41.805]➜    Downloaded once_cell v1.21.3
2025-08-20T21:34:50.5607724Z [00:01:41.811]➜    Downloaded fxhash v0.2.1
2025-08-20T21:34:50.5624217Z [00:01:41.813]➜    Downloaded byteorder-lite v0.1.0
2025-08-20T21:34:50.5650016Z [00:01:41.815]➜    Downloaded equivalent v1.0.2
2025-08-20T21:34:50.5684460Z [00:01:41.819]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T21:34:50.5707926Z [00:01:41.821]➜    Downloaded option-ext v0.2.0
2025-08-20T21:34:50.5734974Z [00:01:41.824]➜    Downloaded dlib v0.5.2
2025-08-20T21:34:50.5760038Z [00:01:41.826]➜    Downloaded ident_case v1.0.1
2025-08-20T21:34:50.5792989Z [00:01:41.830]➜    Downloaded memoffset v0.7.1
2025-08-20T21:34:50.5827887Z [00:01:41.833]➜    Downloaded libgpg-error-sys v0.6.2
2025-08-20T21:34:50.5874439Z [00:01:41.838]➜    Downloaded parking_lot_core v0.9.10
2025-08-20T21:34:50.5933427Z [00:01:41.844]➜    Downloaded toml_datetime v0.6.11
2025-08-20T21:34:50.5966412Z [00:01:41.847]➜    Downloaded errno v0.3.12
2025-08-20T21:34:50.6012920Z [00:01:41.852]➜    Downloaded miniz_oxide v0.8.8
2025-08-20T21:34:50.6068481Z [00:01:41.857]➜    Downloaded serde_spanned v0.6.9
2025-08-20T21:34:50.6110662Z [00:01:41.861]➜    Downloaded smallvec v1.15.0
2025-08-20T21:34:50.6165915Z [00:01:41.867]➜    Downloaded system-deps v6.2.2
2025-08-20T21:34:50.6215376Z [00:01:41.872]➜    Downloaded toml_datetime v0.7.0
2025-08-20T21:34:50.6271406Z [00:01:41.878]➜    Downloaded xcursor v0.3.8
2025-08-20T21:34:50.6304847Z [00:01:41.881]➜    Downloaded zune-core v0.4.12
2025-08-20T21:34:50.6337771Z [00:01:41.884]➜    Downloaded zune-jpeg v0.4.14
2025-08-20T21:34:50.6395661Z [00:01:41.890]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T21:34:50.6450200Z [00:01:41.895]➜    Downloaded wayland-protocols v0.29.5
2025-08-20T21:34:50.6589473Z [00:01:41.909]➜    Downloaded serde_json v1.0.140
2025-08-20T21:34:50.6694273Z [00:01:41.920]➜    Downloaded regex-syntax v0.8.5
2025-08-20T21:34:50.6787502Z [00:01:41.929]➜    Downloaded x11rb-protocol v0.10.0
2025-08-20T21:34:50.6924229Z [00:01:41.943]➜    Downloaded typenum v1.18.0
2025-08-20T21:34:50.6972789Z [00:01:41.948]➜    Downloaded syn v2.0.101
2025-08-20T21:34:50.7114134Z [00:01:41.962]➜    Downloaded unicode-width v0.2.0
2025-08-20T21:34:50.7181125Z [00:01:41.968]➜    Downloaded wayland-client v0.29.5
2025-08-20T21:34:50.7221723Z [00:01:41.973]➜    Downloaded regex-automata v0.4.9
2025-08-20T21:34:50.7415845Z [00:01:41.992]➜    Downloaded winnow v0.7.10
2025-08-20T21:34:50.7550992Z [00:01:42.005]➜    Downloaded smithay-client-toolkit v0.16.1
2025-08-20T21:34:50.7629262Z [00:01:42.013]➜    Downloaded gimli v0.31.1
2025-08-20T21:34:50.7720724Z [00:01:42.022]➜    Downloaded serde v1.0.219
2025-08-20T21:34:50.7765440Z [00:01:42.027]➜    Downloaded rustix v0.38.44
2025-08-20T21:34:50.8122999Z [00:01:42.063]➜    Downloaded gpgme v0.11.0
2025-08-20T21:34:50.8183527Z [00:01:42.069]➜    Downloaded x11rb v0.10.1
2025-08-20T21:34:50.8292889Z [00:01:42.080]➜    Downloaded regex v1.11.1
2025-08-20T21:34:50.8499077Z [00:01:42.100]➜    Downloaded unicode-segmentation v1.12.0
2025-08-20T21:34:50.8539178Z [00:01:42.104]➜    Downloaded memoffset v0.6.5
2025-08-20T21:34:50.8559342Z [00:01:42.106]➜    Downloaded libc v0.2.172
2025-08-20T21:34:50.8901442Z [00:01:42.140]➜    Downloaded png v0.17.16
2025-08-20T21:34:50.8954323Z [00:01:42.146]➜    Downloaded flate2 v1.1.1
2025-08-20T21:34:50.9022938Z [00:01:42.153]➜    Downloaded xml-rs v0.8.26
2025-08-20T21:34:50.9065608Z [00:01:42.157]➜    Downloaded version-compare v0.2.0
2025-08-20T21:34:50.9084928Z [00:01:42.159]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T21:34:50.9690253Z [00:01:42.219]➜    Downloaded unicode-width v0.1.14
2025-08-20T21:34:50.9754678Z [00:01:42.226]➜    Downloaded indexmap v2.9.0
2025-08-20T21:34:50.9809645Z [00:01:42.231]➜    Downloaded toml v0.9.5
2025-08-20T21:34:50.9868543Z [00:01:42.237]➜    Downloaded rustix v1.0.7
2025-08-20T21:34:51.0235448Z [00:01:42.274]➜    Downloaded toml v0.8.23
2025-08-20T21:34:51.0269980Z [00:01:42.277]➜    Downloaded target-lexicon v0.12.16
2025-08-20T21:34:51.0299684Z [00:01:42.280]➜    Downloaded strsim v0.11.1
2025-08-20T21:34:51.0318337Z [00:01:42.282]➜    Downloaded sha2 v0.10.9
2025-08-20T21:34:51.0355784Z [00:01:42.286]➜    Downloaded which v4.4.2
2025-08-20T21:34:51.0379114Z [00:01:42.288]➜    Downloaded wayland-scanner v0.29.5
2025-08-20T21:34:51.0396327Z [00:01:42.290]➜    Downloaded ratatui v0.29.0
2025-08-20T21:34:51.0661804Z [00:01:42.316]➜    Downloaded wayland-cursor v0.29.5
2025-08-20T21:34:51.0672781Z [00:01:42.318]➜    Downloaded wayland-commons v0.29.5
2025-08-20T21:34:51.0694010Z [00:01:42.320]➜    Downloaded utf8parse v0.2.2
2025-08-20T21:34:51.0709478Z [00:01:42.321]➜    Downloaded unicode-truncate v1.1.0
2025-08-20T21:34:51.0732874Z [00:01:42.324]➜    Downloaded toml_parser v1.0.2
2025-08-20T21:34:51.0766602Z [00:01:42.327]➜    Downloaded toml_edit v0.22.27
2025-08-20T21:34:51.0828992Z [00:01:42.333]➜    Downloaded terminal_size v0.4.2
2025-08-20T21:34:51.0849091Z [00:01:42.335]➜    Downloaded smithay-clipboard v0.6.6
2025-08-20T21:34:51.0874773Z [00:01:42.338]➜    Downloaded simd-adler32 v0.3.7
2025-08-20T21:34:51.0900191Z [00:01:42.340]➜    Downloaded signal-hook-registry v1.4.5
2025-08-20T21:34:51.0917470Z [00:01:42.342]➜    Downloaded serde_spanned v1.0.0
2025-08-20T21:34:51.0936132Z [00:01:42.344]➜    Downloaded rustversion v1.0.21
2025-08-20T21:34:51.0976000Z [00:01:42.348]➜    Downloaded rustc-demangle v0.1.24
2025-08-20T21:34:51.0998849Z [00:01:42.350]➜    Downloaded x11-clipboard v0.7.1
2025-08-20T21:34:51.1020237Z [00:01:42.352]➜    Downloaded wayland-sys v0.29.5
2025-08-20T21:34:51.1037039Z [00:01:42.354]➜    Downloaded version_check v0.9.5
2025-08-20T21:34:51.1055928Z [00:01:42.356]➜    Downloaded unicode-ident v1.0.18
2025-08-20T21:34:51.1095399Z [00:01:42.360]➜    Downloaded toml_writer v1.0.2
2025-08-20T21:34:51.1116547Z [00:01:42.362]➜    Downloaded shellexpand v3.1.1
2025-08-20T21:34:51.1141379Z [00:01:42.365]➜    Downloaded sha256 v1.6.0
2025-08-20T21:34:51.1162968Z [00:01:42.367]➜    Downloaded itertools v0.13.0
2025-08-20T21:34:51.1256695Z [00:01:42.376]➜    Downloaded image v0.25.6
2025-08-20T21:34:51.1363491Z [00:01:42.387]➜    Downloaded tinytemplate v1.2.1
2025-08-20T21:34:51.1388700Z [00:01:42.389]➜    Downloaded strum v0.26.3
2025-08-20T21:34:51.1401467Z [00:01:42.391]➜    Downloaded static_assertions v1.1.0
2025-08-20T21:34:51.1422925Z [00:01:42.393]➜    Downloaded signal-hook-mio v0.2.4
2025-08-20T21:34:51.1440728Z [00:01:42.394]➜    Downloaded pkg-config v0.3.32
2025-08-20T21:34:51.1463514Z [00:01:42.397]➜    Downloaded litrs v0.4.1
2025-08-20T21:34:51.1500931Z [00:01:42.400]➜    Downloaded derive_more v2.0.1
2025-08-20T21:34:51.1656534Z [00:01:42.416]➜    Downloaded strum_macros v0.26.4
2025-08-20T21:34:51.1689588Z [00:01:42.419]➜    Downloaded signal-hook v0.3.18
2025-08-20T21:34:51.1731822Z [00:01:42.424]➜    Downloaded serde_derive v1.0.219
2025-08-20T21:34:51.1767326Z [00:01:42.427]➜    Downloaded scopeguard v1.2.0
2025-08-20T21:34:51.1786243Z [00:01:42.429]➜    Downloaded quote v1.0.40
2025-08-20T21:34:51.1823763Z [00:01:42.433]➜    Downloaded memchr v2.7.4
2025-08-20T21:34:51.1897735Z [00:01:42.440]➜    Downloaded env_filter v0.1.3
2025-08-20T21:34:51.1919453Z [00:01:42.442]➜    Downloaded hashbrown v0.15.3
2025-08-20T21:34:51.1986135Z [00:01:42.449]➜    Downloaded copypasta-ext v0.4.4
2025-08-20T21:34:51.2005963Z [00:01:42.451]➜    Downloaded scoped-tls v1.0.1
2025-08-20T21:34:51.2020565Z [00:01:42.452]➜    Downloaded ryu v1.0.20
2025-08-20T21:34:51.2065862Z [00:01:42.457]➜    Downloaded paste v1.0.15
2025-08-20T21:34:51.2113926Z [00:01:42.462]➜    Downloaded object v0.36.7
2025-08-20T21:34:51.2255199Z [00:01:42.476]➜    Downloaded nix v0.24.3
2025-08-20T21:34:51.2385842Z [00:01:42.489]➜    Downloaded heck v0.5.0
2025-08-20T21:34:51.2404842Z [00:01:42.491]➜    Downloaded downcast-rs v1.2.1
2025-08-20T21:34:51.2424108Z [00:01:42.493]➜    Downloaded darling_core v0.20.11
2025-08-20T21:34:51.2506481Z [00:01:42.501]➜    Downloaded compact_str v0.8.1
2025-08-20T21:34:51.2550576Z [00:01:42.505]➜    Downloaded clap_builder v4.5.44
2025-08-20T21:34:51.2638757Z [00:01:42.514]➜    Downloaded mio v1.0.3
2025-08-20T21:34:51.2718198Z [00:01:42.522]➜    Downloaded jiff v0.2.14
2025-08-20T21:34:51.2909797Z [00:01:42.541]➜    Downloaded generic-array v0.14.7
2025-08-20T21:34:51.2929716Z [00:01:42.543]➜    Downloaded crossterm v0.29.0
2025-08-20T21:34:51.3024073Z [00:01:42.553]➜    Downloaded libloading v0.8.7
2025-08-20T21:34:51.3056545Z [00:01:42.556]➜    Downloaded indoc v2.0.6
2025-08-20T21:34:51.3097880Z [00:01:42.560]➜    Downloaded chrono v0.4.41
2025-08-20T21:34:51.3187193Z [00:01:42.569]➜    Downloaded better-panic v0.3.0
2025-08-20T21:34:51.3234959Z [00:01:42.574]➜    Downloaded env_logger v0.11.8
2025-08-20T21:34:51.3271498Z [00:01:42.578]➜    Downloaded crossterm v0.28.1
2025-08-20T21:34:51.3367897Z [00:01:42.587]➜    Downloaded cfg-expr v0.15.8
2025-08-20T21:34:51.3408476Z [00:01:42.591]➜    Downloaded ratatui-splash-screen v0.1.4
2025-08-20T21:34:51.3434949Z [00:01:42.594]➜    Downloaded parking_lot v0.12.3
2025-08-20T21:34:51.3468503Z [00:01:42.597]➜    Downloaded num-traits v0.2.19
2025-08-20T21:34:51.3504498Z [00:01:42.601]➜    Downloaded itoa v1.0.15
2025-08-20T21:34:51.3524629Z [00:01:42.603]➜    Downloaded iana-time-zone v0.1.63
2025-08-20T21:34:51.3563931Z [00:01:42.607]➜    Downloaded linux-raw-sys v0.4.15
2025-08-20T21:34:51.4133899Z [00:01:42.664]➜    Downloaded gpg-error v0.6.2
2025-08-20T21:34:51.4164771Z [00:01:42.667]➜    Downloaded gethostname v0.2.3
2025-08-20T21:34:51.4181442Z [00:01:42.669]➜    Downloaded fdeflate v0.3.7
2025-08-20T21:34:51.4204974Z [00:01:42.671]➜    Downloaded dirs-sys-next v0.1.2
2025-08-20T21:34:51.4219034Z [00:01:42.672]➜    Downloaded derive_more-impl v2.0.1
2025-08-20T21:34:51.4285716Z [00:01:42.679]➜    Downloaded clap_complete v4.5.57
2025-08-20T21:34:51.4327353Z [00:01:42.683]➜    Downloaded lru v0.12.5
2025-08-20T21:34:51.4343689Z [00:01:42.685]➜    Downloaded lock_api v0.4.12
2025-08-20T21:34:51.4362558Z [00:01:42.687]➜    Downloaded home v0.5.11
2025-08-20T21:34:51.4376988Z [00:01:42.688]➜    Downloaded fnv v1.0.7
2025-08-20T21:34:51.4390308Z [00:01:42.689]➜    Downloaded either v1.15.0
2025-08-20T21:34:51.4413992Z [00:01:42.692]➜    Downloaded digest v0.10.7
2025-08-20T21:34:51.4445421Z [00:01:42.695]➜    Downloaded instability v0.3.7
2025-08-20T21:34:51.4470331Z [00:01:42.697]➜    Downloaded document-features v0.2.11
2025-08-20T21:34:51.4490391Z [00:01:42.699]➜    Downloaded crc32fast v1.4.2
2025-08-20T21:34:51.4515478Z [00:01:42.702]➜    Downloaded cpufeatures v0.2.17
2025-08-20T21:34:51.4538837Z [00:01:42.704]➜    Downloaded clap_lex v0.7.4
2025-08-20T21:34:51.4555139Z [00:01:42.706]➜    Downloaded bitflags v1.3.2
2025-08-20T21:34:51.4601544Z [00:01:42.711]➜    Downloaded log v0.4.27
2025-08-20T21:34:51.4635199Z [00:01:42.714]➜    Downloaded gpgme-sys v0.11.0
2025-08-20T21:34:51.4649098Z [00:01:42.715]➜    Downloaded crypto-common v0.1.6
2025-08-20T21:34:51.4661986Z [00:01:42.717]➜    Downloaded copypasta v0.8.2
2025-08-20T21:34:51.4689464Z [00:01:42.719]➜    Downloaded convert_case v0.7.1
2025-08-20T21:34:51.4711766Z [00:01:42.722]➜    Downloaded colorchoice v1.0.3
2025-08-20T21:34:51.4727140Z [00:01:42.723]➜    Downloaded dirs-next v2.0.0
2025-08-20T21:34:51.4743156Z [00:01:42.725]➜    Downloaded clap v4.5.45
2025-08-20T21:34:51.4874828Z [00:01:42.738]➜    Downloaded lazy_static v1.5.0
2025-08-20T21:34:51.4901372Z [00:01:42.741]➜    Downloaded hex v0.4.3
2025-08-20T21:34:51.4924466Z [00:01:42.743]➜    Downloaded bytes v1.10.1
2025-08-20T21:34:51.4980833Z [00:01:42.748]➜    Downloaded block-buffer v0.10.4
2025-08-20T21:34:51.4995850Z [00:01:42.750]➜    Downloaded dirs-sys v0.5.0
2025-08-20T21:34:51.5012501Z [00:01:42.752]➜    Downloaded darling_macro v0.20.11
2025-08-20T21:34:51.5024421Z [00:01:42.753]➜    Downloaded darling v0.20.11
2025-08-20T21:34:51.5094982Z [00:01:42.760]➜    Downloaded custom_derive v0.1.7
2025-08-20T21:34:51.5111322Z [00:01:42.762]➜    Downloaded cstr-argument v0.1.2
2025-08-20T21:34:51.5124631Z [00:01:42.763]➜    Downloaded console v0.15.11
2025-08-20T21:34:51.5165908Z [00:01:42.767]➜    Downloaded bitflags v2.9.1
2025-08-20T21:34:51.5235218Z [00:01:42.774]➜    Downloaded backtrace v0.3.75
2025-08-20T21:34:51.5307668Z [00:01:42.781]➜    Downloaded foldhash v0.1.5
2025-08-20T21:34:51.5325171Z [00:01:42.783]➜    Downloaded dirs v6.0.0
2025-08-20T21:34:51.5343938Z [00:01:42.785]➜    Downloaded conv v0.3.3
2025-08-20T21:34:51.5368678Z [00:01:42.787]➜    Downloaded castaway v0.2.3
2025-08-20T21:34:51.5388094Z [00:01:42.789]➜    Downloaded cassowary v0.3.0
2025-08-20T21:34:51.5407753Z [00:01:42.791]➜    Downloaded bytemuck v1.23.0
2025-08-20T21:34:51.5450668Z [00:01:42.795]➜    Downloaded colorsys v0.7.0
2025-08-20T21:34:51.5501607Z [00:01:42.801]➜    Downloaded clap_derive v4.5.45
2025-08-20T21:34:51.5533700Z [00:01:42.804]➜    Downloaded cfg-if v1.0.0
2025-08-20T21:34:51.5549209Z [00:01:42.805]➜    Downloaded byteorder v1.5.0
2025-08-20T21:34:51.5572751Z [00:01:42.808]➜    Downloaded build-rs v0.1.2
2025-08-20T21:34:51.5586566Z [00:01:42.809]➜    Downloaded aho-corasick v1.1.3
2025-08-20T21:34:51.5656037Z [00:01:42.816]➜    Downloaded allocator-api2 v0.2.21
2025-08-20T21:34:51.5689526Z [00:01:42.819]➜    Downloaded anstream v0.6.18
2025-08-20T21:34:51.5722952Z [00:01:42.823]➜    Downloaded anstyle v1.0.10
2025-08-20T21:34:51.5806097Z [00:01:42.831]➜    Downloaded tui-logger v0.17.3
2025-08-20T21:34:51.7074136Z [00:01:42.957]➜     Compiling proc-macro2 v1.0.95
2025-08-20T21:34:51.7074904Z [00:01:42.958]➜     Compiling unicode-ident v1.0.18
2025-08-20T21:34:51.7075462Z [00:01:42.958]➜     Compiling libc v0.2.172
2025-08-20T21:34:51.7075951Z [00:01:42.958]➜     Compiling cfg-if v1.0.0
2025-08-20T21:34:51.7079051Z [00:01:42.958]➜     Compiling autocfg v1.4.0
2025-08-20T21:34:51.7084312Z [00:01:42.958]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=245e6a93f6b40ddf -C extra-filename=-2421a0f2da2ad232 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:51.7093059Z [00:01:42.958]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cecc13813391610d -C extra-filename=-8322841390b1e4cb --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:51.7101640Z [00:01:42.958]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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="extra_traits"' --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=92bc2f048ee11796 -C extra-filename=-58bfd042d5b195b0 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:51.7125930Z [00:01:42.962]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d53c5f606114e86 -C extra-filename=-48aa38da72696c47 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:51.7163903Z [00:01:42.962]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=7585621120af5767 -C extra-filename=-ad922fe68dc3537f --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:34:51.8412141Z [00:01:43.091]➜     Compiling pkg-config v0.3.32
2025-08-20T21:34:51.8420493Z [00:01:43.092]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pkg_config --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9aedcadf70f4b35 -C extra-filename=-0923ccadfac496a3 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:51.9762840Z [00:01:43.226]➜     Compiling serde v1.0.219
2025-08-20T21:34:51.9801145Z [00:01:43.230]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b4d57878326094bd -C extra-filename=-1108bd03bb6c3137 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:52.5005211Z [00:01:43.749]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build`
2025-08-20T21:34:52.5060660Z [00:01:43.756]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build`
2025-08-20T21:34:52.5090205Z [00:01:43.759]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build-script-build`
2025-08-20T21:34:52.5453272Z [00:01:43.794]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="extra_traits"' --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=3f0244c653996313 -C extra-filename=-f3fdeabbd84fa70c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(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(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T21:34:52.5492461Z [00:01:43.799]➜     Compiling heck v0.5.0
2025-08-20T21:34:52.5528289Z [00:01:43.803]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=141ad55907a35d9d -C extra-filename=-cb7f72c37e5a2d54 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:52.6140330Z [00:01:43.864]➜     Compiling bitflags v1.3.2
2025-08-20T21:34:52.6155612Z [00:01:43.865]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=cb9b28714061ea88 -C extra-filename=-e4638d9ba5deda4a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:34:52.6780320Z [00:01:43.928]➜     Compiling smallvec v1.15.0
2025-08-20T21:34:52.6797547Z [00:01:43.929]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "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=d045db0620a6aa6a -C extra-filename=-f5cf738d4bc049da --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:34:52.7075629Z [00:01:43.957]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bfeaf4742d455960 -C extra-filename=-65ce8afc9976ae3d --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T21:34:52.9566497Z [00:01:44.206]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=67c2003ee1596c4a -C extra-filename=-73a4cd4857c66ddd --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:53.0390894Z [00:01:44.289]➜     Compiling memoffset v0.6.5
2025-08-20T21:34:53.0424472Z [00:01:44.292]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.6.5/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const"))' -C metadata=36c397091520dd79 -C extra-filename=-a398288792a86721 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-a398288792a86721 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-20T21:34:53.2125472Z [00:01:44.463]➜     Compiling memchr v2.7.4
2025-08-20T21:34:53.2139617Z [00:01:44.463]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=675cde4c35d51458 -C extra-filename=-af737d3bb6c5afa3 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:34:53.3643382Z [00:01:44.613]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-a398288792a86721/build-script-build`
2025-08-20T21:34:53.3977425Z [00:01:44.648]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build-script-build`
2025-08-20T21:34:53.4366464Z [00:01:44.686]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=dd0ee6b6ab77a67d -C extra-filename=-63d291a7051ab72e --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T21:34:53.4946847Z [00:01:44.745]➜     Compiling log v0.4.27
2025-08-20T21:34:53.4960141Z [00:01:44.745]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=e644b7c2f16baf1f -C extra-filename=-29e5a38bab2fe1ed --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:34:53.9005374Z [00:01:45.151]➜     Compiling quote v1.0.40
2025-08-20T21:34:53.9012973Z [00:01:45.151]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=420231caaa680d4d -C extra-filename=-98dfd98fd01d9485 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --cap-lints allow`
2025-08-20T21:34:54.5133680Z [00:01:45.763]➜     Compiling syn v2.0.101
2025-08-20T21:34:54.5147666Z [00:01:45.764]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.101/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=5673b016fd9a7742 -C extra-filename=-11d2e99a3458130c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern unicode_ident=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T21:34:54.5560076Z [00:01:45.805]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memoffset --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const"))' -C metadata=c6221c125d778a13 -C extra-filename=-a7de98d760ff9578 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
2025-08-20T21:34:54.6297439Z [00:01:45.880]➜     Compiling target-lexicon v0.12.16
2025-08-20T21:34:54.6308117Z [00:01:45.881]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.16/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=6d145b542124206a -C extra-filename=-e27e262c33a22def --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-e27e262c33a22def -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:55.6916124Z [00:01:46.942]➜     Compiling equivalent v1.0.2
2025-08-20T21:34:55.6984542Z [00:01:46.948]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2242642853b4f870 -C extra-filename=-d4141b76549b3f53 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:55.7658056Z [00:01:47.016]➜     Compiling xml-rs v0.8.26
2025-08-20T21:34:55.7667548Z [00:01:47.017]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name xml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xml-rs-0.8.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acc5f5972b8a7167 -C extra-filename=-fdb2d0bb061687fe --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:55.7893944Z [00:01:47.039]➜     Compiling hashbrown v0.15.3
2025-08-20T21:34:55.7903841Z [00:01:47.040]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d934c4ace9c398ed -C extra-filename=-730ed2fc26f14994 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:34:57.3679427Z [00:01:48.618]➜     Compiling indexmap v2.9.0
2025-08-20T21:34:57.3691049Z [00:01:48.619]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.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=8e6046a10fe5ab70 -C extra-filename=-7ef918fb3ed16071 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rmeta --extern hashbrown=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libhashbrown-730ed2fc26f14994.rmeta --cap-lints allow`
2025-08-20T21:34:57.8717590Z [00:01:49.122]➜     Compiling wayland-scanner v0.29.5
2025-08-20T21:34:57.8745318Z [00:01:49.124]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name wayland_scanner --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.29.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=a173f817a3915fc7 -C extra-filename=-e13fcabc668e06a2 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern xml=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libxml-fdb2d0bb061687fe.rmeta --cap-lints allow`
2025-08-20T21:34:58.4617685Z [00:01:49.712]➜     Compiling nix v0.24.3
2025-08-20T21:34:58.4646086Z [00:01:49.713]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=3431e3810c82352c -C extra-filename=-4fe298af8c276e40 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern cfg_if=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern memoffset=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-a7de98d760ff9578.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:34:59.2200779Z [00:01:50.470]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-e27e262c33a22def/build-script-build`
2025-08-20T21:34:59.2835793Z [00:01:50.534]➜     Compiling winnow v0.7.10
2025-08-20T21:34:59.2863920Z [00:01:50.535]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.10/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=02f508f42d4fb6c2 -C extra-filename=-121109b6b07699c3 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:00.5035029Z [00:01:51.754]➜     Compiling serde_spanned v0.6.9
2025-08-20T21:35:00.5062937Z [00:01:51.754]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_spanned --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.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 --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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0aeef625a5401e25 -C extra-filename=-b7a409f6621154d3 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde-63d291a7051ab72e.rmeta --cap-lints allow`
2025-08-20T21:35:00.6212963Z [00:01:51.871]➜     Compiling toml_datetime v0.6.11
2025-08-20T21:35:00.6250520Z [00:01:51.873]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=120f524c6f39c603 -C extra-filename=-28bd6f6c27390437 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde-63d291a7051ab72e.rmeta --cap-lints allow`
2025-08-20T21:35:00.6668626Z [00:01:51.917]➜     Compiling once_cell v1.21.3
2025-08-20T21:35:00.6680167Z [00:01:51.917]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=bce33c01a6cb76d5 -C extra-filename=-dd9ea91bb2029276 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:01.1493750Z [00:01:52.399]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name target_lexicon --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=ef0974439ca76022 -C extra-filename=-fc24abe9c83f93b8 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow --cfg 'feature="rust_1_40"'`
2025-08-20T21:35:01.1940436Z [00:01:52.444]➜     Compiling wayland-sys v0.29.5
2025-08-20T21:35:01.1966028Z [00:01:52.446]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-sys-0.29.5/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="dlib"' --cfg 'feature="dlopen"' --cfg 'feature="lazy_static"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "cursor", "dlib", "dlopen", "egl", "lazy_static", "libc", "memoffset", "server"))' -C metadata=e62b35733e1c93c6 -C extra-filename=-a3973c77950f6a59 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-sys-a3973c77950f6a59 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern pkg_config=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib --cap-lints allow`
2025-08-20T21:35:01.7909930Z [00:01:53.041]➜     Compiling libloading v0.8.7
2025-08-20T21:35:01.7937816Z [00:01:53.043]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libloading --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-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 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=093789058ce604d0 -C extra-filename=-1bda9b4b309ea7dd --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:01.8125060Z [00:01:53.063]➜     Compiling lazy_static v1.5.0
2025-08-20T21:35:01.8139879Z [00:01:53.064]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=3919997bb4d1f014 -C extra-filename=-99879f58e510182a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:01.9106676Z [00:01:53.160]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.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("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=a6fc679478361bd7 -C extra-filename=-353a22c3a3ca83eb --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:02.2166555Z [00:01:53.467]➜     Compiling dlib v0.5.2
2025-08-20T21:35:02.2183030Z [00:01:53.468]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dlib --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlib-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6714e14f2e17f599 -C extra-filename=-3b01cf794af61427 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libloading=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibloading-1bda9b4b309ea7dd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:02.4270689Z [00:01:53.677]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-sys-a3973c77950f6a59/build-script-build`
2025-08-20T21:35:02.4375866Z [00:01:53.688]➜     Compiling cfg-expr v0.15.8
2025-08-20T21:35:02.4393130Z [00:01:53.689]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_expr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=29188675556d5e6c -C extra-filename=-a3631780077fdbcc --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern smallvec=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsmallvec-353a22c3a3ca83eb.rmeta --extern target_lexicon=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtarget_lexicon-fc24abe9c83f93b8.rmeta --cap-lints allow`
2025-08-20T21:35:02.4934506Z [00:01:53.744]➜     Compiling typenum v1.18.0
2025-08-20T21:35:02.4947802Z [00:01:53.745]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=837c59055144195d -C extra-filename=-c623553def1a648c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/typenum-c623553def1a648c -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:03.1037715Z [00:01:54.354]➜     Compiling version_check v0.9.5
2025-08-20T21:35:03.1050471Z [00:01:54.355]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fc95318945c36ea -C extra-filename=-b345fafeaee8454c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:03.6586986Z [00:01:54.909]➜     Compiling rustversion v1.0.21
2025-08-20T21:35:03.6602663Z [00:01:54.910]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.21/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1257da59cb326f9 -C extra-filename=-417d4a5bf3ade4c3 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:03.9145771Z [00:01:55.165]➜     Compiling toml_edit v0.22.27
2025-08-20T21:35:03.9198142Z [00:01:55.166]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_edit --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=6c012b2cf8e4904d -C extra-filename=-e9ab04fa5a7a6455 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libindexmap-7ef918fb3ed16071.rmeta --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde-63d291a7051ab72e.rmeta --extern serde_spanned=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde_spanned-b7a409f6621154d3.rmeta --extern toml_datetime=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_datetime-28bd6f6c27390437.rmeta --extern winnow=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwinnow-121109b6b07699c3.rmeta --cap-lints allow`
2025-08-20T21:35:04.0576397Z [00:01:55.308]➜     Compiling version-compare v0.2.0
2025-08-20T21:35:04.0586278Z [00:01:55.308]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name version_compare --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version-compare-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82e23c4cdb258079 -C extra-filename=-27e4caca2929cd32 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:04.2416716Z [00:01:55.492]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build-script-build`
2025-08-20T21:35:04.2775897Z [00:01:55.528]➜     Compiling generic-array v0.14.7
2025-08-20T21:35:04.2789943Z [00:01:55.529]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=1b1e2ba818ee0bcf -C extra-filename=-541be1d3b31ca986 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T21:35:04.4567862Z [00:01:55.707]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build`
2025-08-20T21:35:04.4813940Z [00:01:55.731]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name wayland_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-sys-0.29.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="client"' --cfg 'feature="dlib"' --cfg 'feature="dlopen"' --cfg 'feature="lazy_static"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "cursor", "dlib", "dlopen", "egl", "lazy_static", "libc", "memoffset", "server"))' -C metadata=bb3bcdcd8e38f1ef -C extra-filename=-65cac8f55038d2c8 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern dlib=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdlib-3b01cf794af61427.rmeta --extern lazy_static=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:04.6125433Z [00:01:55.863]➜     Compiling wayland-client v0.29.5
2025-08-20T21:35:04.6137994Z [00:01:55.863]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.29.5/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="dlopen"' --cfg 'feature="scoped-tls"' --cfg 'feature="use_system_lib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dlopen", "scoped-tls", "use_system_lib"))' -C metadata=01499177d256d0b1 -C extra-filename=-8b615d24cfb21a94 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-client-8b615d24cfb21a94 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern wayland_scanner=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwayland_scanner-e13fcabc668e06a2.rlib --cap-lints allow`
2025-08-20T21:35:05.5052110Z [00:01:56.755]➜     Compiling lock_api v0.4.12
2025-08-20T21:35:05.5069766Z [00:01:56.756]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=d00a475af4416568 -C extra-filename=-716af1141cc35f0a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-20T21:35:05.6270777Z [00:01:56.877]➜     Compiling simd-adler32 v0.3.7
2025-08-20T21:35:05.6283126Z [00:01:56.878]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name simd_adler32 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="const-generics"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=0f3f52e8c1b8fac3 -C extra-filename=-b0f0af0960ffa0e9 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:05.9028275Z [00:01:57.153]➜     Compiling parking_lot_core v0.9.10
2025-08-20T21:35:05.9040443Z [00:01:57.154]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e0c14aaa81846915 -C extra-filename=-fccac97e9e7e581c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:06.1467621Z [00:01:57.397]➜     Compiling signal-hook v0.3.18
2025-08-20T21:35:06.1478727Z [00:01:57.398]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=9c718aeb2e4704de -C extra-filename=-e9753c9fcdca61cc --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:06.3676071Z [00:01:57.618]➜     Compiling rustix v0.38.44
2025-08-20T21:35:06.3692991Z [00:01:57.618]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e63900541c9f3330 -C extra-filename=-de9a65d59c07bc8d --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-de9a65d59c07bc8d -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:06.4470530Z [00:01:57.697]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build`
2025-08-20T21:35:06.4589875Z [00:01:57.709]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build-script-build`
2025-08-20T21:35:06.4657526Z [00:01:57.716]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build`
2025-08-20T21:35:06.5895062Z [00:01:57.840]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-client-8b615d24cfb21a94/build-script-build`
2025-08-20T21:35:07.0751676Z [00:01:58.325]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-de9a65d59c07bc8d/build-script-build`
2025-08-20T21:35:07.1726901Z [00:01:58.423]➜     Compiling wayland-commons v0.29.5
2025-08-20T21:35:07.1749728Z [00:01:58.424]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name wayland_commons --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-commons-0.29.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce4540724624fb2 -C extra-filename=-2054c11218bc34c9 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern nix=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4fe298af8c276e40.rmeta --extern once_cell=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern smallvec=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rmeta --extern wayland_sys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_sys-65cac8f55038d2c8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:07.7981651Z [00:01:59.048]➜     Compiling serde_derive v1.0.219
2025-08-20T21:35:07.7990300Z [00:01:59.049]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_derive --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=4ca319d4f0d01387 -C extra-filename=-9060010e43ca94a1 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:35:07.9750249Z [00:01:59.225]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build-script-build`
2025-08-20T21:35:08.0468369Z [00:01:59.296]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=c1a88aa4bce3ea42 -C extra-filename=-1c717d5d4fdd7665 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:08.2403912Z [00:01:59.491]➜     Compiling toml v0.8.23
2025-08-20T21:35:08.2429019Z [00:01:59.491]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/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", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=68663089463b642f -C extra-filename=-8820011982e39b15 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde-63d291a7051ab72e.rmeta --extern serde_spanned=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde_spanned-b7a409f6621154d3.rmeta --extern toml_datetime=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_datetime-28bd6f6c27390437.rmeta --extern toml_edit=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_edit-e9ab04fa5a7a6455.rmeta --cap-lints allow`
2025-08-20T21:35:09.4121821Z [00:02:00.662]➜     Compiling system-deps v6.2.2
2025-08-20T21:35:09.4130300Z [00:02:00.662]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name system_deps --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/system-deps-6.2.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=16b197bedfdf361a -C extra-filename=-d06e66bdf236d65e --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern cfg_expr=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libcfg_expr-a3631780077fdbcc.rmeta --extern heck=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta --extern pkg_config=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rmeta --extern toml=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml-8820011982e39b15.rmeta --extern version_compare=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libversion_compare-27e4caca2929cd32.rmeta --cap-lints allow`
2025-08-20T21:35:09.5072139Z [00:02:00.757]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustversion --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61a919cc7f30b2ca -C extra-filename=-a291dd095d8cbcc8 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
2025-08-20T21:35:09.6435100Z [00:02:00.892]➜     Compiling signal-hook-registry v1.4.5
2025-08-20T21:35:09.6490641Z [00:02:00.898]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d23ca0e921b90ca -C extra-filename=-fefeaecc69f23968 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:10.6422981Z [00:02:01.893]➜     Compiling scoped-tls v1.0.1
2025-08-20T21:35:10.6441952Z [00:02:01.894]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name scoped_tls --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scoped-tls-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb9ba6a792fe5e5b -C extra-filename=-bcae9db99793ccd0 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:10.6707125Z [00:02:01.921]➜     Compiling build-rs v0.1.2
2025-08-20T21:35:10.6716116Z [00:02:01.921]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/build-rs-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45d0233839c35c65 -C extra-filename=-f082e6b995dbe54d --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:10.7645616Z [00:02:02.015]➜     Compiling either v1.15.0
2025-08-20T21:35:10.7666735Z [00:02:02.016]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name either --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=f37c483a2285ee25 -C extra-filename=-be038536a7e6d4e8 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:10.9880980Z [00:02:02.238]➜     Compiling rustix v1.0.7
2025-08-20T21:35:10.9901792Z [00:02:02.239]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6c59b34d8fb284a3 -C extra-filename=-d7ce86174d8421a0 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-d7ce86174d8421a0 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:11.2150278Z [00:02:02.465]➜     Compiling scopeguard v1.2.0
2025-08-20T21:35:11.2163559Z [00:02:02.466]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name scopeguard --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=72b18601c633bc5d -C extra-filename=-fca9edb259fbe444 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:11.3282546Z [00:02:02.579]➜     Compiling strsim v0.11.1
2025-08-20T21:35:11.3294495Z [00:02:02.579]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=119b363a1275ce2e -C extra-filename=-84f0717c62433628 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:11.3786974Z [00:02:02.629]➜     Compiling downcast-rs v1.2.1
2025-08-20T21:35:11.3800080Z [00:02:02.629]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name downcast_rs --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e077da697ce6bb75 -C extra-filename=-756584ab5d07f618 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:11.4134795Z [00:02:02.664]➜     Compiling linux-raw-sys v0.4.15
2025-08-20T21:35:11.4146531Z [00:02:02.664]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=082abfc1c0a3cff5 -C extra-filename=-4311d095e009335b --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:11.4975925Z [00:02:02.748]➜     Compiling adler2 v2.0.0
2025-08-20T21:35:11.4990672Z [00:02:02.748]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name adler2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=f775f0a70a9cf07f -C extra-filename=-f6abfeb5c073bc13 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:11.5408637Z [00:02:02.791]➜     Compiling fnv v1.0.7
2025-08-20T21:35:11.5416758Z [00:02:02.791]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fnv --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=a6a136c6acb1ea77 -C extra-filename=-a8418bfb88adc510 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:11.6641899Z [00:02:02.914]➜     Compiling ident_case v1.0.1
2025-08-20T21:35:11.6646689Z [00:02:02.914]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ident_case --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=549c7f8ad82c3981 -C extra-filename=-3db5b009047a955a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:11.7134651Z [00:02:02.964]➜     Compiling miniz_oxide v0.8.8
2025-08-20T21:35:11.7174656Z [00:02:02.965]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name miniz_oxide --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "compiler_builtins", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=df190b4888528e51 -C extra-filename=-477e4bc5c0adf82c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rmeta --extern simd_adler32=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:11.8094756Z [00:02:03.059]➜     Compiling darling_core v0.20.11
2025-08-20T21:35:11.8107427Z [00:02:03.060]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name darling_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.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 -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=7dfbb8d00246f212 -C extra-filename=-19ca791aeb7d3ad7 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern fnv=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libfnv-a8418bfb88adc510.rmeta --extern ident_case=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libident_case-3db5b009047a955a.rmeta --extern proc_macro2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern strsim=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libstrsim-84f0717c62433628.rmeta --extern syn=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rmeta --cap-lints allow`
2025-08-20T21:35:11.9275497Z [00:02:03.176]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-d7ce86174d8421a0/build-script-build`
2025-08-20T21:35:12.0710393Z [00:02:03.320]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name wayland_client --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.29.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="dlopen"' --cfg 'feature="scoped-tls"' --cfg 'feature="use_system_lib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dlopen", "scoped-tls", "use_system_lib"))' -C metadata=a78f979d6904ffca -C extra-filename=-443c272caab08de4 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern downcast_rs=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdowncast_rs-756584ab5d07f618.rmeta --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern nix=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4fe298af8c276e40.rmeta --extern scoped_tls=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscoped_tls-bcae9db99793ccd0.rmeta --extern wayland_commons=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_commons-2054c11218bc34c9.rmeta --extern wayland_sys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_sys-65cac8f55038d2c8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:12.8328036Z [00:02:04.083]➜     Compiling libgpg-error-sys v0.6.2
2025-08-20T21:35:12.8338119Z [00:02:04.083]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgpg-error-sys-0.6.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("windows_raw_dylib"))' -C metadata=e38fefe908c92967 -C extra-filename=-8b8a654e1c4ee44a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libgpg-error-sys-8b8a654e1c4ee44a -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern build=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libbuild-f082e6b995dbe54d.rlib --extern system_deps=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsystem_deps-d06e66bdf236d65e.rlib --cap-lints allow`
2025-08-20T21:35:13.6217281Z [00:02:04.871]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ae607d51b745d259 -C extra-filename=-96fa317258d3c23c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_const_fn_trait_bound`
2025-08-20T21:35:14.1633752Z [00:02:05.412]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=f70460c26904b057 -C extra-filename=-c24b20cf9c739962 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern signal_hook_registry=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-fefeaecc69f23968.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:14.2431668Z [00:02:05.492]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name generic_array --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=3470368e51fd1384 -C extra-filename=-08da0476db2bde36 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg relaxed_coherence`
2025-08-20T21:35:15.5588836Z [00:02:06.808]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=adf0e872c90ffecd -C extra-filename=-271f231dcf37d3cc --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern smallvec=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:16.0304541Z [00:02:07.279]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=aa4e4eea47937996 -C extra-filename=-dabdbcef990dce68 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde_derive-9060010e43ca94a1.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T21:35:16.1265780Z [00:02:07.375]➜     Compiling wayland-protocols v0.29.5
2025-08-20T21:35:16.1273883Z [00:02:07.376]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.29.5/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="unstable_protocols"' --cfg 'feature="wayland-client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "server", "staging_protocols", "unstable_protocols", "wayland-client", "wayland-server"))' -C metadata=2531ec24a404a77f -C extra-filename=-c8a0307f3d5360a3 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-protocols-c8a0307f3d5360a3 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern wayland_scanner=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwayland_scanner-e13fcabc668e06a2.rlib --cap-lints allow`
2025-08-20T21:35:16.3498895Z [00:02:07.600]➜     Compiling mio v1.0.3
2025-08-20T21:35:16.3514901Z [00:02:07.601]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=eaefd633e8f0db2d -C extra-filename=-c8fed610f44cf231 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern log=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:17.0534991Z [00:02:08.304]➜     Compiling num-traits v0.2.19
2025-08-20T21:35:17.0544305Z [00:02:08.304]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=555f030f6a632b5f -C extra-filename=-0833ae6ced55b796 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/num-traits-0833ae6ced55b796 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-20T21:35:17.4894107Z [00:02:08.740]➜     Compiling itoa v1.0.15
2025-08-20T21:35:17.4907140Z [00:02:08.740]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=581ced285c318958 -C extra-filename=-b2a72e844afe803f --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:17.6933154Z [00:02:08.943]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T21:35:17.6944312Z [00:02:08.943]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=67ac33a541050e49 -C extra-filename=-c647c5d8acd152ae --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:17.8872134Z [00:02:09.137]➜     Compiling utf8parse v0.2.2
2025-08-20T21:35:17.8884082Z [00:02:09.138]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=3e775ae4202c7734 -C extra-filename=-388405267e7821b8 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:18.0466638Z [00:02:09.297]➜     Compiling ryu v1.0.20
2025-08-20T21:35:18.0481914Z [00:02:09.298]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=8b565f5c1f240891 -C extra-filename=-5d7663d4e453975b --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:18.4436038Z [00:02:09.694]➜     Compiling anstyle-parse v0.2.6
2025-08-20T21:35:18.4462554Z [00:02:09.694]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=a26fefb9509ef7c6 -C extra-filename=-84b7b16131790355 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:18.8686637Z [00:02:10.119]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/num-traits-0833ae6ced55b796/build-script-build`
2025-08-20T21:35:19.0185264Z [00:02:10.269]➜     Compiling signal-hook-mio v0.2.4
2025-08-20T21:35:19.0236188Z [00:02:10.269]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook_mio --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=8f7317f8d4d0bd33 -C extra-filename=-8eb444c2ad08a160 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern mio_1_0=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c8fed610f44cf231.rmeta --extern signal_hook=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-c24b20cf9c739962.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:19.1166941Z [00:02:10.367]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-protocols-c8a0307f3d5360a3/build-script-build`
2025-08-20T21:35:19.1696465Z [00:02:10.420]➜     Compiling parking_lot v0.12.3
2025-08-20T21:35:19.1710673Z [00:02:10.420]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=902f585519ce3e95 -C extra-filename=-c5e2953ad94a6aa1 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rmeta --extern parking_lot_core=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-271f231dcf37d3cc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:19.2062008Z [00:02:10.456]➜     Compiling darling_macro v0.20.11
2025-08-20T21:35:19.2071963Z [00:02:10.457]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name darling_macro --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37b6e8902ef14fd5 -C extra-filename=-14ceded5f4f8fd2d --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern darling_core=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling_core-19ca791aeb7d3ad7.rlib --extern quote=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:35:19.3597819Z [00:02:10.610]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libgpg-error-sys-8b8a654e1c4ee44a/build-script-build`
2025-08-20T21:35:19.3863698Z [00:02:10.637]➜     Compiling aho-corasick v1.1.3
2025-08-20T21:35:19.3876361Z [00:02:10.637]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=a37eb4b0cc9abf74 -C extra-filename=-8ab7bce475b3df61 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:20.5525547Z [00:02:11.803]➜     Compiling smithay-client-toolkit v0.16.1
2025-08-20T21:35:20.5532738Z [00:02:11.803]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.16.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="dlopen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("calloop", "default", "dlopen"))' -C metadata=94176c6b16ac5822 -C extra-filename=-811ab101308789e2 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/smithay-client-toolkit-811ab101308789e2 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern pkg_config=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib --cap-lints allow`
2025-08-20T21:35:20.7783599Z [00:02:12.029]➜     Compiling regex-syntax v0.8.5
2025-08-20T21:35:20.7800761Z [00:02:12.030]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=8ffc94dcf98190e8 -C extra-filename=-a636499d6b59e980 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:20.9330255Z [00:02:12.183]➜     Compiling colorchoice v1.0.3
2025-08-20T21:35:20.9358031Z [00:02:12.184]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b53deb8e8365cf69 -C extra-filename=-9c0c5e2325c68bf1 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:21.1253044Z [00:02:12.376]➜     Compiling paste v1.0.15
2025-08-20T21:35:21.1260030Z [00:02:12.376]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d1f11120069c2b9 -C extra-filename=-45b89b0c69ba843d --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-45b89b0c69ba843d -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:21.7022408Z [00:02:12.952]➜     Compiling foldhash v0.1.5
2025-08-20T21:35:21.7046280Z [00:02:12.954]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name foldhash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1fc29dc9a3d285ea -C extra-filename=-2332ff3b8e67b3b0 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:22.0389600Z [00:02:13.289]➜     Compiling anstyle-query v1.1.2
2025-08-20T21:35:22.0433864Z [00:02:13.291]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2da9fc26301fad64 -C extra-filename=-51ee185e4c4ff5f7 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:22.2054557Z [00:02:13.456]➜     Compiling static_assertions v1.1.0
2025-08-20T21:35:22.2070412Z [00:02:13.457]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name static_assertions --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4f4e612983553063 -C extra-filename=-6c90c86964e12489 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:22.3179634Z [00:02:13.567]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d3382364af632f4 -C extra-filename=-00f80dfaddbea53e --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:22.4302711Z [00:02:13.680]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T21:35:22.4331502Z [00:02:13.681]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=4c8f6b5f464e66a0 -C extra-filename=-f03c0c3b7c68aa9a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:22.5069139Z [00:02:13.757]➜     Compiling anstyle v1.0.10
2025-08-20T21:35:22.5124267Z [00:02:13.758]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dee8ea37fc1f0ae4 -C extra-filename=-1f0bef145d35d1a2 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:23.0929187Z [00:02:14.343]➜     Compiling allocator-api2 v0.2.21
2025-08-20T21:35:23.0940066Z [00:02:14.343]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name allocator_api2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=bf212fd950d07092 -C extra-filename=-2a12531b87530519 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:23.5626309Z [00:02:14.813]➜     Compiling bitflags v2.9.1
2025-08-20T21:35:23.5638935Z [00:02:14.813]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=fe1d7be0c306060f -C extra-filename=-98cd4511d579a34f --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:24.0698017Z [00:02:15.318]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c9fef371ba74eb71 -C extra-filename=-2804340348623374 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-98cd4511d579a34f.rmeta --extern linux_raw_sys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4311d095e009335b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T21:35:24.0958529Z [00:02:15.343]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=63701edb140a4968 -C extra-filename=-146f8b270dbe8c66 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-98cd4511d579a34f.rmeta --extern linux_raw_sys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T21:35:26.9247095Z [00:02:18.175]➜     Compiling xcursor v0.3.8
2025-08-20T21:35:26.9262641Z [00:02:18.175]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name xcursor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xcursor-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fa1460180f00914 -C extra-filename=-757142fd6dd46b09 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:27.6548463Z [00:02:18.905]➜     Compiling wayland-cursor v0.29.5
2025-08-20T21:35:27.6563006Z [00:02:18.905]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name wayland_cursor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-cursor-0.29.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9befaf8703e214d5 -C extra-filename=-5e95b429b2aa4624 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern nix=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4fe298af8c276e40.rmeta --extern wayland_client=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_client-443c272caab08de4.rmeta --extern xcursor=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxcursor-757142fd6dd46b09.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:28.1880055Z [00:02:19.437]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=73517fcc94742ce0 -C extra-filename=-d4e03f0863191001 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern allocator_api2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-2a12531b87530519.rmeta --extern equivalent=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta --extern foldhash=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-2332ff3b8e67b3b0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:28.4210108Z [00:02:19.671]➜     Compiling regex-automata v0.4.9
2025-08-20T21:35:28.4236032Z [00:02:19.672]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="dfa-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"' --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=408c3cf7d06cdf7c -C extra-filename=-a11b56e28eb82443 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rmeta --extern memchr=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta --extern regex_syntax=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:28.7387315Z [00:02:19.989]➜     Compiling anstream v0.6.18
2025-08-20T21:35:28.7427914Z [00:02:19.990]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=a416aa1dca3b1a23 -C extra-filename=-3b02f3262b9455ba --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern anstyle_parse=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta --extern anstyle_query=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta --extern colorchoice=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta --extern is_terminal_polyfill=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:29.5898303Z [00:02:20.840]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build`
2025-08-20T21:35:29.6535682Z [00:02:20.904]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/smithay-client-toolkit-811ab101308789e2/build-script-build`
2025-08-20T21:35:29.6680790Z [00:02:20.918]➜     Compiling darling v0.20.11
2025-08-20T21:35:29.6690549Z [00:02:20.919]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name darling --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.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=unexpected_cfgs --check-cfg 'cfg(compiletests)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=c547e59536b7940b -C extra-filename=-3d4ceeb5276b90fd --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern darling_core=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling_core-19ca791aeb7d3ad7.rmeta --extern darling_macro=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling_macro-14ceded5f4f8fd2d.so --cap-lints allow`
2025-08-20T21:35:29.7925505Z [00:02:21.042]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_traits --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=30a59f1a2b9a65c0 -C extra-filename=-b129d758195ee30c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
2025-08-20T21:35:29.7976260Z [00:02:21.048]➜     Compiling block-buffer v0.10.4
2025-08-20T21:35:29.7987629Z [00:02:21.048]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name block_buffer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f65e8e6b64b269b8 -C extra-filename=-304c8186c073e4bf --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:30.1003715Z [00:02:21.351]➜     Compiling crypto-common v0.1.6
2025-08-20T21:35:30.1032787Z [00:02:21.351]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crypto_common --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=3979cad4e8285ccc -C extra-filename=-93b110292a34b275 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rmeta --extern typenum=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:30.2407395Z [00:02:21.491]➜     Compiling itertools v0.13.0
2025-08-20T21:35:30.2419661Z [00:02:21.491]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name itertools --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=1bdb6a64d10707b3 -C extra-filename=-59d670acec46ee3a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern either=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-be038536a7e6d4e8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:31.3662821Z [00:02:22.615]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name wayland_protocols --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.29.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="client"' --cfg 'feature="unstable_protocols"' --cfg 'feature="wayland-client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "server", "staging_protocols", "unstable_protocols", "wayland-client", "wayland-server"))' -C metadata=682e27d1824706c7 -C extra-filename=-f7f6158ab0b89913 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern wayland_client=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_client-443c272caab08de4.rmeta --extern wayland_commons=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_commons-2054c11218bc34c9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:32.1793674Z [00:02:23.429]➜     Compiling strum_macros v0.26.4
2025-08-20T21:35:32.1834017Z [00:02:23.430]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strum_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21feba439cb890aa -C extra-filename=-0fa328554661a6bb --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern rustversion=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so --extern syn=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:35:32.4640081Z [00:02:23.714]➜     Compiling castaway v0.2.3
2025-08-20T21:35:32.4652014Z [00:02:23.714]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name castaway --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=109510be27c71c0f -C extra-filename=-b68c22c71493611f --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern rustversion=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:32.6641501Z [00:02:23.914]➜     Compiling x11rb-protocol v0.10.0
2025-08-20T21:35:32.6654598Z [00:02:23.915]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name x11rb_protocol --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="nix"' --cfg 'feature="render"' --cfg 'feature="shape"' --cfg 'feature="std"' --cfg 'feature="xfixes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-extensions", "composite", "damage", "default", "dpms", "dri2", "dri3", "glx", "nix", "present", "randr", "record", "render", "res", "resource_manager", "screensaver", "serde", "shape", "shm", "std", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=e43dd60bab91055c -C extra-filename=-3ffd653777c0fb8d --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern nix=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4fe298af8c276e40.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:34.5555845Z [00:02:25.806]➜     Compiling memmap2 v0.5.10
2025-08-20T21:35:34.5566136Z [00:02:25.806]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memmap2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=c7d5559735b69990 -C extra-filename=-35da22119356ff16 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:34.9415171Z [00:02:26.192]➜     Compiling gethostname v0.2.3
2025-08-20T21:35:34.9427113Z [00:02:26.192]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gethostname --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acd7572488b597a7 -C extra-filename=-1cb3948224dd50ec --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:35.1868387Z [00:02:26.437]➜     Compiling crc32fast v1.4.2
2025-08-20T21:35:35.1878195Z [00:02:26.437]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crc32fast --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=789d7500722098ad -C extra-filename=-1658d1f1dbb6c99e --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:35.5944484Z [00:02:26.845]➜     Compiling object v0.36.7
2025-08-20T21:35:35.5985419Z [00:02:26.848]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=c3996519711ea627 -C extra-filename=-b6fab1d66f076159 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/object-b6fab1d66f076159 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:36.2383857Z [00:02:27.489]➜     Compiling unicode-width v0.1.14
2025-08-20T21:35:36.2394516Z [00:02:27.489]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=155a291dc398911b -C extra-filename=-5fa7a1d2395e6fb1 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:36.8593495Z [00:02:28.109]➜     Compiling unicode-segmentation v1.12.0
2025-08-20T21:35:36.8600494Z [00:02:28.110]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_segmentation --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=c63e359bdc7389ed -C extra-filename=-9ef60f77c2b57782 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:37.0494195Z [00:02:28.300]➜     Compiling indoc v2.0.6
2025-08-20T21:35:37.0506217Z [00:02:28.300]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name indoc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.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=e9d69ab14a09a29d -C extra-filename=-c47f93e31d250bef --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow`
2025-08-20T21:35:37.7774609Z [00:02:29.027]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_segmentation --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=2b2cfb5f23e9f9e5 -C extra-filename=-0bb23d4b5c482513 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:37.9173781Z [00:02:29.168]➜     Compiling instability v0.3.7
2025-08-20T21:35:37.9187793Z [00:02:29.168]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name instability --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.7/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=3f28b6803e4cef7d -C extra-filename=-10cd972bebd67524 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern darling=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling-3d4ceeb5276b90fd.rlib --extern indoc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libindoc-c47f93e31d250bef.so --extern proc_macro2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:35:39.1183241Z [00:02:30.369]➜     Compiling unicode-truncate v1.1.0
2025-08-20T21:35:39.1200439Z [00:02:30.369]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_truncate --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aafe2e45053f0626 -C extra-filename=-0ad5e416b73ceb1c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-59d670acec46ee3a.rmeta --extern unicode_segmentation=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta --extern unicode_width=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:39.3704425Z [00:02:30.621]➜     Compiling convert_case v0.7.1
2025-08-20T21:35:39.3720043Z [00:02:30.622]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name convert_case --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=5ea3022e950f9afd -C extra-filename=-3b4af8e6efd11cb7 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern unicode_segmentation=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_segmentation-9ef60f77c2b57782.rmeta --cap-lints allow`
2025-08-20T21:35:39.5766131Z [00:02:30.827]➜     Compiling strum v0.26.3
2025-08-20T21:35:39.5807555Z [00:02:30.830]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=a3a113601208f46f -C extra-filename=-ee9b707cb62d6c78 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libstrum_macros-0fa328554661a6bb.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:39.7721326Z [00:02:31.022]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build`
2025-08-20T21:35:39.8217996Z [00:02:31.072]➜     Compiling flate2 v1.1.1
2025-08-20T21:35:39.8233066Z [00:02:31.073]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name flate2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=64aa4ff781772fe6 -C extra-filename=-ffcaa81adf11fb71 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rmeta --extern miniz_oxide=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-477e4bc5c0adf82c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:40.3025990Z [00:02:31.553]➜     Compiling regex v1.11.1
2025-08-20T21:35:40.3043868Z [00:02:31.553]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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"' --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=f1755dd3b05222d4 -C extra-filename=-7d8d5a5392416a44 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rmeta --extern memchr=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta --extern regex_automata=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a11b56e28eb82443.rmeta --extern regex_syntax=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:40.7643203Z [00:02:32.014]➜     Compiling compact_str v0.8.1
2025-08-20T21:35:40.7661236Z [00:02:32.015]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name compact_str --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=4a14116cc9584906 -C extra-filename=-a3bbde06406720e4 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern castaway=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-b68c22c71493611f.rmeta --extern cfg_if=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern itoa=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern rustversion=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so --extern ryu=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta --extern static_assertions=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:42.0624633Z [00:02:33.311]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name smithay_client_toolkit --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-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 -C linker-plugin-lto --cfg 'feature="dlopen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("calloop", "default", "dlopen"))' -C metadata=528c0a0c978796b2 -C extra-filename=-b9cb860cfb645284 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern dlib=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdlib-3b01cf794af61427.rmeta --extern lazy_static=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta --extern log=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern memmap2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-35da22119356ff16.rmeta --extern nix=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4fe298af8c276e40.rmeta --extern wayland_client=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_client-443c272caab08de4.rmeta --extern wayland_cursor=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_cursor-5e95b429b2aa4624.rmeta --extern wayland_protocols=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_protocols-f7f6158ab0b89913.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:42.5464815Z [00:02:33.797]➜     Compiling digest v0.10.7
2025-08-20T21:35:42.5477974Z [00:02:33.797]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name digest --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=b815fb912c17965d -C extra-filename=-08570efda4d1abe8 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rmeta --extern crypto_common=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-93b110292a34b275.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:42.8426871Z [00:02:34.093]➜     Compiling crossterm v0.28.1
2025-08-20T21:35:42.8490237Z [00:02:34.098]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossterm --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=4a11669ce5a7ecf4 -C extra-filename=-3d25a45ea5dd8688 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-98cd4511d579a34f.rmeta --extern mio=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c8fed610f44cf231.rmeta --extern parking_lot=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5e2953ad94a6aa1.rmeta --extern rustix=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-2804340348623374.rmeta --extern signal_hook=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-c24b20cf9c739962.rmeta --extern signal_hook_mio=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-8eb444c2ad08a160.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:44.3703867Z [00:02:35.621]➜     Compiling lru v0.12.5
2025-08-20T21:35:44.3716592Z [00:02:35.621]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lru --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=7c8336b9ddf1792f -C extra-filename=-0ae9aaea910222a0 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-d4e03f0863191001.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:44.6520664Z [00:02:35.902]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name paste --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fecd906ec2d73907 -C extra-filename=-d4b21fc6492e3195 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
2025-08-20T21:35:45.8108416Z [00:02:37.061]➜     Compiling terminal_size v0.4.2
2025-08-20T21:35:45.8142809Z [00:02:37.062]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name terminal_size --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a59aab68fbeaac1e -C extra-filename=-0bc05f5e9efa1493 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-146f8b270dbe8c66.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:46.1233217Z [00:02:37.373]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libgpg_error_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgpg-error-sys-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("windows_raw_dylib"))' -C metadata=30d766aa4fc0c072 -C extra-filename=-a86d604c84d79915 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 gpg-error --cfg system_deps_have_gpg_error`
2025-08-20T21:35:46.4786903Z [00:02:37.729]➜     Compiling gpgme-sys v0.11.0
2025-08-20T21:35:46.4814389Z [00:02:37.731]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpgme-sys-0.11.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())' -C metadata=51ccaacd119bbfea -C extra-filename=-7a36c8ae2739f473 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/gpgme-sys-7a36c8ae2739f473 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern system_deps=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsystem_deps-d06e66bdf236d65e.rlib --cap-lints allow`
2025-08-20T21:35:47.0973380Z [00:02:38.348]➜     Compiling fdeflate v0.3.7
2025-08-20T21:35:47.0991678Z [00:02:38.349]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fdeflate --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fdeflate-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --allow=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6745f1da5670733 -C extra-filename=-92519916c6b189bc --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern simd_adler32=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:47.1961269Z [00:02:38.446]➜     Compiling memoffset v0.7.1
2025-08-20T21:35:47.1982566Z [00:02:38.448]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const"))' -C metadata=f1b9ee19ee365ef2 -C extra-filename=-488f7190e6ad3379 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-488f7190e6ad3379 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-20T21:35:47.6131581Z [00:02:38.863]➜     Compiling serde_json v1.0.140
2025-08-20T21:35:47.6141572Z [00:02:38.864]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=7cfbff5eeb6ab397 -C extra-filename=-6a3eb08bb9972734 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde_json-6a3eb08bb9972734 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:35:47.9266808Z [00:02:39.176]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0193e4c13a229f28 -C extra-filename=-0535910dc9036bf9 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:48.4815584Z [00:02:39.732]➜     Compiling unicode-width v0.2.0
2025-08-20T21:35:48.4877341Z [00:02:39.737]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=0cb4fcd04bbee119 -C extra-filename=-355d02a9b26506ec --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:49.0204606Z [00:02:40.271]➜     Compiling cassowary v0.3.0
2025-08-20T21:35:49.0232620Z [00:02:40.272]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cassowary --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82480504f2d262e7 -C extra-filename=-68668f9b523f8705 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:49.0616460Z [00:02:40.312]➜     Compiling zune-core v0.4.12
2025-08-20T21:35:49.0637094Z [00:02:40.313]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zune_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-core-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("log", "serde", "std"))' -C metadata=683a8416d9b1ae3b -C extra-filename=-e6fc3cb167da85a8 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:49.5007955Z [00:02:40.751]➜     Compiling clap_lex v0.7.4
2025-08-20T21:35:49.5030978Z [00:02:40.751]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b16da0b25eaa5905 -C extra-filename=-dcd7393b65521364 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:50.0447678Z [00:02:41.295]➜     Compiling option-ext v0.2.0
2025-08-20T21:35:50.0457819Z [00:02:41.295]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name option_ext --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9c60099ef7e8244 -C extra-filename=-dd7fd95bf387f8ef --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:50.1589944Z [00:02:41.409]➜     Compiling gimli v0.31.1
2025-08-20T21:35:50.1606588Z [00:02:41.410]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gimli --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=7230ed71a8ce42cd -C extra-filename=-3215ac086ee6ba72 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:50.9707475Z [00:02:42.221]➜     Compiling x11rb v0.10.1
2025-08-20T21:35:50.9731779Z [00:02:42.222]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name x11rb --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="render"' --cfg 'feature="shape"' --cfg 'feature="xfixes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-extensions", "allow-unsafe-code", "composite", "cursor", "damage", "dl-libxcb", "dpms", "dri2", "dri3", "glx", "image", "libc", "libloading", "once_cell", "present", "randr", "record", "render", "res", "resource_manager", "screensaver", "shape", "shm", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=dcf5261476bdff13 -C extra-filename=-b55518da97b809e8 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern gethostname=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgethostname-1cb3948224dd50ec.rmeta --extern nix=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4fe298af8c276e40.rmeta --extern x11rb_protocol=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11rb_protocol-3ffd653777c0fb8d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:53.2996060Z [00:02:44.550]➜     Compiling cpufeatures v0.2.17
2025-08-20T21:35:53.3026583Z [00:02:44.552]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cpufeatures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ab179cda7e5fec -C extra-filename=-78f285777fc6cffa --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:53.3790865Z [00:02:44.629]➜     Compiling sha2 v0.10.9
2025-08-20T21:35:53.3805581Z [00:02:44.630]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sha2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=db7da71f1869d465 -C extra-filename=-3079fab9365dbfbe --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern cpufeatures=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rmeta --extern digest=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:54.7859509Z [00:02:46.036]➜     Compiling x11-clipboard v0.7.1
2025-08-20T21:35:54.7925579Z [00:02:46.042]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name x11_clipboard --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-clipboard-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77d98e2728ec23ab -C extra-filename=-a217bdb48449bd8b --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern x11rb=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11rb-b55518da97b809e8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:55.0941446Z [00:02:46.344]➜     Compiling dirs-sys v0.5.0
2025-08-20T21:35:55.0955220Z [00:02:46.345]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dirs_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9129008d74ac6f77 -C extra-filename=-e8970ab1144ac618 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern option_ext=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:55.8177911Z [00:02:47.068]➜     Compiling clap_builder v4.5.44
2025-08-20T21:35:55.8232033Z [00:02:47.070]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --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=a4785cea88d41ad1 -C extra-filename=-ca2bfcfe674c0be2 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta --extern anstyle=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern clap_lex=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta --extern strsim=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta --extern terminal_size=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-0bc05f5e9efa1493.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:57.1271957Z [00:02:48.377]➜     Compiling addr2line v0.24.2
2025-08-20T21:35:57.1291791Z [00:02:48.379]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name addr2line --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=d7685ccb4234b498 -C extra-filename=-f22e1d10b143ba90 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern gimli=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-3215ac086ee6ba72.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:58.0169239Z [00:02:49.267]➜     Compiling ratatui v0.29.0
2025-08-20T21:35:58.0212444Z [00:02:49.268]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ratatui --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=44b9941889574e21 -C extra-filename=-db690d095dda64fd --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-98cd4511d579a34f.rmeta --extern cassowary=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcassowary-68668f9b523f8705.rmeta --extern compact_str=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcompact_str-a3bbde06406720e4.rmeta --extern crossterm=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-3d25a45ea5dd8688.rmeta --extern indoc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libindoc-c47f93e31d250bef.so --extern instability=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libinstability-10cd972bebd67524.so --extern itertools=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-59d670acec46ee3a.rmeta --extern lru=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-0ae9aaea910222a0.rmeta --extern paste=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so --extern strum=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee9b707cb62d6c78.rmeta --extern unicode_segmentation=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta --extern unicode_truncate=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_truncate-0ad5e416b73ceb1c.rmeta --extern unicode_width=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:58.2128572Z [00:02:49.463]➜     Compiling zune-jpeg v0.4.14
2025-08-20T21:35:58.2146709Z [00:02:49.464]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zune_jpeg --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-jpeg-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="neon"' --cfg 'feature="std"' --cfg 'feature="x86"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "neon", "std", "x86"))' -C metadata=50b77a5d33368544 -C extra-filename=-e43851c4217a7d3d --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern zune_core=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:35:58.2502996Z [00:02:49.501]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde_json-6a3eb08bb9972734/build-script-build`
2025-08-20T21:35:58.2628478Z [00:02:49.513]➜     Compiling png v0.17.16
2025-08-20T21:35:58.2647012Z [00:02:49.514]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name png --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/png-0.17.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmarks", "unstable"))' -C metadata=43015803853dc5b9 -C extra-filename=-5d6c6d0eb57263a3 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern crc32fast=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rmeta --extern fdeflate=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfdeflate-92519916c6b189bc.rmeta --extern flate2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-ffcaa81adf11fb71.rmeta --extern miniz_oxide=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-477e4bc5c0adf82c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:00.5835704Z [00:02:51.834]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-488f7190e6ad3379/build-script-build`
2025-08-20T21:36:00.6704265Z [00:02:51.921]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/gpgme-sys-7a36c8ae2739f473/build-script-build`
2025-08-20T21:36:00.6839916Z [00:02:51.934]➜     Compiling smithay-clipboard v0.6.6
2025-08-20T21:36:00.6857013Z [00:02:51.935]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name smithay_clipboard --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-clipboard-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 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="dlopen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dlopen"))' -C metadata=cd9dee2dcfd6283f -C extra-filename=-b7e9e31fd14a8f79 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern sctk=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmithay_client_toolkit-b9cb860cfb645284.rmeta --extern wayland_client=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_client-443c272caab08de4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:02.7918650Z [00:02:54.042]➜     Compiling env_filter v0.1.3
2025-08-20T21:36:02.7970951Z [00:02:54.045]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name env_filter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=e81b5535c524bf2a -C extra-filename=-9561beb12a31e571 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern log=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern regex=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7d8d5a5392416a44.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:04.3208213Z [00:02:55.571]➜     Compiling derive_more-impl v2.0.1
2025-08-20T21:36:04.3228782Z [00:02:55.572]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name derive_more_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="is_variant"' --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=30a9db20c5ee31b8 -C extra-filename=-4bb60308ec515118 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern convert_case=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libconvert_case-3b4af8e6efd11cb7.rlib --extern proc_macro2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:36:04.5199921Z [00:02:55.769]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name object --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=614ce32ed6d3c31f -C extra-filename=-63a6d9dda34a0a3c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg core_error --check-cfg 'cfg(core_error)'`
2025-08-20T21:36:05.8426452Z [00:02:57.093]➜     Compiling clap_derive v4.5.45
2025-08-20T21:36:05.8473443Z [00:02:57.093]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.45/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=12bf6466185f560e -C extra-filename=-3c2cec9720d5cb25 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:36:06.3347027Z [00:02:57.585]➜     Compiling async-trait v0.1.88
2025-08-20T21:36:06.3356153Z [00:02:57.585]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_trait --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.88/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6a37455f5b8327c -C extra-filename=-1fa57537a519b597 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:36:08.9352747Z [00:03:00.185]➜     Compiling rustc-demangle v0.1.24
2025-08-20T21:36:08.9372091Z [00:03:00.187]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustc_demangle --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=1ad461fe128c0bd4 -C extra-filename=-56002613ad8f8a7f --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:09.8391186Z [00:03:01.089]➜     Compiling bytemuck v1.23.0
2025-08-20T21:36:09.8414053Z [00:03:01.090]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bytemuck --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --deny=unexpected_cfgs --check-cfg 'cfg(target_arch, values("spirv"))' --cfg 'feature="extern_crate_alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64_simd", "align_offset", "alloc_uninit", "avx512_simd", "bytemuck_derive", "const_zeroed", "derive", "extern_crate_alloc", "extern_crate_std", "impl_core_error", "latest_stable_rust", "min_const_generics", "must_cast", "must_cast_extra", "nightly_docs", "nightly_float", "nightly_portable_simd", "nightly_stdsimd", "pod_saturating", "track_caller", "transparentwrapper_extra", "unsound_ptr_pod_impl", "wasm_simd", "zeroable_atomics", "zeroable_maybe_uninit", "zeroable_unwind_fn"))' -C metadata=9d358993a49a5d1a -C extra-filename=-90fb150851ff6f8b --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:10.3607850Z [00:03:01.611]➜     Compiling bytes v1.10.1
2025-08-20T21:36:10.3626941Z [00:03:01.612]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=1799e42690c2fcef -C extra-filename=-670ef56d94852b53 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:10.5505413Z [00:03:01.801]➜     Compiling hex v0.4.3
2025-08-20T21:36:10.5544697Z [00:03:01.804]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hex --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=8fc6fdcf121d232d -C extra-filename=-bd864c8a5c9acbe2 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:11.1370210Z [00:03:02.387]➜     Compiling byteorder v1.5.0
2025-08-20T21:36:11.1435540Z [00:03:02.393]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name byteorder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=9168f21e057d5151 -C extra-filename=-0786838a65bbe90a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:11.2124560Z [00:03:02.460]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=7f44208581ef4747 -C extra-filename=-2dea7c4e3af6a35e --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:11.3689641Z [00:03:02.619]➜     Compiling custom_derive v0.1.7
2025-08-20T21:36:11.3716412Z [00:03:02.621]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name custom_derive --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/custom_derive-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0ee3a964ea54e3c7 -C extra-filename=-769daefaf5396672 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:11.4880276Z [00:03:02.738]➜     Compiling iana-time-zone v0.1.63
2025-08-20T21:36:11.4917149Z [00:03:02.740]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iana_time_zone --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=fe1030a0a14cc043 -C extra-filename=-2f6b35ad6a9a94fb --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:11.6917668Z [00:03:02.942]➜     Compiling byteorder-lite v0.1.0
2025-08-20T21:36:11.6928530Z [00:03:02.942]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name byteorder_lite --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-lite-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 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8b14947959b4996e -C extra-filename=-765096d82b0cbbc8 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:12.1256957Z [00:03:03.376]➜     Compiling anyhow v1.0.99
2025-08-20T21:36:12.1265906Z [00:03:03.376]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=167184f3eb412221 -C extra-filename=-97abb6991338ccc4 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4 -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:36:12.2820319Z [00:03:03.532]➜     Compiling home v0.5.11
2025-08-20T21:36:12.2834983Z [00:03:03.533]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name home --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e6f9a0fba56450a -C extra-filename=-56e43a85f1593448 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:12.4073174Z [00:03:03.658]➜     Compiling copypasta-ext v0.4.4
2025-08-20T21:36:12.4094994Z [00:03:03.659]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/copypasta-ext-0.4.4/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="libc"' --cfg 'feature="wayland-bin"' --cfg 'feature="which"' --cfg 'feature="x11-bin"' --cfg 'feature="x11-clipboard"' --cfg 'feature="x11-fork"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "libc", "osc52", "wayland-bin", "which", "x11-bin", "x11-clipboard", "x11-fork"))' -C metadata=a4cf46d5aaed94bc -C extra-filename=-15ecb4816a58e6bc --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/copypasta-ext-15ecb4816a58e6bc -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:36:12.4979080Z [00:03:03.748]➜     Compiling litrs v0.4.1
2025-08-20T21:36:12.4985855Z [00:03:03.748]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name litrs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=d6796bf3938d0a03 -C extra-filename=-6cc7a3a6964c1385 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:36:12.6727924Z [00:03:03.923]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/copypasta-ext-15ecb4816a58e6bc/build-script-build`
2025-08-20T21:36:12.6746968Z [00:03:03.925]➜     Compiling which v4.4.2
2025-08-20T21:36:12.6761868Z [00:03:03.926]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name which --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=b30f04490cae91eb -C extra-filename=-e0078f82f82bc08b --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern either=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-be038536a7e6d4e8.rmeta --extern home=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rmeta --extern rustix=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-2804340348623374.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:12.6926312Z [00:03:03.943]➜       Running `/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build`
2025-08-20T21:36:12.9598401Z [00:03:04.210]➜     Compiling image v0.25.6
2025-08-20T21:36:12.9673604Z [00:03:04.216]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name image --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="jpeg"' --cfg 'feature="png"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avif", "avif-native", "benchmarks", "bmp", "color_quant", "dds", "default", "default-formats", "exr", "ff", "gif", "hdr", "ico", "jpeg", "nasm", "png", "pnm", "qoi", "rayon", "serde", "tga", "tiff", "webp"))' -C metadata=8c2e877bb11115e8 -C extra-filename=-74487f78cb8af429 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-90fb150851ff6f8b.rmeta --extern byteorder_lite=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rmeta --extern num_traits=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-b129d758195ee30c.rmeta --extern png=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpng-5d6c6d0eb57263a3.rmeta --extern zune_core=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rmeta --extern zune_jpeg=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_jpeg-e43851c4217a7d3d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:13.5657978Z [00:03:04.816]➜     Compiling sha256 v1.6.0
2025-08-20T21:36:13.5678679Z [00:03:04.817]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sha256 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha256-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 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "native_openssl", "openssl", "tokio"))' -C metadata=3b0a17b64fa8e535 -C extra-filename=-c3a689b96922a9e5 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libasync_trait-1fa57537a519b597.so --extern bytes=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta --extern hex=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.rmeta --extern sha2=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-3079fab9365dbfbe.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:13.9167262Z [00:03:05.167]➜     Compiling document-features v0.2.11
2025-08-20T21:36:13.9193480Z [00:03:05.169]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name document_features --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.11/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=8941ab90cc04b8de -C extra-filename=-d142194e6a381e9c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern litrs=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:36:14.0022705Z [00:03:05.252]➜     Compiling chrono v0.4.41
2025-08-20T21:36:14.0037639Z [00:03:05.253]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name chrono --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=b2959213444a4aa1 -C extra-filename=-707c7d06bc47a26f --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta --extern num_traits=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-b129d758195ee30c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:14.9995915Z [00:03:06.250]➜     Compiling backtrace v0.3.75
2025-08-20T21:36:15.0016514Z [00:03:06.251]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name backtrace --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=ff5d258c3a329e17 -C extra-filename=-c9d3521db930e787 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern addr2line=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-f22e1d10b143ba90.rmeta --extern cfg_if=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern miniz_oxide=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-477e4bc5c0adf82c.rmeta --extern object=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-63a6d9dda34a0a3c.rmeta --extern rustc_demangle=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-56002613ad8f8a7f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:15.3232168Z [00:03:06.574]➜     Compiling fxhash v0.2.1
2025-08-20T21:36:15.3266071Z [00:03:06.576]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fxhash --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3e98fd6f28d7442 -C extra-filename=-56b14f0ed1ba6935 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:15.4704837Z [00:03:06.721]➜     Compiling conv v0.3.3
2025-08-20T21:36:15.4715959Z [00:03:06.721]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name conv --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/conv-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45f4797fe314dadd -C extra-filename=-e14db2257a4d31c5 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern custom_derive=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcustom_derive-769daefaf5396672.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:16.2472618Z [00:03:07.498]➜     Compiling toml_parser v1.0.2
2025-08-20T21:36:16.2500809Z [00:03:07.498]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=5a4892339ee2a7f8 -C extra-filename=-0fd11076ae604d8a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:16.7447235Z [00:03:07.995]➜     Compiling clap v4.5.45
2025-08-20T21:36:16.7475308Z [00:03:07.995]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --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=96d0d72c72a282e0 -C extra-filename=-8268cedac16cc900 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-ca2bfcfe674c0be2.rmeta --extern clap_derive=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libclap_derive-3c2cec9720d5cb25.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:16.8793320Z [00:03:08.129]➜     Compiling derive_more v2.0.1
2025-08-20T21:36:16.8806195Z [00:03:08.130]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name derive_more --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --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=c80f7595f4d3b05b -C extra-filename=-ff2ca8ee70d94671 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern derive_more_impl=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libderive_more_impl-4bb60308ec515118.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:17.0064193Z [00:03:08.257]➜     Compiling copypasta v0.8.2
2025-08-20T21:36:17.0077964Z [00:03:08.257]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name copypasta --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/copypasta-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 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="smithay-clipboard"' --cfg 'feature="wayland"' --cfg 'feature="x11"' --cfg 'feature="x11-clipboard"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smithay-clipboard", "wayland", "x11", "x11-clipboard"))' -C metadata=2cde9591a110bc1c -C extra-filename=-fe0fb0ec17772b7c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern smithay_clipboard=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmithay_clipboard-b7e9e31fd14a8f79.rmeta --extern x11_clipboard=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11_clipboard-a217bdb48449bd8b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:17.3880884Z [00:03:08.637]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gpgme_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpgme-sys-0.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 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f49010bc7c49090a -C extra-filename=-b102d30d24a5852e --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern libgpg_error_sys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibgpg_error_sys-a86d604c84d79915.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 gpgme --cfg system_deps_have_gpgme`
2025-08-20T21:36:17.7869715Z [00:03:09.036]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memoffset --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const"))' -C metadata=d367f8a12342f729 -C extra-filename=-e5166906bb12b410 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
2025-08-20T21:36:17.9116732Z [00:03:09.160]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=009f9e277279a3c2 -C extra-filename=-bcbc67bae9392d1b --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern memchr=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta --extern ryu=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-20T21:36:18.9267153Z [00:03:10.177]➜     Compiling dirs v6.0.0
2025-08-20T21:36:18.9297854Z [00:03:10.179]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dirs --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dc1fce1f6bbcb6f -C extra-filename=-d3d8b7ec183f449d --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern dirs_sys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-e8970ab1144ac618.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:19.2229694Z [00:03:10.473]➜     Compiling gpg-error v0.6.2
2025-08-20T21:36:19.2250078Z [00:03:10.474]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gpg_error --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpg-error-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("windows_raw_dylib"))' -C metadata=a36a5fbd1b244bd3 -C extra-filename=-983200727df8eb5a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern ffi=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibgpg_error_sys-a86d604c84d79915.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:20.0559209Z [00:03:11.306]➜     Compiling serde_spanned v1.0.0
2025-08-20T21:36:20.0622628Z [00:03:11.310]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_spanned --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=5fcca99e718308fa -C extra-filename=-9bd9f4c4a67866f3 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:20.1382547Z [00:03:11.388]➜     Compiling toml_datetime v0.7.0
2025-08-20T21:36:20.1411966Z [00:03:11.389]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f347063c2ca2dc62 -C extra-filename=-84b103eb123f9287 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:20.4194906Z [00:03:11.670]➜     Compiling console v0.15.11
2025-08-20T21:36:20.4211013Z [00:03:11.670]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name console --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=8cbd68a87530eba2 -C extra-filename=-66d80e871f1b9944 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern once_cell=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:20.9962691Z [00:03:12.246]➜     Compiling dirs-sys-next v0.1.2
2025-08-20T21:36:20.9976983Z [00:03:12.247]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dirs_sys_next --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=393266628d99f4c0 -C extra-filename=-d337db1674bc2805 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:21.6275431Z [00:03:12.878]➜     Compiling cstr-argument v0.1.2
2025-08-20T21:36:21.6288398Z [00:03:12.878]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cstr_argument --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=267612a6ea096f5b -C extra-filename=-cbefd2892bbcb0ea --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern memchr=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:21.8357881Z [00:03:13.086]➜     Compiling toml_writer v1.0.2
2025-08-20T21:36:21.8388301Z [00:03:13.086]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_writer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5c9308b6136e9287 -C extra-filename=-892fe5ab5f5215ca --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:21.8443020Z [00:03:13.095]➜     Compiling jiff v0.2.14
2025-08-20T21:36:21.8456650Z [00:03:13.095]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name jiff --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=ef48af83637599b3 -C extra-filename=-7e2dd2ae487d31c9 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:22.3817377Z [00:03:13.632]➜     Compiling toml v0.9.5
2025-08-20T21:36:22.3908710Z [00:03:13.635]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.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::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=4fa1265c2e16bda8 -C extra-filename=-24e468701c6c42a3 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rmeta --extern serde_spanned=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-9bd9f4c4a67866f3.rmeta --extern toml_datetime=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-84b103eb123f9287.rmeta --extern toml_parser=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rmeta --extern toml_writer=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta --extern winnow=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:22.4168933Z [00:03:13.667]➜     Compiling gpgme v0.11.0
2025-08-20T21:36:22.4191077Z [00:03:13.668]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gpgme --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpgme-0.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 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("v1_13", "v1_14", "v1_15", "v1_16", "v1_17", "v1_18"))' -C metadata=c465902684153642 -C extra-filename=-8ab6543d8e2429c6 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern cfg_if=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern conv=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconv-e14db2257a4d31c5.rmeta --extern cstr_argument=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcstr_argument-cbefd2892bbcb0ea.rmeta --extern gpg_error=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_error-983200727df8eb5a.rmeta --extern ffi=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme_sys-b102d30d24a5852e.rmeta --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern memoffset=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-e5166906bb12b410.rmeta --extern once_cell=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern smallvec=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rmeta --extern static_assertions=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:22.6191906Z [00:03:13.869]➜     Compiling dirs-next v2.0.0
2025-08-20T21:36:22.6204634Z [00:03:13.870]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dirs_next --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b7bde67a536d59f -C extra-filename=-a22aa4c2b683e344 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern dirs_sys_next=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys_next-d337db1674bc2805.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:22.9274748Z [00:03:14.178]➜     Compiling better-panic v0.3.0
2025-08-20T21:36:22.9287692Z [00:03:14.178]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name better_panic --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/better-panic-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("syntect"))' -C metadata=20d2c97646315f44 -C extra-filename=-6f2d41f5f43ef9f4 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-c9d3521db930e787.rmeta --extern console=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-66d80e871f1b9944.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:24.6578776Z [00:03:15.908]➜     Compiling tinytemplate v1.2.1
2025-08-20T21:36:24.6599407Z [00:03:15.909]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tinytemplate --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6941e1b0cbb64011 -C extra-filename=-a5bccc0aabc81cd2 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rmeta --extern serde_json=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-bcbc67bae9392d1b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:26.0269007Z [00:03:17.277]➜     Compiling shellexpand v3.1.1
2025-08-20T21:36:26.0292055Z [00:03:17.279]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name shellexpand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shellexpand-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="base-0"' --cfg 'feature="default"' --cfg 'feature="dirs"' --cfg 'feature="tilde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base-0", "bstr", "default", "dirs", "full", "full-msrv-1-31", "full-msrv-1-51", "os_str_bytes", "path", "tilde"))' -C metadata=88af11d7483bb45e -C extra-filename=-21d9ebe31090c83a --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern dirs=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-d3d8b7ec183f449d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:26.3781317Z [00:03:17.628]➜     Compiling tui-logger v0.17.3
2025-08-20T21:36:26.3800900Z [00:03:17.629]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tui_logger --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-logger-0.17.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="crossterm"' --cfg 'feature="feature_crossterm_or_termion_must_be_selected"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossterm", "feature_crossterm_or_termion_must_be_selected", "formatter", "slog", "slog-support", "termion", "tracing", "tracing-subscriber", "tracing-support"))' -C metadata=21ffe2e78ae4453a -C extra-filename=-a52c36d73547709d --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-707c7d06bc47a26f.rmeta --extern env_filter=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-9561beb12a31e571.rmeta --extern fxhash=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rmeta --extern lazy_static=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta --extern log=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern parking_lot=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5e2953ad94a6aa1.rmeta --extern ratatui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rmeta --extern unicode_segmentation=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:26.4560109Z [00:03:17.705]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name copypasta_ext --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/copypasta-ext-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 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="wayland-bin"' --cfg 'feature="which"' --cfg 'feature="x11-bin"' --cfg 'feature="x11-clipboard"' --cfg 'feature="x11-fork"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "libc", "osc52", "wayland-bin", "which", "x11-bin", "x11-clipboard", "x11-fork"))' -C metadata=d6c8e03be6747357 -C extra-filename=-70bcc5c9743ad591 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern copypasta=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta-fe0fb0ec17772b7c.rmeta --extern libc=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern which=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-e0078f82f82bc08b.rmeta --extern x11_clipboard=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11_clipboard-a217bdb48449bd8b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:27.2516186Z [00:03:18.502]➜     Compiling crossterm v0.29.0
2025-08-20T21:36:27.2545003Z [00:03:18.503]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossterm --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=824768d93d2a37ee -C extra-filename=-a2b6bd3d046c9a1d --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-98cd4511d579a34f.rmeta --extern derive_more=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-ff2ca8ee70d94671.rmeta --extern document_features=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so --extern mio=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c8fed610f44cf231.rmeta --extern parking_lot=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5e2953ad94a6aa1.rmeta --extern rustix=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-146f8b270dbe8c66.rmeta --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rmeta --extern signal_hook=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-c24b20cf9c739962.rmeta --extern signal_hook_mio=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-8eb444c2ad08a160.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:28.3664315Z [00:03:19.616]➜     Compiling clap_complete v4.5.57
2025-08-20T21:36:28.3701432Z [00:03:19.618]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_complete --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=08b2b7b9d2a77418 -C extra-filename=-9c47f965df803904 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-8268cedac16cc900.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:28.6092393Z [00:03:19.859]➜     Compiling ratatui-splash-screen v0.1.4
2025-08-20T21:36:28.6108685Z [00:03:19.860]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ratatui_splash_screen --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-splash-screen-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 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a26ac12dda964e27 -C extra-filename=-e41f8407ec5d169c --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern image=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-74487f78cb8af429.rmeta --extern ratatui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rmeta --extern sha256=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha256-c3a689b96922a9e5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:29.6041507Z [00:03:20.853]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=904f15117c1734de -C extra-filename=-25b990e15e0f8fae --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T21:36:30.1109817Z [00:03:21.361]➜     Compiling colorsys v0.7.0
2025-08-20T21:36:30.1128494Z [00:03:21.362]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name colorsys --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=020801391ec3d4e5 -C extra-filename=-92c18330a551e141 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:30.6868478Z [00:03:21.937]➜     Compiling env_logger v0.11.8
2025-08-20T21:36:30.6920097Z [00:03:21.939]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name env_logger --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=563c7f1504dbed06 -C extra-filename=-2cd401ca29f36faf --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta --extern anstyle=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern env_filter=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-9561beb12a31e571.rmeta --extern jiff=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-7e2dd2ae487d31c9.rmeta --extern log=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:32.0300863Z [00:03:23.280]➜     Compiling gpg-tui v0.11.1 (/tmp/tmp.yyHjVE5ZS5/TEMPREPO)
2025-08-20T21:36:32.0337919Z [00:03:23.281]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gpg_tui --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("gpg-tests", "tui-tests"))' -C metadata=4941fa2dc9bac183 -C extra-filename=-e715ed8eb43b6eaa --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta --extern better_panic=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbetter_panic-6f2d41f5f43ef9f4.rmeta --extern chrono=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-707c7d06bc47a26f.rmeta --extern clap=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-8268cedac16cc900.rmeta --extern clap_complete=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-9c47f965df803904.rmeta --extern colorsys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorsys-92c18330a551e141.rmeta --extern copypasta_ext=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta_ext-70bcc5c9743ad591.rmeta --extern crossterm=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a2b6bd3d046c9a1d.rmeta --extern dirs_next=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-a22aa4c2b683e344.rmeta --extern env_logger=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-2cd401ca29f36faf.rmeta --extern gpgme=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme-8ab6543d8e2429c6.rmeta --extern log=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern ratatui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rmeta --extern ratatui_splash_screen=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui_splash_screen-e41f8407ec5d169c.rmeta --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rmeta --extern shellexpand=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rmeta --extern tinytemplate=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinytemplate-a5bccc0aabc81cd2.rmeta --extern toml=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-24e468701c6c42a3.rmeta --extern tui_logger=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_logger-a52c36d73547709d.rmeta --extern unicode_width=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:36:33.6769065Z [00:03:24.927]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:36:33.6778827Z [00:03:24.928]➜     --> src/gpg/context.rs:103:3
2025-08-20T21:36:33.6785500Z [00:03:24.929]➜      |
2025-08-20T21:36:33.6795820Z [00:03:24.930]➜  103 |         &mut self,
2025-08-20T21:36:33.6806680Z [00:03:24.931]➜      |         ^^^^^^^^^ the lifetime is elided here
2025-08-20T21:36:33.6808491Z [00:03:24.931]➜  ...
2025-08-20T21:36:33.6809022Z [00:03:24.931]➜  106 |     ) -> Result<Keys> {
2025-08-20T21:36:33.6809744Z [00:03:24.931]➜      |                 ---- the same lifetime is hidden here
2025-08-20T21:36:33.6810369Z [00:03:24.931]➜      |
2025-08-20T21:36:33.6811212Z [00:03:24.931]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:36:33.6812515Z [00:03:24.931]➜      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:36:33.6813284Z [00:03:24.931]➜  help: use `'_` for type paths
2025-08-20T21:36:33.6813824Z [00:03:24.931]➜      |
2025-08-20T21:36:33.6814328Z [00:03:24.931]➜  106 |     ) -> Result<Keys<'_>> {
2025-08-20T21:36:33.6814903Z [00:03:24.931]➜      |                     ++++
2025-08-20T21:36:33.6815326Z [00:03:24.931]➜  
2025-08-20T21:36:38.1318215Z [00:03:29.382]➜  warning: `gpg-tui` (lib) generated 1 warning
2025-08-20T21:36:38.1346557Z [00:03:29.382]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gpg_tui_completions --edition=2021 src/bin/completions.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("gpg-tests", "tui-tests"))' -C metadata=414a52a711d01d32 -C extra-filename=-1766f8b8a5e3964b --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib --extern better_panic=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbetter_panic-6f2d41f5f43ef9f4.rlib --extern chrono=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-707c7d06bc47a26f.rlib --extern clap=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-8268cedac16cc900.rlib --extern clap_complete=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-9c47f965df803904.rlib --extern colorsys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorsys-92c18330a551e141.rlib --extern copypasta_ext=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta_ext-70bcc5c9743ad591.rlib --extern crossterm=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a2b6bd3d046c9a1d.rlib --extern dirs_next=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-a22aa4c2b683e344.rlib --extern env_logger=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-2cd401ca29f36faf.rlib --extern gpg_tui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_tui-e715ed8eb43b6eaa.rlib --extern gpgme=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme-8ab6543d8e2429c6.rlib --extern log=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib --extern ratatui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rlib --extern ratatui_splash_screen=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui_splash_screen-e41f8407ec5d169c.rlib --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rlib --extern shellexpand=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rlib --extern tinytemplate=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinytemplate-a5bccc0aabc81cd2.rlib --extern toml=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-24e468701c6c42a3.rlib --extern tui_logger=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_logger-a52c36d73547709d.rlib --extern unicode_width=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.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`
2025-08-20T21:36:38.1385743Z [00:03:29.382]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gpg_tui --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("gpg-tests", "tui-tests"))' -C metadata=47c0f533bd82aeca -C extra-filename=-7722a81aa695a6c5 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib --extern better_panic=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbetter_panic-6f2d41f5f43ef9f4.rlib --extern chrono=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-707c7d06bc47a26f.rlib --extern clap=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-8268cedac16cc900.rlib --extern clap_complete=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-9c47f965df803904.rlib --extern colorsys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorsys-92c18330a551e141.rlib --extern copypasta_ext=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta_ext-70bcc5c9743ad591.rlib --extern crossterm=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a2b6bd3d046c9a1d.rlib --extern dirs_next=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-a22aa4c2b683e344.rlib --extern env_logger=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-2cd401ca29f36faf.rlib --extern gpg_tui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_tui-e715ed8eb43b6eaa.rlib --extern gpgme=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme-8ab6543d8e2429c6.rlib --extern log=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib --extern ratatui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rlib --extern ratatui_splash_screen=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui_splash_screen-e41f8407ec5d169c.rlib --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rlib --extern shellexpand=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rlib --extern tinytemplate=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinytemplate-a5bccc0aabc81cd2.rlib --extern toml=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-24e468701c6c42a3.rlib --extern tui_logger=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_logger-a52c36d73547709d.rlib --extern unicode_width=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.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`
2025-08-20T21:36:49.4403924Z [00:03:40.690]➜  error: linking with `clang` failed: exit status: 1
2025-08-20T21:36:49.4406496Z [00:03:40.691]➜    |
2025-08-20T21:36:49.4416079Z [00:03:40.691]➜    = note:  "clang" "-m64" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcrQZy6e/symbols.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "-lgpgme" "-lgpg-error" "-ldl" "-lunwind" "-lc" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcrQZy6e/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui_completions-1766f8b8a5e3964b" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-Wl,--strip-all" "-fuse-ld=/usr/bin/mold" "-Wl,--Bstatic" "-Wl,--static" "-Wl,-S" "-Wl,--build-id=none" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o"
2025-08-20T21:36:49.4437710Z [00:03:40.691]➜    = note: some arguments are omitted. use `--verbose` to show all linker arguments
2025-08-20T21:36:49.4438555Z [00:03:40.691]➜    = note: mold: fatal: library not found: gpg-error
2025-08-20T21:36:49.4439408Z [00:03:40.691]➜            clang: error: linker command failed with exit code 1 (use -v to see invocation)
2025-08-20T21:36:49.4440062Z [00:03:40.691]➜            
2025-08-20T21:36:49.4440403Z [00:03:40.691]➜  
2025-08-20T21:36:49.4813146Z [00:03:40.732]➜  error: could not compile `gpg-tui` (bin "gpg-tui-completions") due to 1 previous error
2025-08-20T21:36:49.4813931Z [00:03:40.732]➜  
2025-08-20T21:36:49.4814332Z [00:03:40.732]➜  Caused by:
2025-08-20T21:36:49.4840696Z [00:03:40.732]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gpg_tui_completions --edition=2021 src/bin/completions.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("gpg-tests", "tui-tests"))' -C metadata=414a52a711d01d32 -C extra-filename=-1766f8b8a5e3964b --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib --extern better_panic=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbetter_panic-6f2d41f5f43ef9f4.rlib --extern chrono=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-707c7d06bc47a26f.rlib --extern clap=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-8268cedac16cc900.rlib --extern clap_complete=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-9c47f965df803904.rlib --extern colorsys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorsys-92c18330a551e141.rlib --extern copypasta_ext=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta_ext-70bcc5c9743ad591.rlib --extern crossterm=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a2b6bd3d046c9a1d.rlib --extern dirs_next=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-a22aa4c2b683e344.rlib --extern env_logger=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-2cd401ca29f36faf.rlib --extern gpg_tui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_tui-e715ed8eb43b6eaa.rlib --extern gpgme=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme-8ab6543d8e2429c6.rlib --extern log=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib --extern ratatui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rlib --extern ratatui_splash_screen=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui_splash_screen-e41f8407ec5d169c.rlib --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rlib --extern shellexpand=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rlib --extern tinytemplate=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinytemplate-a5bccc0aabc81cd2.rlib --extern toml=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-24e468701c6c42a3.rlib --extern tui_logger=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_logger-a52c36d73547709d.rlib --extern unicode_width=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.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` (exit status: 1)
2025-08-20T21:36:49.4862871Z [00:03:40.732]➜  warning: build failed, waiting for other jobs to finish...
2025-08-20T21:37:11.2775110Z [00:04:02.528]➜  error: linking with `clang` failed: exit status: 1
2025-08-20T21:37:11.2775796Z [00:04:02.528]➜    |
2025-08-20T21:37:11.2783489Z [00:04:02.528]➜    = note:  "clang" "-m64" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcxmUx8g/symbols.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "-lgpgme" "-lgpg-error" "-ldl" "-lunwind" "-lc" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcxmUx8g/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui-7722a81aa695a6c5" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-Wl,--strip-all" "-fuse-ld=/usr/bin/mold" "-Wl,--Bstatic" "-Wl,--static" "-Wl,-S" "-Wl,--build-id=none" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o"
2025-08-20T21:37:11.2790525Z [00:04:02.528]➜    = note: some arguments are omitted. use `--verbose` to show all linker arguments
2025-08-20T21:37:11.2791411Z [00:04:02.528]➜    = note: mold: fatal: library not found: gpg-error
2025-08-20T21:37:11.2792560Z [00:04:02.528]➜            clang: error: linker command failed with exit code 1 (use -v to see invocation)
2025-08-20T21:37:11.2793312Z [00:04:02.528]➜            
2025-08-20T21:37:11.2793688Z [00:04:02.528]➜  
2025-08-20T21:37:11.3155224Z [00:04:02.566]➜  error: could not compile `gpg-tui` (bin "gpg-tui") due to 1 previous error
2025-08-20T21:37:11.3155946Z [00:04:02.566]➜  
2025-08-20T21:37:11.3156346Z [00:04:02.566]➜  Caused by:
2025-08-20T21:37:11.3171935Z [00:04:02.566]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gpg_tui --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("gpg-tests", "tui-tests"))' -C metadata=47c0f533bd82aeca -C extra-filename=-7722a81aa695a6c5 --out-dir /tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib --extern better_panic=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbetter_panic-6f2d41f5f43ef9f4.rlib --extern chrono=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-707c7d06bc47a26f.rlib --extern clap=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-8268cedac16cc900.rlib --extern clap_complete=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-9c47f965df803904.rlib --extern colorsys=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorsys-92c18330a551e141.rlib --extern copypasta_ext=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta_ext-70bcc5c9743ad591.rlib --extern crossterm=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a2b6bd3d046c9a1d.rlib --extern dirs_next=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-a22aa4c2b683e344.rlib --extern env_logger=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-2cd401ca29f36faf.rlib --extern gpg_tui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_tui-e715ed8eb43b6eaa.rlib --extern gpgme=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme-8ab6543d8e2429c6.rlib --extern log=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib --extern ratatui=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rlib --extern ratatui_splash_screen=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui_splash_screen-e41f8407ec5d169c.rlib --extern serde=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rlib --extern shellexpand=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rlib --extern tinytemplate=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinytemplate-a5bccc0aabc81cd2.rlib --extern toml=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-24e468701c6c42a3.rlib --extern tui_logger=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_logger-a52c36d73547709d.rlib --extern unicode_width=/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.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` (exit status: 1)
2025-08-20T21:37:11.3993481Z [00:04:02.650]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T21:37:11.4011057Z [00:04:02.651]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T21:37:11.4011957Z [00:04:02.651]➜  ./target/x86_64-unknown-linux-musl/release/libgpg_tui.rlib
2025-08-20T21:37:11.4017531Z [00:04:02.652]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:37:11.4024252Z [00:04:02.653]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:37:11.4025051Z [00:04:02.653]➜  + cut -d: -f1
2025-08-20T21:37:11.4033412Z [00:04:02.654]➜  + xargs + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T21:37:11.4035183Z [00:04:02.654]➜  realpath --no-symlinks
2025-08-20T21:37:11.4098415Z [00:04:02.660]➜  realpath: missing operand
2025-08-20T21:37:11.4099421Z [00:04:02.660]➜  Try 'realpath --help' for more information.
2025-08-20T21:37:11.5445790Z [00:04:02.795]➜  '/tmp/tmp.yyHjVE5ZS5/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:37:11.5685630Z [00:04:02.819]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:37:11.5712443Z [00:04:02.822]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:37:11.5716915Z [00:04:02.822]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:37:11.6127962Z [00:04:02.863]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:37:11.6158143Z [00:04:02.866]➜  
2025-08-20T21:37:11.6175561Z [00:04:02.868]➜  /build-bins/LICENSE
2025-08-20T21:37:11.6210280Z [00:04:02.871]➜  + file /build-bins/LICENSE
2025-08-20T21:37:11.6419497Z [00:04:02.892]➜  /build-bins/LICENSE: Unicode text, UTF-8 text
2025-08-20T21:37:11.6427629Z [00:04:02.893]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T21:37:11.6447229Z [00:04:02.895]➜  /build-bins/LICENSE:         1088 Bytes
2025-08-20T21:37:11.6450763Z [00:04:02.895]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:37:11.6467003Z [00:04:02.897]➜  1.1K	2025-08-20 21:37:11.542972070 +0000	/build-bins/LICENSE
2025-08-20T21:37:11.6469979Z [00:04:02.897]➜  + popd
2025-08-20T21:37:11.7008723Z [00:04:02.951]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:37:11.7194376Z [00:04:02.970]➜  + '[' -s /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:37:11.7195360Z [00:04:02.970]➜  + cp -fv /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:37:11.7216815Z [00:04:02.972]➜  '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:37:11.7223962Z [00:04:02.973]➜  + find /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:37:11.7225352Z [00:04:02.973]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:37:11.7226870Z [00:04:02.973]➜  + cut -d: -f1
2025-08-20T21:37:11.7229626Z [00:04:02.973]➜  + xargs realpath --no-symlinks
2025-08-20T21:37:11.7232382Z [00:04:02.973]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:11.8290860Z [00:04:03.079]➜  realpath: missing operand
2025-08-20T21:37:11.8291344Z [00:04:03.079]➜  Try 'realpath --help' for more information.
2025-08-20T21:37:11.8301162Z [00:04:03.081]➜  
2025-08-20T21:37:12.5016436Z [00:04:03.752]➜  
2025-08-20T21:37:12.5131874Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T21:37:12.5134485Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:37:12.5136707Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T21:37:12.5138944Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.dockerignore' from root:root to runner:runner
2025-08-20T21:37:12.5141162Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T21:37:12.5143537Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:37:12.5146111Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/codecov.yml' from root:root to runner:runner
2025-08-20T21:37:12.5148304Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/man/gpg-tui.1' from root:root to runner:runner
2025-08-20T21:37:12.5150541Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/man/gpg-tui.toml.5' from root:root to runner:runner
2025-08-20T21:37:12.5152950Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/man' from root:root to runner:runner
2025-08-20T21:37:12.5155178Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/RELEASE.md' from root:root to runner:runner
2025-08-20T21:37:12.5157351Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/cliff.toml' from root:root to runner:runner
2025-08-20T21:37:12.5159599Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/config/gpg-tui.toml' from root:root to runner:runner
2025-08-20T21:37:12.5161788Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/config' from root:root to runner:runner
2025-08-20T21:37:12.5164414Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/COMMANDS.md' from root:root to runner:runner
2025-08-20T21:37:12.5166675Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T21:37:12.5168930Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/style.rs' from root:root to runner:runner
2025-08-20T21:37:12.5171223Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/prompt.rs' from root:root to runner:runner
2025-08-20T21:37:12.5173685Z [00:04:03.763]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/state.rs' from root:root to runner:runner
2025-08-20T21:37:12.5176061Z [00:04:03.764]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/util.rs' from root:root to runner:runner
2025-08-20T21:37:12.5178380Z [00:04:03.764]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/selection.rs' from root:root to runner:runner
2025-08-20T21:37:12.5180663Z [00:04:03.764]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/keys.rs' from root:root to runner:runner
2025-08-20T21:37:12.5183118Z [00:04:03.764]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/banner.rs' from root:root to runner:runner
2025-08-20T21:37:12.5185426Z [00:04:03.764]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/handler.rs' from root:root to runner:runner
2025-08-20T21:37:12.5187784Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/renderer.rs' from root:root to runner:runner
2025-08-20T21:37:12.5190424Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/mode.rs' from root:root to runner:runner
2025-08-20T21:37:12.5193004Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/tab.rs' from root:root to runner:runner
2025-08-20T21:37:12.5205381Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/command.rs' from root:root to runner:runner
2025-08-20T21:37:12.5207857Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/launcher.rs' from root:root to runner:runner
2025-08-20T21:37:12.5210167Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/mod.rs' from root:root to runner:runner
2025-08-20T21:37:12.5212620Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app' from root:root to runner:runner
2025-08-20T21:37:12.5214859Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/term/event.rs' from root:root to runner:runner
2025-08-20T21:37:12.5217134Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/term/tui.rs' from root:root to runner:runner
2025-08-20T21:37:12.5219607Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/term/mod.rs' from root:root to runner:runner
2025-08-20T21:37:12.5221845Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/term' from root:root to runner:runner
2025-08-20T21:37:12.5224255Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T21:37:12.5226500Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/config.rs' from root:root to runner:runner
2025-08-20T21:37:12.5228801Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/bin/completions.rs' from root:root to runner:runner
2025-08-20T21:37:12.5231065Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/bin' from root:root to runner:runner
2025-08-20T21:37:12.5233434Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/args.rs' from root:root to runner:runner
2025-08-20T21:37:12.5235693Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget/style.rs' from root:root to runner:runner
2025-08-20T21:37:12.5238047Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget/table.rs' from root:root to runner:runner
2025-08-20T21:37:12.5240335Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget/list.rs' from root:root to runner:runner
2025-08-20T21:37:12.5242840Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget/row.rs' from root:root to runner:runner
2025-08-20T21:37:12.5245390Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget/mod.rs' from root:root to runner:runner
2025-08-20T21:37:12.5247624Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget' from root:root to runner:runner
2025-08-20T21:37:12.5249868Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg/context.rs' from root:root to runner:runner
2025-08-20T21:37:12.5252146Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg/config.rs' from root:root to runner:runner
2025-08-20T21:37:12.5254590Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg/key.rs' from root:root to runner:runner
2025-08-20T21:37:12.5256872Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg/handler.rs' from root:root to runner:runner
2025-08-20T21:37:12.5259138Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg/mod.rs' from root:root to runner:runner
2025-08-20T21:37:12.5261296Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg' from root:root to runner:runner
2025-08-20T21:37:12.5263831Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T21:37:12.5265949Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src' from root:root to runner:runner
2025-08-20T21:37:12.5268105Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T21:37:12.5270343Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/docker-compose.yml' from root:root to runner:runner
2025-08-20T21:37:12.5272853Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/prepare-test-env.sh' from root:root to runner:runner
2025-08-20T21:37:12.5275177Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:37:12.5277403Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:37:12.5279718Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T21:37:12.5282065Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/workflows/cd.yml' from root:root to runner:runner
2025-08-20T21:37:12.5284674Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/workflows/docker.yml' from root:root to runner:runner
2025-08-20T21:37:12.5287120Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/workflows/audit.yml' from root:root to runner:runner
2025-08-20T21:37:12.5289726Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T21:37:12.5292060Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:37:12.5294615Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T21:37:12.5296977Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T21:37:12.5299283Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/CODEOWNERS' from root:root to runner:runner
2025-08-20T21:37:12.5301568Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/mergify.yml' from root:root to runner:runner
2025-08-20T21:37:12.5304147Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T21:37:12.5306700Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T21:37:12.5309322Z [00:04:03.765]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:37:12.5311584Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:37:12.5313923Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:37:12.5316156Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:37:12.5318534Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-detailed_view3.gif' from root:root to runner:runner
2025-08-20T21:37:12.5320991Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-colored_style.gif' from root:root to runner:runner
2025-08-20T21:37:12.5323675Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-running_commands.gif' from root:root to runner:runner
2025-08-20T21:37:12.5326143Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-switch_search.gif' from root:root to runner:runner
2025-08-20T21:37:12.5328608Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-scrolling_rows2.gif' from root:root to runner:runner
2025-08-20T21:37:12.5330974Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/README.md' from root:root to runner:runner
2025-08-20T21:37:12.5333715Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-send_key.gif' from root:root to runner:runner
2025-08-20T21:37:12.5336138Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-splash_screen.gif' from root:root to runner:runner
2025-08-20T21:37:12.5338524Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-search.gif' from root:root to runner:runner
2025-08-20T21:37:12.5340911Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-import_key.gif' from root:root to runner:runner
2025-08-20T21:37:12.5343622Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-delete_key.gif' from root:root to runner:runner
2025-08-20T21:37:12.5346057Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-edit_key.gif' from root:root to runner:runner
2025-08-20T21:37:12.5348491Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-import_key_xplr.gif' from root:root to runner:runner
2025-08-20T21:37:12.5350925Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-scrolling.gif' from root:root to runner:runner
2025-08-20T21:37:12.5353780Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-selection_mode.gif' from root:root to runner:runner
2025-08-20T21:37:12.5356293Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-show_logs.gif' from root:root to runner:runner
2025-08-20T21:37:12.5358718Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-showcase.gif' from root:root to runner:runner
2025-08-20T21:37:12.5361150Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-export_subkeys.gif' from root:root to runner:runner
2025-08-20T21:37:12.5363806Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-custom_colors.gif' from root:root to runner:runner
2025-08-20T21:37:12.5366280Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-refresh_keys.gif' from root:root to runner:runner
2025-08-20T21:37:12.5368946Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-splash_screen_colored.gif' from root:root to runner:runner
2025-08-20T21:37:12.5371467Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-scrolling_rows.gif' from root:root to runner:runner
2025-08-20T21:37:12.5374101Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-detailed_view2.gif' from root:root to runner:runner
2025-08-20T21:37:12.5376639Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-visual_mode.gif' from root:root to runner:runner
2025-08-20T21:37:12.5379273Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-export_key.gif' from root:root to runner:runner
2025-08-20T21:37:12.5381670Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-sign_key.gif' from root:root to runner:runner
2025-08-20T21:37:12.5384289Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-detailed_view.gif' from root:root to runner:runner
2025-08-20T21:37:12.5386787Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-import_key_clipboard.gif' from root:root to runner:runner
2025-08-20T21:37:12.5389282Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-list_keys.gif' from root:root to runner:runner
2025-08-20T21:37:12.5391713Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-receive_key.gif' from root:root to runner:runner
2025-08-20T21:37:12.5394328Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-options_menu.gif' from root:root to runner:runner
2025-08-20T21:37:12.5396758Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-help_menu.gif' from root:root to runner:runner
2025-08-20T21:37:12.5399339Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-copy_mode.gif' from root:root to runner:runner
2025-08-20T21:37:12.5401789Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-generate_key.gif' from root:root to runner:runner
2025-08-20T21:37:12.5404283Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/rec.sh' from root:root to runner:runner
2025-08-20T21:37:12.5406431Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo' from root:root to runner:runner
2025-08-20T21:37:12.5408765Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:37:12.5411257Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:37:12.5413974Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:37:12.5416430Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:37:12.5418821Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:37:12.5421335Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:37:12.5424018Z [00:04:03.766]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:37:12.5426666Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:37:12.5429126Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:37:12.5431574Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:37:12.5434195Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:37:12.5436658Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:37:12.5439161Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:37:12.5441685Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:37:12.5444404Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:37:12.5446732Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T21:37:12.5449103Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:37:12.5451483Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:37:12.5454077Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:37:12.5456490Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:37:12.5458816Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:37:12.5461048Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:37:12.5463410Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:37:12.5465654Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T21:37:12.5467965Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:37:12.5470525Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:37:12.5473081Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:37:12.5475451Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:37:12.5477708Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:37:12.5479882Z [00:04:03.767]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:37:12.5482050Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:37:12.5484438Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:37:12.5486680Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:37:12.5489077Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:37:12.5491751Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-09ebef69ba4c1cd7d9e41e419e259a1a44aa35bd.rev' from root:root to runner:runner
2025-08-20T21:37:12.5495113Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-ff7c12982898eba63c5a0140954832df8bd14769.pack' from root:root to runner:runner
2025-08-20T21:37:12.5498130Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-ff7c12982898eba63c5a0140954832df8bd14769.idx' from root:root to runner:runner
2025-08-20T21:37:12.5501216Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-09ebef69ba4c1cd7d9e41e419e259a1a44aa35bd.promisor' from root:root to runner:runner
2025-08-20T21:37:12.5504470Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-ff7c12982898eba63c5a0140954832df8bd14769.rev' from root:root to runner:runner
2025-08-20T21:37:12.5507501Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-09ebef69ba4c1cd7d9e41e419e259a1a44aa35bd.idx' from root:root to runner:runner
2025-08-20T21:37:12.5510563Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-ff7c12982898eba63c5a0140954832df8bd14769.promisor' from root:root to runner:runner
2025-08-20T21:37:12.5513801Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-09ebef69ba4c1cd7d9e41e419e259a1a44aa35bd.pack' from root:root to runner:runner
2025-08-20T21:37:12.5516648Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:37:12.5518911Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:37:12.5521148Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:37:12.5523548Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:37:12.5525777Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:37:12.5527942Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:37:12.5530062Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:37:12.5532454Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T21:37:12.5535028Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T21:37:12.5537457Z [00:04:03.768]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T21:37:12.5539918Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:37:12.5542825Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5546027Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d.d' from root:root to runner:runner
2025-08-20T21:37:12.5549181Z [00:04:03.769]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d' retained as runner:runner
2025-08-20T21:37:12.5552093Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-45b89b0c69ba843d' from root:root to runner:runner
2025-08-20T21:37:12.5555160Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-d7ce86174d8421a0/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5558217Z [00:04:03.769]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-d7ce86174d8421a0/build_script_build-d7ce86174d8421a0' retained as runner:runner
2025-08-20T21:37:12.5561397Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-d7ce86174d8421a0/build_script_build-d7ce86174d8421a0.d' from root:root to runner:runner
2025-08-20T21:37:12.5564823Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-d7ce86174d8421a0' from root:root to runner:runner
2025-08-20T21:37:12.5567839Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/smithay-client-toolkit-811ab101308789e2/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5571122Z [00:04:03.769]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/smithay-client-toolkit-811ab101308789e2/build_script_build-811ab101308789e2' retained as runner:runner
2025-08-20T21:37:12.5574732Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/smithay-client-toolkit-811ab101308789e2/build_script_build-811ab101308789e2.d' from root:root to runner:runner
2025-08-20T21:37:12.5577945Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/smithay-client-toolkit-811ab101308789e2' from root:root to runner:runner
2025-08-20T21:37:12.5580795Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/out' from root:root to runner:runner
2025-08-20T21:37:12.5584273Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/output' from root:root to runner:runner
2025-08-20T21:37:12.5587139Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/root-output' from root:root to runner:runner
2025-08-20T21:37:12.5590055Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.5593091Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/stderr' from root:root to runner:runner
2025-08-20T21:37:12.5595852Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad' from root:root to runner:runner
2025-08-20T21:37:12.5598756Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5601854Z [00:04:03.769]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as runner:runner
2025-08-20T21:37:12.5605274Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' from root:root to runner:runner
2025-08-20T21:37:12.5608321Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T21:37:12.5611460Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5614690Z [00:04:03.769]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as runner:runner
2025-08-20T21:37:12.5617846Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' from root:root to runner:runner
2025-08-20T21:37:12.5620853Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T21:37:12.5623925Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-488f7190e6ad3379/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5626985Z [00:04:03.769]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-488f7190e6ad3379/build_script_build-488f7190e6ad3379' retained as runner:runner
2025-08-20T21:37:12.5630175Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-488f7190e6ad3379/build_script_build-488f7190e6ad3379.d' from root:root to runner:runner
2025-08-20T21:37:12.5633511Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-488f7190e6ad3379' from root:root to runner:runner
2025-08-20T21:37:12.5636476Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/out/version.expr' from root:root to runner:runner
2025-08-20T21:37:12.5639428Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/out' from root:root to runner:runner
2025-08-20T21:37:12.5642478Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/output' from root:root to runner:runner
2025-08-20T21:37:12.5645461Z [00:04:03.769]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/root-output' from root:root to runner:runner
2025-08-20T21:37:12.5648521Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.5651523Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/stderr' from root:root to runner:runner
2025-08-20T21:37:12.5654535Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe' from root:root to runner:runner
2025-08-20T21:37:12.5657479Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5660832Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c.d' from root:root to runner:runner
2025-08-20T21:37:12.5664148Z [00:04:03.770]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c' retained as runner:runner
2025-08-20T21:37:12.5667011Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/typenum-c623553def1a648c' from root:root to runner:runner
2025-08-20T21:37:12.5669945Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5673339Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3.d' from root:root to runner:runner
2025-08-20T21:37:12.5676664Z [00:04:03.770]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3' retained as runner:runner
2025-08-20T21:37:12.5679815Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3' from root:root to runner:runner
2025-08-20T21:37:12.5683087Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/num-traits-0833ae6ced55b796/build_script_build-0833ae6ced55b796' from root:root to runner:runner
2025-08-20T21:37:12.5686168Z [00:04:03.770]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/num-traits-0833ae6ced55b796/build-script-build' retained as runner:runner
2025-08-20T21:37:12.5689248Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/num-traits-0833ae6ced55b796/build_script_build-0833ae6ced55b796.d' from root:root to runner:runner
2025-08-20T21:37:12.5692428Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/num-traits-0833ae6ced55b796' from root:root to runner:runner
2025-08-20T21:37:12.5695426Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-e27e262c33a22def/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5698565Z [00:04:03.770]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-e27e262c33a22def/build_script_build-e27e262c33a22def' retained as runner:runner
2025-08-20T21:37:12.5701805Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-e27e262c33a22def/build_script_build-e27e262c33a22def.d' from root:root to runner:runner
2025-08-20T21:37:12.5705113Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-e27e262c33a22def' from root:root to runner:runner
2025-08-20T21:37:12.5708293Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-a398288792a86721/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5711471Z [00:04:03.770]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-a398288792a86721/build_script_build-a398288792a86721.d' from root:root to runner:runner
2025-08-20T21:37:12.5714836Z [00:04:03.771]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-a398288792a86721/build_script_build-a398288792a86721' retained as runner:runner
2025-08-20T21:37:12.5717772Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-a398288792a86721' from root:root to runner:runner
2025-08-20T21:37:12.5720668Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-de9a65d59c07bc8d/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5723928Z [00:04:03.771]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-de9a65d59c07bc8d/build_script_build-de9a65d59c07bc8d' retained as runner:runner
2025-08-20T21:37:12.5727081Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-de9a65d59c07bc8d/build_script_build-de9a65d59c07bc8d.d' from root:root to runner:runner
2025-08-20T21:37:12.5730239Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-de9a65d59c07bc8d' from root:root to runner:runner
2025-08-20T21:37:12.5733284Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5736276Z [00:04:03.771]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0' retained as runner:runner
2025-08-20T21:37:12.5739368Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0.d' from root:root to runner:runner
2025-08-20T21:37:12.5742440Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0' from root:root to runner:runner
2025-08-20T21:37:12.5745414Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-client-8b615d24cfb21a94/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5748575Z [00:04:03.771]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-client-8b615d24cfb21a94/build_script_build-8b615d24cfb21a94' retained as runner:runner
2025-08-20T21:37:12.5751880Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-client-8b615d24cfb21a94/build_script_build-8b615d24cfb21a94.d' from root:root to runner:runner
2025-08-20T21:37:12.5755174Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-client-8b615d24cfb21a94' from root:root to runner:runner
2025-08-20T21:37:12.5758393Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-protocols-c8a0307f3d5360a3/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5761598Z [00:04:03.771]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-protocols-c8a0307f3d5360a3/build_script_build-c8a0307f3d5360a3' retained as runner:runner
2025-08-20T21:37:12.5765099Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-protocols-c8a0307f3d5360a3/build_script_build-c8a0307f3d5360a3.d' from root:root to runner:runner
2025-08-20T21:37:12.5768247Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-protocols-c8a0307f3d5360a3' from root:root to runner:runner
2025-08-20T21:37:12.5771320Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-sys-a3973c77950f6a59/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5774754Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-sys-a3973c77950f6a59/build_script_build-a3973c77950f6a59.d' from root:root to runner:runner
2025-08-20T21:37:12.5778157Z [00:04:03.771]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-sys-a3973c77950f6a59/build_script_build-a3973c77950f6a59' retained as runner:runner
2025-08-20T21:37:12.5781137Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-sys-a3973c77950f6a59' from root:root to runner:runner
2025-08-20T21:37:12.5784291Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5787391Z [00:04:03.771]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc' retained as runner:runner
2025-08-20T21:37:12.5790622Z [00:04:03.771]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc.d' from root:root to runner:runner
2025-08-20T21:37:12.5793852Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc' from root:root to runner:runner
2025-08-20T21:37:12.5796769Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/gpgme-sys-7a36c8ae2739f473/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5799945Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/gpgme-sys-7a36c8ae2739f473/build_script_build-7a36c8ae2739f473.d' from root:root to runner:runner
2025-08-20T21:37:12.5803272Z [00:04:03.772]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/gpgme-sys-7a36c8ae2739f473/build_script_build-7a36c8ae2739f473' retained as runner:runner
2025-08-20T21:37:12.5806331Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/gpgme-sys-7a36c8ae2739f473' from root:root to runner:runner
2025-08-20T21:37:12.5809144Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/out' from root:root to runner:runner
2025-08-20T21:37:12.5812002Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' from root:root to runner:runner
2025-08-20T21:37:12.5815159Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' from root:root to runner:runner
2025-08-20T21:37:12.5818221Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.5821333Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' from root:root to runner:runner
2025-08-20T21:37:12.5824363Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T21:37:12.5827535Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5830805Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986.d' from root:root to runner:runner
2025-08-20T21:37:12.5834252Z [00:04:03.772]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986' retained as runner:runner
2025-08-20T21:37:12.5837234Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986' from root:root to runner:runner
2025-08-20T21:37:12.5840305Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde_json-6a3eb08bb9972734/build_script_build-6a3eb08bb9972734.d' from root:root to runner:runner
2025-08-20T21:37:12.5843884Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde_json-6a3eb08bb9972734/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5846966Z [00:04:03.772]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde_json-6a3eb08bb9972734/build_script_build-6a3eb08bb9972734' retained as runner:runner
2025-08-20T21:37:12.5849916Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde_json-6a3eb08bb9972734' from root:root to runner:runner
2025-08-20T21:37:12.5853110Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5856295Z [00:04:03.772]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c' retained as runner:runner
2025-08-20T21:37:12.5859551Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c.d' from root:root to runner:runner
2025-08-20T21:37:12.5862971Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c' from root:root to runner:runner
2025-08-20T21:37:12.5865958Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5869109Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159.d' from root:root to runner:runner
2025-08-20T21:37:12.5872042Z [00:04:03.772]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159' retained as runner:runner
2025-08-20T21:37:12.5874210Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/object-b6fab1d66f076159' from root:root to runner:runner
2025-08-20T21:37:12.5875888Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libgpg-error-sys-8b8a654e1c4ee44a/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5877686Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libgpg-error-sys-8b8a654e1c4ee44a/build_script_build-8b8a654e1c4ee44a.d' from root:root to runner:runner
2025-08-20T21:37:12.5879459Z [00:04:03.772]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libgpg-error-sys-8b8a654e1c4ee44a/build_script_build-8b8a654e1c4ee44a' retained as runner:runner
2025-08-20T21:37:12.5881152Z [00:04:03.772]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libgpg-error-sys-8b8a654e1c4ee44a' from root:root to runner:runner
2025-08-20T21:37:12.5884195Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-9855cff10967c731/out' from root:root to runner:runner
2025-08-20T21:37:12.5886433Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-9855cff10967c731/output' from root:root to runner:runner
2025-08-20T21:37:12.5887957Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-9855cff10967c731/root-output' from root:root to runner:runner
2025-08-20T21:37:12.5889522Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-9855cff10967c731/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.5891056Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-9855cff10967c731/stderr' from root:root to runner:runner
2025-08-20T21:37:12.5892744Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-9855cff10967c731' from root:root to runner:runner
2025-08-20T21:37:12.5894282Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5896183Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' from root:root to runner:runner
2025-08-20T21:37:12.5897867Z [00:04:03.773]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as runner:runner
2025-08-20T21:37:12.5899376Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-20T21:37:12.5900882Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5902708Z [00:04:03.773]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build_script_build-73a4cd4857c66ddd' retained as runner:runner
2025-08-20T21:37:12.5904419Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build_script_build-73a4cd4857c66ddd.d' from root:root to runner:runner
2025-08-20T21:37:12.5905975Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd' from root:root to runner:runner
2025-08-20T21:37:12.5907491Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.5909153Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a.d' from root:root to runner:runner
2025-08-20T21:37:12.5910952Z [00:04:03.773]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a' retained as runner:runner
2025-08-20T21:37:12.5912764Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a' from root:root to runner:runner
2025-08-20T21:37:12.5914422Z [00:04:03.773]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/copypasta-ext-15ecb4816a58e6bc/build_script_build-15ecb4816a58e6bc' from root:root to runner:runner
2025-08-20T21:37:12.5916095Z [00:04:03.774]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/copypasta-ext-15ecb4816a58e6bc/build-script-build' retained as runner:runner
2025-08-20T21:37:12.5917811Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/copypasta-ext-15ecb4816a58e6bc/build_script_build-15ecb4816a58e6bc.d' from root:root to runner:runner
2025-08-20T21:37:12.5919447Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/copypasta-ext-15ecb4816a58e6bc' from root:root to runner:runner
2025-08-20T21:37:12.5921141Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/out/host.rs' from root:root to runner:runner
2025-08-20T21:37:12.5922909Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/out' from root:root to runner:runner
2025-08-20T21:37:12.5924488Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/output' from root:root to runner:runner
2025-08-20T21:37:12.5926072Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/root-output' from root:root to runner:runner
2025-08-20T21:37:12.5927737Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.5929346Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/stderr' from root:root to runner:runner
2025-08-20T21:37:12.5930875Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753' from root:root to runner:runner
2025-08-20T21:37:12.5932397Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T21:37:12.5933781Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/serde-63d291a7051ab72e.d' from root:root to runner:runner
2025-08-20T21:37:12.5935291Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwayland_scanner-e13fcabc668e06a2.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.5936961Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5938475Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5939971Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/smallvec-353a22c3a3ca83eb.d' from root:root to runner:runner
2025-08-20T21:37:12.5941497Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_datetime-28bd6f6c27390437.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5943211Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T21:37:12.5944705Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libcfg_expr-a3631780077fdbcc.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5946206Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/wayland_scanner-e13fcabc668e06a2.d' from root:root to runner:runner
2025-08-20T21:37:12.5947991Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libderive_more_impl-4bb60308ec515118.so' from root:root to runner:runner
2025-08-20T21:37:12.5949609Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' from root:root to runner:runner
2025-08-20T21:37:12.5951081Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/target_lexicon-fc24abe9c83f93b8.d' from root:root to runner:runner
2025-08-20T21:37:12.5952750Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/paste-d4b21fc6492e3195.d' from root:root to runner:runner
2025-08-20T21:37:12.5954459Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libinstability-10cd972bebd67524.so' from root:root to runner:runner
2025-08-20T21:37:12.5955971Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/system_deps-d06e66bdf236d65e.d' from root:root to runner:runner
2025-08-20T21:37:12.5957439Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/clap_derive-3c2cec9720d5cb25.d' from root:root to runner:runner
2025-08-20T21:37:12.5958940Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so' from root:root to runner:runner
2025-08-20T21:37:12.5960459Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/darling_macro-14ceded5f4f8fd2d.d' from root:root to runner:runner
2025-08-20T21:37:12.5962121Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.5963816Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/autocfg-48aa38da72696c47.d' from root:root to runner:runner
2025-08-20T21:37:12.5965331Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde_spanned-b7a409f6621154d3.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.5967495Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T21:37:12.5970311Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5973371Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwinnow-121109b6b07699c3.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5976275Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5978204Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/winnow-121109b6b07699c3.d' from root:root to runner:runner
2025-08-20T21:37:12.5979731Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' from root:root to runner:runner
2025-08-20T21:37:12.5981227Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/toml_datetime-28bd6f6c27390437.d' from root:root to runner:runner
2025-08-20T21:37:12.5982907Z [00:04:03.774]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/strum_macros-0fa328554661a6bb.d' from root:root to runner:runner
2025-08-20T21:37:12.5984380Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/litrs-6cc7a3a6964c1385.d' from root:root to runner:runner
2025-08-20T21:37:12.5985892Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.5987439Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling-3d4ceeb5276b90fd.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5988951Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_edit-e9ab04fa5a7a6455.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5990484Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling_core-19ca791aeb7d3ad7.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5992445Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_segmentation-9ef60f77c2b57782.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.5994086Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/pkg_config-0923ccadfac496a3.d' from root:root to runner:runner
2025-08-20T21:37:12.5995529Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/toml-8820011982e39b15.d' from root:root to runner:runner
2025-08-20T21:37:12.5997020Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libconvert_case-3b4af8e6efd11cb7.rlib' from root:root to runner:runner
2025-08-20T21:37:12.5998576Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling_core-19ca791aeb7d3ad7.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6000128Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde_spanned-b7a409f6621154d3.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6001642Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/convert_case-3b4af8e6efd11cb7.d' from root:root to runner:runner
2025-08-20T21:37:12.6003480Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so' from root:root to runner:runner
2025-08-20T21:37:12.6004972Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6006451Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libbuild-f082e6b995dbe54d.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6008675Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6010253Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so' from root:root to runner:runner
2025-08-20T21:37:12.6011756Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/strsim-84f0717c62433628.d' from root:root to runner:runner
2025-08-20T21:37:12.6013600Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling_macro-14ceded5f4f8fd2d.so' from root:root to runner:runner
2025-08-20T21:37:12.6015123Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6016623Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libstrsim-84f0717c62433628.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6018297Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_edit-e9ab04fa5a7a6455.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6019809Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/rustversion-a291dd095d8cbcc8.d' from root:root to runner:runner
2025-08-20T21:37:12.6021328Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/document_features-d142194e6a381e9c.d' from root:root to runner:runner
2025-08-20T21:37:12.6023428Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/serde_derive-9060010e43ca94a1.d' from root:root to runner:runner
2025-08-20T21:37:12.6024978Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6026494Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/indexmap-7ef918fb3ed16071.d' from root:root to runner:runner
2025-08-20T21:37:12.6028182Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsystem_deps-d06e66bdf236d65e.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6029857Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libindexmap-7ef918fb3ed16071.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6031342Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/fnv-a8418bfb88adc510.d' from root:root to runner:runner
2025-08-20T21:37:12.6033077Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libindoc-c47f93e31d250bef.so' from root:root to runner:runner
2025-08-20T21:37:12.6034551Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/indoc-c47f93e31d250bef.d' from root:root to runner:runner
2025-08-20T21:37:12.6036028Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/version_compare-27e4caca2929cd32.d' from root:root to runner:runner
2025-08-20T21:37:12.6037531Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml-8820011982e39b15.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6039038Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde-63d291a7051ab72e.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6040883Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/darling-3d4ceeb5276b90fd.d' from root:root to runner:runner
2025-08-20T21:37:12.6042667Z [00:04:03.775]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/xml-fdb2d0bb061687fe.d' from root:root to runner:runner
2025-08-20T21:37:12.6044222Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_segmentation-9ef60f77c2b57782.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6045978Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/unicode_segmentation-9ef60f77c2b57782.d' from root:root to runner:runner
2025-08-20T21:37:12.6047547Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libversion_compare-27e4caca2929cd32.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6049109Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libhashbrown-730ed2fc26f14994.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6050660Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6052352Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsmallvec-353a22c3a3ca83eb.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6053993Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libident_case-3db5b009047a955a.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6055494Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/async_trait-1fa57537a519b597.d' from root:root to runner:runner
2025-08-20T21:37:12.6057122Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwinnow-121109b6b07699c3.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6058688Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libconvert_case-3b4af8e6efd11cb7.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6060206Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/equivalent-d4141b76549b3f53.d' from root:root to runner:runner
2025-08-20T21:37:12.6061683Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libfnv-a8418bfb88adc510.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6063471Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwayland_scanner-e13fcabc668e06a2.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6065037Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6066557Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libstrum_macros-0fa328554661a6bb.so' from root:root to runner:runner
2025-08-20T21:37:12.6068028Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/build-f082e6b995dbe54d.d' from root:root to runner:runner
2025-08-20T21:37:12.6069481Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libxml-fdb2d0bb061687fe.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6071125Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libbuild-f082e6b995dbe54d.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6072948Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/cfg_expr-a3631780077fdbcc.d' from root:root to runner:runner
2025-08-20T21:37:12.6074452Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/ident_case-3db5b009047a955a.d' from root:root to runner:runner
2025-08-20T21:37:12.6075989Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6077521Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libindexmap-7ef918fb3ed16071.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6079054Z [00:04:03.776]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsystem_deps-d06e66bdf236d65e.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6080572Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libclap_derive-3c2cec9720d5cb25.so' from root:root to runner:runner
2025-08-20T21:37:12.6082491Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtarget_lexicon-fc24abe9c83f93b8.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6084106Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libasync_trait-1fa57537a519b597.so' from root:root to runner:runner
2025-08-20T21:37:12.6085608Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/toml_edit-e9ab04fa5a7a6455.d' from root:root to runner:runner
2025-08-20T21:37:12.6087084Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde-63d291a7051ab72e.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6088625Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtarget_lexicon-fc24abe9c83f93b8.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6090154Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6091657Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6093474Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/syn-11d2e99a3458130c.d' from root:root to runner:runner
2025-08-20T21:37:12.6094945Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/hashbrown-730ed2fc26f14994.d' from root:root to runner:runner
2025-08-20T21:37:12.6096597Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling-3d4ceeb5276b90fd.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6098438Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6099942Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6101441Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libxml-fdb2d0bb061687fe.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6103080Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/serde_spanned-b7a409f6621154d3.d' from root:root to runner:runner
2025-08-20T21:37:12.6104583Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libident_case-3db5b009047a955a.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6106089Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde_derive-9060010e43ca94a1.so' from root:root to runner:runner
2025-08-20T21:37:12.6107809Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libhashbrown-730ed2fc26f14994.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6109374Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libversion_compare-27e4caca2929cd32.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6111453Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml-8820011982e39b15.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6114554Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6117560Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_datetime-28bd6f6c27390437.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6120421Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/darling_core-19ca791aeb7d3ad7.d' from root:root to runner:runner
2025-08-20T21:37:12.6122452Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libstrsim-84f0717c62433628.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6124038Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/derive_more_impl-4bb60308ec515118.d' from root:root to runner:runner
2025-08-20T21:37:12.6125573Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsmallvec-353a22c3a3ca83eb.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6127080Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libfnv-a8418bfb88adc510.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6128757Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6130247Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libcfg_expr-a3631780077fdbcc.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.6131747Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' from root:root to runner:runner
2025-08-20T21:37:12.6133455Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/instability-10cd972bebd67524.d' from root:root to runner:runner
2025-08-20T21:37:12.6134997Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' from root:root to runner:runner
2025-08-20T21:37:12.6136387Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T21:37:12.6137897Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6139778Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6141489Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6143401Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6145019Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d' from root:root to runner:runner
2025-08-20T21:37:12.6146658Z [00:04:03.777]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-d7ce86174d8421a0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6148427Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-d7ce86174d8421a0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6150115Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-d7ce86174d8421a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6151830Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-d7ce86174d8421a0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6153863Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-d7ce86174d8421a0' from root:root to runner:runner
2025-08-20T21:37:12.6155454Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_spanned-b7a409f6621154d3/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T21:37:12.6157139Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_spanned-b7a409f6621154d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6158826Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_spanned-b7a409f6621154d3/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T21:37:12.6160508Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_spanned-b7a409f6621154d3/lib-serde_spanned' from root:root to runner:runner
2025-08-20T21:37:12.6162096Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_spanned-b7a409f6621154d3' from root:root to runner:runner
2025-08-20T21:37:12.6164003Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smithay-client-toolkit-811ab101308789e2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6166058Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smithay-client-toolkit-811ab101308789e2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6167941Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smithay-client-toolkit-811ab101308789e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6169788Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smithay-client-toolkit-811ab101308789e2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6171551Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smithay-client-toolkit-811ab101308789e2' from root:root to runner:runner
2025-08-20T21:37:12.6173339Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indoc-c47f93e31d250bef/lib-indoc' from root:root to runner:runner
2025-08-20T21:37:12.6174943Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indoc-c47f93e31d250bef/dep-lib-indoc' from root:root to runner:runner
2025-08-20T21:37:12.6176535Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indoc-c47f93e31d250bef/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6178141Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indoc-c47f93e31d250bef/lib-indoc.json' from root:root to runner:runner
2025-08-20T21:37:12.6179795Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indoc-c47f93e31d250bef' from root:root to runner:runner
2025-08-20T21:37:12.6181440Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6183419Z [00:04:03.778]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6185511Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad' from root:root to runner:runner
2025-08-20T21:37:12.6188695Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6192125Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6195766Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6197661Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6199342Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T21:37:12.6201034Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T21:37:12.6203057Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6204856Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T21:37:12.6206673Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T21:37:12.6208381Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782' from root:root to runner:runner
2025-08-20T21:37:12.6210034Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/dep-lib-convert_case' from root:root to runner:runner
2025-08-20T21:37:12.6211860Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/lib-convert_case.json' from root:root to runner:runner
2025-08-20T21:37:12.6213778Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6215441Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/lib-convert_case' from root:root to runner:runner
2025-08-20T21:37:12.6217025Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7' from root:root to runner:runner
2025-08-20T21:37:12.6218556Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs' from root:root to runner:runner
2025-08-20T21:37:12.6220121Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs.json' from root:root to runner:runner
2025-08-20T21:37:12.6221850Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6223657Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/dep-lib-litrs' from root:root to runner:runner
2025-08-20T21:37:12.6225189Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385' from root:root to runner:runner
2025-08-20T21:37:12.6226813Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6228607Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6230306Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6232006Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6233818Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T21:37:12.6235427Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bb60308ec515118/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6237279Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bb60308ec515118/lib-derive_more_impl' from root:root to runner:runner
2025-08-20T21:37:12.6239000Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bb60308ec515118/dep-lib-derive_more_impl' from root:root to runner:runner
2025-08-20T21:37:12.6241016Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bb60308ec515118/lib-derive_more_impl.json' from root:root to runner:runner
2025-08-20T21:37:12.6242938Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bb60308ec515118' from root:root to runner:runner
2025-08-20T21:37:12.6244595Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_datetime-28bd6f6c27390437/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6246472Z [00:04:03.779]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_datetime-28bd6f6c27390437/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:37:12.6248319Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_datetime-28bd6f6c27390437/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T21:37:12.6250022Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_datetime-28bd6f6c27390437/lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:37:12.6251617Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_datetime-28bd6f6c27390437' from root:root to runner:runner
2025-08-20T21:37:12.6253613Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-488f7190e6ad3379/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6255410Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-488f7190e6ad3379/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6257144Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-488f7190e6ad3379/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6259530Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-488f7190e6ad3379/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6262870Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-488f7190e6ad3379' from root:root to runner:runner
2025-08-20T21:37:12.6266142Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6269432Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6271136Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe' from root:root to runner:runner
2025-08-20T21:37:12.6272974Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_macro-14ceded5f4f8fd2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6274695Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_macro-14ceded5f4f8fd2d/lib-darling_macro.json' from root:root to runner:runner
2025-08-20T21:37:12.6276418Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_macro-14ceded5f4f8fd2d/lib-darling_macro' from root:root to runner:runner
2025-08-20T21:37:12.6278093Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_macro-14ceded5f4f8fd2d/dep-lib-darling_macro' from root:root to runner:runner
2025-08-20T21:37:12.6279851Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_macro-14ceded5f4f8fd2d' from root:root to runner:runner
2025-08-20T21:37:12.6281450Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/hashbrown-730ed2fc26f14994/lib-hashbrown' from root:root to runner:runner
2025-08-20T21:37:12.6283302Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/hashbrown-730ed2fc26f14994/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T21:37:12.6284965Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/hashbrown-730ed2fc26f14994/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T21:37:12.6286610Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/hashbrown-730ed2fc26f14994/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6288196Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/hashbrown-730ed2fc26f14994' from root:root to runner:runner
2025-08-20T21:37:12.6289834Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6291599Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6293666Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6295543Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6297172Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c' from root:root to runner:runner
2025-08-20T21:37:12.6298757Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/async-trait-1fa57537a519b597/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6300420Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/async-trait-1fa57537a519b597/dep-lib-async_trait' from root:root to runner:runner
2025-08-20T21:37:12.6302069Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/async-trait-1fa57537a519b597/lib-async_trait' from root:root to runner:runner
2025-08-20T21:37:12.6303976Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/async-trait-1fa57537a519b597/lib-async_trait.json' from root:root to runner:runner
2025-08-20T21:37:12.6305727Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/async-trait-1fa57537a519b597' from root:root to runner:runner
2025-08-20T21:37:12.6307343Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smallvec-353a22c3a3ca83eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6308964Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smallvec-353a22c3a3ca83eb/lib-smallvec' from root:root to runner:runner
2025-08-20T21:37:12.6310583Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smallvec-353a22c3a3ca83eb/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T21:37:12.6312408Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smallvec-353a22c3a3ca83eb/lib-smallvec.json' from root:root to runner:runner
2025-08-20T21:37:12.6314281Z [00:04:03.780]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smallvec-353a22c3a3ca83eb' from root:root to runner:runner
2025-08-20T21:37:12.6315959Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6317776Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6319674Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6321666Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6324361Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3' from root:root to runner:runner
2025-08-20T21:37:12.6326047Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6327663Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste.json' from root:root to runner:runner
2025-08-20T21:37:12.6329237Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste' from root:root to runner:runner
2025-08-20T21:37:12.6330797Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/dep-lib-paste' from root:root to runner:runner
2025-08-20T21:37:12.6332638Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195' from root:root to runner:runner
2025-08-20T21:37:12.6335369Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/build-rs-f082e6b995dbe54d/dep-lib-build' from root:root to runner:runner
2025-08-20T21:37:12.6338548Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/build-rs-f082e6b995dbe54d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6341643Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/build-rs-f082e6b995dbe54d/lib-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6344373Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/build-rs-f082e6b995dbe54d/lib-build' from root:root to runner:runner
2025-08-20T21:37:12.6345998Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/build-rs-f082e6b995dbe54d' from root:root to runner:runner
2025-08-20T21:37:12.6347575Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/cfg-expr-a3631780077fdbcc/dep-lib-cfg_expr' from root:root to runner:runner
2025-08-20T21:37:12.6349203Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/cfg-expr-a3631780077fdbcc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6350821Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/cfg-expr-a3631780077fdbcc/lib-cfg_expr' from root:root to runner:runner
2025-08-20T21:37:12.6352883Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/cfg-expr-a3631780077fdbcc/lib-cfg_expr.json' from root:root to runner:runner
2025-08-20T21:37:12.6354459Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/cfg-expr-a3631780077fdbcc' from root:root to runner:runner
2025-08-20T21:37:12.6356105Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/num-traits-0833ae6ced55b796/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6357910Z [00:04:03.781]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/num-traits-0833ae6ced55b796/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6359645Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/num-traits-0833ae6ced55b796/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6361385Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/num-traits-0833ae6ced55b796/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6363261Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/num-traits-0833ae6ced55b796' from root:root to runner:runner
2025-08-20T21:37:12.6365077Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-e27e262c33a22def/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6366922Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-e27e262c33a22def/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6368697Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-e27e262c33a22def/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6370487Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-e27e262c33a22def/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6372179Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-e27e262c33a22def' from root:root to runner:runner
2025-08-20T21:37:12.6373989Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg.json' from root:root to runner:runner
2025-08-20T21:37:12.6375658Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6377266Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg' from root:root to runner:runner
2025-08-20T21:37:12.6379000Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T21:37:12.6380551Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47' from root:root to runner:runner
2025-08-20T21:37:12.6382187Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-a398288792a86721/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6384196Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-a398288792a86721/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6385933Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-a398288792a86721/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6387697Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-a398288792a86721/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6389551Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-a398288792a86721' from root:root to runner:runner
2025-08-20T21:37:12.6391289Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6393407Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T21:37:12.6395244Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:37:12.6396941Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:37:12.6398541Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T21:37:12.6400196Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-de9a65d59c07bc8d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6401952Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-de9a65d59c07bc8d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6403879Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-de9a65d59c07bc8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6405778Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-de9a65d59c07bc8d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6408400Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-de9a65d59c07bc8d' from root:root to runner:runner
2025-08-20T21:37:12.6411482Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6415005Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6417834Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6419566Z [00:04:03.782]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6421173Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0' from root:root to runner:runner
2025-08-20T21:37:12.6423059Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/fnv-a8418bfb88adc510/lib-fnv' from root:root to runner:runner
2025-08-20T21:37:12.6424667Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/fnv-a8418bfb88adc510/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6426238Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/fnv-a8418bfb88adc510/dep-lib-fnv' from root:root to runner:runner
2025-08-20T21:37:12.6427781Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/fnv-a8418bfb88adc510/lib-fnv.json' from root:root to runner:runner
2025-08-20T21:37:12.6429284Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/fnv-a8418bfb88adc510' from root:root to runner:runner
2025-08-20T21:37:12.6430937Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-client-8b615d24cfb21a94/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6433075Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-client-8b615d24cfb21a94/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6434861Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-client-8b615d24cfb21a94/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6436786Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-client-8b615d24cfb21a94/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6438483Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-client-8b615d24cfb21a94' from root:root to runner:runner
2025-08-20T21:37:12.6440193Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-protocols-c8a0307f3d5360a3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6442059Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-protocols-c8a0307f3d5360a3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6444099Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-protocols-c8a0307f3d5360a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6445920Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-protocols-c8a0307f3d5360a3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6447643Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-protocols-c8a0307f3d5360a3' from root:root to runner:runner
2025-08-20T21:37:12.6449412Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/dep-lib-rustversion' from root:root to runner:runner
2025-08-20T21:37:12.6451115Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion.json' from root:root to runner:runner
2025-08-20T21:37:12.6453102Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6454792Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion' from root:root to runner:runner
2025-08-20T21:37:12.6456380Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8' from root:root to runner:runner
2025-08-20T21:37:12.6457935Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-63d291a7051ab72e/dep-lib-serde' from root:root to runner:runner
2025-08-20T21:37:12.6459512Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-63d291a7051ab72e/lib-serde.json' from root:root to runner:runner
2025-08-20T21:37:12.6461114Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-63d291a7051ab72e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6463501Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-63d291a7051ab72e/lib-serde' from root:root to runner:runner
2025-08-20T21:37:12.6465064Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-63d291a7051ab72e' from root:root to runner:runner
2025-08-20T21:37:12.6466648Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/clap_derive-3c2cec9720d5cb25/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6468566Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/clap_derive-3c2cec9720d5cb25/lib-clap_derive' from root:root to runner:runner
2025-08-20T21:37:12.6470759Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/clap_derive-3c2cec9720d5cb25/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T21:37:12.6472718Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/clap_derive-3c2cec9720d5cb25/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T21:37:12.6474317Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/clap_derive-3c2cec9720d5cb25' from root:root to runner:runner
2025-08-20T21:37:12.6476181Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-sys-a3973c77950f6a59/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6478005Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-sys-a3973c77950f6a59/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6480098Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-sys-a3973c77950f6a59/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6482882Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-sys-a3973c77950f6a59/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6486140Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-sys-a3973c77950f6a59' from root:root to runner:runner
2025-08-20T21:37:12.6489343Z [00:04:03.783]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6492419Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6494340Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6496302Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6497970Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc' from root:root to runner:runner
2025-08-20T21:37:12.6499574Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/system-deps-d06e66bdf236d65e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6501248Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/system-deps-d06e66bdf236d65e/dep-lib-system_deps' from root:root to runner:runner
2025-08-20T21:37:12.6503180Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/system-deps-d06e66bdf236d65e/lib-system_deps.json' from root:root to runner:runner
2025-08-20T21:37:12.6504855Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/system-deps-d06e66bdf236d65e/lib-system_deps' from root:root to runner:runner
2025-08-20T21:37:12.6506433Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/system-deps-d06e66bdf236d65e' from root:root to runner:runner
2025-08-20T21:37:12.6508129Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6509731Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T21:37:12.6511297Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T21:37:12.6513138Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T21:37:12.6514666Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T21:37:12.6516209Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_edit-e9ab04fa5a7a6455/lib-toml_edit' from root:root to runner:runner
2025-08-20T21:37:12.6517826Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_edit-e9ab04fa5a7a6455/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6519461Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_edit-e9ab04fa5a7a6455/dep-lib-toml_edit' from root:root to runner:runner
2025-08-20T21:37:12.6521091Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_edit-e9ab04fa5a7a6455/lib-toml_edit.json' from root:root to runner:runner
2025-08-20T21:37:12.6523268Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_edit-e9ab04fa5a7a6455' from root:root to runner:runner
2025-08-20T21:37:12.6524933Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-scanner-e13fcabc668e06a2/lib-wayland_scanner.json' from root:root to runner:runner
2025-08-20T21:37:12.6526686Z [00:04:03.784]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-scanner-e13fcabc668e06a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6528564Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-scanner-e13fcabc668e06a2/dep-lib-wayland_scanner' from root:root to runner:runner
2025-08-20T21:37:12.6530392Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-scanner-e13fcabc668e06a2/lib-wayland_scanner' from root:root to runner:runner
2025-08-20T21:37:12.6532121Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-scanner-e13fcabc668e06a2' from root:root to runner:runner
2025-08-20T21:37:12.6534431Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/gpgme-sys-7a36c8ae2739f473/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6536628Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/gpgme-sys-7a36c8ae2739f473/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6552079Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/gpgme-sys-7a36c8ae2739f473/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6554672Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/gpgme-sys-7a36c8ae2739f473/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6557868Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/gpgme-sys-7a36c8ae2739f473' from root:root to runner:runner
2025-08-20T21:37:12.6560937Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_derive-9060010e43ca94a1/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T21:37:12.6564254Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_derive-9060010e43ca94a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6565990Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_derive-9060010e43ca94a1/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T21:37:12.6567894Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_derive-9060010e43ca94a1/lib-serde_derive' from root:root to runner:runner
2025-08-20T21:37:12.6569527Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_derive-9060010e43ca94a1' from root:root to runner:runner
2025-08-20T21:37:12.6571099Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling-3d4ceeb5276b90fd/lib-darling' from root:root to runner:runner
2025-08-20T21:37:12.6573072Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling-3d4ceeb5276b90fd/dep-lib-darling' from root:root to runner:runner
2025-08-20T21:37:12.6574759Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling-3d4ceeb5276b90fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6576425Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling-3d4ceeb5276b90fd/lib-darling.json' from root:root to runner:runner
2025-08-20T21:37:12.6577980Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling-3d4ceeb5276b90fd' from root:root to runner:runner
2025-08-20T21:37:12.6579718Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:37:12.6581388Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:37:12.6583254Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6584925Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T21:37:12.6586524Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d' from root:root to runner:runner
2025-08-20T21:37:12.6588119Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6589771Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T21:37:12.6591406Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config' from root:root to runner:runner
2025-08-20T21:37:12.6593359Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T21:37:12.6595129Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3' from root:root to runner:runner
2025-08-20T21:37:12.6596828Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6598666Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6600326Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T21:37:12.6601993Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6604341Z [00:04:03.785]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6606263Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6608048Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6609732Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986' from root:root to runner:runner
2025-08-20T21:37:12.6611586Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' from root:root to runner:runner
2025-08-20T21:37:12.6613497Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6615201Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' from root:root to runner:runner
2025-08-20T21:37:12.6617083Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' from root:root to runner:runner
2025-08-20T21:37:12.6618690Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c' from root:root to runner:runner
2025-08-20T21:37:12.6620292Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strum_macros-0fa328554661a6bb/lib-strum_macros' from root:root to runner:runner
2025-08-20T21:37:12.6622115Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strum_macros-0fa328554661a6bb/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T21:37:12.6624128Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strum_macros-0fa328554661a6bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6625811Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strum_macros-0fa328554661a6bb/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T21:37:12.6627422Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strum_macros-0fa328554661a6bb' from root:root to runner:runner
2025-08-20T21:37:12.6629458Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-fc24abe9c83f93b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6632921Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-fc24abe9c83f93b8/dep-lib-target_lexicon' from root:root to runner:runner
2025-08-20T21:37:12.6636473Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-fc24abe9c83f93b8/lib-target_lexicon.json' from root:root to runner:runner
2025-08-20T21:37:12.6639557Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-fc24abe9c83f93b8/lib-target_lexicon' from root:root to runner:runner
2025-08-20T21:37:12.6641269Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-fc24abe9c83f93b8' from root:root to runner:runner
2025-08-20T21:37:12.6643089Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strsim-84f0717c62433628/lib-strsim.json' from root:root to runner:runner
2025-08-20T21:37:12.6644718Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strsim-84f0717c62433628/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6646310Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strsim-84f0717c62433628/lib-strsim' from root:root to runner:runner
2025-08-20T21:37:12.6647886Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strsim-84f0717c62433628/dep-lib-strsim' from root:root to runner:runner
2025-08-20T21:37:12.6649409Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strsim-84f0717c62433628' from root:root to runner:runner
2025-08-20T21:37:12.6651043Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_json-6a3eb08bb9972734/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6653271Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_json-6a3eb08bb9972734/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6655011Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_json-6a3eb08bb9972734/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6656739Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_json-6a3eb08bb9972734/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6658382Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_json-6a3eb08bb9972734' from root:root to runner:runner
2025-08-20T21:37:12.6660037Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6661853Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6663956Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6665766Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6667452Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c' from root:root to runner:runner
2025-08-20T21:37:12.6669119Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6670882Z [00:04:03.786]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6672763Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6674482Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6676147Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159' from root:root to runner:runner
2025-08-20T21:37:12.6677894Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version-compare-27e4caca2929cd32/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6679615Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version-compare-27e4caca2929cd32/dep-lib-version_compare' from root:root to runner:runner
2025-08-20T21:37:12.6681336Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version-compare-27e4caca2929cd32/lib-version_compare' from root:root to runner:runner
2025-08-20T21:37:12.6683411Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version-compare-27e4caca2929cd32/lib-version_compare.json' from root:root to runner:runner
2025-08-20T21:37:12.6685326Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version-compare-27e4caca2929cd32' from root:root to runner:runner
2025-08-20T21:37:12.6687032Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libgpg-error-sys-8b8a654e1c4ee44a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6689018Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libgpg-error-sys-8b8a654e1c4ee44a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6690959Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libgpg-error-sys-8b8a654e1c4ee44a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6693268Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libgpg-error-sys-8b8a654e1c4ee44a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6695004Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libgpg-error-sys-8b8a654e1c4ee44a' from root:root to runner:runner
2025-08-20T21:37:12.6696635Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T21:37:12.6698291Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent' from root:root to runner:runner
2025-08-20T21:37:12.6699942Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6702029Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent.json' from root:root to runner:runner
2025-08-20T21:37:12.6704689Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53' from root:root to runner:runner
2025-08-20T21:37:12.6708056Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-9855cff10967c731/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6711771Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-9855cff10967c731/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6713936Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-9855cff10967c731' from root:root to runner:runner
2025-08-20T21:37:12.6715577Z [00:04:03.787]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6717349Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6719054Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6720748Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6722781Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-20T21:37:12.6724435Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6726193Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6727883Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6729577Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6731178Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd' from root:root to runner:runner
2025-08-20T21:37:12.6732922Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/winnow-121109b6b07699c3/lib-winnow' from root:root to runner:runner
2025-08-20T21:37:12.6734535Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/winnow-121109b6b07699c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6736280Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/winnow-121109b6b07699c3/dep-lib-winnow' from root:root to runner:runner
2025-08-20T21:37:12.6737870Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/winnow-121109b6b07699c3/lib-winnow.json' from root:root to runner:runner
2025-08-20T21:37:12.6739395Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/winnow-121109b6b07699c3' from root:root to runner:runner
2025-08-20T21:37:12.6741029Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/dep-lib-document_features' from root:root to runner:runner
2025-08-20T21:37:12.6742974Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features' from root:root to runner:runner
2025-08-20T21:37:12.6744746Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features.json' from root:root to runner:runner
2025-08-20T21:37:12.6746484Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6748246Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c' from root:root to runner:runner
2025-08-20T21:37:12.6749927Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6751691Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6753604Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6755321Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6757161Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a' from root:root to runner:runner
2025-08-20T21:37:12.6758730Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/ident_case-3db5b009047a955a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6760389Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/ident_case-3db5b009047a955a/dep-lib-ident_case' from root:root to runner:runner
2025-08-20T21:37:12.6762595Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/ident_case-3db5b009047a955a/lib-ident_case.json' from root:root to runner:runner
2025-08-20T21:37:12.6764247Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/ident_case-3db5b009047a955a/lib-ident_case' from root:root to runner:runner
2025-08-20T21:37:12.6765794Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/ident_case-3db5b009047a955a' from root:root to runner:runner
2025-08-20T21:37:12.6767347Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/xml-rs-fdb2d0bb061687fe/lib-xml.json' from root:root to runner:runner
2025-08-20T21:37:12.6768925Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/xml-rs-fdb2d0bb061687fe/dep-lib-xml' from root:root to runner:runner
2025-08-20T21:37:12.6770518Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/xml-rs-fdb2d0bb061687fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6772082Z [00:04:03.788]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/xml-rs-fdb2d0bb061687fe/lib-xml' from root:root to runner:runner
2025-08-20T21:37:12.6774346Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/xml-rs-fdb2d0bb061687fe' from root:root to runner:runner
2025-08-20T21:37:12.6777252Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/copypasta-ext-15ecb4816a58e6bc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6780759Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/copypasta-ext-15ecb4816a58e6bc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6784297Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/copypasta-ext-15ecb4816a58e6bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6786613Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/copypasta-ext-15ecb4816a58e6bc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6788377Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/copypasta-ext-15ecb4816a58e6bc' from root:root to runner:runner
2025-08-20T21:37:12.6789977Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml-8820011982e39b15/dep-lib-toml' from root:root to runner:runner
2025-08-20T21:37:12.6791532Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml-8820011982e39b15/lib-toml' from root:root to runner:runner
2025-08-20T21:37:12.6793357Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml-8820011982e39b15/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6795155Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml-8820011982e39b15/lib-toml.json' from root:root to runner:runner
2025-08-20T21:37:12.6796692Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml-8820011982e39b15' from root:root to runner:runner
2025-08-20T21:37:12.6798371Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_core-19ca791aeb7d3ad7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6800052Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_core-19ca791aeb7d3ad7/lib-darling_core' from root:root to runner:runner
2025-08-20T21:37:12.6801719Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_core-19ca791aeb7d3ad7/lib-darling_core.json' from root:root to runner:runner
2025-08-20T21:37:12.6803615Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_core-19ca791aeb7d3ad7/dep-lib-darling_core' from root:root to runner:runner
2025-08-20T21:37:12.6805233Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_core-19ca791aeb7d3ad7' from root:root to runner:runner
2025-08-20T21:37:12.6806830Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indexmap-7ef918fb3ed16071/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6808464Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indexmap-7ef918fb3ed16071/lib-indexmap.json' from root:root to runner:runner
2025-08-20T21:37:12.6810095Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indexmap-7ef918fb3ed16071/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T21:37:12.6811711Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indexmap-7ef918fb3ed16071/lib-indexmap' from root:root to runner:runner
2025-08-20T21:37:12.6813721Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indexmap-7ef918fb3ed16071' from root:root to runner:runner
2025-08-20T21:37:12.6815260Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/syn-11d2e99a3458130c/dep-lib-syn' from root:root to runner:runner
2025-08-20T21:37:12.6816834Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/syn-11d2e99a3458130c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6818387Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/syn-11d2e99a3458130c/lib-syn' from root:root to runner:runner
2025-08-20T21:37:12.6819939Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/syn-11d2e99a3458130c/lib-syn.json' from root:root to runner:runner
2025-08-20T21:37:12.6821433Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/syn-11d2e99a3458130c' from root:root to runner:runner
2025-08-20T21:37:12.6823321Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-d283ef3915e65753/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.6825345Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-d283ef3915e65753/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.6827043Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-d283ef3915e65753' from root:root to runner:runner
2025-08-20T21:37:12.6828614Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' from root:root to runner:runner
2025-08-20T21:37:12.6830461Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6832050Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' from root:root to runner:runner
2025-08-20T21:37:12.6833937Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' from root:root to runner:runner
2025-08-20T21:37:12.6835642Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485' from root:root to runner:runner
2025-08-20T21:37:12.6837235Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/instability-10cd972bebd67524/lib-instability' from root:root to runner:runner
2025-08-20T21:37:12.6838916Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/instability-10cd972bebd67524/lib-instability.json' from root:root to runner:runner
2025-08-20T21:37:12.6840741Z [00:04:03.789]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/instability-10cd972bebd67524/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6842751Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/instability-10cd972bebd67524/dep-lib-instability' from root:root to runner:runner
2025-08-20T21:37:12.6844480Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/instability-10cd972bebd67524' from root:root to runner:runner
2025-08-20T21:37:12.6845943Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:37:12.6847461Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T21:37:12.6849562Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T21:37:12.6852597Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T21:37:12.6855609Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:37:12.6858301Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/out' from root:root to runner:runner
2025-08-20T21:37:12.6860036Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' from root:root to runner:runner
2025-08-20T21:37:12.6861771Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6863806Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6865526Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6867159Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T21:37:12.6868794Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/out' from root:root to runner:runner
2025-08-20T21:37:12.6870608Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' from root:root to runner:runner
2025-08-20T21:37:12.6872645Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6874488Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6876245Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6877887Z [00:04:03.790]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-20T21:37:12.6879553Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out/tests.rs' from root:root to runner:runner
2025-08-20T21:37:12.6881549Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out' from root:root to runner:runner
2025-08-20T21:37:12.6883900Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/output' from root:root to runner:runner
2025-08-20T21:37:12.6885779Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6887515Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6889234Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6890878Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f' from root:root to runner:runner
2025-08-20T21:37:12.6892839Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/out/autocfg_4019a2c8e085ea91_1.ll' from root:root to runner:runner
2025-08-20T21:37:12.6894733Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/out/autocfg_4019a2c8e085ea91_0.ll' from root:root to runner:runner
2025-08-20T21:37:12.6896506Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/out' from root:root to runner:runner
2025-08-20T21:37:12.6898331Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/output' from root:root to runner:runner
2025-08-20T21:37:12.6900050Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6901823Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6904040Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6905713Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96' from root:root to runner:runner
2025-08-20T21:37:12.6907351Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-cf7ee5ba8bb842b8/out' from root:root to runner:runner
2025-08-20T21:37:12.6909305Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-cf7ee5ba8bb842b8/output' from root:root to runner:runner
2025-08-20T21:37:12.6911009Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-cf7ee5ba8bb842b8/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6913226Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-cf7ee5ba8bb842b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6914963Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-cf7ee5ba8bb842b8/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6916617Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-cf7ee5ba8bb842b8' from root:root to runner:runner
2025-08-20T21:37:12.6918328Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/smithay-client-toolkit-dd77763a24b883e6/out' from root:root to runner:runner
2025-08-20T21:37:12.6920121Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/smithay-client-toolkit-dd77763a24b883e6/output' from root:root to runner:runner
2025-08-20T21:37:12.6923083Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/smithay-client-toolkit-dd77763a24b883e6/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6926922Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/smithay-client-toolkit-dd77763a24b883e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6930440Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/smithay-client-toolkit-dd77763a24b883e6/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6933084Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/smithay-client-toolkit-dd77763a24b883e6' from root:root to runner:runner
2025-08-20T21:37:12.6934968Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out/autocfg_012f5de1a5a0dfc5_0.ll' from root:root to runner:runner
2025-08-20T21:37:12.6936749Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out' from root:root to runner:runner
2025-08-20T21:37:12.6938442Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/output' from root:root to runner:runner
2025-08-20T21:37:12.6940301Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6942057Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6944012Z [00:04:03.791]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6945657Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b' from root:root to runner:runner
2025-08-20T21:37:12.6947340Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libgpg-error-sys-79a58e28682b3f10/out' from root:root to runner:runner
2025-08-20T21:37:12.6949079Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libgpg-error-sys-79a58e28682b3f10/output' from root:root to runner:runner
2025-08-20T21:37:12.6950838Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libgpg-error-sys-79a58e28682b3f10/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6952857Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libgpg-error-sys-79a58e28682b3f10/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6954807Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libgpg-error-sys-79a58e28682b3f10/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6956531Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libgpg-error-sys-79a58e28682b3f10' from root:root to runner:runner
2025-08-20T21:37:12.6958224Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-sys-520f9ec44a937b83/out' from root:root to runner:runner
2025-08-20T21:37:12.6959937Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-sys-520f9ec44a937b83/output' from root:root to runner:runner
2025-08-20T21:37:12.6961673Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-sys-520f9ec44a937b83/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6963662Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-sys-520f9ec44a937b83/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6965419Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-sys-520f9ec44a937b83/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6967217Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-sys-520f9ec44a937b83' from root:root to runner:runner
2025-08-20T21:37:12.6968897Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-5c1eba6e681d570a/out' from root:root to runner:runner
2025-08-20T21:37:12.6970576Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-5c1eba6e681d570a/output' from root:root to runner:runner
2025-08-20T21:37:12.6972524Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-5c1eba6e681d570a/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6974312Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-5c1eba6e681d570a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6976267Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-5c1eba6e681d570a/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6977972Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-5c1eba6e681d570a' from root:root to runner:runner
2025-08-20T21:37:12.6979759Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/out/autocfg_eca49703dabf0727_0.ll' from root:root to runner:runner
2025-08-20T21:37:12.6981946Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/out' from root:root to runner:runner
2025-08-20T21:37:12.6984441Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/output' from root:root to runner:runner
2025-08-20T21:37:12.6986161Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/root-output' from root:root to runner:runner
2025-08-20T21:37:12.6987924Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.6989656Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/stderr' from root:root to runner:runner
2025-08-20T21:37:12.6991308Z [00:04:03.792]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de' from root:root to runner:runner
2025-08-20T21:37:12.6993381Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/out' from root:root to runner:runner
2025-08-20T21:37:12.6995668Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/output' from root:root to runner:runner
2025-08-20T21:37:12.6998914Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7002409Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7005302Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7007019Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208' from root:root to runner:runner
2025-08-20T21:37:12.7008850Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/text-input-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7010806Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-shell_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7013247Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-decoration-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7015217Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-shell-v6_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7017176Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-data-control-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7019172Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-gamma-control-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7021194Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-virtual-pointer-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7023435Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/gtk-primary-selection_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7025545Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-output-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7027568Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-output-management-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7029575Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/input-method-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7031601Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/keyboard-shortcuts-inhibit-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7033908Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/input-method-unstable-v2_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7035908Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/text-input-v3_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7037868Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/linux-dmabuf-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7039952Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/viewporter_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7041944Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xwayland-keyboard-grab-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7044239Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/linux-explicit-synchronization-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7046323Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/pointer-constraints-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7048341Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/input-timestamps-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7050630Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/tablet-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7052984Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-layer-shell-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7055214Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-export-dmabuf-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7057228Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-screencopy-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7059188Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/tablet-v2_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7061123Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/idle-inhibit-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7063555Z [00:04:03.793]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/server-decoration_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7065580Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/relative-pointer-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7068167Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-input-inhibitor-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7071773Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-foreign-v2_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7075846Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/presentation-time_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7078879Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-shell-v5_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7080955Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-foreign-toplevel-management-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7083222Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-foreign-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7085372Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/fullscreen-shell-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7087388Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/pointer-gestures-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7089388Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/primary-selection-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7091441Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-output-power-management-v1_client_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7093607Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out' from root:root to runner:runner
2025-08-20T21:37:12.7095357Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/output' from root:root to runner:runner
2025-08-20T21:37:12.7097149Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7099123Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7100926Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7102877Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc' from root:root to runner:runner
2025-08-20T21:37:12.7104707Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/out/autocfg_7192f389f3b88b95_0.ll' from root:root to runner:runner
2025-08-20T21:37:12.7106495Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/out' from root:root to runner:runner
2025-08-20T21:37:12.7108166Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/output' from root:root to runner:runner
2025-08-20T21:37:12.7110013Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7111786Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7113750Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7115412Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3' from root:root to runner:runner
2025-08-20T21:37:12.7117069Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gpgme-sys-d2ecc9b300e09361/out' from root:root to runner:runner
2025-08-20T21:37:12.7118742Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gpgme-sys-d2ecc9b300e09361/output' from root:root to runner:runner
2025-08-20T21:37:12.7120436Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gpgme-sys-d2ecc9b300e09361/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7122688Z [00:04:03.794]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gpgme-sys-d2ecc9b300e09361/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7124491Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gpgme-sys-d2ecc9b300e09361/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7126301Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gpgme-sys-d2ecc9b300e09361' from root:root to runner:runner
2025-08-20T21:37:12.7128147Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/out' from root:root to runner:runner
2025-08-20T21:37:12.7129852Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/output' from root:root to runner:runner
2025-08-20T21:37:12.7131577Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7133563Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7135304Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7137114Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d' from root:root to runner:runner
2025-08-20T21:37:12.7138767Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/out' from root:root to runner:runner
2025-08-20T21:37:12.7140914Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/output' from root:root to runner:runner
2025-08-20T21:37:12.7144312Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7147623Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7150707Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7152645Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9' from root:root to runner:runner
2025-08-20T21:37:12.7154385Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/copypasta-ext-f2635c4efc3e10fb/out' from root:root to runner:runner
2025-08-20T21:37:12.7156340Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/copypasta-ext-f2635c4efc3e10fb/output' from root:root to runner:runner
2025-08-20T21:37:12.7158112Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/copypasta-ext-f2635c4efc3e10fb/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7159913Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/copypasta-ext-f2635c4efc3e10fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7161703Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/copypasta-ext-f2635c4efc3e10fb/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7163633Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/copypasta-ext-f2635c4efc3e10fb' from root:root to runner:runner
2025-08-20T21:37:12.7165408Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/out/wayland_api.rs' from root:root to runner:runner
2025-08-20T21:37:12.7167182Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/out' from root:root to runner:runner
2025-08-20T21:37:12.7169052Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/output' from root:root to runner:runner
2025-08-20T21:37:12.7170855Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7172886Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7174696Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7176455Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121' from root:root to runner:runner
2025-08-20T21:37:12.7178163Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/out' from root:root to runner:runner
2025-08-20T21:37:12.7179906Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/output' from root:root to runner:runner
2025-08-20T21:37:12.7181673Z [00:04:03.795]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7183888Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7185687Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7187408Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99' from root:root to runner:runner
2025-08-20T21:37:12.7189120Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/out' from root:root to runner:runner
2025-08-20T21:37:12.7190878Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/output' from root:root to runner:runner
2025-08-20T21:37:12.7193110Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7195333Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7197194Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7198915Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b' from root:root to runner:runner
2025-08-20T21:37:12.7200768Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-9c1a7dbc57d1fdd9/out' from root:root to runner:runner
2025-08-20T21:37:12.7202639Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-9c1a7dbc57d1fdd9/output' from root:root to runner:runner
2025-08-20T21:37:12.7204356Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-9c1a7dbc57d1fdd9/root-output' from root:root to runner:runner
2025-08-20T21:37:12.7206109Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-9c1a7dbc57d1fdd9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7207825Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-9c1a7dbc57d1fdd9/stderr' from root:root to runner:runner
2025-08-20T21:37:12.7209672Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-9c1a7dbc57d1fdd9' from root:root to runner:runner
2025-08-20T21:37:12.7211193Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T21:37:12.7213348Z [00:04:03.796]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-c9d3521db930e787.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7216561Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cassowary-68668f9b523f8705.d' from root:root to runner:runner
2025-08-20T21:37:12.7219890Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7223258Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-8eb444c2ad08a160.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7225023Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/home-56e43a85f1593448.d' from root:root to runner:runner
2025-08-20T21:37:12.7226902Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-271f231dcf37d3cc.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7228645Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7230370Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a11b56e28eb82443.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7232146Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7234255Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_truncate-0ad5e416b73ceb1c.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7236015Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-0bc05f5e9efa1493.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7237698Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/x11rb-b55518da97b809e8.d' from root:root to runner:runner
2025-08-20T21:37:12.7239359Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-e8970ab1144ac618.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7241206Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7243136Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-707c7d06bc47a26f.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7244851Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-d4e03f0863191001.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7246550Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_complete-9c47f965df803904.d' from root:root to runner:runner
2025-08-20T21:37:12.7248238Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme-8ab6543d8e2429c6.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7249913Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-84b103eb123f9287.d' from root:root to runner:runner
2025-08-20T21:37:12.7251722Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-35da22119356ff16.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7253605Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memmap2-35da22119356ff16.d' from root:root to runner:runner
2025-08-20T21:37:12.7255310Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_protocols-f7f6158ab0b89913.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7257009Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/digest-08570efda4d1abe8.d' from root:root to runner:runner
2025-08-20T21:37:12.7258665Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/generic_array-08da0476db2bde36.d' from root:root to runner:runner
2025-08-20T21:37:12.7260388Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_truncate-0ad5e416b73ceb1c.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7262100Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11rb-b55518da97b809e8.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7264105Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-be038536a7e6d4e8.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7265811Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-e8970ab1144ac618.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7267877Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4fe298af8c276e40.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7269615Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-b129d758195ee30c.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7271301Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T21:37:12.7273568Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-66d80e871f1b9944.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7275356Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-2cd401ca29f36faf.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7277050Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7278903Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7280654Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcassowary-68668f9b523f8705.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7282615Z [00:04:03.797]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a636499d6b59e980.d' from root:root to runner:runner
2025-08-20T21:37:12.7284337Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-477e4bc5c0adf82c.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7287053Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-ca2bfcfe674c0be2.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7290404Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7293891Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbetter_panic-6f2d41f5f43ef9f4.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7296330Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-2804340348623374.d' from root:root to runner:runner
2025-08-20T21:37:12.7297979Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-d4e03f0863191001.d' from root:root to runner:runner
2025-08-20T21:37:12.7299812Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/addr2line-f22e1d10b143ba90.d' from root:root to runner:runner
2025-08-20T21:37:12.7300667Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_logger-2cd401ca29f36faf.d' from root:root to runner:runner
2025-08-20T21:37:12.7301547Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-3215ac086ee6ba72.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7302783Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7303675Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-ca2bfcfe674c0be2.d' from root:root to runner:runner
2025-08-20T21:37:12.7304539Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-74487f78cb8af429.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7305553Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7306497Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7307389Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5e2953ad94a6aa1.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7308275Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/allocator_api2-2a12531b87530519.d' from root:root to runner:runner
2025-08-20T21:37:12.7309195Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-271f231dcf37d3cc.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7310078Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_mio-8eb444c2ad08a160.d' from root:root to runner:runner
2025-08-20T21:37:12.7310980Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys_next-d337db1674bc2805.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7311877Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7313196Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7314068Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/block_buffer-304c8186c073e4bf.d' from root:root to runner:runner
2025-08-20T21:37:12.7314968Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7315877Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11rb_protocol-3ffd653777c0fb8d.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7316768Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_error-983200727df8eb5a.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7317643Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7318618Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xcursor-757142fd6dd46b09.d' from root:root to runner:runner
2025-08-20T21:37:12.7319517Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorsys-92c18330a551e141.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7320385Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7d8d5a5392416a44.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7321265Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-271f231dcf37d3cc.d' from root:root to runner:runner
2025-08-20T21:37:12.7322138Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdlib-3b01cf794af61427.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7323351Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7324282Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-59d670acec46ee3a.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7325199Z [00:04:03.798]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-a7de98d760ff9578.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7326125Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcompact_str-a3bbde06406720e4.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7327146Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7328043Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a2b6bd3d046c9a1d.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7328927Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7329828Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta_ext-70bcc5c9743ad591.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7330687Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/console-66d80e871f1b9944.d' from root:root to runner:runner
2025-08-20T21:37:12.7331539Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-98cd4511d579a34f.d' from root:root to runner:runner
2025-08-20T21:37:12.7333019Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7333977Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfdeflate-92519916c6b189bc.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7334870Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7335784Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4311d095e009335b.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7336693Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-84b103eb123f9287.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7337603Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-c24b20cf9c739962.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7338493Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-d4e03f0863191001.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7339557Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7340561Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-e0078f82f82bc08b.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7341609Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-93b110292a34b275.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7342726Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-7e2dd2ae487d31c9.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7343634Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-c24b20cf9c739962.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7344642Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/copypasta_ext-70bcc5c9743ad591.d' from root:root to runner:runner
2025-08-20T21:37:12.7345602Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c8fed610f44cf231.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7346521Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7347559Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11_clipboard-a217bdb48449bd8b.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7348449Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_demangle-56002613ad8f8a7f.d' from root:root to runner:runner
2025-08-20T21:37:12.7349309Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_filter-9561beb12a31e571.d' from root:root to runner:runner
2025-08-20T21:37:12.7350193Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-3215ac086ee6ba72.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7351074Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-c5e2953ad94a6aa1.d' from root:root to runner:runner
2025-08-20T21:37:12.7352008Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinytemplate-a5bccc0aabc81cd2.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7353153Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-d3d8b7ec183f449d.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7354046Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytemuck-90fb150851ff6f8b.d' from root:root to runner:runner
2025-08-20T21:37:12.7355021Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/png-5d6c6d0eb57263a3.d' from root:root to runner:runner
2025-08-20T21:37:12.7355886Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-bcbc67bae9392d1b.d' from root:root to runner:runner
2025-08-20T21:37:12.7356816Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmithay_clipboard-b7e9e31fd14a8f79.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7358097Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-707c7d06bc47a26f.d' from root:root to runner:runner
2025-08-20T21:37:12.7359662Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-b129d758195ee30c.d' from root:root to runner:runner
2025-08-20T21:37:12.7361429Z [00:04:03.799]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibloading-1bda9b4b309ea7dd.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7363349Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7365304Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7366995Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7368316Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_cursor-5e95b429b2aa4624.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7369243Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-2cd401ca29f36faf.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7370140Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/compact_str-a3bbde06406720e4.d' from root:root to runner:runner
2025-08-20T21:37:12.7371001Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-3b02f3262b9455ba.d' from root:root to runner:runner
2025-08-20T21:37:12.7371898Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-2332ff3b8e67b3b0.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7373115Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-d3d8b7ec183f449d.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7374181Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-63a6d9dda34a0a3c.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7375100Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7376024Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4311d095e009335b.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7376905Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/derive_more-ff2ca8ee70d94671.d' from root:root to runner:runner
2025-08-20T21:37:12.7377766Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook-c24b20cf9c739962.d' from root:root to runner:runner
2025-08-20T21:37:12.7378655Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7379504Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-1c717d5d4fdd7665.d' from root:root to runner:runner
2025-08-20T21:37:12.7380511Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7381431Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7382520Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7383411Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-355d02a9b26506ec.d' from root:root to runner:runner
2025-08-20T21:37:12.7384287Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7385145Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zune_jpeg-e43851c4217a7d3d.d' from root:root to runner:runner
2025-08-20T21:37:12.7385993Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui-7722a81aa695a6c5.d' from root:root to runner:runner
2025-08-20T21:37:12.7386897Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7387920Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-90fb150851ff6f8b.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7388821Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7389694Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7390564Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-8268cedac16cc900.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7391437Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itertools-59d670acec46ee3a.d' from root:root to runner:runner
2025-08-20T21:37:12.7392578Z [00:04:03.800]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/custom_derive-769daefaf5396672.d' from root:root to runner:runner
2025-08-20T21:37:12.7393621Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7394487Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha256-c3a689b96922a9e5.d' from root:root to runner:runner
2025-08-20T21:37:12.7395398Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_client-443c272caab08de4.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7396346Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7397245Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7398128Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-63a6d9dda34a0a3c.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7398998Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/x11_clipboard-a217bdb48449bd8b.d' from root:root to runner:runner
2025-08-20T21:37:12.7399863Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' from root:root to runner:runner
2025-08-20T21:37:12.7400715Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gimli-3215ac086ee6ba72.d' from root:root to runner:runner
2025-08-20T21:37:12.7401733Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_commons-2054c11218bc34c9.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7403075Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-2a12531b87530519.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7404008Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7404865Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-be038536a7e6d4e8.d' from root:root to runner:runner
2025-08-20T21:37:12.7405770Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7406639Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-24e468701c6c42a3.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7407631Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zune_core-e6fc3cb167da85a8.d' from root:root to runner:runner
2025-08-20T21:37:12.7408542Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7409414Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdlib-3b01cf794af61427.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7410296Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-a11b56e28eb82443.d' from root:root to runner:runner
2025-08-20T21:37:12.7411198Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta-fe0fb0ec17772b7c.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7412488Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta-fe0fb0ec17772b7c.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7413422Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-9bd9f4c4a67866f3.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7414341Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wayland_protocols-f7f6158ab0b89913.d' from root:root to runner:runner
2025-08-20T21:37:12.7415384Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-b129d758195ee30c.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7416299Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-8eb444c2ad08a160.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7417348Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' from root:root to runner:runner
2025-08-20T21:37:12.7418215Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-ee9b707cb62d6c78.d' from root:root to runner:runner
2025-08-20T21:37:12.7419117Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-ff2ca8ee70d94671.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7420003Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7420842Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hex-bd864c8a5c9acbe2.d' from root:root to runner:runner
2025-08-20T21:37:12.7421854Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdowncast_rs-756584ab5d07f618.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7423058Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-477e4bc5c0adf82c.d' from root:root to runner:runner
2025-08-20T21:37:12.7423984Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-a7de98d760ff9578.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7424879Z [00:04:03.801]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-b68c22c71493611f.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7425758Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-2804340348623374.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7426626Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backtrace-c9d3521db930e787.d' from root:root to runner:runner
2025-08-20T21:37:12.7427491Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossterm-a2b6bd3d046c9a1d.d' from root:root to runner:runner
2025-08-20T21:37:12.7428341Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/image-74487f78cb8af429.d' from root:root to runner:runner
2025-08-20T21:37:12.7429426Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-29e5a38bab2fe1ed.d' from root:root to runner:runner
2025-08-20T21:37:12.7430640Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-8ab7bce475b3df61.d' from root:root to runner:runner
2025-08-20T21:37:12.7432458Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jiff-7e2dd2ae487d31c9.d' from root:root to runner:runner
2025-08-20T21:37:12.7434155Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys-e8970ab1144ac618.d' from root:root to runner:runner
2025-08-20T21:37:12.7435844Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7437574Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7439173Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7440830Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/conv-e14db2257a4d31c5.d' from root:root to runner:runner
2025-08-20T21:37:12.7441792Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7442992Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-9c0c5e2325c68bf1.d' from root:root to runner:runner
2025-08-20T21:37:12.7443944Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-f22e1d10b143ba90.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7445122Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7446002Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simd_adler32-b0f0af0960ffa0e9.d' from root:root to runner:runner
2025-08-20T21:37:12.7446922Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-9c47f965df803904.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7447841Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7448896Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-9c47f965df803904.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7449776Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_error_sys-a86d604c84d79915.d' from root:root to runner:runner
2025-08-20T21:37:12.7450705Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7451577Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' from root:root to runner:runner
2025-08-20T21:37:12.7452697Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7453625Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_cursor-5e95b429b2aa4624.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7454643Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha256-c3a689b96922a9e5.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7455529Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memoffset-e5166906bb12b410.d' from root:root to runner:runner
2025-08-20T21:37:12.7456425Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-66d80e871f1b9944.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7457287Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7458136Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-24e468701c6c42a3.d' from root:root to runner:runner
2025-08-20T21:37:12.7459027Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-ffcaa81adf11fb71.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7459878Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/object-63a6d9dda34a0a3c.d' from root:root to runner:runner
2025-08-20T21:37:12.7460760Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorsys-92c18330a551e141.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7461617Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpgme-8ab6543d8e2429c6.d' from root:root to runner:runner
2025-08-20T21:37:12.7462889Z [00:04:03.802]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_error-983200727df8eb5a.d' from root:root to runner:runner
2025-08-20T21:37:12.7463815Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7464713Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-e5166906bb12b410.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7465601Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7466482Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-84b7b16131790355.d' from root:root to runner:runner
2025-08-20T21:37:12.7467317Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dlib-3b01cf794af61427.d' from root:root to runner:runner
2025-08-20T21:37:12.7468319Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/copypasta-fe0fb0ec17772b7c.d' from root:root to runner:runner
2025-08-20T21:37:12.7469225Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme_sys-b102d30d24a5852e.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7470174Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmithay_client_toolkit-b9cb860cfb645284.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7471068Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_logger-a52c36d73547709d.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7471973Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7473278Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossterm-3d25a45ea5dd8688.d' from root:root to runner:runner
2025-08-20T21:37:12.7474157Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5d7663d4e453975b.d' from root:root to runner:runner
2025-08-20T21:37:12.7475005Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-7d8d5a5392416a44.d' from root:root to runner:runner
2025-08-20T21:37:12.7475948Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxcursor-757142fd6dd46b09.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7476966Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7477874Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys_next-d337db1674bc2805.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7478759Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxcursor-757142fd6dd46b09.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7479681Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7480579Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wayland_cursor-5e95b429b2aa4624.d' from root:root to runner:runner
2025-08-20T21:37:12.7481468Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-2332ff3b8e67b3b0.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7482791Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee9b707cb62d6c78.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7483753Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7484840Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/downcast_rs-756584ab5d07f618.d' from root:root to runner:runner
2025-08-20T21:37:12.7485701Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs-d3d8b7ec183f449d.d' from root:root to runner:runner
2025-08-20T21:37:12.7486579Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T21:37:12.7487501Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcustom_derive-769daefaf5396672.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7488409Z [00:04:03.803]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgethostname-1cb3948224dd50ec.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7489412Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' from root:root to runner:runner
2025-08-20T21:37:12.7490438Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-3079fab9365dbfbe.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7491307Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7492395Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbetter_panic-6f2d41f5f43ef9f4.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7493319Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_common-93b110292a34b275.d' from root:root to runner:runner
2025-08-20T21:37:12.7494221Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-146f8b270dbe8c66.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7495105Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-9561beb12a31e571.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7496019Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7497015Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7497892Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-dd9ea91bb2029276.d' from root:root to runner:runner
2025-08-20T21:37:12.7498772Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-ffcaa81adf11fb71.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7499648Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-9bd9f4c4a67866f3.d' from root:root to runner:runner
2025-08-20T21:37:12.7500527Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-74487f78cb8af429.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7501428Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7502839Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' from root:root to runner:runner
2025-08-20T21:37:12.7504148Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-7e2dd2ae487d31c9.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7506097Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-146f8b270dbe8c66.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7507815Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_jpeg-e43851c4217a7d3d.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7509557Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_sys-65cac8f55038d2c8.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7511213Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memoffset-a7de98d760ff9578.d' from root:root to runner:runner
2025-08-20T21:37:12.7512983Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foldhash-2332ff3b8e67b3b0.d' from root:root to runner:runner
2025-08-20T21:37:12.7514202Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta_ext-70bcc5c9743ad591.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7515132Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7516173Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cstr_argument-cbefd2892bbcb0ea.d' from root:root to runner:runner
2025-08-20T21:37:12.7517061Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-2f6b35ad6a9a94fb.d' from root:root to runner:runner
2025-08-20T21:37:12.7517954Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui_completions-1766f8b8a5e3964b.d' from root:root to runner:runner
2025-08-20T21:37:12.7518869Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_logger-a52c36d73547709d.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7519745Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7520595Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-af737d3bb6c5afa3.d' from root:root to runner:runner
2025-08-20T21:37:12.7521469Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconv-e14db2257a4d31c5.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7522584Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lru-0ae9aaea910222a0.d' from root:root to runner:runner
2025-08-20T21:37:12.7523680Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcassowary-68668f9b523f8705.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7524618Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinytemplate-a5bccc0aabc81cd2.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7525498Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gethostname-1cb3948224dd50ec.d' from root:root to runner:runner
2025-08-20T21:37:12.7526408Z [00:04:03.804]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7527304Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-3d25a45ea5dd8688.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7528189Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7529161Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libloading-1bda9b4b309ea7dd.d' from root:root to runner:runner
2025-08-20T21:37:12.7530060Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7530908Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-2dea7c4e3af6a35e.d' from root:root to runner:runner
2025-08-20T21:37:12.7531784Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7d8d5a5392416a44.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7532885Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7533794Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme_sys-b102d30d24a5852e.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7534648Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' from root:root to runner:runner
2025-08-20T21:37:12.7535553Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7536466Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-2a12531b87530519.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7537440Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui-e715ed8eb43b6eaa.d' from root:root to runner:runner
2025-08-20T21:37:12.7538390Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7539273Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cpufeatures-78f285777fc6cffa.d' from root:root to runner:runner
2025-08-20T21:37:12.7540164Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-a22aa4c2b683e344.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7541045Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wayland_client-443c272caab08de4.d' from root:root to runner:runner
2025-08-20T21:37:12.7541918Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11rb-b55518da97b809e8.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7543313Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7544263Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11rb_protocol-3ffd653777c0fb8d.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7545101Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-f3fdeabbd84fa70c.d' from root:root to runner:runner
2025-08-20T21:37:12.7546004Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-93b110292a34b275.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7546885Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee9b707cb62d6c78.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7547793Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibloading-1bda9b4b309ea7dd.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7548630Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/which-e0078f82f82bc08b.d' from root:root to runner:runner
2025-08-20T21:37:12.7549534Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7550404Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7551370Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-4311d095e009335b.d' from root:root to runner:runner
2025-08-20T21:37:12.7552443Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_jpeg-e43851c4217a7d3d.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7553484Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-59d670acec46ee3a.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7554390Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_tui-e715ed8eb43b6eaa.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7555292Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscoped_tls-bcae9db99793ccd0.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7556190Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-56002613ad8f8a7f.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7557408Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-892fe5ab5f5215ca.d' from root:root to runner:runner
2025-08-20T21:37:12.7558324Z [00:04:03.805]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7559194Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' from root:root to runner:runner
2025-08-20T21:37:12.7560071Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/x11rb_protocol-3ffd653777c0fb8d.d' from root:root to runner:runner
2025-08-20T21:37:12.7560915Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' from root:root to runner:runner
2025-08-20T21:37:12.7562090Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-fefeaecc69f23968.d' from root:root to runner:runner
2025-08-20T21:37:12.7563459Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7564401Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7565272Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpng-5d6c6d0eb57263a3.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7566177Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7567060Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder_lite-765096d82b0cbbc8.d' from root:root to runner:runner
2025-08-20T21:37:12.7568075Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-1658d1f1dbb6c99e.d' from root:root to runner:runner
2025-08-20T21:37:12.7568981Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-c9d3521db930e787.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7569872Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-bcbc67bae9392d1b.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7570748Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7571653Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgethostname-1cb3948224dd50ec.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7572793Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-dabdbcef990dce68.d' from root:root to runner:runner
2025-08-20T21:37:12.7573720Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11_clipboard-a217bdb48449bd8b.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7574624Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7576135Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5e2953ad94a6aa1.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7577890Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_sys-65cac8f55038d2c8.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7579641Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-f5cf738d4bc049da.d' from root:root to runner:runner
2025-08-20T21:37:12.7581294Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c8fed610f44cf231.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7583267Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-9bd9f4c4a67866f3.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7584893Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-2804340348623374.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7586413Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys_next-d337db1674bc2805.d' from root:root to runner:runner
2025-08-20T21:37:12.7587532Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-477e4bc5c0adf82c.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7588428Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7589333Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7590239Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7591139Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-98cd4511d579a34f.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7592086Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-fefeaecc69f23968.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7593359Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-0bc05f5e9efa1493.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7594298Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-b68c22c71493611f.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7595414Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7596301Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7597174Z [00:04:03.806]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-0ae9aaea910222a0.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7598069Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/static_assertions-6c90c86964e12489.d' from root:root to runner:runner
2025-08-20T21:37:12.7598952Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7599847Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a2b6bd3d046c9a1d.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7600890Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmithay_client_toolkit-b9cb860cfb645284.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7601752Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorsys-92c18330a551e141.d' from root:root to runner:runner
2025-08-20T21:37:12.7602873Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scoped_tls-bcae9db99793ccd0.d' from root:root to runner:runner
2025-08-20T21:37:12.7603803Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7604719Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcustom_derive-769daefaf5396672.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7605609Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_error-983200727df8eb5a.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7606497Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfdeflate-92519916c6b189bc.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7607405Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7608415Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui-7722a81aa695a6c5.gpg_tui.6a2efb6ae6dc02bf-cgu.1.rcgu.o' from root:root to runner:runner
2025-08-20T21:37:12.7609447Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7610559Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui_completions-1766f8b8a5e3964b.gpg_tui_completions.93dbf02adc5d12df-cgu.0.rcgu.o' from root:root to runner:runner
2025-08-20T21:37:12.7611467Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7612689Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-8268cedac16cc900.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7613584Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpng-5d6c6d0eb57263a3.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7614457Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7615471Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-1f0bef145d35d1a2.d' from root:root to runner:runner
2025-08-20T21:37:12.7616387Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smithay_clipboard-b7e9e31fd14a8f79.d' from root:root to runner:runner
2025-08-20T21:37:12.7617240Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-146f8b270dbe8c66.d' from root:root to runner:runner
2025-08-20T21:37:12.7618113Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-0bc05f5e9efa1493.d' from root:root to runner:runner
2025-08-20T21:37:12.7619007Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-bcbc67bae9392d1b.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7619896Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7620790Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7621703Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_segmentation-0bb23d4b5c482513.d' from root:root to runner:runner
2025-08-20T21:37:12.7623144Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fxhash-56b14f0ed1ba6935.d' from root:root to runner:runner
2025-08-20T21:37:12.7624016Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha2-3079fab9365dbfbe.d' from root:root to runner:runner
2025-08-20T21:37:12.7624911Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7625841Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-56002613ad8f8a7f.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7626765Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7627631Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme-8ab6543d8e2429c6.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7628681Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7629548Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-96fa317258d3c23c.d' from root:root to runner:runner
2025-08-20T21:37:12.7630456Z [00:04:03.807]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7631571Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7632760Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-f22e1d10b143ba90.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7633676Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7634589Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_commons-2054c11218bc34c9.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7635460Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/better_panic-6f2d41f5f43ef9f4.d' from root:root to runner:runner
2025-08-20T21:37:12.7636430Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a11b56e28eb82443.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7637718Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_truncate-0ad5e416b73ceb1c.d' from root:root to runner:runner
2025-08-20T21:37:12.7638647Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcstr_argument-cbefd2892bbcb0ea.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7639538Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-707c7d06bc47a26f.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7640451Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ratatui_splash_screen-e41f8407ec5d169c.d' from root:root to runner:runner
2025-08-20T21:37:12.7641328Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7642384Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_tui-e715ed8eb43b6eaa.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7643564Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-00f80dfaddbea53e.d' from root:root to runner:runner
2025-08-20T21:37:12.7644455Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-c8fed610f44cf231.d' from root:root to runner:runner
2025-08-20T21:37:12.7645314Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ratatui-db690d095dda64fd.d' from root:root to runner:runner
2025-08-20T21:37:12.7646199Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscoped_tls-bcae9db99793ccd0.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7647083Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinytemplate-a5bccc0aabc81cd2.d' from root:root to runner:runner
2025-08-20T21:37:12.7647935Z [00:04:03.808]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpgme_sys-b102d30d24a5852e.d' from root:root to runner:runner
2025-08-20T21:37:12.7648831Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdowncast_rs-756584ab5d07f618.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7649668Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-4fe298af8c276e40.d' from root:root to runner:runner
2025-08-20T21:37:12.7650878Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-e0078f82f82bc08b.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7652748Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wayland_commons-2054c11218bc34c9.d' from root:root to runner:runner
2025-08-20T21:37:12.7654463Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7656196Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcompact_str-a3bbde06406720e4.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7657913Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-a22aa4c2b683e344.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7659569Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-5fa7a1d2395e6fb1.d' from root:root to runner:runner
2025-08-20T21:37:12.7661266Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui_splash_screen-e41f8407ec5d169c.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7662923Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7663928Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_protocols-f7f6158ab0b89913.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7664797Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wayland_sys-65cac8f55038d2c8.d' from root:root to runner:runner
2025-08-20T21:37:12.7665743Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmithay_clipboard-b7e9e31fd14a8f79.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7666611Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/castaway-b68c22c71493611f.d' from root:root to runner:runner
2025-08-20T21:37:12.7667490Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7668410Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smithay_client_toolkit-b9cb860cfb645284.d' from root:root to runner:runner
2025-08-20T21:37:12.7669312Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-ca2bfcfe674c0be2.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7670342Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibgpg_error_sys-a86d604c84d79915.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7671222Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7672106Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-98cd4511d579a34f.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7673230Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-0786838a65bbe90a.d' from root:root to runner:runner
2025-08-20T21:37:12.7674107Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-0fd11076ae604d8a.d' from root:root to runner:runner
2025-08-20T21:37:12.7675010Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T21:37:12.7676021Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-ffcaa81adf11fb71.d' from root:root to runner:runner
2025-08-20T21:37:12.7676894Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconv-e14db2257a4d31c5.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7677755Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/option_ext-dd7fd95bf387f8ef.d' from root:root to runner:runner
2025-08-20T21:37:12.7678613Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fdeflate-92519916c6b189bc.d' from root:root to runner:runner
2025-08-20T21:37:12.7679481Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4fe298af8c276e40.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7680347Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' from root:root to runner:runner
2025-08-20T21:37:12.7681254Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcstr_argument-cbefd2892bbcb0ea.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7682113Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-24e468701c6c42a3.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7683285Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-9561beb12a31e571.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7684349Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-84b103eb123f9287.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7685240Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7686078Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-8268cedac16cc900.d' from root:root to runner:runner
2025-08-20T21:37:12.7686979Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-ff2ca8ee70d94671.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7687864Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-35da22119356ff16.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7688798Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui_splash_screen-e41f8407ec5d169c.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7689810Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_client-443c272caab08de4.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7690709Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7691562Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_next-a22aa4c2b683e344.d' from root:root to runner:runner
2025-08-20T21:37:12.7692761Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-3079fab9365dbfbe.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7693659Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/shellexpand-21d9ebe31090c83a.d' from root:root to runner:runner
2025-08-20T21:37:12.7694565Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-3d25a45ea5dd8688.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7695466Z [00:04:03.809]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7696351Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-90fb150851ff6f8b.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7697206Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' from root:root to runner:runner
2025-08-20T21:37:12.7698207Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-0ae9aaea910222a0.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7699143Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-fefeaecc69f23968.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7700040Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-e5166906bb12b410.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7700937Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7701847Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibgpg_error_sys-a86d604c84d79915.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7703249Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7704312Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha256-c3a689b96922a9e5.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7705211Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' from root:root to runner:runner
2025-08-20T21:37:12.7706093Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-be038536a7e6d4e8.rlib' from root:root to runner:runner
2025-08-20T21:37:12.7706949Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tui_logger-a52c36d73547709d.d' from root:root to runner:runner
2025-08-20T21:37:12.7707920Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-f6abfeb5c073bc13.d' from root:root to runner:runner
2025-08-20T21:37:12.7708841Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T21:37:12.7709577Z [00:04:03.810]➜  ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/libgpg_tui.rlib' retained as runner:runner
2025-08-20T21:37:12.7710544Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T21:37:12.7711491Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7712866Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T21:37:12.7713993Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' from root:root to runner:runner
2025-08-20T21:37:12.7714890Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364' from root:root to runner:runner
2025-08-20T21:37:12.7715808Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/dep-lib-hex' from root:root to runner:runner
2025-08-20T21:37:12.7716737Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7717637Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/lib-hex' from root:root to runner:runner
2025-08-20T21:37:12.7718678Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/lib-hex.json' from root:root to runner:runner
2025-08-20T21:37:12.7719554Z [00:04:03.810]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2' from root:root to runner:runner
2025-08-20T21:37:12.7720552Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T21:37:12.7721543Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T21:37:12.7722862Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width' from root:root to runner:runner
2025-08-20T21:37:12.7723867Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7724769Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1' from root:root to runner:runner
2025-08-20T21:37:12.7725843Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-b9cb860cfb645284/lib-smithay_client_toolkit' from root:root to runner:runner
2025-08-20T21:37:12.7727637Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-b9cb860cfb645284/dep-lib-smithay_client_toolkit' from root:root to runner:runner
2025-08-20T21:37:12.7729655Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-b9cb860cfb645284/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7731764Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-b9cb860cfb645284/lib-smithay_client_toolkit.json' from root:root to runner:runner
2025-08-20T21:37:12.7733813Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-b9cb860cfb645284' from root:root to runner:runner
2025-08-20T21:37:12.7735680Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gethostname-1cb3948224dd50ec/dep-lib-gethostname' from root:root to runner:runner
2025-08-20T21:37:12.7737627Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gethostname-1cb3948224dd50ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7738762Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gethostname-1cb3948224dd50ec/lib-gethostname' from root:root to runner:runner
2025-08-20T21:37:12.7739763Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gethostname-1cb3948224dd50ec/lib-gethostname.json' from root:root to runner:runner
2025-08-20T21:37:12.7740673Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gethostname-1cb3948224dd50ec' from root:root to runner:runner
2025-08-20T21:37:12.7741678Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7743031Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:37:12.7744033Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:37:12.7745042Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:37:12.7746102Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980' from root:root to runner:runner
2025-08-20T21:37:12.7747052Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-7722a81aa695a6c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7748006Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-7722a81aa695a6c5/output-bin-gpg-tui' from root:root to runner:runner
2025-08-20T21:37:12.7748882Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-7722a81aa695a6c5' from root:root to runner:runner
2025-08-20T21:37:12.7749829Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-logger-a52c36d73547709d/lib-tui_logger' from root:root to runner:runner
2025-08-20T21:37:12.7750792Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-logger-a52c36d73547709d/dep-lib-tui_logger' from root:root to runner:runner
2025-08-20T21:37:12.7751865Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-logger-a52c36d73547709d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7753074Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-logger-a52c36d73547709d/lib-tui_logger.json' from root:root to runner:runner
2025-08-20T21:37:12.7753977Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-logger-a52c36d73547709d' from root:root to runner:runner
2025-08-20T21:37:12.7754927Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/dep-lib-typenum' from root:root to runner:runner
2025-08-20T21:37:12.7755859Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum' from root:root to runner:runner
2025-08-20T21:37:12.7756828Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7757787Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum.json' from root:root to runner:runner
2025-08-20T21:37:12.7758663Z [00:04:03.811]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665' from root:root to runner:runner
2025-08-20T21:37:12.7759744Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-707c7d06bc47a26f/lib-chrono' from root:root to runner:runner
2025-08-20T21:37:12.7760704Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-707c7d06bc47a26f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7761641Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-707c7d06bc47a26f/lib-chrono.json' from root:root to runner:runner
2025-08-20T21:37:12.7762920Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-707c7d06bc47a26f/dep-lib-chrono' from root:root to runner:runner
2025-08-20T21:37:12.7763822Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-707c7d06bc47a26f' from root:root to runner:runner
2025-08-20T21:37:12.7764776Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-b129d758195ee30c/lib-num_traits' from root:root to runner:runner
2025-08-20T21:37:12.7765881Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-b129d758195ee30c/lib-num_traits.json' from root:root to runner:runner
2025-08-20T21:37:12.7766875Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-b129d758195ee30c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7767843Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-b129d758195ee30c/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T21:37:12.7768722Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-b129d758195ee30c' from root:root to runner:runner
2025-08-20T21:37:12.7769735Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/dep-lib-byteorder_lite' from root:root to runner:runner
2025-08-20T21:37:12.7770725Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7771724Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/lib-byteorder_lite.json' from root:root to runner:runner
2025-08-20T21:37:12.7773158Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/lib-byteorder_lite' from root:root to runner:runner
2025-08-20T21:37:12.7774242Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8' from root:root to runner:runner
2025-08-20T21:37:12.7775357Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.7776395Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.7777287Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T21:37:12.7778236Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7779156Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/lib-fxhash' from root:root to runner:runner
2025-08-20T21:37:12.7780201Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/dep-lib-fxhash' from root:root to runner:runner
2025-08-20T21:37:12.7781145Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/lib-fxhash.json' from root:root to runner:runner
2025-08-20T21:37:12.7782014Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935' from root:root to runner:runner
2025-08-20T21:37:12.7783336Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.7784596Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.7785490Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-20T21:37:12.7786545Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.7787596Z [00:04:03.812]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.7788757Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f' from root:root to runner:runner
2025-08-20T21:37:12.7789835Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-cursor-5e95b429b2aa4624/lib-wayland_cursor' from root:root to runner:runner
2025-08-20T21:37:12.7790851Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-cursor-5e95b429b2aa4624/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7791864Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-cursor-5e95b429b2aa4624/lib-wayland_cursor.json' from root:root to runner:runner
2025-08-20T21:37:12.7793070Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-cursor-5e95b429b2aa4624/dep-lib-wayland_cursor' from root:root to runner:runner
2025-08-20T21:37:12.7794003Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-cursor-5e95b429b2aa4624' from root:root to runner:runner
2025-08-20T21:37:12.7795115Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T21:37:12.7796102Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7797056Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice' from root:root to runner:runner
2025-08-20T21:37:12.7798045Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T21:37:12.7798937Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1' from root:root to runner:runner
2025-08-20T21:37:12.7799921Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T21:37:12.7800902Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T21:37:12.7802671Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7804692Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures' from root:root to runner:runner
2025-08-20T21:37:12.7806463Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa' from root:root to runner:runner
2025-08-20T21:37:12.7808342Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T21:37:12.7810189Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T21:37:12.7811946Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7813432Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T21:37:12.7814541Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T21:37:12.7815531Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-dabdbcef990dce68/dep-lib-serde' from root:root to runner:runner
2025-08-20T21:37:12.7816471Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-dabdbcef990dce68/lib-serde.json' from root:root to runner:runner
2025-08-20T21:37:12.7817425Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-dabdbcef990dce68/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7818340Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-dabdbcef990dce68/lib-serde' from root:root to runner:runner
2025-08-20T21:37:12.7819208Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-dabdbcef990dce68' from root:root to runner:runner
2025-08-20T21:37:12.7820110Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' from root:root to runner:runner
2025-08-20T21:37:12.7821050Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7822095Z [00:04:03.813]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' from root:root to runner:runner
2025-08-20T21:37:12.7823262Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' from root:root to runner:runner
2025-08-20T21:37:12.7824132Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53' from root:root to runner:runner
2025-08-20T21:37:12.7825059Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dlib-3b01cf794af61427/lib-dlib.json' from root:root to runner:runner
2025-08-20T21:37:12.7825969Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dlib-3b01cf794af61427/dep-lib-dlib' from root:root to runner:runner
2025-08-20T21:37:12.7826915Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dlib-3b01cf794af61427/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7827981Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dlib-3b01cf794af61427/lib-dlib' from root:root to runner:runner
2025-08-20T21:37:12.7828847Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dlib-3b01cf794af61427' from root:root to runner:runner
2025-08-20T21:37:12.7829756Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-0ae9aaea910222a0/dep-lib-lru' from root:root to runner:runner
2025-08-20T21:37:12.7830644Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-0ae9aaea910222a0/lib-lru' from root:root to runner:runner
2025-08-20T21:37:12.7831570Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-0ae9aaea910222a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7832789Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-0ae9aaea910222a0/lib-lru.json' from root:root to runner:runner
2025-08-20T21:37:12.7833674Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-0ae9aaea910222a0' from root:root to runner:runner
2025-08-20T21:37:12.7834759Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-ec76000da2c46c96/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.7835941Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-ec76000da2c46c96/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.7836828Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-ec76000da2c46c96' from root:root to runner:runner
2025-08-20T21:37:12.7837794Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7838725Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/lib-smallvec' from root:root to runner:runner
2025-08-20T21:37:12.7839679Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T21:37:12.7840635Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/lib-smallvec.json' from root:root to runner:runner
2025-08-20T21:37:12.7841625Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da' from root:root to runner:runner
2025-08-20T21:37:12.7842854Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-84b103eb123f9287/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7843869Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-84b103eb123f9287/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:37:12.7844867Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-84b103eb123f9287/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T21:37:12.7845842Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-84b103eb123f9287/lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:37:12.7846736Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-84b103eb123f9287' from root:root to runner:runner
2025-08-20T21:37:12.7847650Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home.json' from root:root to runner:runner
2025-08-20T21:37:12.7848594Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7849662Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/dep-lib-home' from root:root to runner:runner
2025-08-20T21:37:12.7850560Z [00:04:03.814]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home' from root:root to runner:runner
2025-08-20T21:37:12.7851428Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448' from root:root to runner:runner
2025-08-20T21:37:12.7852814Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-cf7ee5ba8bb842b8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.7863913Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-cf7ee5ba8bb842b8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.7864935Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-cf7ee5ba8bb842b8' from root:root to runner:runner
2025-08-20T21:37:12.7866202Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-splash-screen-e41f8407ec5d169c/dep-lib-ratatui_splash_screen' from root:root to runner:runner
2025-08-20T21:37:12.7867284Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-splash-screen-e41f8407ec5d169c/lib-ratatui_splash_screen' from root:root to runner:runner
2025-08-20T21:37:12.7868303Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-splash-screen-e41f8407ec5d169c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7869367Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-splash-screen-e41f8407ec5d169c/lib-ratatui_splash_screen.json' from root:root to runner:runner
2025-08-20T21:37:12.7870301Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-splash-screen-e41f8407ec5d169c' from root:root to runner:runner
2025-08-20T21:37:12.7871277Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7872467Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array' from root:root to runner:runner
2025-08-20T21:37:12.7873497Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array.json' from root:root to runner:runner
2025-08-20T21:37:12.7874625Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T21:37:12.7875979Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36' from root:root to runner:runner
2025-08-20T21:37:12.7877784Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-dd77763a24b883e6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.7879938Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-dd77763a24b883e6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.7881749Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-dd77763a24b883e6' from root:root to runner:runner
2025-08-20T21:37:12.7884055Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-error-983200727df8eb5a/lib-gpg_error.json' from root:root to runner:runner
2025-08-20T21:37:12.7885817Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-error-983200727df8eb5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7887141Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-error-983200727df8eb5a/dep-lib-gpg_error' from root:root to runner:runner
2025-08-20T21:37:12.7888123Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-error-983200727df8eb5a/lib-gpg_error' from root:root to runner:runner
2025-08-20T21:37:12.7889031Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-error-983200727df8eb5a' from root:root to runner:runner
2025-08-20T21:37:12.7889997Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' from root:root to runner:runner
2025-08-20T21:37:12.7890952Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7891918Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T21:37:12.7893285Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T21:37:12.7894195Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444' from root:root to runner:runner
2025-08-20T21:37:12.7895137Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-92519916c6b189bc/dep-lib-fdeflate' from root:root to runner:runner
2025-08-20T21:37:12.7896098Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-92519916c6b189bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7897046Z [00:04:03.815]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-92519916c6b189bc/lib-fdeflate.json' from root:root to runner:runner
2025-08-20T21:37:12.7897972Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-92519916c6b189bc/lib-fdeflate' from root:root to runner:runner
2025-08-20T21:37:12.7898968Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-92519916c6b189bc' from root:root to runner:runner
2025-08-20T21:37:12.7899937Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T21:37:12.7900880Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent' from root:root to runner:runner
2025-08-20T21:37:12.7901831Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7903011Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent.json' from root:root to runner:runner
2025-08-20T21:37:12.7903909Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e' from root:root to runner:runner
2025-08-20T21:37:12.7904861Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-a22aa4c2b683e344/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7905801Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-a22aa4c2b683e344/lib-dirs_next' from root:root to runner:runner
2025-08-20T21:37:12.7906867Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-a22aa4c2b683e344/dep-lib-dirs_next' from root:root to runner:runner
2025-08-20T21:37:12.7907821Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-a22aa4c2b683e344/lib-dirs_next.json' from root:root to runner:runner
2025-08-20T21:37:12.7908696Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-a22aa4c2b683e344' from root:root to runner:runner
2025-08-20T21:37:12.7909653Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/lib-foldhash.json' from root:root to runner:runner
2025-08-20T21:37:12.7910612Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7911550Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/dep-lib-foldhash' from root:root to runner:runner
2025-08-20T21:37:12.7912834Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/lib-foldhash' from root:root to runner:runner
2025-08-20T21:37:12.7913734Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0' from root:root to runner:runner
2025-08-20T21:37:12.7914666Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api.json' from root:root to runner:runner
2025-08-20T21:37:12.7915606Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7916535Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T21:37:12.7917455Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api' from root:root to runner:runner
2025-08-20T21:37:12.7918322Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c' from root:root to runner:runner
2025-08-20T21:37:12.7919312Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11-clipboard-a217bdb48449bd8b/lib-x11_clipboard.json' from root:root to runner:runner
2025-08-20T21:37:12.7920399Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11-clipboard-a217bdb48449bd8b/dep-lib-x11_clipboard' from root:root to runner:runner
2025-08-20T21:37:12.7921358Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11-clipboard-a217bdb48449bd8b/lib-x11_clipboard' from root:root to runner:runner
2025-08-20T21:37:12.7922556Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11-clipboard-a217bdb48449bd8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7923473Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11-clipboard-a217bdb48449bd8b' from root:root to runner:runner
2025-08-20T21:37:12.7924523Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.7925550Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.7926537Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b' from root:root to runner:runner
2025-08-20T21:37:12.7927488Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-2804340348623374/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7928411Z [00:04:03.816]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-2804340348623374/lib-rustix.json' from root:root to runner:runner
2025-08-20T21:37:12.7929320Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-2804340348623374/lib-rustix' from root:root to runner:runner
2025-08-20T21:37:12.7930239Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-2804340348623374/dep-lib-rustix' from root:root to runner:runner
2025-08-20T21:37:12.7931351Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-2804340348623374' from root:root to runner:runner
2025-08-20T21:37:12.7932708Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-79a58e28682b3f10/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.7933809Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-79a58e28682b3f10/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.7934886Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-79a58e28682b3f10' from root:root to runner:runner
2025-08-20T21:37:12.7935875Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow' from root:root to runner:runner
2025-08-20T21:37:12.7936985Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7937927Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/dep-lib-winnow' from root:root to runner:runner
2025-08-20T21:37:12.7938857Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow.json' from root:root to runner:runner
2025-08-20T21:37:12.7939724Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e' from root:root to runner:runner
2025-08-20T21:37:12.7940748Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/lib-gimli' from root:root to runner:runner
2025-08-20T21:37:12.7941704Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/dep-lib-gimli' from root:root to runner:runner
2025-08-20T21:37:12.7943097Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7944042Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/lib-gimli.json' from root:root to runner:runner
2025-08-20T21:37:12.7944906Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72' from root:root to runner:runner
2025-08-20T21:37:12.7945977Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-520f9ec44a937b83/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.7947020Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-520f9ec44a937b83/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.7947923Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-520f9ec44a937b83' from root:root to runner:runner
2025-08-20T21:37:12.7949391Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-b102d30d24a5852e/lib-gpgme_sys' from root:root to runner:runner
2025-08-20T21:37:12.7951037Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-b102d30d24a5852e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7953089Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-b102d30d24a5852e/lib-gpgme_sys.json' from root:root to runner:runner
2025-08-20T21:37:12.7954936Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-b102d30d24a5852e/dep-lib-gpgme_sys' from root:root to runner:runner
2025-08-20T21:37:12.7956634Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-b102d30d24a5852e' from root:root to runner:runner
2025-08-20T21:37:12.7958398Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-a7de98d760ff9578/dep-lib-memoffset' from root:root to runner:runner
2025-08-20T21:37:12.7960267Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-a7de98d760ff9578/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7961272Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-a7de98d760ff9578/lib-memoffset.json' from root:root to runner:runner
2025-08-20T21:37:12.7962432Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-a7de98d760ff9578/lib-memoffset' from root:root to runner:runner
2025-08-20T21:37:12.7963342Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-a7de98d760ff9578' from root:root to runner:runner
2025-08-20T21:37:12.7964261Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-3079fab9365dbfbe/lib-sha2.json' from root:root to runner:runner
2025-08-20T21:37:12.7965179Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-3079fab9365dbfbe/lib-sha2' from root:root to runner:runner
2025-08-20T21:37:12.7966100Z [00:04:03.817]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-3079fab9365dbfbe/dep-lib-sha2' from root:root to runner:runner
2025-08-20T21:37:12.7967071Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-3079fab9365dbfbe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7968056Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-3079fab9365dbfbe' from root:root to runner:runner
2025-08-20T21:37:12.7969024Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/better-panic-6f2d41f5f43ef9f4/lib-better_panic' from root:root to runner:runner
2025-08-20T21:37:12.7970019Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/better-panic-6f2d41f5f43ef9f4/lib-better_panic.json' from root:root to runner:runner
2025-08-20T21:37:12.7970981Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/better-panic-6f2d41f5f43ef9f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7971963Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/better-panic-6f2d41f5f43ef9f4/dep-lib-better_panic' from root:root to runner:runner
2025-08-20T21:37:12.7973065Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/better-panic-6f2d41f5f43ef9f4' from root:root to runner:runner
2025-08-20T21:37:12.7974138Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/lib-cassowary' from root:root to runner:runner
2025-08-20T21:37:12.7975115Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7976099Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/dep-lib-cassowary' from root:root to runner:runner
2025-08-20T21:37:12.7977060Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/lib-cassowary.json' from root:root to runner:runner
2025-08-20T21:37:12.7977947Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705' from root:root to runner:runner
2025-08-20T21:37:12.7978858Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-8268cedac16cc900/dep-lib-clap' from root:root to runner:runner
2025-08-20T21:37:12.7979786Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-8268cedac16cc900/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7980705Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-8268cedac16cc900/lib-clap.json' from root:root to runner:runner
2025-08-20T21:37:12.7981759Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-8268cedac16cc900/lib-clap' from root:root to runner:runner
2025-08-20T21:37:12.7982831Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-8268cedac16cc900' from root:root to runner:runner
2025-08-20T21:37:12.7983888Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-clipboard-b7e9e31fd14a8f79/lib-smithay_clipboard.json' from root:root to runner:runner
2025-08-20T21:37:12.7984877Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-clipboard-b7e9e31fd14a8f79/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7985907Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-clipboard-b7e9e31fd14a8f79/dep-lib-smithay_clipboard' from root:root to runner:runner
2025-08-20T21:37:12.7986908Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-clipboard-b7e9e31fd14a8f79/lib-smithay_clipboard' from root:root to runner:runner
2025-08-20T21:37:12.7987941Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-clipboard-b7e9e31fd14a8f79' from root:root to runner:runner
2025-08-20T21:37:12.7988910Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-3d25a45ea5dd8688/lib-crossterm.json' from root:root to runner:runner
2025-08-20T21:37:12.7989843Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-3d25a45ea5dd8688/lib-crossterm' from root:root to runner:runner
2025-08-20T21:37:12.7990802Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-3d25a45ea5dd8688/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7991760Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-3d25a45ea5dd8688/dep-lib-crossterm' from root:root to runner:runner
2025-08-20T21:37:12.7992859Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-3d25a45ea5dd8688' from root:root to runner:runner
2025-08-20T21:37:12.7993857Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cstr-argument-cbefd2892bbcb0ea/dep-lib-cstr_argument' from root:root to runner:runner
2025-08-20T21:37:12.7994825Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cstr-argument-cbefd2892bbcb0ea/lib-cstr_argument' from root:root to runner:runner
2025-08-20T21:37:12.7995978Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cstr-argument-cbefd2892bbcb0ea/lib-cstr_argument.json' from root:root to runner:runner
2025-08-20T21:37:12.7996969Z [00:04:03.818]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cstr-argument-cbefd2892bbcb0ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.7997871Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cstr-argument-cbefd2892bbcb0ea' from root:root to runner:runner
2025-08-20T21:37:12.7998823Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle.json' from root:root to runner:runner
2025-08-20T21:37:12.7999762Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8000682Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle' from root:root to runner:runner
2025-08-20T21:37:12.8001712Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T21:37:12.8002834Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2' from root:root to runner:runner
2025-08-20T21:37:12.8003831Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-477e4bc5c0adf82c/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T21:37:12.8004801Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-477e4bc5c0adf82c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8005993Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-477e4bc5c0adf82c/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T21:37:12.8006955Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-477e4bc5c0adf82c/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T21:37:12.8007847Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-477e4bc5c0adf82c' from root:root to runner:runner
2025-08-20T21:37:12.8008779Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-8ab6543d8e2429c6/lib-gpgme.json' from root:root to runner:runner
2025-08-20T21:37:12.8009915Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-8ab6543d8e2429c6/dep-lib-gpgme' from root:root to runner:runner
2025-08-20T21:37:12.8010965Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-8ab6543d8e2429c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8011899Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-8ab6543d8e2429c6/lib-gpgme' from root:root to runner:runner
2025-08-20T21:37:12.8013205Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-8ab6543d8e2429c6' from root:root to runner:runner
2025-08-20T21:37:12.8014175Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T21:37:12.8015139Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder.json' from root:root to runner:runner
2025-08-20T21:37:12.8016232Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8017176Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder' from root:root to runner:runner
2025-08-20T21:37:12.8018055Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a' from root:root to runner:runner
2025-08-20T21:37:12.8018992Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-be038536a7e6d4e8/dep-lib-either' from root:root to runner:runner
2025-08-20T21:37:12.8019927Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-be038536a7e6d4e8/lib-either' from root:root to runner:runner
2025-08-20T21:37:12.8020868Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-be038536a7e6d4e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8021794Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-be038536a7e6d4e8/lib-either.json' from root:root to runner:runner
2025-08-20T21:37:12.8023125Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-be038536a7e6d4e8' from root:root to runner:runner
2025-08-20T21:37:12.8024661Z [00:04:03.819]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-c9d3521db930e787/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8026524Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-c9d3521db930e787/dep-lib-backtrace' from root:root to runner:runner
2025-08-20T21:37:12.8028390Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-c9d3521db930e787/lib-backtrace.json' from root:root to runner:runner
2025-08-20T21:37:12.8030218Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-c9d3521db930e787/lib-backtrace' from root:root to runner:runner
2025-08-20T21:37:12.8031824Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-c9d3521db930e787' from root:root to runner:runner
2025-08-20T21:37:12.8033727Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/dep-lib-memchr' from root:root to runner:runner
2025-08-20T21:37:12.8034884Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/lib-memchr.json' from root:root to runner:runner
2025-08-20T21:37:12.8035883Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8036817Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/lib-memchr' from root:root to runner:runner
2025-08-20T21:37:12.8037698Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3' from root:root to runner:runner
2025-08-20T21:37:12.8038760Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T21:37:12.8039784Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8040806Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T21:37:12.8041870Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T21:37:12.8043154Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513' from root:root to runner:runner
2025-08-20T21:37:12.8044156Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/dep-lib-shellexpand' from root:root to runner:runner
2025-08-20T21:37:12.8045142Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/lib-shellexpand.json' from root:root to runner:runner
2025-08-20T21:37:12.8046107Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8047066Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/lib-shellexpand' from root:root to runner:runner
2025-08-20T21:37:12.8047957Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a' from root:root to runner:runner
2025-08-20T21:37:12.8049036Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T21:37:12.8049994Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' from root:root to runner:runner
2025-08-20T21:37:12.8050944Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8051909Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T21:37:12.8053007Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a' from root:root to runner:runner
2025-08-20T21:37:12.8053969Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-98cd4511d579a34f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8054913Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-98cd4511d579a34f/lib-bitflags.json' from root:root to runner:runner
2025-08-20T21:37:12.8055840Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-98cd4511d579a34f/lib-bitflags' from root:root to runner:runner
2025-08-20T21:37:12.8056908Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-98cd4511d579a34f/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T21:37:12.8057789Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-98cd4511d579a34f' from root:root to runner:runner
2025-08-20T21:37:12.8058764Z [00:04:03.820]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:37:12.8059752Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T21:37:12.8060715Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8061792Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:37:12.8062910Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b' from root:root to runner:runner
2025-08-20T21:37:12.8063885Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-0bc05f5e9efa1493/lib-terminal_size' from root:root to runner:runner
2025-08-20T21:37:12.8064851Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-0bc05f5e9efa1493/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8065834Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-0bc05f5e9efa1493/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T21:37:12.8066816Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-0bc05f5e9efa1493/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T21:37:12.8067710Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-0bc05f5e9efa1493' from root:root to runner:runner
2025-08-20T21:37:12.8068681Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5e2953ad94a6aa1/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T21:37:12.8069773Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5e2953ad94a6aa1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8070715Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5e2953ad94a6aa1/lib-parking_lot' from root:root to runner:runner
2025-08-20T21:37:12.8071677Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5e2953ad94a6aa1/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T21:37:12.8073067Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5e2953ad94a6aa1' from root:root to runner:runner
2025-08-20T21:37:12.8074092Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T21:37:12.8075060Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8076188Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:37:12.8077178Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:37:12.8078282Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61' from root:root to runner:runner
2025-08-20T21:37:12.8079337Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-f7f6158ab0b89913/lib-wayland_protocols.json' from root:root to runner:runner
2025-08-20T21:37:12.8080336Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-f7f6158ab0b89913/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8081348Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-f7f6158ab0b89913/lib-wayland_protocols' from root:root to runner:runner
2025-08-20T21:37:12.8082684Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-f7f6158ab0b89913/dep-lib-wayland_protocols' from root:root to runner:runner
2025-08-20T21:37:12.8083647Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-f7f6158ab0b89913' from root:root to runner:runner
2025-08-20T21:37:12.8084762Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/dep-lib-anstream' from root:root to runner:runner
2025-08-20T21:37:12.8085706Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream' from root:root to runner:runner
2025-08-20T21:37:12.8086668Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8087618Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream.json' from root:root to runner:runner
2025-08-20T21:37:12.8088489Z [00:04:03.821]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba' from root:root to runner:runner
2025-08-20T21:37:12.8089443Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-e5166906bb12b410/dep-lib-memoffset' from root:root to runner:runner
2025-08-20T21:37:12.8090550Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-e5166906bb12b410/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8091534Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-e5166906bb12b410/lib-memoffset.json' from root:root to runner:runner
2025-08-20T21:37:12.8092689Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-e5166906bb12b410/lib-memoffset' from root:root to runner:runner
2025-08-20T21:37:12.8093589Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-e5166906bb12b410' from root:root to runner:runner
2025-08-20T21:37:12.8094653Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-5c1eba6e681d570a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8096180Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-5c1eba6e681d570a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8097842Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-5c1eba6e681d570a' from root:root to runner:runner
2025-08-20T21:37:12.8099682Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8101616Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc' from root:root to runner:runner
2025-08-20T21:37:12.8103577Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/dep-lib-libc' from root:root to runner:runner
2025-08-20T21:37:12.8105283Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc.json' from root:root to runner:runner
2025-08-20T21:37:12.8106506Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c' from root:root to runner:runner
2025-08-20T21:37:12.8107496Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-146f8b270dbe8c66/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8108432Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-146f8b270dbe8c66/lib-rustix.json' from root:root to runner:runner
2025-08-20T21:37:12.8109514Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-146f8b270dbe8c66/lib-rustix' from root:root to runner:runner
2025-08-20T21:37:12.8110464Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-146f8b270dbe8c66/dep-lib-rustix' from root:root to runner:runner
2025-08-20T21:37:12.8111333Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-146f8b270dbe8c66' from root:root to runner:runner
2025-08-20T21:37:12.8112497Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-a3bbde06406720e4/lib-compact_str' from root:root to runner:runner
2025-08-20T21:37:12.8113523Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-a3bbde06406720e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8114691Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-a3bbde06406720e4/lib-compact_str.json' from root:root to runner:runner
2025-08-20T21:37:12.8115649Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-a3bbde06406720e4/dep-lib-compact_str' from root:root to runner:runner
2025-08-20T21:37:12.8116537Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-a3bbde06406720e4' from root:root to runner:runner
2025-08-20T21:37:12.8117519Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/custom_derive-769daefaf5396672/dep-lib-custom_derive' from root:root to runner:runner
2025-08-20T21:37:12.8118502Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/custom_derive-769daefaf5396672/lib-custom_derive.json' from root:root to runner:runner
2025-08-20T21:37:12.8119573Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/custom_derive-769daefaf5396672/lib-custom_derive' from root:root to runner:runner
2025-08-20T21:37:12.8120543Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/custom_derive-769daefaf5396672/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8121433Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/custom_derive-769daefaf5396672' from root:root to runner:runner
2025-08-20T21:37:12.8122658Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha256-c3a689b96922a9e5/dep-lib-sha256' from root:root to runner:runner
2025-08-20T21:37:12.8123627Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha256-c3a689b96922a9e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8124578Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha256-c3a689b96922a9e5/lib-sha256.json' from root:root to runner:runner
2025-08-20T21:37:12.8125497Z [00:04:03.822]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha256-c3a689b96922a9e5/lib-sha256' from root:root to runner:runner
2025-08-20T21:37:12.8126369Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha256-c3a689b96922a9e5' from root:root to runner:runner
2025-08-20T21:37:12.8127433Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-41069717e25877de/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8128607Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-41069717e25877de/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8129482Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-41069717e25877de' from root:root to runner:runner
2025-08-20T21:37:12.8130540Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8131562Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8132657Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208' from root:root to runner:runner
2025-08-20T21:37:12.8133738Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-9561beb12a31e571/lib-env_filter' from root:root to runner:runner
2025-08-20T21:37:12.8134714Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-9561beb12a31e571/lib-env_filter.json' from root:root to runner:runner
2025-08-20T21:37:12.8135670Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-9561beb12a31e571/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8136622Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-9561beb12a31e571/dep-lib-env_filter' from root:root to runner:runner
2025-08-20T21:37:12.8137500Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-9561beb12a31e571' from root:root to runner:runner
2025-08-20T21:37:12.8138495Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-a86d604c84d79915/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8139487Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-a86d604c84d79915/lib-libgpg_error_sys' from root:root to runner:runner
2025-08-20T21:37:12.8140503Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-a86d604c84d79915/lib-libgpg_error_sys.json' from root:root to runner:runner
2025-08-20T21:37:12.8141622Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-a86d604c84d79915/dep-lib-libgpg_error_sys' from root:root to runner:runner
2025-08-20T21:37:12.8142825Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-a86d604c84d79915' from root:root to runner:runner
2025-08-20T21:37:12.8143951Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-b2300b23293858dc/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8145026Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-b2300b23293858dc/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8145941Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-b2300b23293858dc' from root:root to runner:runner
2025-08-20T21:37:12.8146886Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8147943Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa/lib-gpg_tui.json' from root:root to runner:runner
2025-08-20T21:37:12.8148908Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa/output-lib-gpg_tui' from root:root to runner:runner
2025-08-20T21:37:12.8150069Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa/dep-lib-gpg_tui' from root:root to runner:runner
2025-08-20T21:37:12.8151013Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa/lib-gpg_tui' from root:root to runner:runner
2025-08-20T21:37:12.8151879Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa' from root:root to runner:runner
2025-08-20T21:37:12.8153357Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-1aa71aa75b5419c3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8154449Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-1aa71aa75b5419c3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8155514Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-1aa71aa75b5419c3' from root:root to runner:runner
2025-08-20T21:37:12.8156664Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9bd9f4c4a67866f3/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T21:37:12.8157634Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9bd9f4c4a67866f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8158618Z [00:04:03.823]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9bd9f4c4a67866f3/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T21:37:12.8159584Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9bd9f4c4a67866f3/lib-serde_spanned' from root:root to runner:runner
2025-08-20T21:37:12.8160473Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9bd9f4c4a67866f3' from root:root to runner:runner
2025-08-20T21:37:12.8161401Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-ffcaa81adf11fb71/dep-lib-flate2' from root:root to runner:runner
2025-08-20T21:37:12.8162720Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-ffcaa81adf11fb71/lib-flate2.json' from root:root to runner:runner
2025-08-20T21:37:12.8163719Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-ffcaa81adf11fb71/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8164637Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-ffcaa81adf11fb71/lib-flate2' from root:root to runner:runner
2025-08-20T21:37:12.8165506Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-ffcaa81adf11fb71' from root:root to runner:runner
2025-08-20T21:37:12.8166522Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-271f231dcf37d3cc/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T21:37:12.8167988Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-271f231dcf37d3cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8169800Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-271f231dcf37d3cc/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T21:37:12.8171720Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-271f231dcf37d3cc/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T21:37:12.8173870Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-271f231dcf37d3cc' from root:root to runner:runner
2025-08-20T21:37:12.8175833Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:37:12.8177595Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8178932Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:37:12.8179940Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:37:12.8181024Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443' from root:root to runner:runner
2025-08-20T21:37:12.8182121Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-d2ecc9b300e09361/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8183443Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-d2ecc9b300e09361/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8184332Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-d2ecc9b300e09361' from root:root to runner:runner
2025-08-20T21:37:12.8185273Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-bcbc67bae9392d1b/lib-serde_json' from root:root to runner:runner
2025-08-20T21:37:12.8186235Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-bcbc67bae9392d1b/lib-serde_json.json' from root:root to runner:runner
2025-08-20T21:37:12.8187184Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-bcbc67bae9392d1b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8188135Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-bcbc67bae9392d1b/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T21:37:12.8189138Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-bcbc67bae9392d1b' from root:root to runner:runner
2025-08-20T21:37:12.8190036Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/dep-lib-ryu' from root:root to runner:runner
2025-08-20T21:37:12.8190914Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu' from root:root to runner:runner
2025-08-20T21:37:12.8191843Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8193031Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu.json' from root:root to runner:runner
2025-08-20T21:37:12.8193893Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b' from root:root to runner:runner
2025-08-20T21:37:12.8194938Z [00:04:03.824]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-66d80e871f1b9944/lib-console' from root:root to runner:runner
2025-08-20T21:37:12.8195895Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-66d80e871f1b9944/lib-console.json' from root:root to runner:runner
2025-08-20T21:37:12.8196832Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-66d80e871f1b9944/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8197768Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-66d80e871f1b9944/dep-lib-console' from root:root to runner:runner
2025-08-20T21:37:12.8198645Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-66d80e871f1b9944' from root:root to runner:runner
2025-08-20T21:37:12.8199641Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-commons-2054c11218bc34c9/lib-wayland_commons' from root:root to runner:runner
2025-08-20T21:37:12.8200619Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-commons-2054c11218bc34c9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8201620Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-commons-2054c11218bc34c9/dep-lib-wayland_commons' from root:root to runner:runner
2025-08-20T21:37:12.8202947Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-commons-2054c11218bc34c9/lib-wayland_commons.json' from root:root to runner:runner
2025-08-20T21:37:12.8203867Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-commons-2054c11218bc34c9' from root:root to runner:runner
2025-08-20T21:37:12.8204821Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-ca2bfcfe674c0be2/lib-clap_builder' from root:root to runner:runner
2025-08-20T21:37:12.8205795Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-ca2bfcfe674c0be2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8206766Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-ca2bfcfe674c0be2/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T21:37:12.8207731Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-ca2bfcfe674c0be2/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T21:37:12.8208781Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-ca2bfcfe674c0be2' from root:root to runner:runner
2025-08-20T21:37:12.8209731Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/lib-crc32fast' from root:root to runner:runner
2025-08-20T21:37:12.8210687Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8211632Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T21:37:12.8212780Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T21:37:12.8213666Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e' from root:root to runner:runner
2025-08-20T21:37:12.8214739Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8215790Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8216791Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d' from root:root to runner:runner
2025-08-20T21:37:12.8217791Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-443c272caab08de4/dep-lib-wayland_client' from root:root to runner:runner
2025-08-20T21:37:12.8218792Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-443c272caab08de4/lib-wayland_client.json' from root:root to runner:runner
2025-08-20T21:37:12.8219772Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-443c272caab08de4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8220751Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-443c272caab08de4/lib-wayland_client' from root:root to runner:runner
2025-08-20T21:37:12.8221679Z [00:04:03.825]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-443c272caab08de4' from root:root to runner:runner
2025-08-20T21:37:12.8223283Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-1766f8b8a5e3964b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8224355Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-1766f8b8a5e3964b/output-bin-gpg-tui-completions' from root:root to runner:runner
2025-08-20T21:37:12.8225237Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-1766f8b8a5e3964b' from root:root to runner:runner
2025-08-20T21:37:12.8226212Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer.json' from root:root to runner:runner
2025-08-20T21:37:12.8227362Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer' from root:root to runner:runner
2025-08-20T21:37:12.8228360Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8229323Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/dep-lib-toml_writer' from root:root to runner:runner
2025-08-20T21:37:12.8230224Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca' from root:root to runner:runner
2025-08-20T21:37:12.8231339Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T21:37:12.8232609Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T21:37:12.8233752Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width' from root:root to runner:runner
2025-08-20T21:37:12.8234723Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8235616Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec' from root:root to runner:runner
2025-08-20T21:37:12.8236650Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8237801Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8238671Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9' from root:root to runner:runner
2025-08-20T21:37:12.8240159Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-f2635c4efc3e10fb/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8241990Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-f2635c4efc3e10fb/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8243982Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-f2635c4efc3e10fb' from root:root to runner:runner
2025-08-20T21:37:12.8245864Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-9c47f965df803904/dep-lib-clap_complete' from root:root to runner:runner
2025-08-20T21:37:12.8247761Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-9c47f965df803904/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8249719Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-9c47f965df803904/lib-clap_complete.json' from root:root to runner:runner
2025-08-20T21:37:12.8251140Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-9c47f965df803904/lib-clap_complete' from root:root to runner:runner
2025-08-20T21:37:12.8252070Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-9c47f965df803904' from root:root to runner:runner
2025-08-20T21:37:12.8253302Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-c24b20cf9c739962/lib-signal_hook.json' from root:root to runner:runner
2025-08-20T21:37:12.8254269Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-c24b20cf9c739962/lib-signal_hook' from root:root to runner:runner
2025-08-20T21:37:12.8255220Z [00:04:03.826]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-c24b20cf9c739962/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8256340Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-c24b20cf9c739962/dep-lib-signal_hook' from root:root to runner:runner
2025-08-20T21:37:12.8257228Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-c24b20cf9c739962' from root:root to runner:runner
2025-08-20T21:37:12.8258181Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-db690d095dda64fd/dep-lib-ratatui' from root:root to runner:runner
2025-08-20T21:37:12.8259116Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-db690d095dda64fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8260057Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-db690d095dda64fd/lib-ratatui.json' from root:root to runner:runner
2025-08-20T21:37:12.8260985Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-db690d095dda64fd/lib-ratatui' from root:root to runner:runner
2025-08-20T21:37:12.8261840Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-db690d095dda64fd' from root:root to runner:runner
2025-08-20T21:37:12.8263015Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T21:37:12.8264097Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8265009Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T21:37:12.8265969Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T21:37:12.8266853Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T21:37:12.8267810Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorsys-92c18330a551e141/dep-lib-colorsys' from root:root to runner:runner
2025-08-20T21:37:12.8268754Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorsys-92c18330a551e141/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8269786Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorsys-92c18330a551e141/lib-colorsys' from root:root to runner:runner
2025-08-20T21:37:12.8270742Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorsys-92c18330a551e141/lib-colorsys.json' from root:root to runner:runner
2025-08-20T21:37:12.8271609Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorsys-92c18330a551e141' from root:root to runner:runner
2025-08-20T21:37:12.8272754Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-e43851c4217a7d3d/lib-zune_jpeg' from root:root to runner:runner
2025-08-20T21:37:12.8273748Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-e43851c4217a7d3d/dep-lib-zune_jpeg' from root:root to runner:runner
2025-08-20T21:37:12.8274706Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-e43851c4217a7d3d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8275647Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-e43851c4217a7d3d/lib-zune_jpeg.json' from root:root to runner:runner
2025-08-20T21:37:12.8276560Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-e43851c4217a7d3d' from root:root to runner:runner
2025-08-20T21:37:12.8277553Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-70bcc5c9743ad591/lib-copypasta_ext.json' from root:root to runner:runner
2025-08-20T21:37:12.8278647Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-70bcc5c9743ad591/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8279617Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-70bcc5c9743ad591/lib-copypasta_ext' from root:root to runner:runner
2025-08-20T21:37:12.8280601Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-70bcc5c9743ad591/dep-lib-copypasta_ext' from root:root to runner:runner
2025-08-20T21:37:12.8281515Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-70bcc5c9743ad591' from root:root to runner:runner
2025-08-20T21:37:12.8282624Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee9b707cb62d6c78/dep-lib-strum' from root:root to runner:runner
2025-08-20T21:37:12.8283696Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee9b707cb62d6c78/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8284637Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee9b707cb62d6c78/lib-strum.json' from root:root to runner:runner
2025-08-20T21:37:12.8285532Z [00:04:03.827]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee9b707cb62d6c78/lib-strum' from root:root to runner:runner
2025-08-20T21:37:12.8286418Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee9b707cb62d6c78' from root:root to runner:runner
2025-08-20T21:37:12.8287374Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8288293Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' from root:root to runner:runner
2025-08-20T21:37:12.8289213Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T21:37:12.8290142Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T21:37:12.8291005Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f' from root:root to runner:runner
2025-08-20T21:37:12.8292035Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-63a6d9dda34a0a3c/dep-lib-object' from root:root to runner:runner
2025-08-20T21:37:12.8293225Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-63a6d9dda34a0a3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8294317Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-63a6d9dda34a0a3c/lib-object.json' from root:root to runner:runner
2025-08-20T21:37:12.8295363Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-63a6d9dda34a0a3c/lib-object' from root:root to runner:runner
2025-08-20T21:37:12.8296249Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-63a6d9dda34a0a3c' from root:root to runner:runner
2025-08-20T21:37:12.8297206Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/downcast-rs-756584ab5d07f618/lib-downcast_rs' from root:root to runner:runner
2025-08-20T21:37:12.8298300Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/downcast-rs-756584ab5d07f618/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8299436Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/downcast-rs-756584ab5d07f618/dep-lib-downcast_rs' from root:root to runner:runner
2025-08-20T21:37:12.8300427Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/downcast-rs-756584ab5d07f618/lib-downcast_rs.json' from root:root to runner:runner
2025-08-20T21:37:12.8301328Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/downcast-rs-756584ab5d07f618' from root:root to runner:runner
2025-08-20T21:37:12.8302572Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T21:37:12.8303759Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8304752Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T21:37:12.8305873Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/lib-crypto_common' from root:root to runner:runner
2025-08-20T21:37:12.8306773Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275' from root:root to runner:runner
2025-08-20T21:37:12.8307728Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a2b6bd3d046c9a1d/lib-crossterm.json' from root:root to runner:runner
2025-08-20T21:37:12.8308669Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a2b6bd3d046c9a1d/lib-crossterm' from root:root to runner:runner
2025-08-20T21:37:12.8309624Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a2b6bd3d046c9a1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8310574Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a2b6bd3d046c9a1d/dep-lib-crossterm' from root:root to runner:runner
2025-08-20T21:37:12.8311927Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a2b6bd3d046c9a1d' from root:root to runner:runner
2025-08-20T21:37:12.8313945Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8315895Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T21:37:12.8317774Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:37:12.8319661Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:37:12.8321289Z [00:04:03.828]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355' from root:root to runner:runner
2025-08-20T21:37:12.8323125Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-895d8cae80fe6121/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8324253Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-895d8cae80fe6121/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8325380Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-895d8cae80fe6121' from root:root to runner:runner
2025-08-20T21:37:12.8326360Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8327350Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/dep-lib-toml_parser' from root:root to runner:runner
2025-08-20T21:37:12.8328327Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser.json' from root:root to runner:runner
2025-08-20T21:37:12.8329281Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser' from root:root to runner:runner
2025-08-20T21:37:12.8330158Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a' from root:root to runner:runner
2025-08-20T21:37:12.8331206Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8332127Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/lib-digest' from root:root to runner:runner
2025-08-20T21:37:12.8333372Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/dep-lib-digest' from root:root to runner:runner
2025-08-20T21:37:12.8334312Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/lib-digest.json' from root:root to runner:runner
2025-08-20T21:37:12.8335178Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8' from root:root to runner:runner
2025-08-20T21:37:12.8336160Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-65cac8f55038d2c8/lib-wayland_sys.json' from root:root to runner:runner
2025-08-20T21:37:12.8337118Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-65cac8f55038d2c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8338073Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-65cac8f55038d2c8/lib-wayland_sys' from root:root to runner:runner
2025-08-20T21:37:12.8339174Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-65cac8f55038d2c8/dep-lib-wayland_sys' from root:root to runner:runner
2025-08-20T21:37:12.8340054Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-65cac8f55038d2c8' from root:root to runner:runner
2025-08-20T21:37:12.8340958Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c8fed610f44cf231/lib-mio.json' from root:root to runner:runner
2025-08-20T21:37:12.8341873Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c8fed610f44cf231/dep-lib-mio' from root:root to runner:runner
2025-08-20T21:37:12.8343066Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c8fed610f44cf231/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8343957Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c8fed610f44cf231/lib-mio' from root:root to runner:runner
2025-08-20T21:37:12.8344944Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c8fed610f44cf231' from root:root to runner:runner
2025-08-20T21:37:12.8345884Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/conv-e14db2257a4d31c5/lib-conv' from root:root to runner:runner
2025-08-20T21:37:12.8346809Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/conv-e14db2257a4d31c5/lib-conv.json' from root:root to runner:runner
2025-08-20T21:37:12.8347738Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/conv-e14db2257a4d31c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8348651Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/conv-e14db2257a4d31c5/dep-lib-conv' from root:root to runner:runner
2025-08-20T21:37:12.8349513Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/conv-e14db2257a4d31c5' from root:root to runner:runner
2025-08-20T21:37:12.8350420Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2' from root:root to runner:runner
2025-08-20T21:37:12.8351345Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/dep-lib-adler2' from root:root to runner:runner
2025-08-20T21:37:12.8352676Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8353619Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2.json' from root:root to runner:runner
2025-08-20T21:37:12.8354480Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13' from root:root to runner:runner
2025-08-20T21:37:12.8355481Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-3ffd653777c0fb8d/dep-lib-x11rb_protocol' from root:root to runner:runner
2025-08-20T21:37:12.8356470Z [00:04:03.829]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-3ffd653777c0fb8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8357464Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-3ffd653777c0fb8d/lib-x11rb_protocol.json' from root:root to runner:runner
2025-08-20T21:37:12.8358556Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-3ffd653777c0fb8d/lib-x11rb_protocol' from root:root to runner:runner
2025-08-20T21:37:12.8359464Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-3ffd653777c0fb8d' from root:root to runner:runner
2025-08-20T21:37:12.8360418Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-2cd401ca29f36faf/lib-env_logger.json' from root:root to runner:runner
2025-08-20T21:37:12.8361368Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-2cd401ca29f36faf/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8362551Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-2cd401ca29f36faf/lib-env_logger' from root:root to runner:runner
2025-08-20T21:37:12.8363696Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-2cd401ca29f36faf/dep-lib-env_logger' from root:root to runner:runner
2025-08-20T21:37:12.8364574Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-2cd401ca29f36faf' from root:root to runner:runner
2025-08-20T21:37:12.8365510Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-59d670acec46ee3a/lib-itertools' from root:root to runner:runner
2025-08-20T21:37:12.8366829Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-59d670acec46ee3a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8367790Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-59d670acec46ee3a/dep-lib-itertools' from root:root to runner:runner
2025-08-20T21:37:12.8368740Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-59d670acec46ee3a/lib-itertools.json' from root:root to runner:runner
2025-08-20T21:37:12.8369628Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-59d670acec46ee3a' from root:root to runner:runner
2025-08-20T21:37:12.8370732Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions.json' from root:root to runner:runner
2025-08-20T21:37:12.8371829Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/dep-lib-static_assertions' from root:root to runner:runner
2025-08-20T21:37:12.8373229Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8374255Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions' from root:root to runner:runner
2025-08-20T21:37:12.8375165Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489' from root:root to runner:runner
2025-08-20T21:37:12.8376179Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/lib-allocator_api2' from root:root to runner:runner
2025-08-20T21:37:12.8377160Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8378155Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T21:37:12.8379144Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T21:37:12.8380043Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519' from root:root to runner:runner
2025-08-20T21:37:12.8381075Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/lib-regex' from root:root to runner:runner
2025-08-20T21:37:12.8382018Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8383284Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/dep-lib-regex' from root:root to runner:runner
2025-08-20T21:37:12.8384716Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/lib-regex.json' from root:root to runner:runner
2025-08-20T21:37:12.8386406Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44' from root:root to runner:runner
2025-08-20T21:37:12.8388219Z [00:04:03.830]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8390141Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' from root:root to runner:runner
2025-08-20T21:37:12.8391933Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' from root:root to runner:runner
2025-08-20T21:37:12.8393893Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' from root:root to runner:runner
2025-08-20T21:37:12.8395027Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f' from root:root to runner:runner
2025-08-20T21:37:12.8395944Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-5d6c6d0eb57263a3/lib-png' from root:root to runner:runner
2025-08-20T21:37:12.8396861Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-5d6c6d0eb57263a3/dep-lib-png' from root:root to runner:runner
2025-08-20T21:37:12.8397782Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-5d6c6d0eb57263a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8398689Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-5d6c6d0eb57263a3/lib-png.json' from root:root to runner:runner
2025-08-20T21:37:12.8399703Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-5d6c6d0eb57263a3' from root:root to runner:runner
2025-08-20T21:37:12.8400590Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log' from root:root to runner:runner
2025-08-20T21:37:12.8401489Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/dep-lib-log' from root:root to runner:runner
2025-08-20T21:37:12.8402631Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8403551Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log.json' from root:root to runner:runner
2025-08-20T21:37:12.8404394Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed' from root:root to runner:runner
2025-08-20T21:37:12.8405435Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-74487f78cb8af429/lib-image.json' from root:root to runner:runner
2025-08-20T21:37:12.8406329Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-74487f78cb8af429/lib-image' from root:root to runner:runner
2025-08-20T21:37:12.8407252Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-74487f78cb8af429/dep-lib-image' from root:root to runner:runner
2025-08-20T21:37:12.8408183Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-74487f78cb8af429/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8409040Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-74487f78cb8af429' from root:root to runner:runner
2025-08-20T21:37:12.8409983Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-b55518da97b809e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8410894Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-b55518da97b809e8/dep-lib-x11rb' from root:root to runner:runner
2025-08-20T21:37:12.8411788Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-b55518da97b809e8/lib-x11rb' from root:root to runner:runner
2025-08-20T21:37:12.8412908Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-b55518da97b809e8/lib-x11rb.json' from root:root to runner:runner
2025-08-20T21:37:12.8413904Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-b55518da97b809e8' from root:root to runner:runner
2025-08-20T21:37:12.8415015Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8416075Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8416983Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99' from root:root to runner:runner
2025-08-20T21:37:12.8417958Z [00:04:03.831]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:37:12.8419042Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T21:37:12.8420038Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8421015Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:37:12.8421908Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae' from root:root to runner:runner
2025-08-20T21:37:12.8423133Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-d337db1674bc2805/lib-dirs_sys_next.json' from root:root to runner:runner
2025-08-20T21:37:12.8424115Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-d337db1674bc2805/lib-dirs_sys_next' from root:root to runner:runner
2025-08-20T21:37:12.8425083Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-d337db1674bc2805/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8426062Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-d337db1674bc2805/dep-lib-dirs_sys_next' from root:root to runner:runner
2025-08-20T21:37:12.8427129Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-d337db1674bc2805' from root:root to runner:runner
2025-08-20T21:37:12.8428068Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-e0078f82f82bc08b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8428971Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-e0078f82f82bc08b/lib-which' from root:root to runner:runner
2025-08-20T21:37:12.8429898Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-e0078f82f82bc08b/lib-which.json' from root:root to runner:runner
2025-08-20T21:37:12.8430811Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-e0078f82f82bc08b/dep-lib-which' from root:root to runner:runner
2025-08-20T21:37:12.8431669Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-e0078f82f82bc08b' from root:root to runner:runner
2025-08-20T21:37:12.8432932Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext.json' from root:root to runner:runner
2025-08-20T21:37:12.8433921Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8434872Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext' from root:root to runner:runner
2025-08-20T21:37:12.8435827Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/dep-lib-option_ext' from root:root to runner:runner
2025-08-20T21:37:12.8436715Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef' from root:root to runner:runner
2025-08-20T21:37:12.8437995Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-0ad5e416b73ceb1c/lib-unicode_truncate.json' from root:root to runner:runner
2025-08-20T21:37:12.8439017Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-0ad5e416b73ceb1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8440042Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-0ad5e416b73ceb1c/dep-lib-unicode_truncate' from root:root to runner:runner
2025-08-20T21:37:12.8441206Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-0ad5e416b73ceb1c/lib-unicode_truncate' from root:root to runner:runner
2025-08-20T21:37:12.8442365Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-0ad5e416b73ceb1c' from root:root to runner:runner
2025-08-20T21:37:12.8443443Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/dep-lib-dirs_sys' from root:root to runner:runner
2025-08-20T21:37:12.8444406Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8445357Z [00:04:03.832]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/lib-dirs_sys.json' from root:root to runner:runner
2025-08-20T21:37:12.8446283Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/lib-dirs_sys' from root:root to runner:runner
2025-08-20T21:37:12.8447271Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618' from root:root to runner:runner
2025-08-20T21:37:12.8448309Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T21:37:12.8449293Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8450329Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T21:37:12.8451362Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T21:37:12.8452461Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T21:37:12.8453438Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scoped-tls-bcae9db99793ccd0/lib-scoped_tls.json' from root:root to runner:runner
2025-08-20T21:37:12.8454402Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scoped-tls-bcae9db99793ccd0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8455974Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scoped-tls-bcae9db99793ccd0/lib-scoped_tls' from root:root to runner:runner
2025-08-20T21:37:12.8457831Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scoped-tls-bcae9db99793ccd0/dep-lib-scoped_tls' from root:root to runner:runner
2025-08-20T21:37:12.8459539Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scoped-tls-bcae9db99793ccd0' from root:root to runner:runner
2025-08-20T21:37:12.8461317Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-35da22119356ff16/lib-memmap2' from root:root to runner:runner
2025-08-20T21:37:12.8463307Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-35da22119356ff16/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8465029Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-35da22119356ff16/dep-lib-memmap2' from root:root to runner:runner
2025-08-20T21:37:12.8466904Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-35da22119356ff16/lib-memmap2.json' from root:root to runner:runner
2025-08-20T21:37:12.8467840Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-35da22119356ff16' from root:root to runner:runner
2025-08-20T21:37:12.8468814Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/dep-lib-addr2line' from root:root to runner:runner
2025-08-20T21:37:12.8469779Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8470723Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/lib-addr2line' from root:root to runner:runner
2025-08-20T21:37:12.8471673Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/lib-addr2line.json' from root:root to runner:runner
2025-08-20T21:37:12.8472874Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90' from root:root to runner:runner
2025-08-20T21:37:12.8473820Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-7e2dd2ae487d31c9/lib-jiff.json' from root:root to runner:runner
2025-08-20T21:37:12.8474890Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-7e2dd2ae487d31c9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8475820Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-7e2dd2ae487d31c9/lib-jiff' from root:root to runner:runner
2025-08-20T21:37:12.8476734Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-7e2dd2ae487d31c9/dep-lib-jiff' from root:root to runner:runner
2025-08-20T21:37:12.8477592Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-7e2dd2ae487d31c9' from root:root to runner:runner
2025-08-20T21:37:12.8478551Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-90fb150851ff6f8b/dep-lib-bytemuck' from root:root to runner:runner
2025-08-20T21:37:12.8479494Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-90fb150851ff6f8b/lib-bytemuck.json' from root:root to runner:runner
2025-08-20T21:37:12.8480556Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-90fb150851ff6f8b/lib-bytemuck' from root:root to runner:runner
2025-08-20T21:37:12.8481517Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-90fb150851ff6f8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8482582Z [00:04:03.833]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-90fb150851ff6f8b' from root:root to runner:runner
2025-08-20T21:37:12.8483544Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8484506Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/dep-lib-zune_core' from root:root to runner:runner
2025-08-20T21:37:12.8485448Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/lib-zune_core' from root:root to runner:runner
2025-08-20T21:37:12.8486395Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/lib-zune_core.json' from root:root to runner:runner
2025-08-20T21:37:12.8487278Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8' from root:root to runner:runner
2025-08-20T21:37:12.8488393Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinytemplate-a5bccc0aabc81cd2/dep-lib-tinytemplate' from root:root to runner:runner
2025-08-20T21:37:12.8489363Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinytemplate-a5bccc0aabc81cd2/lib-tinytemplate' from root:root to runner:runner
2025-08-20T21:37:12.8490339Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinytemplate-a5bccc0aabc81cd2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8491323Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinytemplate-a5bccc0aabc81cd2/lib-tinytemplate.json' from root:root to runner:runner
2025-08-20T21:37:12.8492409Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinytemplate-a5bccc0aabc81cd2' from root:root to runner:runner
2025-08-20T21:37:12.8493476Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-d4e03f0863191001/lib-hashbrown' from root:root to runner:runner
2025-08-20T21:37:12.8494561Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-d4e03f0863191001/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T21:37:12.8495527Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-d4e03f0863191001/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T21:37:12.8496474Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-d4e03f0863191001/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8497357Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-d4e03f0863191001' from root:root to runner:runner
2025-08-20T21:37:12.8498298Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-b68c22c71493611f/lib-castaway.json' from root:root to runner:runner
2025-08-20T21:37:12.8499245Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-b68c22c71493611f/dep-lib-castaway' from root:root to runner:runner
2025-08-20T21:37:12.8500182Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-b68c22c71493611f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8501114Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-b68c22c71493611f/lib-castaway' from root:root to runner:runner
2025-08-20T21:37:12.8502091Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-b68c22c71493611f' from root:root to runner:runner
2025-08-20T21:37:12.8503495Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:37:12.8504494Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8505485Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T21:37:12.8506477Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:37:12.8507374Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7' from root:root to runner:runner
2025-08-20T21:37:12.8508483Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/lib-rustc_demangle' from root:root to runner:runner
2025-08-20T21:37:12.8509475Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8510678Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/dep-lib-rustc_demangle' from root:root to runner:runner
2025-08-20T21:37:12.8511700Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/lib-rustc_demangle.json' from root:root to runner:runner
2025-08-20T21:37:12.8512909Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f' from root:root to runner:runner
2025-08-20T21:37:12.8513828Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' from root:root to runner:runner
2025-08-20T21:37:12.8514772Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8515869Z [00:04:03.834]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' from root:root to runner:runner
2025-08-20T21:37:12.8516960Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T21:37:12.8517823Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae' from root:root to runner:runner
2025-08-20T21:37:12.8518745Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-24e468701c6c42a3/dep-lib-toml' from root:root to runner:runner
2025-08-20T21:37:12.8519642Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-24e468701c6c42a3/lib-toml' from root:root to runner:runner
2025-08-20T21:37:12.8520570Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-24e468701c6c42a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8521495Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-24e468701c6c42a3/lib-toml.json' from root:root to runner:runner
2025-08-20T21:37:12.8522757Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-24e468701c6c42a3' from root:root to runner:runner
2025-08-20T21:37:12.8523764Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8524722Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' from root:root to runner:runner
2025-08-20T21:37:12.8525654Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' from root:root to runner:runner
2025-08-20T21:37:12.8526604Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T21:37:12.8527576Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a' from root:root to runner:runner
2025-08-20T21:37:12.8529057Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer' from root:root to runner:runner
2025-08-20T21:37:12.8530979Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8533271Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T21:37:12.8535170Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T21:37:12.8536854Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf' from root:root to runner:runner
2025-08-20T21:37:12.8538680Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8539761Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T21:37:12.8540812Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T21:37:12.8542000Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T21:37:12.8543251Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968' from root:root to runner:runner
2025-08-20T21:37:12.8544218Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8545166Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T21:37:12.8546101Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell' from root:root to runner:runner
2025-08-20T21:37:12.8547047Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell.json' from root:root to runner:runner
2025-08-20T21:37:12.8547948Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276' from root:root to runner:runner
2025-08-20T21:37:12.8548981Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-8eb444c2ad08a160/lib-signal_hook_mio.json' from root:root to runner:runner
2025-08-20T21:37:12.8550126Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-8eb444c2ad08a160/dep-lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T21:37:12.8551109Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-8eb444c2ad08a160/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8552105Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-8eb444c2ad08a160/lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T21:37:12.8553258Z [00:04:03.835]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-8eb444c2ad08a160' from root:root to runner:runner
2025-08-20T21:37:12.8554262Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T21:37:12.8555434Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8556444Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T21:37:12.8557440Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T21:37:12.8558346Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb' from root:root to runner:runner
2025-08-20T21:37:12.8559334Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-1bda9b4b309ea7dd/lib-libloading.json' from root:root to runner:runner
2025-08-20T21:37:12.8560280Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-1bda9b4b309ea7dd/lib-libloading' from root:root to runner:runner
2025-08-20T21:37:12.8561248Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-1bda9b4b309ea7dd/dep-lib-libloading' from root:root to runner:runner
2025-08-20T21:37:12.8562394Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-1bda9b4b309ea7dd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8563557Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-1bda9b4b309ea7dd' from root:root to runner:runner
2025-08-20T21:37:12.8564490Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4fe298af8c276e40/dep-lib-nix' from root:root to runner:runner
2025-08-20T21:37:12.8565426Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4fe298af8c276e40/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8566320Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4fe298af8c276e40/lib-nix' from root:root to runner:runner
2025-08-20T21:37:12.8567227Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4fe298af8c276e40/lib-nix.json' from root:root to runner:runner
2025-08-20T21:37:12.8568082Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4fe298af8c276e40' from root:root to runner:runner
2025-08-20T21:37:12.8569146Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-fe0fb0ec17772b7c/lib-copypasta' from root:root to runner:runner
2025-08-20T21:37:12.8570133Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-fe0fb0ec17772b7c/dep-lib-copypasta' from root:root to runner:runner
2025-08-20T21:37:12.8571095Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-fe0fb0ec17772b7c/lib-copypasta.json' from root:root to runner:runner
2025-08-20T21:37:12.8572047Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-fe0fb0ec17772b7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8573358Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-fe0fb0ec17772b7c' from root:root to runner:runner
2025-08-20T21:37:12.8574342Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/lib-simd_adler32' from root:root to runner:runner
2025-08-20T21:37:12.8575324Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/dep-lib-simd_adler32' from root:root to runner:runner
2025-08-20T21:37:12.8576335Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8577443Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/lib-simd_adler32.json' from root:root to runner:runner
2025-08-20T21:37:12.8578333Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9' from root:root to runner:runner
2025-08-20T21:37:12.8579275Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xcursor-757142fd6dd46b09/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8580224Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xcursor-757142fd6dd46b09/lib-xcursor.json' from root:root to runner:runner
2025-08-20T21:37:12.8581167Z [00:04:03.836]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xcursor-757142fd6dd46b09/dep-lib-xcursor' from root:root to runner:runner
2025-08-20T21:37:12.8582506Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xcursor-757142fd6dd46b09/lib-xcursor' from root:root to runner:runner
2025-08-20T21:37:12.8583577Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xcursor-757142fd6dd46b09' from root:root to runner:runner
2025-08-20T21:37:12.8584512Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/dep-lib-dirs' from root:root to runner:runner
2025-08-20T21:37:12.8585409Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/lib-dirs' from root:root to runner:runner
2025-08-20T21:37:12.8586342Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8587438Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/lib-dirs.json' from root:root to runner:runner
2025-08-20T21:37:12.8588317Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d' from root:root to runner:runner
2025-08-20T21:37:12.8589278Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-ff2ca8ee70d94671/dep-lib-derive_more' from root:root to runner:runner
2025-08-20T21:37:12.8590247Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-ff2ca8ee70d94671/lib-derive_more.json' from root:root to runner:runner
2025-08-20T21:37:12.8591364Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-ff2ca8ee70d94671/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:37:12.8592590Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-ff2ca8ee70d94671/lib-derive_more' from root:root to runner:runner
2025-08-20T21:37:12.8593524Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-ff2ca8ee70d94671' from root:root to runner:runner
2025-08-20T21:37:12.8594631Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8595703Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8596601Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b' from root:root to runner:runner
2025-08-20T21:37:12.8597787Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-9c1a7dbc57d1fdd9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:37:12.8598842Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-9c1a7dbc57d1fdd9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:37:12.8600134Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-9c1a7dbc57d1fdd9' from root:root to runner:runner
2025-08-20T21:37:12.8601381Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:37:12.8602968Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T21:37:12.8604425Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:37:12.8605701Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T21:37:12.8606936Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:37:12.8608045Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target' from root:root to runner:runner
2025-08-20T21:37:12.8609378Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/assets/splash.jpg' from root:root to runner:runner
2025-08-20T21:37:12.8610477Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/assets/logo.jpg' from root:root to runner:runner
2025-08-20T21:37:12.8611102Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T21:37:12.8611676Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO' from root:root to runner:runner
2025-08-20T21:37:12.8612452Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5' from root:root to runner:runner
2025-08-20T21:37:12.8613040Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:37:12.8613544Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:37:12.8614068Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:37:12.8614531Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:37:12.8615013Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/gpg-tui.version' from runner:docker to runner:runner
2025-08-20T21:37:12.8615605Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:37:12.8616078Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:37:12.8616589Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/gpg-tui.static.version' from runner:docker to runner:runner
2025-08-20T21:37:12.8617011Z [00:04:03.837]➜  changed ownership of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:37:12.8617635Z [00:04:03.847]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8618244Z [00:04:03.854]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8618874Z [00:04:03.861]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8619499Z [00:04:03.869]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.dockerignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8620109Z [00:04:03.876]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8620709Z [00:04:03.884]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8621332Z [00:04:03.891]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/codecov.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8622064Z [00:04:03.899]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/man/gpg-tui.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8622919Z [00:04:03.906]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/man/gpg-tui.toml.5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8623527Z [00:04:03.913]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/RELEASE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8624132Z [00:04:03.921]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/cliff.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8624841Z [00:04:03.928]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/config/gpg-tui.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8625453Z [00:04:03.935]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/COMMANDS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8626071Z [00:04:03.943]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8626699Z [00:04:03.950]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/style.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8627338Z [00:04:03.957]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/prompt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8628085Z [00:04:03.964]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8628726Z [00:04:03.972]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8629388Z [00:04:03.979]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/selection.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8630004Z [00:04:03.986]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/keys.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8630655Z [00:04:03.993]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/banner.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8631301Z [00:04:04.001]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/handler.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8631950Z [00:04:04.008]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/renderer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8632847Z [00:04:04.016]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8633480Z [00:04:04.023]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/tab.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8634137Z [00:04:04.031]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8634923Z [00:04:04.038]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/launcher.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8635549Z [00:04:04.045]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/app/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8636196Z [00:04:04.053]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/term/event.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8636821Z [00:04:04.060]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/term/tui.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8637445Z [00:04:04.067]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/term/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8638068Z [00:04:04.074]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8638684Z [00:04:04.082]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8639355Z [00:04:04.089]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/bin/completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8640064Z [00:04:04.096]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8640726Z [00:04:04.103]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget/style.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8641365Z [00:04:04.110]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget/table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8672187Z [00:04:04.118]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8740987Z [00:04:04.124]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget/row.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8809559Z [00:04:04.131]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/widget/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8879767Z [00:04:04.138]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg/context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.8949165Z [00:04:04.145]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9017762Z [00:04:04.152]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg/key.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9087135Z [00:04:04.159]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg/handler.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9156487Z [00:04:04.166]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/gpg/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9225132Z [00:04:04.173]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9293370Z [00:04:04.180]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9363334Z [00:04:04.187]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/docker-compose.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9430764Z [00:04:04.193]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/prepare-test-env.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9499098Z [00:04:04.200]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9567581Z [00:04:04.207]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9635905Z [00:04:04.214]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9705460Z [00:04:04.221]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/workflows/cd.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9773136Z [00:04:04.228]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/workflows/docker.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9840970Z [00:04:04.234]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/workflows/audit.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9907613Z [00:04:04.241]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:12.9975845Z [00:04:04.248]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0042815Z [00:04:04.255]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0110418Z [00:04:04.261]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0178076Z [00:04:04.268]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/mergify.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0246333Z [00:04:04.275]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0316167Z [00:04:04.282]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0383219Z [00:04:04.289]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0451453Z [00:04:04.295]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0519880Z [00:04:04.302]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-detailed_view3.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0588610Z [00:04:04.309]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-colored_style.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0660250Z [00:04:04.316]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-running_commands.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0730203Z [00:04:04.323]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-switch_search.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0800802Z [00:04:04.330]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-scrolling_rows2.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0868675Z [00:04:04.337]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.0939681Z [00:04:04.344]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-send_key.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1008739Z [00:04:04.351]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-splash_screen.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1078577Z [00:04:04.358]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-search.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1146383Z [00:04:04.365]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-import_key.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1215851Z [00:04:04.372]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-delete_key.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1284142Z [00:04:04.379]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-edit_key.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1353125Z [00:04:04.386]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-import_key_xplr.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1423678Z [00:04:04.393]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-scrolling.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1491956Z [00:04:04.399]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-selection_mode.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1560322Z [00:04:04.406]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-show_logs.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1630622Z [00:04:04.413]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-showcase.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1698979Z [00:04:04.420]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-export_subkeys.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1767702Z [00:04:04.427]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-custom_colors.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1836277Z [00:04:04.434]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-refresh_keys.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1905872Z [00:04:04.441]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-splash_screen_colored.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.1975282Z [00:04:04.448]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-scrolling_rows.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2044300Z [00:04:04.455]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-detailed_view2.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2111459Z [00:04:04.461]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-visual_mode.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2179214Z [00:04:04.468]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-export_key.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2246883Z [00:04:04.475]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-sign_key.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2314994Z [00:04:04.482]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-detailed_view.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2384283Z [00:04:04.489]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-import_key_clipboard.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2452991Z [00:04:04.496]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-list_keys.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2521104Z [00:04:04.502]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-receive_key.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2591306Z [00:04:04.509]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-options_menu.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2659659Z [00:04:04.516]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-help_menu.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2727132Z [00:04:04.523]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-copy_mode.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2794879Z [00:04:04.530]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/gpg-tui-generate_key.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2861991Z [00:04:04.536]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/demo/rec.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2932441Z [00:04:04.544]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.2998937Z [00:04:04.550]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3067280Z [00:04:04.557]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3135895Z [00:04:04.564]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3203665Z [00:04:04.571]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3273115Z [00:04:04.578]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3340844Z [00:04:04.584]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3409098Z [00:04:04.591]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3477730Z [00:04:04.598]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3545333Z [00:04:04.605]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3612999Z [00:04:04.612]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3680064Z [00:04:04.618]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3747271Z [00:04:04.625]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3815553Z [00:04:04.632]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3884909Z [00:04:04.639]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.3954074Z [00:04:04.646]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4024854Z [00:04:04.653]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4093927Z [00:04:04.660]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4163678Z [00:04:04.667]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4233126Z [00:04:04.674]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4301518Z [00:04:04.680]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4368983Z [00:04:04.687]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4437258Z [00:04:04.694]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4507089Z [00:04:04.701]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-09ebef69ba4c1cd7d9e41e419e259a1a44aa35bd.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4576496Z [00:04:04.708]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-ff7c12982898eba63c5a0140954832df8bd14769.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4645553Z [00:04:04.715]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-ff7c12982898eba63c5a0140954832df8bd14769.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4713570Z [00:04:04.722]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-09ebef69ba4c1cd7d9e41e419e259a1a44aa35bd.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4780247Z [00:04:04.728]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-ff7c12982898eba63c5a0140954832df8bd14769.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4849195Z [00:04:04.735]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-09ebef69ba4c1cd7d9e41e419e259a1a44aa35bd.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4918364Z [00:04:04.742]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-ff7c12982898eba63c5a0140954832df8bd14769.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.4986058Z [00:04:04.749]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/objects/pack/pack-09ebef69ba4c1cd7d9e41e419e259a1a44aa35bd.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5054208Z [00:04:04.756]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5122187Z [00:04:04.763]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5191384Z [00:04:04.769]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5259545Z [00:04:04.776]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5328816Z [00:04:04.783]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5397109Z [00:04:04.790]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5464397Z [00:04:04.797]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5531930Z [00:04:04.803]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-d7ce86174d8421a0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5601781Z [00:04:04.810]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-d7ce86174d8421a0/build_script_build-d7ce86174d8421a0' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5671266Z [00:04:04.817]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-d7ce86174d8421a0/build_script_build-d7ce86174d8421a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5741248Z [00:04:04.824]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/smithay-client-toolkit-811ab101308789e2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5810995Z [00:04:04.831]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/smithay-client-toolkit-811ab101308789e2/build_script_build-811ab101308789e2' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5880629Z [00:04:04.838]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/smithay-client-toolkit-811ab101308789e2/build_script_build-811ab101308789e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.5948909Z [00:04:04.845]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6017011Z [00:04:04.852]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6084650Z [00:04:04.859]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6152498Z [00:04:04.866]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6220560Z [00:04:04.872]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6289613Z [00:04:04.879]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6356627Z [00:04:04.886]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6426519Z [00:04:04.893]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6495280Z [00:04:04.900]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6564381Z [00:04:04.907]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6633926Z [00:04:04.914]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-488f7190e6ad3379/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6702025Z [00:04:04.920]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-488f7190e6ad3379/build_script_build-488f7190e6ad3379' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6769724Z [00:04:04.927]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-488f7190e6ad3379/build_script_build-488f7190e6ad3379.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6838948Z [00:04:04.934]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/out/version.expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6906252Z [00:04:04.941]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.6976763Z [00:04:04.948]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7044282Z [00:04:04.955]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7112887Z [00:04:04.962]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7181134Z [00:04:04.968]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7248951Z [00:04:04.975]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7316699Z [00:04:04.982]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7386188Z [00:04:04.989]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7454569Z [00:04:04.996]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7521223Z [00:04:05.002]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7591640Z [00:04:05.009]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/num-traits-0833ae6ced55b796/build_script_build-0833ae6ced55b796' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7665888Z [00:04:05.017]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/num-traits-0833ae6ced55b796/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7737055Z [00:04:05.024]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/num-traits-0833ae6ced55b796/build_script_build-0833ae6ced55b796.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7806653Z [00:04:05.031]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-e27e262c33a22def/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7875067Z [00:04:05.038]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-e27e262c33a22def/build_script_build-e27e262c33a22def' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.7942177Z [00:04:05.044]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-e27e262c33a22def/build_script_build-e27e262c33a22def.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8009387Z [00:04:05.051]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-a398288792a86721/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8078969Z [00:04:05.058]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-a398288792a86721/build_script_build-a398288792a86721.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8145981Z [00:04:05.065]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/memoffset-a398288792a86721/build_script_build-a398288792a86721' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8215476Z [00:04:05.072]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-de9a65d59c07bc8d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8284285Z [00:04:05.079]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-de9a65d59c07bc8d/build_script_build-de9a65d59c07bc8d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8352463Z [00:04:05.085]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/rustix-de9a65d59c07bc8d/build_script_build-de9a65d59c07bc8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8421076Z [00:04:05.092]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8490643Z [00:04:05.099]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8558637Z [00:04:05.106]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8627073Z [00:04:05.113]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-client-8b615d24cfb21a94/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8696783Z [00:04:05.120]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-client-8b615d24cfb21a94/build_script_build-8b615d24cfb21a94' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8764272Z [00:04:05.127]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-client-8b615d24cfb21a94/build_script_build-8b615d24cfb21a94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8833515Z [00:04:05.134]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-protocols-c8a0307f3d5360a3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8901368Z [00:04:05.140]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-protocols-c8a0307f3d5360a3/build_script_build-c8a0307f3d5360a3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.8969911Z [00:04:05.147]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-protocols-c8a0307f3d5360a3/build_script_build-c8a0307f3d5360a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9040084Z [00:04:05.154]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-sys-a3973c77950f6a59/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9110792Z [00:04:05.161]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-sys-a3973c77950f6a59/build_script_build-a3973c77950f6a59.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9179490Z [00:04:05.168]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/wayland-sys-a3973c77950f6a59/build_script_build-a3973c77950f6a59' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9247690Z [00:04:05.175]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9315857Z [00:04:05.182]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9383828Z [00:04:05.189]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9452379Z [00:04:05.196]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/gpgme-sys-7a36c8ae2739f473/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9521463Z [00:04:05.202]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/gpgme-sys-7a36c8ae2739f473/build_script_build-7a36c8ae2739f473.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9588923Z [00:04:05.209]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/gpgme-sys-7a36c8ae2739f473/build_script_build-7a36c8ae2739f473' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9658255Z [00:04:05.216]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9727475Z [00:04:05.223]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9795220Z [00:04:05.230]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9863072Z [00:04:05.237]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9932630Z [00:04:05.244]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:13.9999786Z [00:04:05.250]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0070810Z [00:04:05.257]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0140414Z [00:04:05.264]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde_json-6a3eb08bb9972734/build_script_build-6a3eb08bb9972734.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0208219Z [00:04:05.271]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde_json-6a3eb08bb9972734/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0279600Z [00:04:05.278]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde_json-6a3eb08bb9972734/build_script_build-6a3eb08bb9972734' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0348765Z [00:04:05.285]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0417652Z [00:04:05.292]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0486924Z [00:04:05.299]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0559089Z [00:04:05.306]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0632707Z [00:04:05.313]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0704818Z [00:04:05.321]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0777544Z [00:04:05.328]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libgpg-error-sys-8b8a654e1c4ee44a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0848298Z [00:04:05.335]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libgpg-error-sys-8b8a654e1c4ee44a/build_script_build-8b8a654e1c4ee44a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0917423Z [00:04:05.342]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/libgpg-error-sys-8b8a654e1c4ee44a/build_script_build-8b8a654e1c4ee44a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.0988100Z [00:04:05.349]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-9855cff10967c731/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1058309Z [00:04:05.356]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-9855cff10967c731/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1127754Z [00:04:05.363]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-9855cff10967c731/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1194947Z [00:04:05.370]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-9855cff10967c731/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1263703Z [00:04:05.377]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1330722Z [00:04:05.383]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1398236Z [00:04:05.390]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1467512Z [00:04:05.397]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1538226Z [00:04:05.404]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build_script_build-73a4cd4857c66ddd' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1608164Z [00:04:05.411]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build_script_build-73a4cd4857c66ddd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1676488Z [00:04:05.418]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1745237Z [00:04:05.425]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1815189Z [00:04:05.432]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1884232Z [00:04:05.439]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/copypasta-ext-15ecb4816a58e6bc/build_script_build-15ecb4816a58e6bc' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.1950650Z [00:04:05.445]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/copypasta-ext-15ecb4816a58e6bc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2020713Z [00:04:05.452]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/copypasta-ext-15ecb4816a58e6bc/build_script_build-15ecb4816a58e6bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2087457Z [00:04:05.459]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/out/host.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2156642Z [00:04:05.466]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2223710Z [00:04:05.473]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2292076Z [00:04:05.479]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2360024Z [00:04:05.486]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/build/target-lexicon-d283ef3915e65753/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2428785Z [00:04:05.493]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/serde-63d291a7051ab72e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2497227Z [00:04:05.500]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwayland_scanner-e13fcabc668e06a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2566460Z [00:04:05.507]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2639410Z [00:04:05.514]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2708327Z [00:04:05.521]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/smallvec-353a22c3a3ca83eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2777371Z [00:04:05.528]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_datetime-28bd6f6c27390437.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2845927Z [00:04:05.535]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2915382Z [00:04:05.542]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libcfg_expr-a3631780077fdbcc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.2984196Z [00:04:05.549]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/wayland_scanner-e13fcabc668e06a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3051618Z [00:04:05.555]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libderive_more_impl-4bb60308ec515118.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3119200Z [00:04:05.562]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3188126Z [00:04:05.569]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/target_lexicon-fc24abe9c83f93b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3258050Z [00:04:05.576]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/paste-d4b21fc6492e3195.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3326418Z [00:04:05.583]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libinstability-10cd972bebd67524.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3405890Z [00:04:05.590]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/system_deps-d06e66bdf236d65e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3466892Z [00:04:05.597]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/clap_derive-3c2cec9720d5cb25.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3536435Z [00:04:05.604]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3604217Z [00:04:05.611]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/darling_macro-14ceded5f4f8fd2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3670760Z [00:04:05.617]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3738616Z [00:04:05.624]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/autocfg-48aa38da72696c47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3807802Z [00:04:05.631]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde_spanned-b7a409f6621154d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3875866Z [00:04:05.638]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.3942978Z [00:04:05.645]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4010959Z [00:04:05.651]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwinnow-121109b6b07699c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4078853Z [00:04:05.658]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4147201Z [00:04:05.665]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/winnow-121109b6b07699c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4215827Z [00:04:05.672]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4284404Z [00:04:05.679]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/toml_datetime-28bd6f6c27390437.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4353310Z [00:04:05.686]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/strum_macros-0fa328554661a6bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4422366Z [00:04:05.693]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/litrs-6cc7a3a6964c1385.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4491635Z [00:04:05.699]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4560224Z [00:04:05.706]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling-3d4ceeb5276b90fd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4628454Z [00:04:05.713]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_edit-e9ab04fa5a7a6455.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4695713Z [00:04:05.720]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling_core-19ca791aeb7d3ad7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4763471Z [00:04:05.727]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_segmentation-9ef60f77c2b57782.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4830926Z [00:04:05.733]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/pkg_config-0923ccadfac496a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4898469Z [00:04:05.740]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/toml-8820011982e39b15.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.4966611Z [00:04:05.747]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libconvert_case-3b4af8e6efd11cb7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5033403Z [00:04:05.754]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling_core-19ca791aeb7d3ad7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5102884Z [00:04:05.760]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde_spanned-b7a409f6621154d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5170375Z [00:04:05.767]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/convert_case-3b4af8e6efd11cb7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5239828Z [00:04:05.774]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5309682Z [00:04:05.781]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5378366Z [00:04:05.788]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libbuild-f082e6b995dbe54d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5447199Z [00:04:05.795]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5515650Z [00:04:05.802]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5585422Z [00:04:05.809]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/strsim-84f0717c62433628.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5655288Z [00:04:05.816]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling_macro-14ceded5f4f8fd2d.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5725905Z [00:04:05.823]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5794077Z [00:04:05.830]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libstrsim-84f0717c62433628.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5861630Z [00:04:05.836]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_edit-e9ab04fa5a7a6455.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5930176Z [00:04:05.843]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/rustversion-a291dd095d8cbcc8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.5998975Z [00:04:05.850]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/document_features-d142194e6a381e9c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6068328Z [00:04:05.857]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/serde_derive-9060010e43ca94a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6136823Z [00:04:05.864]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6204540Z [00:04:05.871]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/indexmap-7ef918fb3ed16071.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6273437Z [00:04:05.878]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsystem_deps-d06e66bdf236d65e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6340720Z [00:04:05.884]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libindexmap-7ef918fb3ed16071.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6408789Z [00:04:05.891]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/fnv-a8418bfb88adc510.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6477242Z [00:04:05.898]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libindoc-c47f93e31d250bef.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6544736Z [00:04:05.905]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/indoc-c47f93e31d250bef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6613417Z [00:04:05.912]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/version_compare-27e4caca2929cd32.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6681672Z [00:04:05.918]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml-8820011982e39b15.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6748836Z [00:04:05.925]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde-63d291a7051ab72e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6816097Z [00:04:05.932]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/darling-3d4ceeb5276b90fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6883971Z [00:04:05.939]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/xml-fdb2d0bb061687fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.6951909Z [00:04:05.945]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_segmentation-9ef60f77c2b57782.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7019167Z [00:04:05.952]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/unicode_segmentation-9ef60f77c2b57782.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7086547Z [00:04:05.959]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libversion_compare-27e4caca2929cd32.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7152864Z [00:04:05.966]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libhashbrown-730ed2fc26f14994.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7219749Z [00:04:05.972]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7288125Z [00:04:05.979]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsmallvec-353a22c3a3ca83eb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7356687Z [00:04:05.986]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libident_case-3db5b009047a955a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7424928Z [00:04:05.993]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/async_trait-1fa57537a519b597.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7492624Z [00:04:06.000]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwinnow-121109b6b07699c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7560104Z [00:04:06.006]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libconvert_case-3b4af8e6efd11cb7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7628044Z [00:04:06.013]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/equivalent-d4141b76549b3f53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7696004Z [00:04:06.020]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libfnv-a8418bfb88adc510.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7764142Z [00:04:06.027]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libwayland_scanner-e13fcabc668e06a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7831833Z [00:04:06.033]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7899883Z [00:04:06.040]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libstrum_macros-0fa328554661a6bb.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.7966869Z [00:04:06.047]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/build-f082e6b995dbe54d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8032968Z [00:04:06.054]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libxml-fdb2d0bb061687fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8101031Z [00:04:06.060]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libbuild-f082e6b995dbe54d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8170530Z [00:04:06.067]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/cfg_expr-a3631780077fdbcc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8238072Z [00:04:06.074]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/ident_case-3db5b009047a955a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8305551Z [00:04:06.081]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8374462Z [00:04:06.088]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libindexmap-7ef918fb3ed16071.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8443782Z [00:04:06.095]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsystem_deps-d06e66bdf236d65e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8511250Z [00:04:06.101]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libclap_derive-3c2cec9720d5cb25.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8579264Z [00:04:06.108]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtarget_lexicon-fc24abe9c83f93b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8648568Z [00:04:06.115]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libasync_trait-1fa57537a519b597.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8720176Z [00:04:06.122]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/toml_edit-e9ab04fa5a7a6455.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8790180Z [00:04:06.129]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde-63d291a7051ab72e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8858218Z [00:04:06.136]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtarget_lexicon-fc24abe9c83f93b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8925965Z [00:04:06.143]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.8994755Z [00:04:06.150]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9063618Z [00:04:06.157]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/syn-11d2e99a3458130c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9130694Z [00:04:06.163]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/hashbrown-730ed2fc26f14994.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9199318Z [00:04:06.170]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libdarling-3d4ceeb5276b90fd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9267512Z [00:04:06.177]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9335797Z [00:04:06.184]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9403036Z [00:04:06.191]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libxml-fdb2d0bb061687fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9470731Z [00:04:06.197]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/serde_spanned-b7a409f6621154d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9539317Z [00:04:06.204]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libident_case-3db5b009047a955a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9607115Z [00:04:06.211]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libserde_derive-9060010e43ca94a1.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9675679Z [00:04:06.218]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libhashbrown-730ed2fc26f14994.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9744092Z [00:04:06.225]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libversion_compare-27e4caca2929cd32.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9813623Z [00:04:06.232]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml-8820011982e39b15.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9881880Z [00:04:06.238]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:14.9949144Z [00:04:06.245]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libtoml_datetime-28bd6f6c27390437.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0016582Z [00:04:06.252]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/darling_core-19ca791aeb7d3ad7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0086927Z [00:04:06.259]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libstrsim-84f0717c62433628.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0156850Z [00:04:06.266]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/derive_more_impl-4bb60308ec515118.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0226788Z [00:04:06.273]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsmallvec-353a22c3a3ca83eb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0295152Z [00:04:06.280]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libfnv-a8418bfb88adc510.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0364353Z [00:04:06.287]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libsyn-11d2e99a3458130c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0432954Z [00:04:06.294]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libcfg_expr-a3631780077fdbcc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0500952Z [00:04:06.300]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0569462Z [00:04:06.307]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/instability-10cd972bebd67524.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0646424Z [00:04:06.315]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0719283Z [00:04:06.322]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0791730Z [00:04:06.329]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0861774Z [00:04:06.336]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0930772Z [00:04:06.343]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.0999803Z [00:04:06.350]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-d7ce86174d8421a0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1072614Z [00:04:06.357]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-d7ce86174d8421a0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1141517Z [00:04:06.364]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-d7ce86174d8421a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1210463Z [00:04:06.371]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-d7ce86174d8421a0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1280014Z [00:04:06.378]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_spanned-b7a409f6621154d3/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1348255Z [00:04:06.385]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_spanned-b7a409f6621154d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1417705Z [00:04:06.392]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_spanned-b7a409f6621154d3/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1487280Z [00:04:06.399]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_spanned-b7a409f6621154d3/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1556628Z [00:04:06.406]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smithay-client-toolkit-811ab101308789e2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1625000Z [00:04:06.413]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smithay-client-toolkit-811ab101308789e2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1693214Z [00:04:06.420]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smithay-client-toolkit-811ab101308789e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1761212Z [00:04:06.426]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smithay-client-toolkit-811ab101308789e2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1830370Z [00:04:06.433]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indoc-c47f93e31d250bef/lib-indoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1899220Z [00:04:06.440]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indoc-c47f93e31d250bef/dep-lib-indoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.1968503Z [00:04:06.447]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indoc-c47f93e31d250bef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2037909Z [00:04:06.454]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indoc-c47f93e31d250bef/lib-indoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2107725Z [00:04:06.461]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2177516Z [00:04:06.468]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2247028Z [00:04:06.475]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2317501Z [00:04:06.482]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2386116Z [00:04:06.489]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2454584Z [00:04:06.496]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2525055Z [00:04:06.503]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2594176Z [00:04:06.510]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2663700Z [00:04:06.517]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2732772Z [00:04:06.523]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2801539Z [00:04:06.530]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/dep-lib-convert_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2869572Z [00:04:06.537]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/lib-convert_case.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.2938011Z [00:04:06.544]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3006155Z [00:04:06.551]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/lib-convert_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3076198Z [00:04:06.558]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3145939Z [00:04:06.565]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3214629Z [00:04:06.572]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3283671Z [00:04:06.579]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/dep-lib-litrs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3355044Z [00:04:06.586]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3425886Z [00:04:06.593]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3493520Z [00:04:06.600]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3563017Z [00:04:06.607]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3633111Z [00:04:06.614]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bb60308ec515118/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3701682Z [00:04:06.620]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bb60308ec515118/lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3769807Z [00:04:06.627]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bb60308ec515118/dep-lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3838748Z [00:04:06.634]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/derive_more-impl-4bb60308ec515118/lib-derive_more_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3908487Z [00:04:06.641]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_datetime-28bd6f6c27390437/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.3976725Z [00:04:06.648]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_datetime-28bd6f6c27390437/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4048358Z [00:04:06.655]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_datetime-28bd6f6c27390437/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4117034Z [00:04:06.662]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_datetime-28bd6f6c27390437/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4187572Z [00:04:06.669]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-488f7190e6ad3379/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4258816Z [00:04:06.676]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-488f7190e6ad3379/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4328844Z [00:04:06.683]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-488f7190e6ad3379/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4398578Z [00:04:06.690]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-488f7190e6ad3379/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4468616Z [00:04:06.697]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4538856Z [00:04:06.704]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4609218Z [00:04:06.711]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_macro-14ceded5f4f8fd2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4678937Z [00:04:06.718]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_macro-14ceded5f4f8fd2d/lib-darling_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4747750Z [00:04:06.725]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_macro-14ceded5f4f8fd2d/lib-darling_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4816490Z [00:04:06.732]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_macro-14ceded5f4f8fd2d/dep-lib-darling_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4885348Z [00:04:06.739]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/hashbrown-730ed2fc26f14994/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.4954557Z [00:04:06.746]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/hashbrown-730ed2fc26f14994/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5022167Z [00:04:06.752]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/hashbrown-730ed2fc26f14994/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5094496Z [00:04:06.760]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/hashbrown-730ed2fc26f14994/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5167400Z [00:04:06.767]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5239309Z [00:04:06.774]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5313311Z [00:04:06.782]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5382945Z [00:04:06.788]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5453059Z [00:04:06.796]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/async-trait-1fa57537a519b597/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5521268Z [00:04:06.802]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/async-trait-1fa57537a519b597/dep-lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5590405Z [00:04:06.809]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/async-trait-1fa57537a519b597/lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5664500Z [00:04:06.817]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/async-trait-1fa57537a519b597/lib-async_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5733611Z [00:04:06.824]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smallvec-353a22c3a3ca83eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5801413Z [00:04:06.830]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smallvec-353a22c3a3ca83eb/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5870210Z [00:04:06.837]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smallvec-353a22c3a3ca83eb/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.5939310Z [00:04:06.844]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/smallvec-353a22c3a3ca83eb/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6008716Z [00:04:06.851]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6078057Z [00:04:06.858]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6147450Z [00:04:06.865]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6215233Z [00:04:06.872]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6283947Z [00:04:06.879]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6351407Z [00:04:06.885]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6419285Z [00:04:06.892]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6488332Z [00:04:06.899]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6557747Z [00:04:06.906]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/build-rs-f082e6b995dbe54d/dep-lib-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6626160Z [00:04:06.913]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/build-rs-f082e6b995dbe54d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6696097Z [00:04:06.920]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/build-rs-f082e6b995dbe54d/lib-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6764034Z [00:04:06.927]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/build-rs-f082e6b995dbe54d/lib-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6831226Z [00:04:06.933]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/cfg-expr-a3631780077fdbcc/dep-lib-cfg_expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6900723Z [00:04:06.940]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/cfg-expr-a3631780077fdbcc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.6968141Z [00:04:06.947]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/cfg-expr-a3631780077fdbcc/lib-cfg_expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7037584Z [00:04:06.954]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/cfg-expr-a3631780077fdbcc/lib-cfg_expr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7116583Z [00:04:06.962]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/num-traits-0833ae6ced55b796/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7189812Z [00:04:06.969]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/num-traits-0833ae6ced55b796/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7259683Z [00:04:06.976]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/num-traits-0833ae6ced55b796/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7327770Z [00:04:06.983]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/num-traits-0833ae6ced55b796/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7396396Z [00:04:06.990]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-e27e262c33a22def/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7464674Z [00:04:06.997]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-e27e262c33a22def/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7533131Z [00:04:07.004]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-e27e262c33a22def/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7603874Z [00:04:07.011]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-e27e262c33a22def/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7677385Z [00:04:07.018]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7745445Z [00:04:07.025]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7815951Z [00:04:07.032]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7882933Z [00:04:07.039]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.7951626Z [00:04:07.045]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-a398288792a86721/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8019551Z [00:04:07.052]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-a398288792a86721/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8088807Z [00:04:07.059]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-a398288792a86721/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8156958Z [00:04:07.066]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/memoffset-a398288792a86721/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8224830Z [00:04:07.073]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8293479Z [00:04:07.080]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8363221Z [00:04:07.087]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8432685Z [00:04:07.093]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8501260Z [00:04:07.100]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-de9a65d59c07bc8d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8570354Z [00:04:07.107]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-de9a65d59c07bc8d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8639183Z [00:04:07.114]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-de9a65d59c07bc8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8708382Z [00:04:07.121]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustix-de9a65d59c07bc8d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8778380Z [00:04:07.128]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8848281Z [00:04:07.135]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8916080Z [00:04:07.142]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.8984177Z [00:04:07.149]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9052483Z [00:04:07.155]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/fnv-a8418bfb88adc510/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9120006Z [00:04:07.162]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/fnv-a8418bfb88adc510/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9190075Z [00:04:07.169]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/fnv-a8418bfb88adc510/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9258079Z [00:04:07.176]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/fnv-a8418bfb88adc510/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9325999Z [00:04:07.183]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-client-8b615d24cfb21a94/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9394491Z [00:04:07.190]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-client-8b615d24cfb21a94/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9463627Z [00:04:07.197]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-client-8b615d24cfb21a94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9533917Z [00:04:07.204]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-client-8b615d24cfb21a94/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9601832Z [00:04:07.210]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-protocols-c8a0307f3d5360a3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9670184Z [00:04:07.217]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-protocols-c8a0307f3d5360a3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9737381Z [00:04:07.224]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-protocols-c8a0307f3d5360a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9805928Z [00:04:07.231]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-protocols-c8a0307f3d5360a3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9873551Z [00:04:07.238]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/dep-lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:15.9941059Z [00:04:07.244]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0010017Z [00:04:07.251]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0077720Z [00:04:07.258]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0147303Z [00:04:07.265]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-63d291a7051ab72e/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0215131Z [00:04:07.272]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-63d291a7051ab72e/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0283031Z [00:04:07.279]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-63d291a7051ab72e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0351665Z [00:04:07.285]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-63d291a7051ab72e/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0420483Z [00:04:07.292]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/clap_derive-3c2cec9720d5cb25/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0489232Z [00:04:07.299]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/clap_derive-3c2cec9720d5cb25/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0557946Z [00:04:07.306]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/clap_derive-3c2cec9720d5cb25/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0626764Z [00:04:07.313]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/clap_derive-3c2cec9720d5cb25/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0701679Z [00:04:07.320]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-sys-a3973c77950f6a59/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0771603Z [00:04:07.327]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-sys-a3973c77950f6a59/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0845755Z [00:04:07.335]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-sys-a3973c77950f6a59/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0914367Z [00:04:07.342]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-sys-a3973c77950f6a59/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.0984165Z [00:04:07.349]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1051961Z [00:04:07.355]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1119677Z [00:04:07.362]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1187862Z [00:04:07.369]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1257874Z [00:04:07.376]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/system-deps-d06e66bdf236d65e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1326782Z [00:04:07.383]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/system-deps-d06e66bdf236d65e/dep-lib-system_deps' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1395306Z [00:04:07.390]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/system-deps-d06e66bdf236d65e/lib-system_deps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1482142Z [00:04:07.398]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/system-deps-d06e66bdf236d65e/lib-system_deps' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1556500Z [00:04:07.406]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1625282Z [00:04:07.413]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1695196Z [00:04:07.420]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1763212Z [00:04:07.427]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1831257Z [00:04:07.433]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_edit-e9ab04fa5a7a6455/lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1900020Z [00:04:07.440]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_edit-e9ab04fa5a7a6455/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.1969086Z [00:04:07.447]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_edit-e9ab04fa5a7a6455/dep-lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2037861Z [00:04:07.454]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml_edit-e9ab04fa5a7a6455/lib-toml_edit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2105621Z [00:04:07.461]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-scanner-e13fcabc668e06a2/lib-wayland_scanner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2175234Z [00:04:07.468]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-scanner-e13fcabc668e06a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2245292Z [00:04:07.475]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-scanner-e13fcabc668e06a2/dep-lib-wayland_scanner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2315119Z [00:04:07.482]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/wayland-scanner-e13fcabc668e06a2/lib-wayland_scanner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2386933Z [00:04:07.489]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/gpgme-sys-7a36c8ae2739f473/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2456814Z [00:04:07.496]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/gpgme-sys-7a36c8ae2739f473/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2525430Z [00:04:07.503]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/gpgme-sys-7a36c8ae2739f473/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2593385Z [00:04:07.510]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/gpgme-sys-7a36c8ae2739f473/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2662177Z [00:04:07.516]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_derive-9060010e43ca94a1/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2730998Z [00:04:07.523]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_derive-9060010e43ca94a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2798053Z [00:04:07.530]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_derive-9060010e43ca94a1/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2867530Z [00:04:07.537]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_derive-9060010e43ca94a1/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.2938197Z [00:04:07.544]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling-3d4ceeb5276b90fd/lib-darling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3009311Z [00:04:07.551]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling-3d4ceeb5276b90fd/dep-lib-darling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3077429Z [00:04:07.558]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling-3d4ceeb5276b90fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3145053Z [00:04:07.565]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling-3d4ceeb5276b90fd/lib-darling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3213337Z [00:04:07.572]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3281212Z [00:04:07.578]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3348977Z [00:04:07.585]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3416404Z [00:04:07.592]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3486459Z [00:04:07.599]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3553859Z [00:04:07.606]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3622570Z [00:04:07.613]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3691518Z [00:04:07.619]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3760184Z [00:04:07.626]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3828953Z [00:04:07.633]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3899273Z [00:04:07.640]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.3968132Z [00:04:07.647]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4035791Z [00:04:07.654]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4103244Z [00:04:07.661]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4171391Z [00:04:07.667]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4243747Z [00:04:07.675]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4313887Z [00:04:07.682]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4381366Z [00:04:07.688]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4449124Z [00:04:07.695]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strum_macros-0fa328554661a6bb/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4516783Z [00:04:07.702]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strum_macros-0fa328554661a6bb/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4587735Z [00:04:07.709]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strum_macros-0fa328554661a6bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4655834Z [00:04:07.716]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strum_macros-0fa328554661a6bb/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4723925Z [00:04:07.723]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-fc24abe9c83f93b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4792558Z [00:04:07.729]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-fc24abe9c83f93b8/dep-lib-target_lexicon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4859202Z [00:04:07.736]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-fc24abe9c83f93b8/lib-target_lexicon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4926789Z [00:04:07.743]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-fc24abe9c83f93b8/lib-target_lexicon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.4994627Z [00:04:07.750]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strsim-84f0717c62433628/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5062791Z [00:04:07.757]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strsim-84f0717c62433628/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5131748Z [00:04:07.763]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strsim-84f0717c62433628/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5199488Z [00:04:07.770]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/strsim-84f0717c62433628/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5267758Z [00:04:07.777]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_json-6a3eb08bb9972734/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5336656Z [00:04:07.784]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_json-6a3eb08bb9972734/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5404180Z [00:04:07.791]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_json-6a3eb08bb9972734/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5473139Z [00:04:07.798]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde_json-6a3eb08bb9972734/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5539548Z [00:04:07.804]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5608703Z [00:04:07.811]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5679249Z [00:04:07.818]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5747200Z [00:04:07.825]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5815675Z [00:04:07.832]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5883721Z [00:04:07.839]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.5951873Z [00:04:07.845]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6022968Z [00:04:07.853]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6090078Z [00:04:07.859]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version-compare-27e4caca2929cd32/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6158624Z [00:04:07.866]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version-compare-27e4caca2929cd32/dep-lib-version_compare' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6226552Z [00:04:07.873]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version-compare-27e4caca2929cd32/lib-version_compare' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6295699Z [00:04:07.880]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/version-compare-27e4caca2929cd32/lib-version_compare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6363454Z [00:04:07.887]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libgpg-error-sys-8b8a654e1c4ee44a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6434979Z [00:04:07.894]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libgpg-error-sys-8b8a654e1c4ee44a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6503756Z [00:04:07.901]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libgpg-error-sys-8b8a654e1c4ee44a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6573153Z [00:04:07.908]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/libgpg-error-sys-8b8a654e1c4ee44a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6641014Z [00:04:07.914]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6708440Z [00:04:07.921]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6777374Z [00:04:07.928]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6845621Z [00:04:07.935]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6916173Z [00:04:07.942]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-9855cff10967c731/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.6983371Z [00:04:07.949]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-9855cff10967c731/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7052535Z [00:04:07.955]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7121389Z [00:04:07.962]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7189599Z [00:04:07.969]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7258707Z [00:04:07.976]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7328968Z [00:04:07.983]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7397596Z [00:04:07.990]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7466551Z [00:04:07.997]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7537672Z [00:04:08.004]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7608375Z [00:04:08.011]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/winnow-121109b6b07699c3/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7678193Z [00:04:08.018]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/winnow-121109b6b07699c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7747245Z [00:04:08.025]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/winnow-121109b6b07699c3/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7815171Z [00:04:08.032]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/winnow-121109b6b07699c3/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7884282Z [00:04:08.039]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/dep-lib-document_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.7954711Z [00:04:08.046]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8023347Z [00:04:08.053]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8093222Z [00:04:08.059]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8160706Z [00:04:08.066]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8229605Z [00:04:08.073]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8299412Z [00:04:08.080]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8368401Z [00:04:08.087]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8439312Z [00:04:08.094]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/ident_case-3db5b009047a955a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8507574Z [00:04:08.101]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/ident_case-3db5b009047a955a/dep-lib-ident_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8577047Z [00:04:08.108]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/ident_case-3db5b009047a955a/lib-ident_case.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8646317Z [00:04:08.115]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/ident_case-3db5b009047a955a/lib-ident_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8714635Z [00:04:08.122]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/xml-rs-fdb2d0bb061687fe/lib-xml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8782588Z [00:04:08.129]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/xml-rs-fdb2d0bb061687fe/dep-lib-xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8851390Z [00:04:08.135]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/xml-rs-fdb2d0bb061687fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8920706Z [00:04:08.142]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/xml-rs-fdb2d0bb061687fe/lib-xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.8989912Z [00:04:08.149]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/copypasta-ext-15ecb4816a58e6bc/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9059247Z [00:04:08.156]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/copypasta-ext-15ecb4816a58e6bc/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9128171Z [00:04:08.163]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/copypasta-ext-15ecb4816a58e6bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9197983Z [00:04:08.170]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/copypasta-ext-15ecb4816a58e6bc/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9266635Z [00:04:08.177]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml-8820011982e39b15/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9334461Z [00:04:08.184]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml-8820011982e39b15/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9402048Z [00:04:08.190]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml-8820011982e39b15/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9470707Z [00:04:08.197]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/toml-8820011982e39b15/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9539875Z [00:04:08.204]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_core-19ca791aeb7d3ad7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9608913Z [00:04:08.211]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_core-19ca791aeb7d3ad7/lib-darling_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9678857Z [00:04:08.218]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_core-19ca791aeb7d3ad7/lib-darling_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9748538Z [00:04:08.225]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/darling_core-19ca791aeb7d3ad7/dep-lib-darling_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9818431Z [00:04:08.232]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indexmap-7ef918fb3ed16071/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9886825Z [00:04:08.239]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indexmap-7ef918fb3ed16071/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:16.9955601Z [00:04:08.246]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indexmap-7ef918fb3ed16071/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0022982Z [00:04:08.253]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/indexmap-7ef918fb3ed16071/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0091839Z [00:04:08.259]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/syn-11d2e99a3458130c/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0160713Z [00:04:08.266]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/syn-11d2e99a3458130c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0229556Z [00:04:08.273]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/syn-11d2e99a3458130c/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0299001Z [00:04:08.280]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/syn-11d2e99a3458130c/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0368715Z [00:04:08.287]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-d283ef3915e65753/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0439490Z [00:04:08.294]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/target-lexicon-d283ef3915e65753/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0508760Z [00:04:08.301]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0579009Z [00:04:08.308]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0650875Z [00:04:08.315]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0720960Z [00:04:08.322]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0791163Z [00:04:08.329]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/instability-10cd972bebd67524/lib-instability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0864023Z [00:04:08.337]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/instability-10cd972bebd67524/lib-instability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.0934924Z [00:04:08.344]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/instability-10cd972bebd67524/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1003833Z [00:04:08.351]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/release/.fingerprint/instability-10cd972bebd67524/dep-lib-instability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1074077Z [00:04:08.358]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1143670Z [00:04:08.365]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1212677Z [00:04:08.371]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1281434Z [00:04:08.378]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1349283Z [00:04:08.385]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1418244Z [00:04:08.392]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1488252Z [00:04:08.399]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1555964Z [00:04:08.406]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1624195Z [00:04:08.413]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1691925Z [00:04:08.419]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1761990Z [00:04:08.426]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1830135Z [00:04:08.433]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1898902Z [00:04:08.440]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.1966693Z [00:04:08.447]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2035435Z [00:04:08.454]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/out/autocfg_4019a2c8e085ea91_1.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2103921Z [00:04:08.461]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/out/autocfg_4019a2c8e085ea91_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2172169Z [00:04:08.467]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2240762Z [00:04:08.474]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2309315Z [00:04:08.481]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2378308Z [00:04:08.488]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-ec76000da2c46c96/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2448094Z [00:04:08.495]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-cf7ee5ba8bb842b8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2515651Z [00:04:08.502]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-cf7ee5ba8bb842b8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2586778Z [00:04:08.509]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-cf7ee5ba8bb842b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2657290Z [00:04:08.516]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-cf7ee5ba8bb842b8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2726379Z [00:04:08.523]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/smithay-client-toolkit-dd77763a24b883e6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2795444Z [00:04:08.530]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/smithay-client-toolkit-dd77763a24b883e6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2865917Z [00:04:08.537]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/smithay-client-toolkit-dd77763a24b883e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.2934604Z [00:04:08.544]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/smithay-client-toolkit-dd77763a24b883e6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3005293Z [00:04:08.551]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out/autocfg_012f5de1a5a0dfc5_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3073603Z [00:04:08.558]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3141397Z [00:04:08.564]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3212401Z [00:04:08.571]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3280977Z [00:04:08.578]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3350696Z [00:04:08.585]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libgpg-error-sys-79a58e28682b3f10/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3419196Z [00:04:08.592]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libgpg-error-sys-79a58e28682b3f10/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3488225Z [00:04:08.599]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libgpg-error-sys-79a58e28682b3f10/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3556425Z [00:04:08.606]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libgpg-error-sys-79a58e28682b3f10/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3626207Z [00:04:08.613]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-sys-520f9ec44a937b83/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3695482Z [00:04:08.620]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-sys-520f9ec44a937b83/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3764819Z [00:04:08.627]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-sys-520f9ec44a937b83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3833251Z [00:04:08.633]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-sys-520f9ec44a937b83/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3901950Z [00:04:08.640]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-5c1eba6e681d570a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.3970564Z [00:04:08.647]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-5c1eba6e681d570a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4038819Z [00:04:08.654]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-5c1eba6e681d570a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4106945Z [00:04:08.661]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-5c1eba6e681d570a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4176216Z [00:04:08.668]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/out/autocfg_eca49703dabf0727_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4245761Z [00:04:08.675]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4314764Z [00:04:08.682]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4384408Z [00:04:08.689]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4452559Z [00:04:08.695]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-41069717e25877de/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4522833Z [00:04:08.702]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4590996Z [00:04:08.709]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4659883Z [00:04:08.716]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4728693Z [00:04:08.723]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4797424Z [00:04:08.730]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/text-input-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4865534Z [00:04:08.737]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-shell_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.4934914Z [00:04:08.744]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-decoration-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5004041Z [00:04:08.751]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-shell-v6_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5071985Z [00:04:08.757]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-data-control-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5141853Z [00:04:08.764]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-gamma-control-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5210211Z [00:04:08.771]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-virtual-pointer-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5279226Z [00:04:08.778]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/gtk-primary-selection_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5347698Z [00:04:08.785]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-output-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5417096Z [00:04:08.792]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-output-management-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5486143Z [00:04:08.799]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/input-method-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5555444Z [00:04:08.806]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/keyboard-shortcuts-inhibit-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5622780Z [00:04:08.812]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/input-method-unstable-v2_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5692119Z [00:04:08.819]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/text-input-v3_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5763493Z [00:04:08.827]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/linux-dmabuf-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5830996Z [00:04:08.833]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/viewporter_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5899773Z [00:04:08.840]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xwayland-keyboard-grab-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.5969018Z [00:04:08.847]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/linux-explicit-synchronization-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6037607Z [00:04:08.854]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/pointer-constraints-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6106593Z [00:04:08.861]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/input-timestamps-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6175001Z [00:04:08.868]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/tablet-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6244382Z [00:04:08.875]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-layer-shell-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6313203Z [00:04:08.882]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-export-dmabuf-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6384296Z [00:04:08.889]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-screencopy-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6452104Z [00:04:08.895]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/tablet-v2_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6520330Z [00:04:08.902]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/idle-inhibit-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6590060Z [00:04:08.909]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/server-decoration_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6658733Z [00:04:08.916]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/relative-pointer-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6728791Z [00:04:08.923]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-input-inhibitor-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6796785Z [00:04:08.930]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-foreign-v2_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6865333Z [00:04:08.937]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/presentation-time_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.6933548Z [00:04:08.944]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-shell-v5_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7002515Z [00:04:08.950]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-foreign-toplevel-management-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7070402Z [00:04:08.957]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/xdg-foreign-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7139885Z [00:04:08.964]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/fullscreen-shell-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7208903Z [00:04:08.971]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/pointer-gestures-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7278015Z [00:04:08.978]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/primary-selection-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7347552Z [00:04:08.985]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/out/wlr-output-power-management-v1_client_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7415281Z [00:04:08.992]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7483981Z [00:04:08.999]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7552447Z [00:04:09.005]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7626329Z [00:04:09.013]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-protocols-b2300b23293858dc/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7699526Z [00:04:09.020]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/out/autocfg_7192f389f3b88b95_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7769198Z [00:04:09.027]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7838627Z [00:04:09.034]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7907696Z [00:04:09.041]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.7977876Z [00:04:09.048]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-1aa71aa75b5419c3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8048523Z [00:04:09.055]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gpgme-sys-d2ecc9b300e09361/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8117505Z [00:04:09.062]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gpgme-sys-d2ecc9b300e09361/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8186499Z [00:04:09.069]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gpgme-sys-d2ecc9b300e09361/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8254754Z [00:04:09.076]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gpgme-sys-d2ecc9b300e09361/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8323959Z [00:04:09.083]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8391763Z [00:04:09.089]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8460263Z [00:04:09.096]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8528974Z [00:04:09.103]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8598615Z [00:04:09.110]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8667459Z [00:04:09.117]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8736077Z [00:04:09.124]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8806472Z [00:04:09.131]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8874970Z [00:04:09.138]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/copypasta-ext-f2635c4efc3e10fb/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.8943274Z [00:04:09.145]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/copypasta-ext-f2635c4efc3e10fb/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9012081Z [00:04:09.151]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/copypasta-ext-f2635c4efc3e10fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9080634Z [00:04:09.158]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/copypasta-ext-f2635c4efc3e10fb/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9149645Z [00:04:09.165]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/out/wayland_api.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9218190Z [00:04:09.172]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9286094Z [00:04:09.179]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9355239Z [00:04:09.186]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9425003Z [00:04:09.193]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/wayland-client-895d8cae80fe6121/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9493842Z [00:04:09.200]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9561712Z [00:04:09.206]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9630398Z [00:04:09.213]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9698307Z [00:04:09.220]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9766815Z [00:04:09.227]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9836186Z [00:04:09.234]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9904214Z [00:04:09.241]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:17.9973306Z [00:04:09.248]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0042809Z [00:04:09.255]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-9c1a7dbc57d1fdd9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0110585Z [00:04:09.261]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-9c1a7dbc57d1fdd9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0178764Z [00:04:09.268]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-9c1a7dbc57d1fdd9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0245397Z [00:04:09.275]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-9c1a7dbc57d1fdd9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0316915Z [00:04:09.282]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-c9d3521db930e787.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0384104Z [00:04:09.289]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cassowary-68668f9b523f8705.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0452187Z [00:04:09.295]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0520326Z [00:04:09.302]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-8eb444c2ad08a160.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0588165Z [00:04:09.309]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/home-56e43a85f1593448.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0656810Z [00:04:09.316]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-271f231dcf37d3cc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0728452Z [00:04:09.323]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0797561Z [00:04:09.330]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a11b56e28eb82443.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0866893Z [00:04:09.337]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.0935750Z [00:04:09.344]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_truncate-0ad5e416b73ceb1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1003437Z [00:04:09.351]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-0bc05f5e9efa1493.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1072140Z [00:04:09.357]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/x11rb-b55518da97b809e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1140469Z [00:04:09.364]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-e8970ab1144ac618.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1209951Z [00:04:09.371]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1278554Z [00:04:09.378]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-707c7d06bc47a26f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1348264Z [00:04:09.385]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-d4e03f0863191001.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1417051Z [00:04:09.392]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_complete-9c47f965df803904.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1485209Z [00:04:09.399]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme-8ab6543d8e2429c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1554864Z [00:04:09.406]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-84b103eb123f9287.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1621771Z [00:04:09.412]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-35da22119356ff16.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1689303Z [00:04:09.419]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memmap2-35da22119356ff16.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1758095Z [00:04:09.426]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_protocols-f7f6158ab0b89913.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1826276Z [00:04:09.433]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/digest-08570efda4d1abe8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1893472Z [00:04:09.440]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/generic_array-08da0476db2bde36.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.1964371Z [00:04:09.447]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_truncate-0ad5e416b73ceb1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2033754Z [00:04:09.454]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11rb-b55518da97b809e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2102005Z [00:04:09.460]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-be038536a7e6d4e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2171198Z [00:04:09.467]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-e8970ab1144ac618.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2239890Z [00:04:09.474]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4fe298af8c276e40.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2309681Z [00:04:09.481]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-b129d758195ee30c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2378236Z [00:04:09.488]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2446393Z [00:04:09.495]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-66d80e871f1b9944.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2514553Z [00:04:09.502]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-2cd401ca29f36faf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2584638Z [00:04:09.509]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2653693Z [00:04:09.516]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2722461Z [00:04:09.522]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcassowary-68668f9b523f8705.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2790900Z [00:04:09.529]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a636499d6b59e980.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2859966Z [00:04:09.536]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-477e4bc5c0adf82c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2928740Z [00:04:09.543]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-ca2bfcfe674c0be2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.2998430Z [00:04:09.550]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3066401Z [00:04:09.557]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbetter_panic-6f2d41f5f43ef9f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3134174Z [00:04:09.564]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-2804340348623374.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3202829Z [00:04:09.571]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-d4e03f0863191001.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3272120Z [00:04:09.577]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/addr2line-f22e1d10b143ba90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3341039Z [00:04:09.584]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_logger-2cd401ca29f36faf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3409112Z [00:04:09.591]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-3215ac086ee6ba72.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3477958Z [00:04:09.598]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3547905Z [00:04:09.605]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-ca2bfcfe674c0be2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3616397Z [00:04:09.612]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-74487f78cb8af429.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3686228Z [00:04:09.619]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3754850Z [00:04:09.626]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3825144Z [00:04:09.633]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5e2953ad94a6aa1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3895055Z [00:04:09.640]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/allocator_api2-2a12531b87530519.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.3969282Z [00:04:09.647]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-271f231dcf37d3cc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4039740Z [00:04:09.654]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_mio-8eb444c2ad08a160.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4108821Z [00:04:09.661]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys_next-d337db1674bc2805.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4178218Z [00:04:09.668]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4246324Z [00:04:09.675]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4315623Z [00:04:09.682]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/block_buffer-304c8186c073e4bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4385155Z [00:04:09.689]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4453893Z [00:04:09.696]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11rb_protocol-3ffd653777c0fb8d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4523158Z [00:04:09.703]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_error-983200727df8eb5a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4592884Z [00:04:09.710]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4661101Z [00:04:09.716]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xcursor-757142fd6dd46b09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4729039Z [00:04:09.723]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorsys-92c18330a551e141.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4798938Z [00:04:09.730]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7d8d5a5392416a44.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4867499Z [00:04:09.737]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-271f231dcf37d3cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.4935893Z [00:04:09.744]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdlib-3b01cf794af61427.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5004002Z [00:04:09.751]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5073834Z [00:04:09.758]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-59d670acec46ee3a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5141882Z [00:04:09.764]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-a7de98d760ff9578.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5211264Z [00:04:09.771]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcompact_str-a3bbde06406720e4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5279378Z [00:04:09.778]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5348945Z [00:04:09.785]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a2b6bd3d046c9a1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5417717Z [00:04:09.792]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5486634Z [00:04:09.799]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta_ext-70bcc5c9743ad591.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5554520Z [00:04:09.806]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/console-66d80e871f1b9944.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5623377Z [00:04:09.813]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-98cd4511d579a34f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5695668Z [00:04:09.820]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5763686Z [00:04:09.827]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfdeflate-92519916c6b189bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5833564Z [00:04:09.834]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5903391Z [00:04:09.841]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4311d095e009335b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.5973502Z [00:04:09.848]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-84b103eb123f9287.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6044613Z [00:04:09.855]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-c24b20cf9c739962.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6114553Z [00:04:09.862]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-d4e03f0863191001.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6183170Z [00:04:09.869]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6253015Z [00:04:09.876]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-e0078f82f82bc08b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6321470Z [00:04:09.882]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-93b110292a34b275.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6389509Z [00:04:09.889]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-7e2dd2ae487d31c9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6459051Z [00:04:09.896]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-c24b20cf9c739962.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6528728Z [00:04:09.903]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/copypasta_ext-70bcc5c9743ad591.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6597139Z [00:04:09.910]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c8fed610f44cf231.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6665680Z [00:04:09.917]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6733503Z [00:04:09.924]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11_clipboard-a217bdb48449bd8b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6801292Z [00:04:09.930]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_demangle-56002613ad8f8a7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6870519Z [00:04:09.937]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_filter-9561beb12a31e571.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.6939352Z [00:04:09.944]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-3215ac086ee6ba72.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7007989Z [00:04:09.951]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-c5e2953ad94a6aa1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7076568Z [00:04:09.958]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinytemplate-a5bccc0aabc81cd2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7144553Z [00:04:09.965]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-d3d8b7ec183f449d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7213336Z [00:04:09.972]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytemuck-90fb150851ff6f8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7281189Z [00:04:09.978]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/png-5d6c6d0eb57263a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7349902Z [00:04:09.985]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-bcbc67bae9392d1b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7418175Z [00:04:09.992]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmithay_clipboard-b7e9e31fd14a8f79.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7487329Z [00:04:09.999]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-707c7d06bc47a26f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7557243Z [00:04:10.006]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-b129d758195ee30c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7629960Z [00:04:10.013]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibloading-1bda9b4b309ea7dd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7704708Z [00:04:10.021]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7775689Z [00:04:10.028]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7844695Z [00:04:10.035]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7913522Z [00:04:10.042]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_cursor-5e95b429b2aa4624.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.7981352Z [00:04:10.048]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-2cd401ca29f36faf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8049785Z [00:04:10.055]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/compact_str-a3bbde06406720e4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8118776Z [00:04:10.062]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-3b02f3262b9455ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8187655Z [00:04:10.069]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-2332ff3b8e67b3b0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8257111Z [00:04:10.076]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-d3d8b7ec183f449d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8325166Z [00:04:10.083]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-63a6d9dda34a0a3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8394116Z [00:04:10.090]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8463336Z [00:04:10.097]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4311d095e009335b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8531185Z [00:04:10.103]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/derive_more-ff2ca8ee70d94671.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8600072Z [00:04:10.110]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook-c24b20cf9c739962.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8669528Z [00:04:10.117]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8737917Z [00:04:10.124]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-1c717d5d4fdd7665.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8807302Z [00:04:10.131]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8876244Z [00:04:10.138]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.8944454Z [00:04:10.145]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9012487Z [00:04:10.151]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-355d02a9b26506ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9083284Z [00:04:10.159]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9151570Z [00:04:10.165]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zune_jpeg-e43851c4217a7d3d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9220799Z [00:04:10.172]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui-7722a81aa695a6c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9289417Z [00:04:10.179]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9358073Z [00:04:10.186]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-90fb150851ff6f8b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9427002Z [00:04:10.193]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9495070Z [00:04:10.200]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9564102Z [00:04:10.207]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-8268cedac16cc900.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9633029Z [00:04:10.214]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itertools-59d670acec46ee3a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9701933Z [00:04:10.220]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/custom_derive-769daefaf5396672.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9770375Z [00:04:10.227]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9838617Z [00:04:10.234]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha256-c3a689b96922a9e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9907563Z [00:04:10.241]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_client-443c272caab08de4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:18.9976233Z [00:04:10.248]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0044599Z [00:04:10.255]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0113404Z [00:04:10.262]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-63a6d9dda34a0a3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0182071Z [00:04:10.268]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/x11_clipboard-a217bdb48449bd8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0249710Z [00:04:10.275]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0319159Z [00:04:10.282]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gimli-3215ac086ee6ba72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0387670Z [00:04:10.289]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_commons-2054c11218bc34c9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0456792Z [00:04:10.296]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-2a12531b87530519.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0526164Z [00:04:10.303]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0595843Z [00:04:10.310]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-be038536a7e6d4e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0665985Z [00:04:10.317]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0735684Z [00:04:10.324]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-24e468701c6c42a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0804433Z [00:04:10.331]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zune_core-e6fc3cb167da85a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0873133Z [00:04:10.338]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.0941734Z [00:04:10.344]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdlib-3b01cf794af61427.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1010513Z [00:04:10.351]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-a11b56e28eb82443.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1078874Z [00:04:10.358]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta-fe0fb0ec17772b7c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1147092Z [00:04:10.365]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta-fe0fb0ec17772b7c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1215664Z [00:04:10.372]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-9bd9f4c4a67866f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1283724Z [00:04:10.379]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wayland_protocols-f7f6158ab0b89913.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1351765Z [00:04:10.385]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-b129d758195ee30c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1420826Z [00:04:10.392]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-8eb444c2ad08a160.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1489211Z [00:04:10.399]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1558893Z [00:04:10.406]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-ee9b707cb62d6c78.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1627407Z [00:04:10.413]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-ff2ca8ee70d94671.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1696570Z [00:04:10.420]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1765405Z [00:04:10.427]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hex-bd864c8a5c9acbe2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1834709Z [00:04:10.434]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdowncast_rs-756584ab5d07f618.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1901788Z [00:04:10.440]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-477e4bc5c0adf82c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.1971213Z [00:04:10.447]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-a7de98d760ff9578.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2040397Z [00:04:10.454]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-b68c22c71493611f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2109400Z [00:04:10.461]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-2804340348623374.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2178642Z [00:04:10.468]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backtrace-c9d3521db930e787.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2247580Z [00:04:10.475]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossterm-a2b6bd3d046c9a1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2317501Z [00:04:10.482]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/image-74487f78cb8af429.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2385639Z [00:04:10.489]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-29e5a38bab2fe1ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2455391Z [00:04:10.496]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-8ab7bce475b3df61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2523656Z [00:04:10.503]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jiff-7e2dd2ae487d31c9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2595188Z [00:04:10.510]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys-e8970ab1144ac618.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2661756Z [00:04:10.516]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2730748Z [00:04:10.523]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2800148Z [00:04:10.530]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2869156Z [00:04:10.537]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/conv-e14db2257a4d31c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.2938699Z [00:04:10.544]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3007074Z [00:04:10.551]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-9c0c5e2325c68bf1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3076182Z [00:04:10.558]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-f22e1d10b143ba90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3144620Z [00:04:10.565]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3213875Z [00:04:10.572]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simd_adler32-b0f0af0960ffa0e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3282997Z [00:04:10.579]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-9c47f965df803904.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3351821Z [00:04:10.585]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3420066Z [00:04:10.592]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-9c47f965df803904.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3489667Z [00:04:10.599]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_error_sys-a86d604c84d79915.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3559261Z [00:04:10.606]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3627810Z [00:04:10.613]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3695928Z [00:04:10.620]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3771540Z [00:04:10.627]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_cursor-5e95b429b2aa4624.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3831153Z [00:04:10.633]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha256-c3a689b96922a9e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3899437Z [00:04:10.640]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memoffset-e5166906bb12b410.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.3967941Z [00:04:10.647]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-66d80e871f1b9944.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4036039Z [00:04:10.654]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4103934Z [00:04:10.661]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-24e468701c6c42a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4172902Z [00:04:10.668]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-ffcaa81adf11fb71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4241020Z [00:04:10.674]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/object-63a6d9dda34a0a3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4309282Z [00:04:10.681]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorsys-92c18330a551e141.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4377778Z [00:04:10.688]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpgme-8ab6543d8e2429c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4446163Z [00:04:10.695]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_error-983200727df8eb5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4517284Z [00:04:10.702]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4585767Z [00:04:10.709]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-e5166906bb12b410.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4655648Z [00:04:10.716]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4725566Z [00:04:10.723]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-84b7b16131790355.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4794596Z [00:04:10.730]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dlib-3b01cf794af61427.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4863316Z [00:04:10.737]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/copypasta-fe0fb0ec17772b7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4931070Z [00:04:10.743]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme_sys-b102d30d24a5852e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.4999840Z [00:04:10.750]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmithay_client_toolkit-b9cb860cfb645284.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5068482Z [00:04:10.757]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_logger-a52c36d73547709d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5138437Z [00:04:10.764]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5207627Z [00:04:10.771]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossterm-3d25a45ea5dd8688.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5275656Z [00:04:10.778]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5d7663d4e453975b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5345052Z [00:04:10.785]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-7d8d5a5392416a44.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5412890Z [00:04:10.792]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxcursor-757142fd6dd46b09.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5481845Z [00:04:10.798]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5550585Z [00:04:10.805]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys_next-d337db1674bc2805.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5619410Z [00:04:10.812]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxcursor-757142fd6dd46b09.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5690350Z [00:04:10.819]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5759170Z [00:04:10.826]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wayland_cursor-5e95b429b2aa4624.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5827745Z [00:04:10.833]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-2332ff3b8e67b3b0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5894920Z [00:04:10.840]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee9b707cb62d6c78.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.5963652Z [00:04:10.847]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6031366Z [00:04:10.853]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/downcast_rs-756584ab5d07f618.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6100171Z [00:04:10.860]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs-d3d8b7ec183f449d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6168664Z [00:04:10.867]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6238704Z [00:04:10.874]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcustom_derive-769daefaf5396672.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6307427Z [00:04:10.881]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgethostname-1cb3948224dd50ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6376092Z [00:04:10.888]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6443622Z [00:04:10.895]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-3079fab9365dbfbe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6512465Z [00:04:10.901]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6581675Z [00:04:10.908]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbetter_panic-6f2d41f5f43ef9f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6650136Z [00:04:10.915]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_common-93b110292a34b275.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6718812Z [00:04:10.922]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-146f8b270dbe8c66.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6788035Z [00:04:10.929]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-9561beb12a31e571.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6857106Z [00:04:10.936]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6926360Z [00:04:10.943]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.6995473Z [00:04:10.950]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-dd9ea91bb2029276.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7064367Z [00:04:10.957]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-ffcaa81adf11fb71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7133110Z [00:04:10.964]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-9bd9f4c4a67866f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7201623Z [00:04:10.970]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-74487f78cb8af429.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7271065Z [00:04:10.977]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7339260Z [00:04:10.984]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7407564Z [00:04:10.991]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-7e2dd2ae487d31c9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7475996Z [00:04:10.998]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-146f8b270dbe8c66.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7544710Z [00:04:11.005]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_jpeg-e43851c4217a7d3d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7613570Z [00:04:11.012]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_sys-65cac8f55038d2c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7680930Z [00:04:11.018]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memoffset-a7de98d760ff9578.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7747810Z [00:04:11.025]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foldhash-2332ff3b8e67b3b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7815079Z [00:04:11.032]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcopypasta_ext-70bcc5c9743ad591.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7881750Z [00:04:11.038]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.7950009Z [00:04:11.045]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cstr_argument-cbefd2892bbcb0ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8017510Z [00:04:11.052]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-2f6b35ad6a9a94fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8085457Z [00:04:11.059]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui_completions-1766f8b8a5e3964b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8151961Z [00:04:11.065]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_logger-a52c36d73547709d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8219796Z [00:04:11.072]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8287835Z [00:04:11.079]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-af737d3bb6c5afa3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8355633Z [00:04:11.086]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconv-e14db2257a4d31c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8423759Z [00:04:11.093]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lru-0ae9aaea910222a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8490565Z [00:04:11.099]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcassowary-68668f9b523f8705.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8558463Z [00:04:11.106]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinytemplate-a5bccc0aabc81cd2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8626568Z [00:04:11.113]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gethostname-1cb3948224dd50ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8695321Z [00:04:11.120]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8763243Z [00:04:11.127]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-3d25a45ea5dd8688.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8829906Z [00:04:11.133]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8899260Z [00:04:11.140]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libloading-1bda9b4b309ea7dd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.8966341Z [00:04:11.147]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9034140Z [00:04:11.154]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-2dea7c4e3af6a35e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9102036Z [00:04:11.160]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7d8d5a5392416a44.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9168349Z [00:04:11.167]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9235638Z [00:04:11.174]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme_sys-b102d30d24a5852e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9302862Z [00:04:11.181]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9371024Z [00:04:11.187]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9439567Z [00:04:11.194]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-2a12531b87530519.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9507830Z [00:04:11.201]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui-e715ed8eb43b6eaa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9575470Z [00:04:11.208]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9642849Z [00:04:11.214]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cpufeatures-78f285777fc6cffa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9708520Z [00:04:11.221]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-a22aa4c2b683e344.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9776108Z [00:04:11.228]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wayland_client-443c272caab08de4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9843694Z [00:04:11.235]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11rb-b55518da97b809e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9911257Z [00:04:11.241]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:19.9978542Z [00:04:11.248]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11rb_protocol-3ffd653777c0fb8d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0045169Z [00:04:11.255]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-f3fdeabbd84fa70c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0113958Z [00:04:11.262]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-93b110292a34b275.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0182022Z [00:04:11.268]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-ee9b707cb62d6c78.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0249851Z [00:04:11.275]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibloading-1bda9b4b309ea7dd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0319031Z [00:04:11.282]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/which-e0078f82f82bc08b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0387584Z [00:04:11.289]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0455659Z [00:04:11.296]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0524634Z [00:04:11.303]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-4311d095e009335b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0595138Z [00:04:11.310]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_jpeg-e43851c4217a7d3d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0666748Z [00:04:11.317]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-59d670acec46ee3a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0738684Z [00:04:11.324]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_tui-e715ed8eb43b6eaa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0808144Z [00:04:11.331]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscoped_tls-bcae9db99793ccd0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0877796Z [00:04:11.338]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-56002613ad8f8a7f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.0946049Z [00:04:11.345]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-892fe5ab5f5215ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1014281Z [00:04:11.352]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1082433Z [00:04:11.358]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1150774Z [00:04:11.365]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/x11rb_protocol-3ffd653777c0fb8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1220160Z [00:04:11.372]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1288301Z [00:04:11.379]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-fefeaecc69f23968.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1357202Z [00:04:11.386]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1426543Z [00:04:11.393]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1494931Z [00:04:11.400]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpng-5d6c6d0eb57263a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1563608Z [00:04:11.407]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1632426Z [00:04:11.413]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder_lite-765096d82b0cbbc8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1700371Z [00:04:11.420]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-1658d1f1dbb6c99e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1769514Z [00:04:11.427]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-c9d3521db930e787.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1839833Z [00:04:11.434]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-bcbc67bae9392d1b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1908860Z [00:04:11.441]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.1980255Z [00:04:11.448]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgethostname-1cb3948224dd50ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2048523Z [00:04:11.455]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-dabdbcef990dce68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2116913Z [00:04:11.462]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libx11_clipboard-a217bdb48449bd8b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2186176Z [00:04:11.469]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2255062Z [00:04:11.476]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5e2953ad94a6aa1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2324281Z [00:04:11.483]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_sys-65cac8f55038d2c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2391537Z [00:04:11.489]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-f5cf738d4bc049da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2459920Z [00:04:11.496]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c8fed610f44cf231.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2529033Z [00:04:11.503]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-9bd9f4c4a67866f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2598537Z [00:04:11.510]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-2804340348623374.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2668556Z [00:04:11.517]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys_next-d337db1674bc2805.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2737317Z [00:04:11.524]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-477e4bc5c0adf82c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2805298Z [00:04:11.531]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2873454Z [00:04:11.538]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.2942180Z [00:04:11.544]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3009867Z [00:04:11.551]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-98cd4511d579a34f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3078875Z [00:04:11.558]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-fefeaecc69f23968.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3148243Z [00:04:11.565]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-0bc05f5e9efa1493.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3216825Z [00:04:11.572]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-b68c22c71493611f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3285365Z [00:04:11.579]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3353640Z [00:04:11.586]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3421479Z [00:04:11.592]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-0ae9aaea910222a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3489857Z [00:04:11.599]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/static_assertions-6c90c86964e12489.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3558394Z [00:04:11.606]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-dabdbcef990dce68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3626313Z [00:04:11.613]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a2b6bd3d046c9a1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3694512Z [00:04:11.620]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmithay_client_toolkit-b9cb860cfb645284.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3762872Z [00:04:11.627]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorsys-92c18330a551e141.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3832061Z [00:04:11.633]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scoped_tls-bcae9db99793ccd0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3900843Z [00:04:11.640]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.3969231Z [00:04:11.647]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcustom_derive-769daefaf5396672.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4037647Z [00:04:11.654]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_error-983200727df8eb5a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4107443Z [00:04:11.661]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfdeflate-92519916c6b189bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4177264Z [00:04:11.668]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4245524Z [00:04:11.675]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui-7722a81aa695a6c5.gpg_tui.6a2efb6ae6dc02bf-cgu.1.rcgu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4313934Z [00:04:11.682]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4382885Z [00:04:11.689]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpg_tui_completions-1766f8b8a5e3964b.gpg_tui_completions.93dbf02adc5d12df-cgu.0.rcgu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4450411Z [00:04:11.695]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4523023Z [00:04:11.703]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-8268cedac16cc900.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4591978Z [00:04:11.709]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpng-5d6c6d0eb57263a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4659918Z [00:04:11.716]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4728560Z [00:04:11.723]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-1f0bef145d35d1a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4797785Z [00:04:11.730]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smithay_clipboard-b7e9e31fd14a8f79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4865627Z [00:04:11.737]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-146f8b270dbe8c66.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.4934604Z [00:04:11.744]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-0bc05f5e9efa1493.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5002486Z [00:04:11.750]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-bcbc67bae9392d1b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5070860Z [00:04:11.757]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5139884Z [00:04:11.764]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5207869Z [00:04:11.771]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_segmentation-0bb23d4b5c482513.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5276763Z [00:04:11.778]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fxhash-56b14f0ed1ba6935.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5345254Z [00:04:11.785]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha2-3079fab9365dbfbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5413142Z [00:04:11.792]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5481846Z [00:04:11.798]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-56002613ad8f8a7f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5549921Z [00:04:11.805]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5618089Z [00:04:11.812]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpgme-8ab6543d8e2429c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5690398Z [00:04:11.819]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5758769Z [00:04:11.826]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-96fa317258d3c23c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5827677Z [00:04:11.833]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5896633Z [00:04:11.840]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.5965084Z [00:04:11.847]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-f22e1d10b143ba90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6046066Z [00:04:11.855]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6119812Z [00:04:11.862]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_commons-2054c11218bc34c9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6188262Z [00:04:11.869]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/better_panic-6f2d41f5f43ef9f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6259053Z [00:04:11.876]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a11b56e28eb82443.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6326231Z [00:04:11.883]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_truncate-0ad5e416b73ceb1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6392948Z [00:04:11.890]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcstr_argument-cbefd2892bbcb0ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6461586Z [00:04:11.896]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-707c7d06bc47a26f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6530442Z [00:04:11.903]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ratatui_splash_screen-e41f8407ec5d169c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6597547Z [00:04:11.910]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6664377Z [00:04:11.917]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgpg_tui-e715ed8eb43b6eaa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6732440Z [00:04:11.923]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-00f80dfaddbea53e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6801365Z [00:04:11.930]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-c8fed610f44cf231.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6868469Z [00:04:11.937]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ratatui-db690d095dda64fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.6935835Z [00:04:11.944]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscoped_tls-bcae9db99793ccd0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7003932Z [00:04:11.951]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinytemplate-a5bccc0aabc81cd2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7072904Z [00:04:11.958]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gpgme_sys-b102d30d24a5852e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7141130Z [00:04:11.964]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdowncast_rs-756584ab5d07f618.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7208844Z [00:04:11.971]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-4fe298af8c276e40.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7278053Z [00:04:11.978]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-e0078f82f82bc08b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7348693Z [00:04:11.985]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wayland_commons-2054c11218bc34c9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7420824Z [00:04:11.992]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7492636Z [00:04:11.999]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcompact_str-a3bbde06406720e4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7563647Z [00:04:12.007]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_next-a22aa4c2b683e344.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7638568Z [00:04:12.014]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-5fa7a1d2395e6fb1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7709428Z [00:04:12.021]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui_splash_screen-e41f8407ec5d169c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7777699Z [00:04:12.028]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7845364Z [00:04:12.035]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_protocols-f7f6158ab0b89913.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7912117Z [00:04:12.041]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wayland_sys-65cac8f55038d2c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.7979246Z [00:04:12.048]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmithay_clipboard-b7e9e31fd14a8f79.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8045584Z [00:04:12.055]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/castaway-b68c22c71493611f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8113057Z [00:04:12.062]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8181230Z [00:04:12.068]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smithay_client_toolkit-b9cb860cfb645284.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8248262Z [00:04:12.075]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-ca2bfcfe674c0be2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8316547Z [00:04:12.082]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibgpg_error_sys-a86d604c84d79915.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8383403Z [00:04:12.089]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8451586Z [00:04:12.095]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-98cd4511d579a34f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8518542Z [00:04:12.102]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-0786838a65bbe90a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8586755Z [00:04:12.109]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-0fd11076ae604d8a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8654038Z [00:04:12.116]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8722109Z [00:04:12.122]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-ffcaa81adf11fb71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8790043Z [00:04:12.129]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconv-e14db2257a4d31c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8858661Z [00:04:12.136]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/option_ext-dd7fd95bf387f8ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8924961Z [00:04:12.143]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fdeflate-92519916c6b189bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.8990797Z [00:04:12.149]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4fe298af8c276e40.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9058241Z [00:04:12.156]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9126450Z [00:04:12.163]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcstr_argument-cbefd2892bbcb0ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9195085Z [00:04:12.170]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-24e468701c6c42a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9264382Z [00:04:12.177]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-9561beb12a31e571.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9332901Z [00:04:12.184]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-84b103eb123f9287.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9400593Z [00:04:12.190]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9468259Z [00:04:12.197]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-8268cedac16cc900.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9536631Z [00:04:12.204]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-ff2ca8ee70d94671.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9603998Z [00:04:12.211]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-35da22119356ff16.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9671178Z [00:04:12.217]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui_splash_screen-e41f8407ec5d169c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9738793Z [00:04:12.224]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwayland_client-443c272caab08de4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9806630Z [00:04:12.231]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-db690d095dda64fd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9874665Z [00:04:12.238]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_next-a22aa4c2b683e344.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:20.9942015Z [00:04:12.244]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-3079fab9365dbfbe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0009989Z [00:04:12.251]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/shellexpand-21d9ebe31090c83a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0078227Z [00:04:12.258]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-3d25a45ea5dd8688.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0145486Z [00:04:12.265]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0213774Z [00:04:12.272]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-90fb150851ff6f8b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0281719Z [00:04:12.278]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0350476Z [00:04:12.285]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-0ae9aaea910222a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0418406Z [00:04:12.292]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-fefeaecc69f23968.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0486442Z [00:04:12.299]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-e5166906bb12b410.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0554533Z [00:04:12.306]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0626435Z [00:04:12.313]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibgpg_error_sys-a86d604c84d79915.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0697998Z [00:04:12.320]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0769081Z [00:04:12.327]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha256-c3a689b96922a9e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0839319Z [00:04:12.334]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0908973Z [00:04:12.341]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-be038536a7e6d4e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.0977328Z [00:04:12.348]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tui_logger-a52c36d73547709d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1048568Z [00:04:12.355]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-f6abfeb5c073bc13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1117375Z [00:04:12.362]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/libgpg_tui.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1188538Z [00:04:12.369]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1257259Z [00:04:12.376]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1326665Z [00:04:12.383]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1396716Z [00:04:12.390]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1466059Z [00:04:12.397]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/dep-lib-hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1535865Z [00:04:12.404]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1604180Z [00:04:12.411]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/lib-hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1672942Z [00:04:12.417]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/lib-hex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1742077Z [00:04:12.424]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1810901Z [00:04:12.431]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1879001Z [00:04:12.438]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.1948674Z [00:04:12.445]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2017680Z [00:04:12.452]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-b9cb860cfb645284/lib-smithay_client_toolkit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2087154Z [00:04:12.459]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-b9cb860cfb645284/dep-lib-smithay_client_toolkit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2155750Z [00:04:12.466]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-b9cb860cfb645284/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2223502Z [00:04:12.473]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-b9cb860cfb645284/lib-smithay_client_toolkit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2290641Z [00:04:12.479]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gethostname-1cb3948224dd50ec/dep-lib-gethostname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2358458Z [00:04:12.486]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gethostname-1cb3948224dd50ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2427450Z [00:04:12.493]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gethostname-1cb3948224dd50ec/lib-gethostname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2494562Z [00:04:12.500]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gethostname-1cb3948224dd50ec/lib-gethostname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2563130Z [00:04:12.507]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2633199Z [00:04:12.514]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2702479Z [00:04:12.520]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2771237Z [00:04:12.527]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2839672Z [00:04:12.534]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-7722a81aa695a6c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2908172Z [00:04:12.541]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-7722a81aa695a6c5/output-bin-gpg-tui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.2976601Z [00:04:12.548]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-logger-a52c36d73547709d/lib-tui_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3046148Z [00:04:12.555]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-logger-a52c36d73547709d/dep-lib-tui_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3114735Z [00:04:12.562]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-logger-a52c36d73547709d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3183712Z [00:04:12.569]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-logger-a52c36d73547709d/lib-tui_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3253072Z [00:04:12.576]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3321199Z [00:04:12.582]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3388240Z [00:04:12.589]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3456490Z [00:04:12.596]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3525644Z [00:04:12.603]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-707c7d06bc47a26f/lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3594280Z [00:04:12.610]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-707c7d06bc47a26f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3662743Z [00:04:12.616]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-707c7d06bc47a26f/lib-chrono.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3730395Z [00:04:12.623]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-707c7d06bc47a26f/dep-lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3800177Z [00:04:12.630]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-b129d758195ee30c/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3870967Z [00:04:12.637]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-b129d758195ee30c/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.3940206Z [00:04:12.644]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-b129d758195ee30c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4008025Z [00:04:12.651]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-b129d758195ee30c/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4076481Z [00:04:12.658]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/dep-lib-byteorder_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4144616Z [00:04:12.665]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4213647Z [00:04:12.672]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/lib-byteorder_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4281127Z [00:04:12.678]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/lib-byteorder_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4349028Z [00:04:12.685]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4417590Z [00:04:12.692]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4488391Z [00:04:12.699]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4557853Z [00:04:12.706]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/lib-fxhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4626285Z [00:04:12.713]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/dep-lib-fxhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4694113Z [00:04:12.720]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/lib-fxhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4763995Z [00:04:12.727]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4831877Z [00:04:12.733]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4899521Z [00:04:12.740]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.4967123Z [00:04:12.747]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5034521Z [00:04:12.754]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-cursor-5e95b429b2aa4624/lib-wayland_cursor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5103044Z [00:04:12.760]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-cursor-5e95b429b2aa4624/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5171621Z [00:04:12.767]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-cursor-5e95b429b2aa4624/lib-wayland_cursor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5240623Z [00:04:12.774]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-cursor-5e95b429b2aa4624/dep-lib-wayland_cursor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5310909Z [00:04:12.781]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5380209Z [00:04:12.788]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5449700Z [00:04:12.795]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5518784Z [00:04:12.802]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5587038Z [00:04:12.809]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5654623Z [00:04:12.816]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5725612Z [00:04:12.823]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5793107Z [00:04:12.830]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5861067Z [00:04:12.836]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5930046Z [00:04:12.843]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.5998863Z [00:04:12.850]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6068400Z [00:04:12.857]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6136586Z [00:04:12.864]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-dabdbcef990dce68/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6204560Z [00:04:12.871]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-dabdbcef990dce68/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6274183Z [00:04:12.878]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-dabdbcef990dce68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6343403Z [00:04:12.885]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-dabdbcef990dce68/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6411323Z [00:04:12.891]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6480137Z [00:04:12.898]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6551536Z [00:04:12.905]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6623124Z [00:04:12.913]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6693150Z [00:04:12.920]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dlib-3b01cf794af61427/lib-dlib.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6760601Z [00:04:12.926]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dlib-3b01cf794af61427/dep-lib-dlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6828415Z [00:04:12.933]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dlib-3b01cf794af61427/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6896238Z [00:04:12.940]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dlib-3b01cf794af61427/lib-dlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.6964008Z [00:04:12.947]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-0ae9aaea910222a0/dep-lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7031391Z [00:04:12.953]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-0ae9aaea910222a0/lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7098676Z [00:04:12.960]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-0ae9aaea910222a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7166672Z [00:04:12.967]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-0ae9aaea910222a0/lib-lru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7235120Z [00:04:12.974]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-ec76000da2c46c96/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7303686Z [00:04:12.981]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-ec76000da2c46c96/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7370680Z [00:04:12.987]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7438891Z [00:04:12.994]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7506003Z [00:04:13.001]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7574850Z [00:04:13.008]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7646581Z [00:04:13.015]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-84b103eb123f9287/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7715757Z [00:04:13.022]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-84b103eb123f9287/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7784580Z [00:04:13.029]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-84b103eb123f9287/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7852561Z [00:04:13.035]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-84b103eb123f9287/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7921353Z [00:04:13.042]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.7989093Z [00:04:13.049]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8057312Z [00:04:13.056]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/dep-lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8124184Z [00:04:13.063]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8192978Z [00:04:13.069]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-cf7ee5ba8bb842b8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8260913Z [00:04:13.076]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-cf7ee5ba8bb842b8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8329174Z [00:04:13.083]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-splash-screen-e41f8407ec5d169c/dep-lib-ratatui_splash_screen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8398368Z [00:04:13.090]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-splash-screen-e41f8407ec5d169c/lib-ratatui_splash_screen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8466975Z [00:04:13.097]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-splash-screen-e41f8407ec5d169c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8535424Z [00:04:13.104]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-splash-screen-e41f8407ec5d169c/lib-ratatui_splash_screen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8604247Z [00:04:13.111]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8674466Z [00:04:13.118]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8743396Z [00:04:13.125]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8811550Z [00:04:13.131]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8880711Z [00:04:13.138]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-dd77763a24b883e6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.8949001Z [00:04:13.145]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-client-toolkit-dd77763a24b883e6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9017652Z [00:04:13.152]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-error-983200727df8eb5a/lib-gpg_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9085644Z [00:04:13.159]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-error-983200727df8eb5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9154964Z [00:04:13.166]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-error-983200727df8eb5a/dep-lib-gpg_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9221899Z [00:04:13.172]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-error-983200727df8eb5a/lib-gpg_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9290068Z [00:04:13.179]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9358556Z [00:04:13.186]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9427745Z [00:04:13.193]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9495893Z [00:04:13.200]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9563308Z [00:04:13.207]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-92519916c6b189bc/dep-lib-fdeflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9631912Z [00:04:13.213]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-92519916c6b189bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9700756Z [00:04:13.220]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-92519916c6b189bc/lib-fdeflate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9768382Z [00:04:13.227]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-92519916c6b189bc/lib-fdeflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9837876Z [00:04:13.234]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9905090Z [00:04:13.241]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:21.9972504Z [00:04:13.247]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0041276Z [00:04:13.254]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0110265Z [00:04:13.261]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-a22aa4c2b683e344/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0178032Z [00:04:13.268]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-a22aa4c2b683e344/lib-dirs_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0245376Z [00:04:13.275]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-a22aa4c2b683e344/dep-lib-dirs_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0313435Z [00:04:13.282]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-next-a22aa4c2b683e344/lib-dirs_next.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0381584Z [00:04:13.288]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/lib-foldhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0450389Z [00:04:13.295]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0519121Z [00:04:13.302]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/dep-lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0587899Z [00:04:13.309]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0657474Z [00:04:13.316]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0727462Z [00:04:13.323]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0796325Z [00:04:13.330]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0865425Z [00:04:13.337]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.0935082Z [00:04:13.344]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11-clipboard-a217bdb48449bd8b/lib-x11_clipboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1003419Z [00:04:13.351]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11-clipboard-a217bdb48449bd8b/dep-lib-x11_clipboard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1072470Z [00:04:13.357]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11-clipboard-a217bdb48449bd8b/lib-x11_clipboard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1139918Z [00:04:13.364]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11-clipboard-a217bdb48449bd8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1208511Z [00:04:13.371]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1276422Z [00:04:13.378]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1344633Z [00:04:13.385]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-2804340348623374/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1413748Z [00:04:13.392]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-2804340348623374/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1480622Z [00:04:13.398]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-2804340348623374/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1548396Z [00:04:13.405]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-2804340348623374/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1618160Z [00:04:13.412]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-79a58e28682b3f10/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1688057Z [00:04:13.419]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-79a58e28682b3f10/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1757093Z [00:04:13.426]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1826302Z [00:04:13.433]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1896028Z [00:04:13.440]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.1966272Z [00:04:13.447]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2036439Z [00:04:13.454]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2106805Z [00:04:13.461]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/dep-lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2175453Z [00:04:13.468]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2244545Z [00:04:13.475]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/lib-gimli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2315037Z [00:04:13.482]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-520f9ec44a937b83/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2383270Z [00:04:13.489]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-520f9ec44a937b83/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2451064Z [00:04:13.495]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-b102d30d24a5852e/lib-gpgme_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2518991Z [00:04:13.502]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-b102d30d24a5852e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2588804Z [00:04:13.509]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-b102d30d24a5852e/lib-gpgme_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2656888Z [00:04:13.516]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-b102d30d24a5852e/dep-lib-gpgme_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2726696Z [00:04:13.523]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-a7de98d760ff9578/dep-lib-memoffset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2797405Z [00:04:13.530]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-a7de98d760ff9578/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2866703Z [00:04:13.537]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-a7de98d760ff9578/lib-memoffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.2937801Z [00:04:13.544]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-a7de98d760ff9578/lib-memoffset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3008336Z [00:04:13.551]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-3079fab9365dbfbe/lib-sha2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3077841Z [00:04:13.558]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-3079fab9365dbfbe/lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3147118Z [00:04:13.565]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-3079fab9365dbfbe/dep-lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3217268Z [00:04:13.572]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-3079fab9365dbfbe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3287011Z [00:04:13.579]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/better-panic-6f2d41f5f43ef9f4/lib-better_panic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3358182Z [00:04:13.586]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/better-panic-6f2d41f5f43ef9f4/lib-better_panic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3425929Z [00:04:13.593]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/better-panic-6f2d41f5f43ef9f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3494159Z [00:04:13.600]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/better-panic-6f2d41f5f43ef9f4/dep-lib-better_panic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3564858Z [00:04:13.607]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3634386Z [00:04:13.614]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3705232Z [00:04:13.621]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/dep-lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3773568Z [00:04:13.628]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/lib-cassowary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3842897Z [00:04:13.634]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-8268cedac16cc900/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3910077Z [00:04:13.641]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-8268cedac16cc900/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.3978715Z [00:04:13.648]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-8268cedac16cc900/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4048682Z [00:04:13.655]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-8268cedac16cc900/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4117694Z [00:04:13.662]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-clipboard-b7e9e31fd14a8f79/lib-smithay_clipboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4186704Z [00:04:13.669]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-clipboard-b7e9e31fd14a8f79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4256301Z [00:04:13.676]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-clipboard-b7e9e31fd14a8f79/dep-lib-smithay_clipboard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4325879Z [00:04:13.683]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smithay-clipboard-b7e9e31fd14a8f79/lib-smithay_clipboard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4395576Z [00:04:13.690]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-3d25a45ea5dd8688/lib-crossterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4464979Z [00:04:13.697]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-3d25a45ea5dd8688/lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4536445Z [00:04:13.704]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-3d25a45ea5dd8688/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4608694Z [00:04:13.711]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-3d25a45ea5dd8688/dep-lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4681075Z [00:04:13.718]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cstr-argument-cbefd2892bbcb0ea/dep-lib-cstr_argument' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4752044Z [00:04:13.725]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cstr-argument-cbefd2892bbcb0ea/lib-cstr_argument' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4822710Z [00:04:13.732]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cstr-argument-cbefd2892bbcb0ea/lib-cstr_argument.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4892101Z [00:04:13.739]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cstr-argument-cbefd2892bbcb0ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.4962662Z [00:04:13.746]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5031073Z [00:04:13.753]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5101182Z [00:04:13.760]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5170421Z [00:04:13.767]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5240208Z [00:04:13.774]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-477e4bc5c0adf82c/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5309590Z [00:04:13.781]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-477e4bc5c0adf82c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5380627Z [00:04:13.788]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-477e4bc5c0adf82c/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5449527Z [00:04:13.795]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-477e4bc5c0adf82c/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5517913Z [00:04:13.802]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-8ab6543d8e2429c6/lib-gpgme.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5585759Z [00:04:13.809]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-8ab6543d8e2429c6/dep-lib-gpgme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5653777Z [00:04:13.816]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-8ab6543d8e2429c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5726258Z [00:04:13.823]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-8ab6543d8e2429c6/lib-gpgme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5795693Z [00:04:13.830]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5864939Z [00:04:13.837]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.5933956Z [00:04:13.844]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6002514Z [00:04:13.850]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6072488Z [00:04:13.857]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-be038536a7e6d4e8/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6141529Z [00:04:13.864]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-be038536a7e6d4e8/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6211938Z [00:04:13.871]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-be038536a7e6d4e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6281531Z [00:04:13.878]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-be038536a7e6d4e8/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6353374Z [00:04:13.885]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-c9d3521db930e787/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6421598Z [00:04:13.892]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-c9d3521db930e787/dep-lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6491350Z [00:04:13.899]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-c9d3521db930e787/lib-backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6561803Z [00:04:13.906]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-c9d3521db930e787/lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6632864Z [00:04:13.913]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6703218Z [00:04:13.921]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6772043Z [00:04:13.927]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6841802Z [00:04:13.934]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6911346Z [00:04:13.941]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.6980326Z [00:04:13.948]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7052174Z [00:04:13.955]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7120676Z [00:04:13.962]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7191965Z [00:04:13.969]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/dep-lib-shellexpand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7261114Z [00:04:13.976]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/lib-shellexpand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7333033Z [00:04:13.983]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7403228Z [00:04:13.991]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/lib-shellexpand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7473421Z [00:04:13.998]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7542753Z [00:04:14.004]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7618340Z [00:04:14.012]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7694483Z [00:04:14.020]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7769867Z [00:04:14.027]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-98cd4511d579a34f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7842108Z [00:04:14.034]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-98cd4511d579a34f/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7912657Z [00:04:14.041]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-98cd4511d579a34f/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.7983014Z [00:04:14.049]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-98cd4511d579a34f/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8052001Z [00:04:14.055]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8120982Z [00:04:14.062]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8189658Z [00:04:14.069]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8259250Z [00:04:14.076]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8330816Z [00:04:14.083]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-0bc05f5e9efa1493/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8399912Z [00:04:14.090]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-0bc05f5e9efa1493/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8469149Z [00:04:14.097]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-0bc05f5e9efa1493/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8538294Z [00:04:14.104]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-0bc05f5e9efa1493/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8609384Z [00:04:14.111]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5e2953ad94a6aa1/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8679128Z [00:04:14.118]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5e2953ad94a6aa1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8749232Z [00:04:14.125]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5e2953ad94a6aa1/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8818454Z [00:04:14.132]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5e2953ad94a6aa1/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8889118Z [00:04:14.139]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.8960387Z [00:04:14.146]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9032732Z [00:04:14.153]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9105432Z [00:04:14.161]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9176451Z [00:04:14.168]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-f7f6158ab0b89913/lib-wayland_protocols.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9249218Z [00:04:14.175]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-f7f6158ab0b89913/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9321506Z [00:04:14.182]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-f7f6158ab0b89913/lib-wayland_protocols' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9392720Z [00:04:14.189]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-f7f6158ab0b89913/dep-lib-wayland_protocols' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9464259Z [00:04:14.197]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9534706Z [00:04:14.204]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9605967Z [00:04:14.211]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9676051Z [00:04:14.218]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9745756Z [00:04:14.225]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-e5166906bb12b410/dep-lib-memoffset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9817624Z [00:04:14.232]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-e5166906bb12b410/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9889040Z [00:04:14.239]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-e5166906bb12b410/lib-memoffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:22.9959242Z [00:04:14.246]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-e5166906bb12b410/lib-memoffset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0029980Z [00:04:14.253]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-5c1eba6e681d570a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0101431Z [00:04:14.260]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-5c1eba6e681d570a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0173243Z [00:04:14.267]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0245336Z [00:04:14.275]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0316910Z [00:04:14.282]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0387307Z [00:04:14.289]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0458612Z [00:04:14.296]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-146f8b270dbe8c66/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0529460Z [00:04:14.303]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-146f8b270dbe8c66/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0605891Z [00:04:14.311]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-146f8b270dbe8c66/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0679330Z [00:04:14.318]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-146f8b270dbe8c66/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0755317Z [00:04:14.326]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-a3bbde06406720e4/lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0826096Z [00:04:14.333]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-a3bbde06406720e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0897958Z [00:04:14.340]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-a3bbde06406720e4/lib-compact_str.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.0968714Z [00:04:14.347]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-a3bbde06406720e4/dep-lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1040488Z [00:04:14.354]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/custom_derive-769daefaf5396672/dep-lib-custom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1111293Z [00:04:14.361]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/custom_derive-769daefaf5396672/lib-custom_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1183960Z [00:04:14.369]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/custom_derive-769daefaf5396672/lib-custom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1256286Z [00:04:14.376]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/custom_derive-769daefaf5396672/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1326968Z [00:04:14.383]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha256-c3a689b96922a9e5/dep-lib-sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1402447Z [00:04:14.390]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha256-c3a689b96922a9e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1472862Z [00:04:14.398]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha256-c3a689b96922a9e5/lib-sha256.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1543699Z [00:04:14.405]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha256-c3a689b96922a9e5/lib-sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1612670Z [00:04:14.411]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-41069717e25877de/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1683180Z [00:04:14.419]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-41069717e25877de/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1754824Z [00:04:14.426]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1825658Z [00:04:14.433]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1894896Z [00:04:14.440]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-9561beb12a31e571/lib-env_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.1964489Z [00:04:14.447]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-9561beb12a31e571/lib-env_filter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2035315Z [00:04:14.454]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-9561beb12a31e571/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2105531Z [00:04:14.461]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-9561beb12a31e571/dep-lib-env_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2174938Z [00:04:14.468]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-a86d604c84d79915/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2243578Z [00:04:14.475]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-a86d604c84d79915/lib-libgpg_error_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2314507Z [00:04:14.482]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-a86d604c84d79915/lib-libgpg_error_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2382444Z [00:04:14.488]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libgpg-error-sys-a86d604c84d79915/dep-lib-libgpg_error_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2451798Z [00:04:14.495]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-b2300b23293858dc/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2521408Z [00:04:14.502]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-protocols-b2300b23293858dc/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2590573Z [00:04:14.509]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2659323Z [00:04:14.516]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa/lib-gpg_tui.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2729016Z [00:04:14.523]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa/output-lib-gpg_tui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2798453Z [00:04:14.530]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa/dep-lib-gpg_tui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2867861Z [00:04:14.537]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-e715ed8eb43b6eaa/lib-gpg_tui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.2936953Z [00:04:14.544]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-1aa71aa75b5419c3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3005981Z [00:04:14.551]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-1aa71aa75b5419c3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3075694Z [00:04:14.558]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9bd9f4c4a67866f3/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3146361Z [00:04:14.565]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9bd9f4c4a67866f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3218256Z [00:04:14.572]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9bd9f4c4a67866f3/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3288678Z [00:04:14.579]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-9bd9f4c4a67866f3/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3359505Z [00:04:14.586]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-ffcaa81adf11fb71/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3428757Z [00:04:14.593]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-ffcaa81adf11fb71/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3497385Z [00:04:14.600]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-ffcaa81adf11fb71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3567386Z [00:04:14.607]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-ffcaa81adf11fb71/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3637101Z [00:04:14.614]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-271f231dcf37d3cc/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3705684Z [00:04:14.621]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-271f231dcf37d3cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3774100Z [00:04:14.628]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-271f231dcf37d3cc/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3842714Z [00:04:14.634]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-271f231dcf37d3cc/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3911026Z [00:04:14.641]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.3978773Z [00:04:14.648]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4046568Z [00:04:14.655]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4114685Z [00:04:14.662]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4184018Z [00:04:14.669]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-d2ecc9b300e09361/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4252659Z [00:04:14.675]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpgme-sys-d2ecc9b300e09361/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4320045Z [00:04:14.682]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-bcbc67bae9392d1b/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4387835Z [00:04:14.689]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-bcbc67bae9392d1b/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4456271Z [00:04:14.696]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-bcbc67bae9392d1b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4523853Z [00:04:14.703]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-bcbc67bae9392d1b/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4591843Z [00:04:14.709]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4660736Z [00:04:14.716]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4729527Z [00:04:14.723]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4798790Z [00:04:14.730]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4867286Z [00:04:14.737]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-66d80e871f1b9944/lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.4934814Z [00:04:14.744]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-66d80e871f1b9944/lib-console.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5002840Z [00:04:14.751]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-66d80e871f1b9944/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5071192Z [00:04:14.757]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-66d80e871f1b9944/dep-lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5139605Z [00:04:14.764]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-commons-2054c11218bc34c9/lib-wayland_commons' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5208632Z [00:04:14.771]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-commons-2054c11218bc34c9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5276966Z [00:04:14.778]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-commons-2054c11218bc34c9/dep-lib-wayland_commons' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5344777Z [00:04:14.785]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-commons-2054c11218bc34c9/lib-wayland_commons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5413958Z [00:04:14.792]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-ca2bfcfe674c0be2/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5481169Z [00:04:14.798]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-ca2bfcfe674c0be2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5548934Z [00:04:14.805]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-ca2bfcfe674c0be2/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5617641Z [00:04:14.812]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-ca2bfcfe674c0be2/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5686288Z [00:04:14.819]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5755769Z [00:04:14.826]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5824380Z [00:04:14.833]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5893085Z [00:04:14.840]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.5961924Z [00:04:14.846]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6030777Z [00:04:14.853]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6103966Z [00:04:14.861]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-443c272caab08de4/dep-lib-wayland_client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6172699Z [00:04:14.867]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-443c272caab08de4/lib-wayland_client.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6242175Z [00:04:14.874]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-443c272caab08de4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6311311Z [00:04:14.881]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-443c272caab08de4/lib-wayland_client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6380602Z [00:04:14.888]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-1766f8b8a5e3964b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6449744Z [00:04:14.895]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gpg-tui-1766f8b8a5e3964b/output-bin-gpg-tui-completions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6518715Z [00:04:14.902]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6587177Z [00:04:14.909]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6656245Z [00:04:14.916]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6724008Z [00:04:14.923]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/dep-lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6791606Z [00:04:14.929]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6860204Z [00:04:14.936]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6928476Z [00:04:14.943]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.6997113Z [00:04:14.950]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7066083Z [00:04:14.957]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7133845Z [00:04:14.964]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7202856Z [00:04:14.971]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-f2635c4efc3e10fb/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7271963Z [00:04:14.977]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-f2635c4efc3e10fb/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7342856Z [00:04:14.985]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-9c47f965df803904/dep-lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7414060Z [00:04:14.992]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-9c47f965df803904/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7481188Z [00:04:14.998]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-9c47f965df803904/lib-clap_complete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7549568Z [00:04:15.005]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-9c47f965df803904/lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7620909Z [00:04:15.012]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-c24b20cf9c739962/lib-signal_hook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7693754Z [00:04:15.020]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-c24b20cf9c739962/lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7764930Z [00:04:15.027]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-c24b20cf9c739962/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7833872Z [00:04:15.034]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-c24b20cf9c739962/dep-lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7903241Z [00:04:15.041]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-db690d095dda64fd/dep-lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.7971442Z [00:04:15.047]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-db690d095dda64fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8039038Z [00:04:15.054]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-db690d095dda64fd/lib-ratatui.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8107378Z [00:04:15.061]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-db690d095dda64fd/lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8175669Z [00:04:15.068]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8243077Z [00:04:15.075]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8310605Z [00:04:15.081]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8378698Z [00:04:15.088]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8446672Z [00:04:15.095]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorsys-92c18330a551e141/dep-lib-colorsys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8514384Z [00:04:15.102]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorsys-92c18330a551e141/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8582679Z [00:04:15.108]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorsys-92c18330a551e141/lib-colorsys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8651724Z [00:04:15.115]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorsys-92c18330a551e141/lib-colorsys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8721692Z [00:04:15.122]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-e43851c4217a7d3d/lib-zune_jpeg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8789962Z [00:04:15.129]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-e43851c4217a7d3d/dep-lib-zune_jpeg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8858769Z [00:04:15.136]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-e43851c4217a7d3d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8927845Z [00:04:15.143]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-e43851c4217a7d3d/lib-zune_jpeg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.8997819Z [00:04:15.150]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-70bcc5c9743ad591/lib-copypasta_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9066310Z [00:04:15.157]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-70bcc5c9743ad591/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9134609Z [00:04:15.164]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-70bcc5c9743ad591/lib-copypasta_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9204394Z [00:04:15.171]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-ext-70bcc5c9743ad591/dep-lib-copypasta_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9271662Z [00:04:15.177]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee9b707cb62d6c78/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9338413Z [00:04:15.184]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee9b707cb62d6c78/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9405079Z [00:04:15.191]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee9b707cb62d6c78/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T21:37:23.9473795Z [00:04:15.198]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-ee9b707cb62d6c78/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9542746Z [00:04:15.204]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9608886Z [00:04:15.211]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9675881Z [00:04:15.218]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9742892Z [00:04:15.225]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9809612Z [00:04:15.231]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-63a6d9dda34a0a3c/dep-lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9878633Z [00:04:15.238]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-63a6d9dda34a0a3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:23.9946153Z [00:04:15.245]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-63a6d9dda34a0a3c/lib-object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0013365Z [00:04:15.252]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-63a6d9dda34a0a3c/lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0080352Z [00:04:15.258]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/downcast-rs-756584ab5d07f618/lib-downcast_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0148180Z [00:04:15.265]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/downcast-rs-756584ab5d07f618/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0217052Z [00:04:15.272]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/downcast-rs-756584ab5d07f618/dep-lib-downcast_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0284994Z [00:04:15.279]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/downcast-rs-756584ab5d07f618/lib-downcast_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0354311Z [00:04:15.286]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0422006Z [00:04:15.292]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0493557Z [00:04:15.300]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0561091Z [00:04:15.306]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0630676Z [00:04:15.313]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a2b6bd3d046c9a1d/lib-crossterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0706007Z [00:04:15.321]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a2b6bd3d046c9a1d/lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0779919Z [00:04:15.328]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a2b6bd3d046c9a1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0849714Z [00:04:15.335]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a2b6bd3d046c9a1d/dep-lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0918475Z [00:04:15.342]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.0988039Z [00:04:15.349]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1056328Z [00:04:15.356]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1124733Z [00:04:15.363]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1192761Z [00:04:15.369]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-895d8cae80fe6121/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1261121Z [00:04:15.376]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-client-895d8cae80fe6121/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1329795Z [00:04:15.383]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1397576Z [00:04:15.390]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/dep-lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1466395Z [00:04:15.397]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1534368Z [00:04:15.404]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1603315Z [00:04:15.411]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1671865Z [00:04:15.417]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1741462Z [00:04:15.424]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1809758Z [00:04:15.431]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1879168Z [00:04:15.438]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-65cac8f55038d2c8/lib-wayland_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.1948170Z [00:04:15.445]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-65cac8f55038d2c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2017939Z [00:04:15.452]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-65cac8f55038d2c8/lib-wayland_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2086234Z [00:04:15.459]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wayland-sys-65cac8f55038d2c8/dep-lib-wayland_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2153774Z [00:04:15.466]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c8fed610f44cf231/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2221907Z [00:04:15.472]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c8fed610f44cf231/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2289550Z [00:04:15.479]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c8fed610f44cf231/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2357339Z [00:04:15.486]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c8fed610f44cf231/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2427251Z [00:04:15.493]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/conv-e14db2257a4d31c5/lib-conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2494778Z [00:04:15.500]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/conv-e14db2257a4d31c5/lib-conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2563198Z [00:04:15.507]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/conv-e14db2257a4d31c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2630424Z [00:04:15.513]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/conv-e14db2257a4d31c5/dep-lib-conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2700145Z [00:04:15.520]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2768751Z [00:04:15.527]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2837684Z [00:04:15.534]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2906292Z [00:04:15.541]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.2976138Z [00:04:15.548]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-3ffd653777c0fb8d/dep-lib-x11rb_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3044722Z [00:04:15.555]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-3ffd653777c0fb8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3112113Z [00:04:15.561]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-3ffd653777c0fb8d/lib-x11rb_protocol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3181039Z [00:04:15.568]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-3ffd653777c0fb8d/lib-x11rb_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3250448Z [00:04:15.575]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-2cd401ca29f36faf/lib-env_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3318899Z [00:04:15.582]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-2cd401ca29f36faf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3387389Z [00:04:15.589]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-2cd401ca29f36faf/lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3456741Z [00:04:15.596]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-2cd401ca29f36faf/dep-lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3525193Z [00:04:15.603]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-59d670acec46ee3a/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3593202Z [00:04:15.610]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-59d670acec46ee3a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3661205Z [00:04:15.616]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-59d670acec46ee3a/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3728891Z [00:04:15.623]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-59d670acec46ee3a/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3799637Z [00:04:15.630]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3869438Z [00:04:15.637]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/dep-lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.3939820Z [00:04:15.644]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4015300Z [00:04:15.652]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4087044Z [00:04:15.659]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4156358Z [00:04:15.666]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4224104Z [00:04:15.673]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/dep-lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4292018Z [00:04:15.679]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/lib-allocator_api2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4360448Z [00:04:15.686]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4427753Z [00:04:15.693]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4495844Z [00:04:15.700]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4564947Z [00:04:15.707]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4634007Z [00:04:15.714]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4704403Z [00:04:15.721]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4773090Z [00:04:15.728]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4840036Z [00:04:15.734]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4908498Z [00:04:15.741]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-5d6c6d0eb57263a3/lib-png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.4976734Z [00:04:15.748]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-5d6c6d0eb57263a3/dep-lib-png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5044674Z [00:04:15.755]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-5d6c6d0eb57263a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5112571Z [00:04:15.761]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-5d6c6d0eb57263a3/lib-png.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5180960Z [00:04:15.768]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5248696Z [00:04:15.775]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5317890Z [00:04:15.782]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5386837Z [00:04:15.789]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5456538Z [00:04:15.796]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-74487f78cb8af429/lib-image.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5524273Z [00:04:15.803]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-74487f78cb8af429/lib-image' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5592095Z [00:04:15.809]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-74487f78cb8af429/dep-lib-image' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5660880Z [00:04:15.816]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-74487f78cb8af429/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5732089Z [00:04:15.823]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-b55518da97b809e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5800784Z [00:04:15.830]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-b55518da97b809e8/dep-lib-x11rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5869693Z [00:04:15.837]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-b55518da97b809e8/lib-x11rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.5937010Z [00:04:15.844]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/x11rb-b55518da97b809e8/lib-x11rb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6005318Z [00:04:15.851]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6076518Z [00:04:15.858]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6148356Z [00:04:15.865]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6218397Z [00:04:15.872]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6287645Z [00:04:15.879]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6356753Z [00:04:15.886]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6425366Z [00:04:15.893]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-d337db1674bc2805/lib-dirs_sys_next.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6493476Z [00:04:15.900]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-d337db1674bc2805/lib-dirs_sys_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6561647Z [00:04:15.906]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-d337db1674bc2805/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6630766Z [00:04:15.913]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-next-d337db1674bc2805/dep-lib-dirs_sys_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6701529Z [00:04:15.920]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-e0078f82f82bc08b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6773508Z [00:04:15.928]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-e0078f82f82bc08b/lib-which' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6843737Z [00:04:15.934]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-e0078f82f82bc08b/lib-which.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6912440Z [00:04:15.941]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-e0078f82f82bc08b/dep-lib-which' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.6982993Z [00:04:15.948]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7066328Z [00:04:15.957]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7135647Z [00:04:15.964]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7208125Z [00:04:15.971]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/dep-lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7280718Z [00:04:15.978]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-0ad5e416b73ceb1c/lib-unicode_truncate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7354899Z [00:04:15.986]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-0ad5e416b73ceb1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7427482Z [00:04:15.993]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-0ad5e416b73ceb1c/dep-lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7499546Z [00:04:16.000]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-0ad5e416b73ceb1c/lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7573355Z [00:04:16.008]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/dep-lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7644401Z [00:04:16.015]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7714744Z [00:04:16.022]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/lib-dirs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7783349Z [00:04:16.029]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7851704Z [00:04:16.035]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7921619Z [00:04:16.042]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.7990008Z [00:04:16.049]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8061299Z [00:04:16.056]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8157123Z [00:04:16.065]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scoped-tls-bcae9db99793ccd0/lib-scoped_tls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8266840Z [00:04:16.076]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scoped-tls-bcae9db99793ccd0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8328800Z [00:04:16.083]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scoped-tls-bcae9db99793ccd0/lib-scoped_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8399046Z [00:04:16.090]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scoped-tls-bcae9db99793ccd0/dep-lib-scoped_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8469699Z [00:04:16.097]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-35da22119356ff16/lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8539131Z [00:04:16.104]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-35da22119356ff16/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8608558Z [00:04:16.111]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-35da22119356ff16/dep-lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8677105Z [00:04:16.118]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-35da22119356ff16/lib-memmap2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8746467Z [00:04:16.125]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/dep-lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8815381Z [00:04:16.132]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8884462Z [00:04:16.139]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.8954302Z [00:04:16.146]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/lib-addr2line.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9023889Z [00:04:16.153]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-7e2dd2ae487d31c9/lib-jiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9096440Z [00:04:16.160]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-7e2dd2ae487d31c9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9169425Z [00:04:16.167]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-7e2dd2ae487d31c9/lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9239410Z [00:04:16.174]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-7e2dd2ae487d31c9/dep-lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9308684Z [00:04:16.181]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-90fb150851ff6f8b/dep-lib-bytemuck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9377305Z [00:04:16.188]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-90fb150851ff6f8b/lib-bytemuck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9447782Z [00:04:16.195]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-90fb150851ff6f8b/lib-bytemuck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9515900Z [00:04:16.202]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-90fb150851ff6f8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9586263Z [00:04:16.209]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9654074Z [00:04:16.216]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/dep-lib-zune_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9723459Z [00:04:16.223]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/lib-zune_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9791585Z [00:04:16.229]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/lib-zune_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9859433Z [00:04:16.236]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinytemplate-a5bccc0aabc81cd2/dep-lib-tinytemplate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9926074Z [00:04:16.243]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinytemplate-a5bccc0aabc81cd2/lib-tinytemplate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:24.9992852Z [00:04:16.250]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinytemplate-a5bccc0aabc81cd2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0061911Z [00:04:16.256]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinytemplate-a5bccc0aabc81cd2/lib-tinytemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0128697Z [00:04:16.263]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-d4e03f0863191001/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0195933Z [00:04:16.270]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-d4e03f0863191001/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0262857Z [00:04:16.277]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-d4e03f0863191001/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0330320Z [00:04:16.283]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-d4e03f0863191001/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0410970Z [00:04:16.291]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-b68c22c71493611f/lib-castaway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0483489Z [00:04:16.299]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-b68c22c71493611f/dep-lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0569371Z [00:04:16.307]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-b68c22c71493611f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0642743Z [00:04:16.314]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-b68c22c71493611f/lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0720682Z [00:04:16.322]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0795345Z [00:04:16.330]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0869828Z [00:04:16.337]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.0942057Z [00:04:16.344]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1014549Z [00:04:16.352]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1084692Z [00:04:16.359]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1155152Z [00:04:16.366]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/dep-lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1224132Z [00:04:16.373]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/lib-rustc_demangle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1300106Z [00:04:16.380]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1376277Z [00:04:16.388]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1450370Z [00:04:16.395]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1521243Z [00:04:16.402]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1590803Z [00:04:16.409]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-24e468701c6c42a3/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1660417Z [00:04:16.416]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-24e468701c6c42a3/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1728787Z [00:04:16.423]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-24e468701c6c42a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1798645Z [00:04:16.430]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-24e468701c6c42a3/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1868719Z [00:04:16.437]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.1940345Z [00:04:16.444]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2011592Z [00:04:16.451]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2079494Z [00:04:16.458]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2148876Z [00:04:16.465]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2215685Z [00:04:16.472]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2285034Z [00:04:16.479]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2355125Z [00:04:16.486]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2425551Z [00:04:16.493]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2495231Z [00:04:16.500]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2565340Z [00:04:16.507]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2638210Z [00:04:16.514]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2710669Z [00:04:16.521]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2788434Z [00:04:16.529]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2861901Z [00:04:16.536]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.2932811Z [00:04:16.543]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3003345Z [00:04:16.551]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-8eb444c2ad08a160/lib-signal_hook_mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3074525Z [00:04:16.558]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-8eb444c2ad08a160/dep-lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3143023Z [00:04:16.564]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-8eb444c2ad08a160/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3220759Z [00:04:16.572]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-8eb444c2ad08a160/lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3291618Z [00:04:16.579]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3360724Z [00:04:16.586]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3429368Z [00:04:16.593]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3499373Z [00:04:16.600]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3569366Z [00:04:16.607]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-1bda9b4b309ea7dd/lib-libloading.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3638271Z [00:04:16.614]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-1bda9b4b309ea7dd/lib-libloading' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3711247Z [00:04:16.621]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-1bda9b4b309ea7dd/dep-lib-libloading' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3779505Z [00:04:16.628]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-1bda9b4b309ea7dd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3849079Z [00:04:16.635]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4fe298af8c276e40/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3918761Z [00:04:16.642]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4fe298af8c276e40/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.3988253Z [00:04:16.649]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4fe298af8c276e40/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4058143Z [00:04:16.656]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4fe298af8c276e40/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4130204Z [00:04:16.663]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-fe0fb0ec17772b7c/lib-copypasta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4198612Z [00:04:16.670]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-fe0fb0ec17772b7c/dep-lib-copypasta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4268138Z [00:04:16.677]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-fe0fb0ec17772b7c/lib-copypasta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4354147Z [00:04:16.686]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/copypasta-fe0fb0ec17772b7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4426727Z [00:04:16.693]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/lib-simd_adler32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4497151Z [00:04:16.700]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/dep-lib-simd_adler32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4566702Z [00:04:16.707]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4636172Z [00:04:16.714]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/lib-simd_adler32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4707052Z [00:04:16.721]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xcursor-757142fd6dd46b09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4775957Z [00:04:16.728]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xcursor-757142fd6dd46b09/lib-xcursor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4842830Z [00:04:16.734]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xcursor-757142fd6dd46b09/dep-lib-xcursor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4910674Z [00:04:16.741]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xcursor-757142fd6dd46b09/lib-xcursor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.4979663Z [00:04:16.748]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/dep-lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5047586Z [00:04:16.755]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5116911Z [00:04:16.762]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5185610Z [00:04:16.769]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/lib-dirs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5253456Z [00:04:16.776]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-ff2ca8ee70d94671/dep-lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5321269Z [00:04:16.782]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-ff2ca8ee70d94671/lib-derive_more.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5390977Z [00:04:16.789]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-ff2ca8ee70d94671/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5460765Z [00:04:16.796]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-ff2ca8ee70d94671/lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5532858Z [00:04:16.803]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5604045Z [00:04:16.811]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5674892Z [00:04:16.818]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-9c1a7dbc57d1fdd9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5746077Z [00:04:16.825]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-9c1a7dbc57d1fdd9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5814477Z [00:04:16.832]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5881280Z [00:04:16.838]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.5950726Z [00:04:16.845]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/assets/splash.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.6018839Z [00:04:16.852]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yyHjVE5ZS5/TEMPREPO/assets/logo.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.6084967Z [00:04:16.859]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.6150838Z [00:04:16.865]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.6217600Z [00:04:16.872]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/gpg-tui.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.6285009Z [00:04:16.879]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.6352152Z [00:04:16.886]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.6419520Z [00:04:16.892]➜  mode of '/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/gpg-tui.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:37:25.6785545Z [00:04:16.929]➜  realpath: missing operand
2025-08-20T21:37:25.6786379Z [00:04:16.929]➜  Try 'realpath --help' for more information.
2025-08-20T21:37:25.6878430Z [00:04:16.938]➜  
2025-08-20T21:37:25.6879294Z [00:04:16.938]➜  [+] Found LICENSE ==> [/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T21:37:25.6880113Z [00:04:16.938]➜  
2025-08-20T21:37:25.6880463Z [00:04:16.938]➜  
2025-08-20T21:37:25.6889307Z [00:04:16.939]➜  The MIT License (MIT)
2025-08-20T21:37:25.6889985Z [00:04:16.939]➜  
2025-08-20T21:37:25.6890801Z [00:04:16.939]➜  Copyright (c) 2021-2024 Orhun Parmaksız
2025-08-20T21:37:25.6891386Z [00:04:16.939]➜  
2025-08-20T21:37:25.6892146Z [00:04:16.939]➜  Permission is hereby granted, free of charge, to any person obtaining a copy
2025-08-20T21:37:25.6893187Z [00:04:16.939]➜  of this software and associated documentation files (the "Software"), to deal
2025-08-20T21:37:25.6893807Z [00:04:16.939]➜  in the Software without restriction, including without limitation the rights
2025-08-20T21:37:25.6894405Z [00:04:16.939]➜  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2025-08-20T21:37:25.6894959Z [00:04:16.939]➜  copies of the Software, and to permit persons to whom the Software is
2025-08-20T21:37:25.6895589Z [00:04:16.939]➜  furnished to do so, subject to the following conditions:
2025-08-20T21:37:25.6895942Z [00:04:16.939]➜  
2025-08-20T21:37:25.6896353Z [00:04:16.939]➜  The above copyright notice and this permission notice shall be included in all
2025-08-20T21:37:25.6896877Z [00:04:16.939]➜  copies or substantial portions of the Software.
2025-08-20T21:37:25.6897207Z [00:04:16.939]➜  
2025-08-20T21:37:25.6897610Z [00:04:16.939]➜  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2025-08-20T21:37:25.6898198Z [00:04:16.939]➜  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2025-08-20T21:37:25.6898791Z [00:04:16.939]➜  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2025-08-20T21:37:25.6899375Z [00:04:16.939]➜  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2025-08-20T21:37:25.6899930Z [00:04:16.939]➜  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2025-08-20T21:37:25.6900480Z [00:04:16.939]➜  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2025-08-20T21:37:25.6900869Z [00:04:16.939]➜  SOFTWARE.
2025-08-20T21:37:25.6901092Z [00:04:16.940]➜  
2025-08-20T21:37:25.6901293Z [00:04:16.940]➜  
2025-08-20T21:37:27.7057603Z [00:04:18.956]➜  
2025-08-20T21:37:27.7058178Z [00:04:18.956]➜  File: LICENSE
2025-08-20T21:37:27.7058603Z [00:04:18.956]➜    Type: Unicode text, UTF-8 text
2025-08-20T21:37:27.7059112Z [00:04:18.956]➜    B3sum: cfa54f4b86f4551d7c36e8c4e487660295a9f6d33a520b711a658afabec6792e
2025-08-20T21:37:27.7059738Z [00:04:18.956]➜    SHA256sum: c0f0e471a0bee6a1b1c89db9b98482cffee4b3187824edaa74dc74c53920379e
2025-08-20T21:37:27.7060172Z [00:04:18.956]➜    Size: 4.0K
2025-08-20T21:37:27.7195009Z [00:04:18.970]➜  
2025-08-20T21:37:27.7195512Z [00:04:18.970]➜  File: SBUILD
2025-08-20T21:37:27.7196196Z [00:04:18.970]➜    Type: a /SBUILD ver @v1.0.0 script, Unicode text, UTF-8 text executable
2025-08-20T21:37:27.7196804Z [00:04:18.970]➜    B3sum: b67383f1f7649d22621ba4352af24d8300d0b94ecae84c22d0a9366c67fb9786
2025-08-20T21:37:27.7197398Z [00:04:18.970]➜    SHA256sum: 9ea23e08ab16f17c44460e741f2278d7da0480044cba016dd400db5b67e75274
2025-08-20T21:37:27.7197810Z [00:04:18.970]➜    Size: 8.0K
2025-08-20T21:37:27.7307872Z [00:04:18.981]➜  
2025-08-20T21:37:27.7308561Z [00:04:18.981]➜  File: gpg-tui.static.version
2025-08-20T21:37:27.7309243Z [00:04:18.981]➜    Type: ASCII text, with no line terminators
2025-08-20T21:37:27.7310088Z [00:04:18.981]➜    B3sum: 67877a9deeb341ac560145fe9eb1160423af4b3d679f1b9d893e7c51399ceb41
2025-08-20T21:37:27.7310740Z [00:04:18.981]➜    SHA256sum: 6cecd5b50cdc411291846d13abefcb084fb1148c12cc170b4a7a0c47450beeea
2025-08-20T21:37:27.7311165Z [00:04:18.981]➜    Size: 4.0K
2025-08-20T21:37:27.7420732Z [00:04:18.992]➜  
2025-08-20T21:37:27.7421211Z [00:04:18.992]➜  File: gpg-tui.version
2025-08-20T21:37:27.7421812Z [00:04:18.992]➜    Type: ASCII text, with no line terminators
2025-08-20T21:37:27.7422873Z [00:04:18.992]➜    B3sum: 67877a9deeb341ac560145fe9eb1160423af4b3d679f1b9d893e7c51399ceb41
2025-08-20T21:37:27.7423681Z [00:04:18.992]➜    SHA256sum: 6cecd5b50cdc411291846d13abefcb084fb1148c12cc170b4a7a0c47450beeea
2025-08-20T21:37:27.7424115Z [00:04:18.992]➜    Size: 4.0K
2025-08-20T21:37:27.7425108Z [00:04:18.993]➜  
2025-08-20T21:37:27.7425900Z [00:04:18.993]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T21:37:27.7454365Z [00:04:18.996]➜  gpg-tui.version:67877a9deeb341ac560145fe9eb1160423af4b3d679f1b9d893e7c51399ceb41
2025-08-20T21:37:27.7455165Z [00:04:18.996]➜  SBUILD:b67383f1f7649d22621ba4352af24d8300d0b94ecae84c22d0a9366c67fb9786
2025-08-20T21:37:27.7455913Z [00:04:18.996]➜  LICENSE:cfa54f4b86f4551d7c36e8c4e487660295a9f6d33a520b711a658afabec6792e
2025-08-20T21:37:27.7456570Z [00:04:18.996]➜  gpg-tui.static.version:67877a9deeb341ac560145fe9eb1160423af4b3d679f1b9d893e7c51399ceb41
2025-08-20T21:37:27.7475835Z [00:04:18.998]➜  
2025-08-20T21:37:27.7477082Z [00:04:18.998]➜  [+] Signing gpg-tui.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T21:37:27.7578689Z [00:04:19.008]➜  
2025-08-20T21:37:27.7580067Z [00:04:19.008]➜  [✓] SuccessFully Built gpg-tui.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/gpg-tui/static.official.source.yaml [Wednesday, 2025-08-20 (09:37:27 PM) UTC]
2025-08-20T21:37:27.7580874Z [00:04:19.008]➜  
2025-08-20T21:37:27.7681855Z [00:04:19.019]➜  [+] Total Size: 432M (Includes DUPES+TMPFILES)
2025-08-20T21:37:27.7683090Z [00:04:19.019]➜  [+] LOGPATH='/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/gpg-tui.static.log'
2025-08-20T21:37:27.7697423Z [00:04:19.020]➜  [+] ENVPATH=/tmp/pkgforge/mjlw2WiWu_SBUILD/ENVPATH
2025-08-20T21:37:27.7885823Z 
2025-08-20T21:37:27.7886688Z [+] Sanitizing /tmp/pkgforge/mjlw2WiWu_SBUILD/BUILD.log ==> /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/gpg-tui.static.log
2025-08-20T21:37:31.7457649Z 
2025-08-20T21:37:31.7458721Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/gpg-tui/official]
2025-08-20T21:37:31.7459372Z [+] LOGS (Build Dir): /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:31.7459680Z 
2025-08-20T21:37:32.1878603Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:37:33.9455462Z ./BUILD_ARTIFACTS.tar : 35.26%   (   429 MiB =>    151 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:37:34.0351088Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:37:34.0391193Z 
2025-08-20T21:37:34.0392462Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml :: 00(Hr):04(Min):26(Sec)
2025-08-20T21:37:34.0393562Z 
2025-08-20T21:37:34.0407246Z 
2025-08-20T21:37:34.0407572Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:37:34 PM) UTC
2025-08-20T21:37:34.0407988Z 
2025-08-20T21:37:34.4954338Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:37:34.5013435Z ##[group]Run ##Presets
2025-08-20T21:37:34.5013775Z [36;1m##Presets[0m
2025-08-20T21:37:34.5013982Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:34.5014193Z [36;1m#-------------#[0m
2025-08-20T21:37:34.5014393Z [36;1m##Debug?[0m
2025-08-20T21:37:34.5014635Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:37:34.5014927Z [36;1m  set -x[0m
2025-08-20T21:37:34.5015115Z [36;1mfi[0m
2025-08-20T21:37:34.5015296Z [36;1m#-------------#[0m
2025-08-20T21:37:34.5015503Z [36;1m##Set ENV[0m
2025-08-20T21:37:34.5015739Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:37:34.5016176Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T21:37:34.5016575Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T21:37:34.5016996Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-"[0m
2025-08-20T21:37:34.5017506Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:37:34.5017914Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:34.5018358Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:34.5018687Z [36;1m fi[0m
2025-08-20T21:37:34.5018865Z [36;1m##Push[0m
2025-08-20T21:37:34.5019096Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:37:34.5019386Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:37:34.5019770Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:37:34.5020251Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:37:34.5020754Z [36;1m     ls -sh "/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:37:34.5021104Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:37:34.5021326Z [36;1m       {[0m
2025-08-20T21:37:34.5021523Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:37:34.5021970Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:37:34.5022709Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:37:34.5023174Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:37:34.5023610Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T21:37:34.5024026Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T21:37:34.5024412Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T21:37:34.5024794Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T21:37:34.5025182Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T21:37:34.5025571Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T21:37:34.5025977Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T21:37:34.5026459Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T21:37:34.5026973Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:37:34.5027555Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T21:37:34.5027991Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T21:37:34.5028411Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T21:37:34.5028879Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-gpg-tui")[0m
2025-08-20T21:37:34.5029336Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T21:37:34.5029917Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:37:34.5030381Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T21:37:34.5030801Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:37:34.5031305Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:37:34.5031741Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:37:34.5031999Z [36;1m         #Check[0m
2025-08-20T21:37:34.5032796Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T21:37:34.5033532Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:37:34.5033887Z [36;1m            break[0m
2025-08-20T21:37:34.5034102Z [36;1m          else[0m
2025-08-20T21:37:34.5034508Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:37:34.5034939Z [36;1m          fi[0m
2025-08-20T21:37:34.5035160Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:37:34.5035416Z [36;1m        done[0m
2025-08-20T21:37:34.5035609Z [36;1m       }[0m
2025-08-20T21:37:34.5035812Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:37:34.5036063Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:37:34.5036630Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T21:37:34.5037369Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:37:34.5037783Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:37:34.5038050Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:37:34.5038711Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T21:37:34.5039409Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:37:34.5039918Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:37:34.5040315Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:37:34.5040551Z [36;1m           fi[0m
2025-08-20T21:37:34.5040744Z [36;1m       fi[0m
2025-08-20T21:37:34.5040928Z [36;1m   fi[0m
2025-08-20T21:37:34.5041103Z [36;1m fi[0m
2025-08-20T21:37:34.5041290Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:37:34.5139806Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:34.5140047Z env:
2025-08-20T21:37:34.5140232Z   CROSS_COMPILING: NO
2025-08-20T21:37:34.5140472Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:37:34.5140713Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:37:34.5140928Z   ON_QEMU: NO
2025-08-20T21:37:34.5141102Z   DEBUG: 0
2025-08-20T21:37:34.5141281Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:37:34.5141503Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:37:34.5141793Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T21:37:34.5142463Z   KEEP_LOGS: YES
2025-08-20T21:37:34.5142955Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:34.5143227Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T21:37:34.5143580Z   SBUILD_REBUILD: false
2025-08-20T21:37:34.5144505Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:37:34.5145620Z   BUILD_SYS: docker://rust
2025-08-20T21:37:34.5146063Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:34.5146419Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:34.5146738Z   SYSTMP: /tmp
2025-08-20T21:37:34.5147034Z   GHA_MODE: MATRIX
2025-08-20T21:37:34.5148127Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:37:34.5149196Z   INPUT_SBUILD: /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:37:34.5149727Z   BUILD_DIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml
2025-08-20T21:37:34.5150201Z   SBUILD_OUTDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:34.5150693Z   SBUILD_TMPDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:37:34.5151077Z   PKG_TYPE: static
2025-08-20T21:37:34.5151271Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:37:34.5151479Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:37:34.5151998Z   GHCR_TOKEN: ***
2025-08-20T21:37:34.5152515Z   GITHUB_TOKEN: ***
2025-08-20T21:37:34.5152762Z   GITLAB_TOKEN: ***
2025-08-20T21:37:34.5153886Z   MINISIGN_KEY: ***
2025-08-20T21:37:34.5154077Z ##[endgroup]
2025-08-20T21:37:34.5250244Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:37:34.5260646Z 152M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:37:34.5274234Z total 1.5M
2025-08-20T21:37:34.5274539Z 4.0K CHECKSUM
2025-08-20T21:37:34.5274836Z 4.0K CHECKSUM.sig
2025-08-20T21:37:34.5275125Z 4.0K LICENSE
2025-08-20T21:37:34.5275436Z 4.0K LICENSE.sig
2025-08-20T21:37:34.5275741Z 8.0K SBUILD
2025-08-20T21:37:34.5276030Z 4.0K SBUILD.sig
2025-08-20T21:37:34.5276335Z 4.0K SBUILD_TEMP
2025-08-20T21:37:34.5276658Z 1.5M gpg-tui.static.log
2025-08-20T21:37:34.5277029Z 4.0K gpg-tui.static.version
2025-08-20T21:37:34.5277423Z 4.0K gpg-tui.static.version.sig
2025-08-20T21:37:34.5277807Z 4.0K gpg-tui.version
2025-08-20T21:37:34.5278160Z 4.0K gpg-tui.version.sig
2025-08-20T21:37:34.5310498Z Error: "ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-"
2025-08-20T21:37:34.5312007Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:37:39.5376876Z Error: "ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-"
2025-08-20T21:37:39.5379747Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:37:39.5389455Z 
2025-08-20T21:37:39.5390233Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-
2025-08-20T21:37:39.5390876Z 
2025-08-20T21:37:39.5430806Z Error: "ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-"
2025-08-20T21:37:39.5432475Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:37:39.5477549Z ##[group]Run ##Presets
2025-08-20T21:37:39.5477808Z [36;1m##Presets[0m
2025-08-20T21:37:39.5478008Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:39.5478220Z [36;1m#-------------#[0m
2025-08-20T21:37:39.5478420Z [36;1m##Debug?[0m
2025-08-20T21:37:39.5478663Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:37:39.5478966Z [36;1m  set -x[0m
2025-08-20T21:37:39.5479154Z [36;1mfi[0m
2025-08-20T21:37:39.5479335Z [36;1m#-------------#[0m
2025-08-20T21:37:39.5479605Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:37:39.5479931Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:39.5529696Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:39.5529934Z env:
2025-08-20T21:37:39.5530121Z   CROSS_COMPILING: NO
2025-08-20T21:37:39.5530341Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:37:39.5530574Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:37:39.5530787Z   ON_QEMU: NO
2025-08-20T21:37:39.5530987Z   DEBUG: 0
2025-08-20T21:37:39.5531169Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:37:39.5531390Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:37:39.5531674Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T21:37:39.5531979Z   KEEP_LOGS: YES
2025-08-20T21:37:39.5532174Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:39.5532622Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T21:37:39.5532845Z   SBUILD_REBUILD: false
2025-08-20T21:37:39.5533385Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:37:39.5533974Z   BUILD_SYS: docker://rust
2025-08-20T21:37:39.5534196Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:39.5534397Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:39.5534593Z   SYSTMP: /tmp
2025-08-20T21:37:39.5534778Z   GHA_MODE: MATRIX
2025-08-20T21:37:39.5535207Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:37:39.5535719Z   INPUT_SBUILD: /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:37:39.5536044Z   BUILD_DIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml
2025-08-20T21:37:39.5536426Z   SBUILD_OUTDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:39.5536905Z   SBUILD_TMPDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:37:39.5537285Z   PKG_TYPE: static
2025-08-20T21:37:39.5537479Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:37:39.5537689Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:37:39.5537892Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:37:39.5538230Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-
2025-08-20T21:37:39.5538607Z ##[endgroup]
2025-08-20T21:37:39.5682512Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:37:39.5682815Z with:
2025-08-20T21:37:39.5683017Z   name: Bincache_gpg-tui_x86_64-Linux
2025-08-20T21:37:39.5683319Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:37:39.5683617Z   compression-level: 0
2025-08-20T21:37:39.5683822Z   retention-days: 30
2025-08-20T21:37:39.5684012Z   overwrite: true
2025-08-20T21:37:39.5684201Z   if-no-files-found: warn
2025-08-20T21:37:39.5684417Z   include-hidden-files: false
2025-08-20T21:37:39.5684633Z env:
2025-08-20T21:37:39.5684795Z   CROSS_COMPILING: NO
2025-08-20T21:37:39.5685003Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:37:39.5685337Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:37:39.5685542Z   ON_QEMU: NO
2025-08-20T21:37:39.5685715Z   DEBUG: 0
2025-08-20T21:37:39.5685888Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:37:39.5686105Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:37:39.5686388Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T21:37:39.5686714Z   KEEP_LOGS: YES
2025-08-20T21:37:39.5686899Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:39.5687110Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T21:37:39.5687326Z   SBUILD_REBUILD: false
2025-08-20T21:37:39.5687857Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:37:39.5688441Z   BUILD_SYS: docker://rust
2025-08-20T21:37:39.5688658Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:39.5688850Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:39.5689038Z   SYSTMP: /tmp
2025-08-20T21:37:39.5689217Z   GHA_MODE: MATRIX
2025-08-20T21:37:39.5689645Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:37:39.5690153Z   INPUT_SBUILD: /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:37:39.5690471Z   BUILD_DIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml
2025-08-20T21:37:39.5690862Z   SBUILD_OUTDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:39.5691432Z   SBUILD_TMPDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:37:39.5691805Z   PKG_TYPE: static
2025-08-20T21:37:39.5691991Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:37:39.5692308Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:37:39.5692505Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:37:39.5692846Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-
2025-08-20T21:37:39.5693225Z   UTC_TIME: 2025_08_20T09_37_39_PM
2025-08-20T21:37:39.5693447Z ##[endgroup]
2025-08-20T21:37:39.8000871Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:37:39.8004204Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:37:39.8005026Z With the provided path, there will be 2 files uploaded
2025-08-20T21:37:39.9529759Z Artifact name is valid!
2025-08-20T21:37:39.9531300Z Root directory input is valid!
2025-08-20T21:37:40.0108453Z Beginning upload of artifact content to blob storage
2025-08-20T21:37:40.6318705Z Uploaded bytes 8388608
2025-08-20T21:37:40.8460190Z Uploaded bytes 16777216
2025-08-20T21:37:40.8639893Z Uploaded bytes 25165824
2025-08-20T21:37:40.9284479Z Uploaded bytes 33554432
2025-08-20T21:37:40.9396213Z Uploaded bytes 41943040
2025-08-20T21:37:41.0861971Z Uploaded bytes 50331648
2025-08-20T21:37:41.1513870Z Uploaded bytes 58720256
2025-08-20T21:37:41.2346202Z Uploaded bytes 67108864
2025-08-20T21:37:41.2538612Z Uploaded bytes 75497472
2025-08-20T21:37:41.2967309Z Uploaded bytes 83886080
2025-08-20T21:37:41.4569390Z Uploaded bytes 92274688
2025-08-20T21:37:41.4806212Z Uploaded bytes 100663296
2025-08-20T21:37:41.5248929Z Uploaded bytes 109051904
2025-08-20T21:37:41.5391874Z Uploaded bytes 117440512
2025-08-20T21:37:41.6615264Z Uploaded bytes 125829120
2025-08-20T21:37:41.6703446Z Uploaded bytes 134217728
2025-08-20T21:37:41.7552722Z Uploaded bytes 142606336
2025-08-20T21:37:41.8341724Z Uploaded bytes 150994944
2025-08-20T21:37:41.9049542Z Uploaded bytes 159383552
2025-08-20T21:37:41.9931893Z Uploaded bytes 160539146
2025-08-20T21:37:42.0306384Z Finished uploading artifact content to blob storage!
2025-08-20T21:37:42.0309080Z SHA256 digest of uploaded artifact zip is fa0e515dde2765609a474409c51266ab2eb8b4adcf1899fb29335fbbf75fe254
2025-08-20T21:37:42.0311318Z Finalizing artifact upload
2025-08-20T21:37:42.1685869Z Artifact Bincache_gpg-tui_x86_64-Linux.zip successfully finalized. Artifact ID 3813466823
2025-08-20T21:37:42.1687236Z Artifact Bincache_gpg-tui_x86_64-Linux has been successfully uploaded! Final size is 160539146 bytes. Artifact ID is 3813466823
2025-08-20T21:37:42.1696490Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108022376/artifacts/3813466823
2025-08-20T21:37:42.1916468Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:37:42.1916794Z with:
2025-08-20T21:37:42.1916998Z   subject-name: gpg-tui--
2025-08-20T21:37:42.1917716Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:37:42.1918459Z   show-summary: true
2025-08-20T21:37:42.1918679Z   push-to-registry: false
2025-08-20T21:37:42.1919052Z   github-token: ***
2025-08-20T21:37:42.1919254Z env:
2025-08-20T21:37:42.1919432Z   CROSS_COMPILING: NO
2025-08-20T21:37:42.1919648Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:37:42.1919875Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:37:42.1920094Z   ON_QEMU: NO
2025-08-20T21:37:42.1920272Z   DEBUG: 0
2025-08-20T21:37:42.1920459Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:37:42.1920754Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:37:42.1921068Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T21:37:42.1921381Z   KEEP_LOGS: YES
2025-08-20T21:37:42.1921578Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:42.1921798Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T21:37:42.1922021Z   SBUILD_REBUILD: false
2025-08-20T21:37:42.1922980Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:37:42.1924083Z   BUILD_SYS: docker://rust
2025-08-20T21:37:42.1924316Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:42.1924519Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:42.1924719Z   SYSTMP: /tmp
2025-08-20T21:37:42.1924911Z   GHA_MODE: MATRIX
2025-08-20T21:37:42.1925361Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:37:42.1925882Z   INPUT_SBUILD: /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:37:42.1926220Z   BUILD_DIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml
2025-08-20T21:37:42.1926620Z   SBUILD_OUTDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:42.1927106Z   SBUILD_TMPDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:37:42.1927498Z   PKG_TYPE: static
2025-08-20T21:37:42.1927705Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:37:42.1927922Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:37:42.1928133Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:37:42.1928485Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-
2025-08-20T21:37:42.1928877Z   UTC_TIME: 2025_08_20T09_37_39_PM
2025-08-20T21:37:42.1929116Z ##[endgroup]
2025-08-20T21:37:42.2003056Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:37:42.2003502Z env:
2025-08-20T21:37:42.2003686Z   CROSS_COMPILING: NO
2025-08-20T21:37:42.2003907Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:37:42.2004139Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:37:42.2004372Z   ON_QEMU: NO
2025-08-20T21:37:42.2004552Z   DEBUG: 0
2025-08-20T21:37:42.2004739Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:37:42.2004967Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:37:42.2005265Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T21:37:42.2005581Z   KEEP_LOGS: YES
2025-08-20T21:37:42.2005780Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:42.2006002Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T21:37:42.2006227Z   SBUILD_REBUILD: false
2025-08-20T21:37:42.2006774Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:37:42.2007341Z   BUILD_SYS: docker://rust
2025-08-20T21:37:42.2007561Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:42.2007761Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:42.2007957Z   SYSTMP: /tmp
2025-08-20T21:37:42.2008142Z   GHA_MODE: MATRIX
2025-08-20T21:37:42.2021761Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:37:42.2023326Z   INPUT_SBUILD: /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:37:42.2024033Z   BUILD_DIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml
2025-08-20T21:37:42.2024518Z   SBUILD_OUTDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:42.2025035Z   SBUILD_TMPDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:37:42.2025422Z   PKG_TYPE: static
2025-08-20T21:37:42.2025624Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:37:42.2025839Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:37:42.2026043Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:37:42.2026401Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-
2025-08-20T21:37:42.2026792Z   UTC_TIME: 2025_08_20T09_37_39_PM
2025-08-20T21:37:42.2027022Z ##[endgroup]
2025-08-20T21:37:42.7869718Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:37:42.7870061Z with:
2025-08-20T21:37:42.7870768Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:37:42.7871504Z   subject-name: gpg-tui--
2025-08-20T21:37:42.7871787Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:37:42.7874660Z   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/17108022376/attempts/1"}}}
2025-08-20T21:37:42.7877191Z   push-to-registry: false
2025-08-20T21:37:42.7877410Z   show-summary: true
2025-08-20T21:37:42.7877810Z   github-token: ***
2025-08-20T21:37:42.7878016Z env:
2025-08-20T21:37:42.7878199Z   CROSS_COMPILING: NO
2025-08-20T21:37:42.7878414Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:37:42.7878647Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:37:42.7878869Z   ON_QEMU: NO
2025-08-20T21:37:42.7879047Z   DEBUG: 0
2025-08-20T21:37:42.7879233Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:37:42.7879460Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:37:42.7879752Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T21:37:42.7880063Z   KEEP_LOGS: YES
2025-08-20T21:37:42.7880262Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:42.7880516Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T21:37:42.7880752Z   SBUILD_REBUILD: false
2025-08-20T21:37:42.7881301Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:37:42.7881880Z   BUILD_SYS: docker://rust
2025-08-20T21:37:42.7882101Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:42.7882584Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:42.7882828Z   SYSTMP: /tmp
2025-08-20T21:37:42.7883020Z   GHA_MODE: MATRIX
2025-08-20T21:37:42.7883462Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:37:42.7883975Z   INPUT_SBUILD: /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:37:42.7884308Z   BUILD_DIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml
2025-08-20T21:37:42.7884698Z   SBUILD_OUTDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:42.7885185Z   SBUILD_TMPDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:37:42.7885574Z   PKG_TYPE: static
2025-08-20T21:37:42.7885892Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:37:42.7886114Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:37:42.7886457Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:37:42.7886822Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-
2025-08-20T21:37:42.7887217Z   UTC_TIME: 2025_08_20T09_37_39_PM
2025-08-20T21:37:42.7887450Z ##[endgroup]
2025-08-20T21:37:44.6556604Z Attestation created for 12 subjects
2025-08-20T21:37:44.6560623Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:37:44.6561390Z -----BEGIN CERTIFICATE-----
2025-08-20T21:37:44.6562009Z MIIG8TCCBnagAwIBAgIUGZ+7tMyRxMmQ6snyCGVI/Fu7svcwCgYIKoZIzj0EAwMw
2025-08-20T21:37:44.6563195Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:37:44.6564115Z cm1lZGlhdGUwHhcNMjUwODIwMjEzNzQzWhcNMjUwODIwMjE0NzQzWjAAMFkwEwYH
2025-08-20T21:37:44.6564998Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEPr4SDYXEJmAiTudl/jK7mE+vK1O3b6bGfe8Q
2025-08-20T21:37:44.6565859Z CNg1bu41XeUkynnvJH65SVAiK+J6MK6AcZxNT3KyHvIz9AZIbKOCBZUwggWRMA4G
2025-08-20T21:37:44.6566782Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUYu04
2025-08-20T21:37:44.6567639Z 1cLQg9VaWsy4/FLhyvp9kE8wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:37:44.6568481Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:37:44.6569528Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:37:44.6570404Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:37:44.6571259Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:37:44.6572093Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:37:44.6573105Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:37:44.6573979Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:37:44.6574878Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:37:44.6575754Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:37:44.6576612Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:37:44.6577468Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:37:44.6578343Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:37:44.6579210Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:37:44.6580075Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:37:44.6580978Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:37:44.6581881Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:37:44.6582985Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:37:44.6583876Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:37:44.6584752Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:37:44.6585634Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:37:44.6586507Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:37:44.6587401Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:37:44.6588306Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:37:44.6589183Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MDIyMzc2L2F0
2025-08-20T21:37:44.6590034Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T21:37:44.6590902Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJapuI
2025-08-20T21:37:44.6591761Z AAAEAwBIMEYCIQChJPKE0eXcZ9Y26veCy7PVjhY5DFzikazZo6yH7T3LQAIhAO7y
2025-08-20T21:37:44.6592782Z +xBNLJYIXfIsuEWBLZ1Mhd1aEkrP3ZYjr+dlFO/5MAoGCCqGSM49BAMDA2kAMGYC
2025-08-20T21:37:44.6593594Z MQCCWnwvvQJaznaS3MD/Vi9ptOMk7XkhnchNs4SA2It6BEkwcQXHLR0ZqsEBC3gz
2025-08-20T21:37:44.6594421Z UxACMQCati+QPEp7VT1z4DJlqHCzwiugxWYi3RCdJSRXexoo+vI5Hxenp4IGIYS5
2025-08-20T21:37:44.6595195Z 57Lh6DI=
2025-08-20T21:37:44.6595500Z -----END CERTIFICATE-----
2025-08-20T21:37:44.6595750Z 
2025-08-20T21:37:44.6596474Z ##[endgroup]
2025-08-20T21:37:44.6597134Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:37:44.6597807Z https://search.sigstore.dev?logIndex=414429120
2025-08-20T21:37:44.6598405Z [36mAttestation uploaded to repository[39m
2025-08-20T21:37:44.6598927Z https://github.com/pkgforge/bincache/attestations/9874494
2025-08-20T21:37:44.7367992Z ##[group]Run ##Presets
2025-08-20T21:37:44.7368264Z [36;1m##Presets[0m
2025-08-20T21:37:44.7368470Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:44.7368681Z [36;1m#-------------#[0m
2025-08-20T21:37:44.7368883Z [36;1m##Debug?[0m
2025-08-20T21:37:44.7369133Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:37:44.7369428Z [36;1m  set -x[0m
2025-08-20T21:37:44.7369617Z [36;1mfi[0m
2025-08-20T21:37:44.7369800Z [36;1m#-------------#[0m
2025-08-20T21:37:44.7370123Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:37:44.7370662Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/gpg-tui/official"[0m
2025-08-20T21:37:44.7371077Z [36;1m exit 1[0m
2025-08-20T21:37:44.7371262Z [36;1mfi[0m
2025-08-20T21:37:44.7419680Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:44.7420028Z env:
2025-08-20T21:37:44.7420223Z   CROSS_COMPILING: NO
2025-08-20T21:37:44.7420468Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:37:44.7420716Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:37:44.7420936Z   ON_QEMU: NO
2025-08-20T21:37:44.7421118Z   DEBUG: 0
2025-08-20T21:37:44.7421303Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:37:44.7421534Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:37:44.7421825Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T21:37:44.7422137Z   KEEP_LOGS: YES
2025-08-20T21:37:44.7422507Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:44.7422736Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T21:37:44.7422964Z   SBUILD_REBUILD: false
2025-08-20T21:37:44.7423510Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:37:44.7424090Z   BUILD_SYS: docker://rust
2025-08-20T21:37:44.7424315Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:44.7424526Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:44.7424730Z   SYSTMP: /tmp
2025-08-20T21:37:44.7424927Z   GHA_MODE: MATRIX
2025-08-20T21:37:44.7425370Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:37:44.7425887Z   INPUT_SBUILD: /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:37:44.7426219Z   BUILD_DIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml
2025-08-20T21:37:44.7426613Z   SBUILD_OUTDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:44.7427096Z   SBUILD_TMPDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:37:44.7427489Z   PKG_TYPE: static
2025-08-20T21:37:44.7427692Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:37:44.7427907Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:37:44.7428131Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:37:44.7428488Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-
2025-08-20T21:37:44.7428879Z   UTC_TIME: 2025_08_20T09_37_39_PM
2025-08-20T21:37:44.7429117Z ##[endgroup]
2025-08-20T21:37:44.7516779Z ##[group]Run ##Presets
2025-08-20T21:37:44.7517041Z [36;1m##Presets[0m
2025-08-20T21:37:44.7517245Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:44.7517462Z [36;1m#-------------#[0m
2025-08-20T21:37:44.7517669Z [36;1m##Debug?[0m
2025-08-20T21:37:44.7517920Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:37:44.7518216Z [36;1m  set -x[0m
2025-08-20T21:37:44.7518407Z [36;1mfi[0m
2025-08-20T21:37:44.7518593Z [36;1m#-------------#[0m
2025-08-20T21:37:44.7518839Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:37:44.7519413Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/gpg-tui/official"[0m
2025-08-20T21:37:44.7519849Z [36;1m exit 1[0m
2025-08-20T21:37:44.7520038Z [36;1mfi[0m
2025-08-20T21:37:44.7564622Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:44.7564867Z env:
2025-08-20T21:37:44.7565056Z   CROSS_COMPILING: NO
2025-08-20T21:37:44.7565316Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:37:44.7565556Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:37:44.7565776Z   ON_QEMU: NO
2025-08-20T21:37:44.7565957Z   DEBUG: 0
2025-08-20T21:37:44.7566144Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:37:44.7566372Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:37:44.7566673Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T21:37:44.7566984Z   KEEP_LOGS: YES
2025-08-20T21:37:44.7567182Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:44.7567406Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T21:37:44.7567629Z   SBUILD_REBUILD: false
2025-08-20T21:37:44.7568173Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:37:44.7568752Z   BUILD_SYS: docker://rust
2025-08-20T21:37:44.7568988Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:44.7569203Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:44.7569540Z   SYSTMP: /tmp
2025-08-20T21:37:44.7569756Z   GHA_MODE: MATRIX
2025-08-20T21:37:44.7570321Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:37:44.7570857Z   INPUT_SBUILD: /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:37:44.7571203Z   BUILD_DIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml
2025-08-20T21:37:44.7571599Z   SBUILD_OUTDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:44.7572084Z   SBUILD_TMPDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:37:44.7572759Z   PKG_TYPE: static
2025-08-20T21:37:44.7572962Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:37:44.7573186Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:37:44.7573397Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:37:44.7573754Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-
2025-08-20T21:37:44.7574150Z   UTC_TIME: 2025_08_20T09_37_39_PM
2025-08-20T21:37:44.7574384Z ##[endgroup]
2025-08-20T21:37:44.7636663Z 
2025-08-20T21:37:44.7636986Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T21:37:44.7648799Z ##[error]Process completed with exit code 1.
2025-08-20T21:37:44.7690289Z ##[group]Run ##Presets
2025-08-20T21:37:44.7690554Z [36;1m##Presets[0m
2025-08-20T21:37:44.7690765Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:44.7690981Z [36;1m#-------------#[0m
2025-08-20T21:37:44.7691186Z [36;1m##Debug?[0m
2025-08-20T21:37:44.7691432Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:37:44.7691726Z [36;1m  set -x[0m
2025-08-20T21:37:44.7691912Z [36;1mfi[0m
2025-08-20T21:37:44.7692094Z [36;1m#-------------#[0m
2025-08-20T21:37:44.7692751Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:37:44.7693150Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:37:44.7693453Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:37:44.7693720Z [36;1mfi[0m
2025-08-20T21:37:44.7737659Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:44.7737906Z env:
2025-08-20T21:37:44.7738096Z   CROSS_COMPILING: NO
2025-08-20T21:37:44.7738354Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:37:44.7738593Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:37:44.7738813Z   ON_QEMU: NO
2025-08-20T21:37:44.7738993Z   DEBUG: 0
2025-08-20T21:37:44.7739178Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:37:44.7739407Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:37:44.7739706Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gpg-tui/official
2025-08-20T21:37:44.7740026Z   KEEP_LOGS: YES
2025-08-20T21:37:44.7740230Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:44.7740559Z   PKG_FAMILY_LOCAL: gpg-tui
2025-08-20T21:37:44.7740786Z   SBUILD_REBUILD: false
2025-08-20T21:37:44.7741338Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gpg-tui/static.official.source.yaml
2025-08-20T21:37:44.7741929Z   BUILD_SYS: docker://rust
2025-08-20T21:37:44.7742158Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:44.7742491Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:44.7742688Z   SYSTMP: /tmp
2025-08-20T21:37:44.7742871Z   GHA_MODE: MATRIX
2025-08-20T21:37:44.7743310Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:37:44.7743815Z   INPUT_SBUILD: /tmp/pkgforge/yDccbAhUH_build.yaml
2025-08-20T21:37:44.7744149Z   BUILD_DIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml
2025-08-20T21:37:44.7744545Z   SBUILD_OUTDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:37:44.7745028Z   SBUILD_TMPDIR: /tmp/pkgforge/Nc2X7sR_yDccbAhUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:37:44.7745421Z   PKG_TYPE: static
2025-08-20T21:37:44.7745621Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:37:44.7745835Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:37:44.7746043Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:37:44.7746396Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gpg-tui/official/gpg-tui-srcbuild-
2025-08-20T21:37:44.7746884Z   UTC_TIME: 2025_08_20T09_37_39_PM
2025-08-20T21:37:44.7747116Z ##[endgroup]
2025-08-20T21:37:44.7820393Z EXITED
2025-08-20T21:37:44.7861975Z Cleaning up orphan processes
